Commit b5031ab7 by Clinton Popetz Committed by Clinton Popetz

mips.md (zero_extendsidi2_internal): Disable for mips16.

	* config/mips/mips.md (zero_extendsidi2_internal): Disable for
	mips16.

From-SVN: r31610
parent e267e177
2000-01-25 Clinton Popetz <cpopetz@cygnus.com>
* config/mips/mips.md (zero_extendsidi2_internal): Disable for
mips16.
2000-01-25 Richard Henderson <rth@cygnus.com>
* sparc-protos.h (select_cc_mode): Declare.
......
......@@ -3632,7 +3632,7 @@ move\\t%0,%z4\\n\\
(define_insn "zero_extendsidi2_internal"
[(set (match_operand:DI 0 "register_operand" "=d,d")
(zero_extend:DI (match_operand:SI 1 "memory_operand" "R,m")))]
"TARGET_64BIT"
"TARGET_64BIT && !TARGET_MIPS16"
"* return mips_move_1word (operands, insn, TRUE);"
[(set_attr "type" "load")
(set_attr "mode" "DI")
......
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