Commit c0e4a007 by Doug Evans

(lshrhi3_eight): Fix name.

(lshrhi3): Use it.

From-SVN: r7094
parent b4ce11b4
...@@ -1005,7 +1005,7 @@ ...@@ -1005,7 +1005,7 @@
(set_attr "length" "4") (set_attr "length" "4")
(set_attr "cc" "clobber")]) (set_attr "cc" "clobber")])
(define_insn "lshlhi3_eight" (define_insn "lshrhi3_eight"
[(set (match_operand:HI 0 "register_operand" "=r") [(set (match_operand:HI 0 "register_operand" "=r")
(lshiftrt:HI (match_operand:HI 1 "register_operand" "0") (lshiftrt:HI (match_operand:HI 1 "register_operand" "0")
(const_int 8)))] (const_int 8)))]
...@@ -1023,7 +1023,7 @@ ...@@ -1023,7 +1023,7 @@
"" ""
" "
{ {
if (can_shift (LSHIFTRT, operands, gen_lshrhi3_one, 4, gen_lshlhi3_eight)) if (can_shift (LSHIFTRT, operands, gen_lshrhi3_one, 4, gen_lshrhi3_eight))
DONE; DONE;
else else
FAIL; FAIL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment