aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/dfp.md
diff options
context:
space:
mode:
authorKelvin Nilsen <kelvin@gcc.gnu.org>2016-05-25 16:53:01 +0000
committerKelvin Nilsen <kelvin@gcc.gnu.org>2016-05-25 16:53:01 +0000
commit402c7a6af0bf244c79127e5497c3a60e414feae3 (patch)
treec7b518e0580017962fc27bb9ae518a3cccf918d1 /gcc/config/rs6000/dfp.md
parent21b636a435036281ca21fc128dc5866e0e010071 (diff)
change bcd naming to dfp naming because this is decimal floating point rather than bcd integeribm/kelvin-rfc2463
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/ibm/kelvin-rfc2463@236735 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rs6000/dfp.md')
-rw-r--r--gcc/config/rs6000/dfp.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/config/rs6000/dfp.md b/gcc/config/rs6000/dfp.md
index 14ac59534b1..c34189faf7e 100644
--- a/gcc/config/rs6000/dfp.md
+++ b/gcc/config/rs6000/dfp.md
@@ -323,7 +323,6 @@
(define_code_iterator DFP_TEST [eq lt gt unordered])
-
(define_mode_iterator D64_D128 [DD TD])
(define_mode_attr dfp_suffix [(DD "")
@@ -355,7 +354,7 @@
"dxex<dfp_suffix> %0,%1"
[(set_attr "type" "fp")])
-(define_expand "bcdtstsfi_<code>_<mode>"
+(define_expand "dfptstsfi_<code>_<mode>"
[(set (match_dup 3)
(compare:CCFP
(unspec:D64_D128
@@ -364,7 +363,7 @@
UNSPEC_DTSTSFI)
(match_dup 4)))
(set (match_operand:SI 0 "register_operand" "")
- (BCD_TEST:SI (match_dup 3)
+ (DFP_TEST:SI (match_dup 3)
(const_int 0)))
]
"TARGET_P9_MISC"