* i386.md (movti_rex64): Fix mode.
From-SVN: r46411
This commit is contained in:
parent
6fa3d7b2cc
commit
92b7812215
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
Mon Oct 22 18:21:25 CEST 2001 Jan Hubicka <jh@suse.cz>
|
||||
|
||||
* i386.md (movti_rex64): Fix mode.
|
||||
|
||||
2001-10-22 Stan Shebs <shebs@apple.com>
|
||||
|
||||
* target.h (struct gcc_target): Add asm_out.exception_section,
|
||||
|
|
|
@ -17970,8 +17970,8 @@
|
|||
[(set_attr "type" "sse")])
|
||||
|
||||
(define_insn "*movti_rex64"
|
||||
[(set (match_operand:DI 0 "nonimmediate_operand" "=r,o,mx,x")
|
||||
(match_operand:DI 1 "general_operand" "riFo,riF,x,m"))]
|
||||
[(set (match_operand:TI 0 "nonimmediate_operand" "=r,o,mx,x")
|
||||
(match_operand:TI 1 "general_operand" "riFo,riF,x,m"))]
|
||||
"TARGET_64BIT
|
||||
&& (GET_CODE (operands[0]) != MEM || GET_CODE (operands[1]) != MEM)"
|
||||
"@
|
||||
|
|
Loading…
Add table
Reference in a new issue