Commit fc524c1c by Richard Henderson Committed by Richard Henderson

* i386.md (movstricthi_1): Allow r/r.

From-SVN: r29999
parent 79e8185c
Thu Oct 14 22:14:23 1999 Richard Henderson <rth@cygnus.com>
* i386.md (movstricthi_1): Allow r/r.
Thu Oct 14 19:44:08 1999 Jan Hubicka <hubicka@freesoft.cz> Thu Oct 14 19:44:08 1999 Jan Hubicka <hubicka@freesoft.cz>
* fold-const.c (fold): Move bit_rotate code to the EXPR_PLUS case, * fold-const.c (fold): Move bit_rotate code to the EXPR_PLUS case,
......
...@@ -1365,7 +1365,7 @@ ...@@ -1365,7 +1365,7 @@
}") }")
(define_insn "*movstricthi_1" (define_insn "*movstricthi_1"
[(set (strict_low_part (match_operand:HI 0 "nonimmediate_operand" "+m,r")) [(set (strict_low_part (match_operand:HI 0 "nonimmediate_operand" "+rm,r"))
(match_operand:HI 1 "general_operand" "rn,m"))] (match_operand:HI 1 "general_operand" "rn,m"))]
"! TARGET_PARTIAL_REG_STALL "! TARGET_PARTIAL_REG_STALL
&& (GET_CODE (operands[0]) != MEM || GET_CODE (operands[1]) != MEM)" && (GET_CODE (operands[0]) != MEM || GET_CODE (operands[1]) != MEM)"
......
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