mirror of git://gcc.gnu.org/git/gcc.git
parent
f54ea774e3
commit
35909ec3a3
|
|
@ -3944,7 +3944,7 @@
|
||||||
;; logical shift right
|
;; logical shift right
|
||||||
|
|
||||||
;; "lshrqi3"
|
;; "lshrqi3"
|
||||||
;; "lshrqq3 "lshruqq3"
|
;; "lshrqq3" "lshruqq3"
|
||||||
(define_expand "lshr<mode>3"
|
(define_expand "lshr<mode>3"
|
||||||
[(set (match_operand:ALL1 0 "register_operand" "")
|
[(set (match_operand:ALL1 0 "register_operand" "")
|
||||||
(lshiftrt:ALL1 (match_operand:ALL1 1 "register_operand" "")
|
(lshiftrt:ALL1 (match_operand:ALL1 1 "register_operand" "")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue