mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-28 22:25:30 +08:00
* i386.md (negdf2_ifs_rex64): Don't allow GPR operand.
From-SVN: r58678
This commit is contained in:
parent
ff881d5229
commit
f7e5dfbd02
@ -1,3 +1,7 @@
|
||||
Thu Oct 31 16:09:44 CET 2002 Jan Hubicka <jh@suse.cz>
|
||||
|
||||
* i386.md (negdf2_ifs_rex64): Don't allow GPR operand.
|
||||
|
||||
Thu Oct 31 12:45:55 2002 J"orn Rennecke <joern.rennecke@superh.com>
|
||||
|
||||
* sh.h (binary_logical_operator): Declare.
|
||||
|
@ -9438,9 +9438,9 @@
|
||||
"#")
|
||||
|
||||
(define_insn "*negdf2_ifs_rex64"
|
||||
[(set (match_operand:DF 0 "nonimmediate_operand" "=Y#fr,Y#fr,fm#Yr,r#Yf")
|
||||
(neg:DF (match_operand:DF 1 "nonimmediate_operand" "0,Y#fr,0,0")))
|
||||
(use (match_operand:DF 2 "general_operand" "Y,0,*g#Yr,*rm"))
|
||||
[(set (match_operand:DF 0 "nonimmediate_operand" "=Y#f,Y#f,fm#Y")
|
||||
(neg:DF (match_operand:DF 1 "nonimmediate_operand" "0,Y#f,0")))
|
||||
(use (match_operand:DF 2 "general_operand" "Y,0,*g#Y*r"))
|
||||
(clobber (reg:CC 17))]
|
||||
"TARGET_64BIT && TARGET_SSE2
|
||||
&& (reload_in_progress || reload_completed
|
||||
|
Loading…
Reference in New Issue
Block a user