summaryrefslogtreecommitdiff
path: root/gcc/config/arm/arm926ejs.md
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/arm/arm926ejs.md')
-rw-r--r--gcc/config/arm/arm926ejs.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/arm/arm926ejs.md b/gcc/config/arm/arm926ejs.md
index 4db404e766f..b9ebee32984 100644
--- a/gcc/config/arm/arm926ejs.md
+++ b/gcc/config/arm/arm926ejs.md
@@ -58,7 +58,7 @@
;; ALU operations with no shifted operand
(define_insn_reservation "9_alu_op" 1
(and (eq_attr "tune" "arm926ejs")
- (eq_attr "type" "alu_reg,simple_alu_imm,simple_alu_shift,alu_shift"))
+ (eq_attr "type" "arlo_imm,arlo_reg,shift,shift_reg,extend,arlo_shift"))
"e,m,w")
;; ALU operations with a shift-by-register operand
@@ -67,7 +67,7 @@
;; the execute stage.
(define_insn_reservation "9_alu_shift_reg_op" 2
(and (eq_attr "tune" "arm926ejs")
- (eq_attr "type" "alu_shift_reg"))
+ (eq_attr "type" "arlo_shift_reg"))
"e*2,m,w")
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;