summaryrefslogtreecommitdiffstats
path: root/gcc/config/pdp11/pdp11.md
diff options
context:
space:
mode:
authorpkoning <pkoning@138bc75d-0d04-0410-961f-82ee72b054a4>2010-10-21 01:01:22 +0000
committerpkoning <pkoning@138bc75d-0d04-0410-961f-82ee72b054a4>2010-10-21 01:01:22 +0000
commit73d723bfb0b24f5aedcb668c953616a45d75e9f2 (patch)
treef5366804ab05bf96f6adb92ccab64240b47e44f1 /gcc/config/pdp11/pdp11.md
parentdff2ea5fc98a56aea5ca4f6d2c6a1bc35b32dffb (diff)
downloadppe42-gcc-73d723bfb0b24f5aedcb668c953616a45d75e9f2.tar.gz
ppe42-gcc-73d723bfb0b24f5aedcb668c953616a45d75e9f2.zip
* config/pdp11/pdp11.md (various): Fix conditions on a number of
insn to check for target 11/40 or higher. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@165747 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/pdp11/pdp11.md')
-rw-r--r--gcc/config/pdp11/pdp11.md24
1 files changed, 12 insertions, 12 deletions
diff --git a/gcc/config/pdp11/pdp11.md b/gcc/config/pdp11/pdp11.md
index 9ef1c4f6042..d1b43066cd0 100644
--- a/gcc/config/pdp11/pdp11.md
+++ b/gcc/config/pdp11/pdp11.md
@@ -980,7 +980,7 @@
[(set (match_operand:SI 0 "register_operand" "=r,r")
(ashift:SI (match_operand:SI 1 "register_operand" "0,0")
(match_operand:HI 2 "general_operand" "rR,Qi")))]
- "TARGET_45"
+ "TARGET_40_PLUS"
"ashc %2,%0"
[(set_attr "length" "1,2")])
@@ -1141,7 +1141,7 @@
[(set (match_operand:HI 0 "register_operand" "=r,r")
(ashift:HI (match_operand:HI 1 "register_operand" "0,0")
(match_operand:HI 2 "general_operand" "rR,Qi")))]
- ""
+ "TARGET_40_PLUS"
"*
{
if (GET_CODE(operands[2]) == CONST_INT)
@@ -1369,7 +1369,7 @@
[(set (match_operand:HI 0 "register_operand" "=d,d") ; multiply regs
(mult:HI (match_operand:HI 1 "register_operand" "%0,0")
(match_operand:HI 2 "general_operand" "rR,Qi")))]
- "TARGET_45"
+ "TARGET_40_PLUS"
"mul %2, %0"
[(set_attr "length" "1,2")])
@@ -1381,7 +1381,7 @@
(mult:SI (truncate:HI
(match_dup 0))
(match_operand:HI 2 "general_operand" "rR,Qi")))]
- "TARGET_45"
+ "TARGET_40_PLUS"
"operands[3] = gen_lowpart(HImode, operands[1]);")
(define_insn ""
@@ -1389,7 +1389,7 @@
(mult:SI (truncate:HI
(match_operand:SI 1 "register_operand" "%0,0"))
(match_operand:HI 2 "general_operand" "rR,Qi")))]
- "TARGET_45"
+ "TARGET_40_PLUS"
"mul %2, %0"
[(set_attr "length" "1,2")])
@@ -1398,7 +1398,7 @@
; (mult:SI (truncate:HI
; (match_operand:SI 1 "register_operand" "%0,0"))
; (match_operand:HI 2 "general_operand" "rR,Qi")))]
-; "TARGET_45"
+; "TARGET_40_PLUS"
; "mul %2, %0"
; [(set_attr "length" "1,2")])
@@ -1418,14 +1418,14 @@
(match_operand:HI 2 "general_operand" "g")))
(set (match_operand:HI 0 "general_operand" "=r")
(subreg:HI (match_dup 1) 0))]
- "TARGET_45"
+ "TARGET_40_PLUS"
"")
(define_insn ""
[(set (subreg:HI (match_operand:SI 0 "general_operand" "=r") 0)
(div:HI (match_operand:SI 1 "general_operand" "0")
(match_operand:HI 2 "general_operand" "g")))]
- "TARGET_45"
+ "TARGET_40_PLUS"
"div %2,%0"
[(set_attr "length" "2")])
@@ -1435,14 +1435,14 @@
(match_operand:HI 2 "general_operand" "g")))
(set (match_operand:HI 0 "general_operand" "=r")
(subreg:HI (match_dup 1) 2))]
- "TARGET_45"
+ "TARGET_40_PLUS"
"")
(define_insn ""
[(set (subreg:HI (match_operand:SI 0 "general_operand" "=r") 2)
(mod:HI (match_operand:SI 1 "general_operand" "0")
(match_operand:HI 2 "general_operand" "g")))]
- "TARGET_45"
+ "TARGET_40_PLUS"
"div %2,%0"
[(set_attr "length" "2")])
@@ -1457,7 +1457,7 @@
; (subreg:HI (match_dup 1) 2))
; (set (match_operand:HI 0 "general_operand" "=r")
; (subreg:HI (match_dup 1) 0))]
-; "TARGET_45"
+; "TARGET_40_PLUS"
; "")
;
;(define_insn ""
@@ -1467,7 +1467,7 @@
; (set (subreg:HI (match_dup 0) 2)
; (mod:HI (match_dup 1)
; (match_dup 2)))]
-; "TARGET_45"
+; "TARGET_40_PLUS"
; "div %2, %0")
;
OpenPOWER on IntegriCloud