Commit 5671655e by Richard Henderson Committed by Richard Henderson

* config/alpha/predicates.md (and_operand): Test mode of CONST_DOUBLE.

From-SVN: r102639
parent 72ce3d4a
2005-08-01 Richard Henderson <rth@redhat.com>
* config/alpha/predicates.md (and_operand): Test mode of CONST_DOUBLE.
2005-08-01 Jan Hubicka <jh@suse.cz>
* i386-protos.h (asm_preferred_eh_data_format): Declare.
......
......@@ -89,7 +89,8 @@
|| (unsigned HOST_WIDE_INT) ~ INTVAL (op) < 0x100
|| zap_mask (INTVAL (op))")
(if_then_else (match_code "const_double")
(match_test "zap_mask (CONST_DOUBLE_LOW (op))
(match_test "GET_MODE (op) == VOIDmode
&& zap_mask (CONST_DOUBLE_LOW (op))
&& zap_mask (CONST_DOUBLE_HIGH (op))")
(match_operand 0 "register_operand"))))
......
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