mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-04 20:11:35 +08:00
mips.md (*clear_upper32): Use "W" as the memory operand.
gcc/ * config/mips/mips.md (*clear_upper32): Use "W" as the memory operand. From-SVN: r128559
This commit is contained in:
parent
8d2a9e0ee2
commit
ec49e31c8f
@ -1,3 +1,7 @@
|
||||
2007-09-17 Richard Sandiford <rsandifo@nildram.co.uk>
|
||||
|
||||
* config/mips/mips.md (*clear_upper32): Use "W" as the memory operand.
|
||||
|
||||
2007-09-17 Chao-ying Fu <fu@mips.com>
|
||||
Nigel Stephens <nigel@mips.com>
|
||||
|
||||
|
@ -2431,7 +2431,7 @@
|
||||
|
||||
(define_insn_and_split "*clear_upper32"
|
||||
[(set (match_operand:DI 0 "register_operand" "=d,d")
|
||||
(and:DI (match_operand:DI 1 "nonimmediate_operand" "d,o")
|
||||
(and:DI (match_operand:DI 1 "nonimmediate_operand" "d,W")
|
||||
(const_int 4294967295)))]
|
||||
"TARGET_64BIT"
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user