mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-18 12:49:54 +08:00
* mn10300.md (bset, bclr): Operand 0 is a read/write operand.
From-SVN: r24331
This commit is contained in:
parent
9c907d548f
commit
5ba52c2e99
@ -1,5 +1,7 @@
|
||||
Tue Dec 15 13:49:55 1998 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* mn10300.md (bset, bclr): Operand 0 is a read/write operand.
|
||||
|
||||
* mn10200.md (abssf2, negsf2): New expanders.
|
||||
|
||||
* mn10300.md (absdf2, abssf2, negdf2, negsf2): New expanders.
|
||||
|
@ -849,7 +849,7 @@
|
||||
[(set_attr "cc" "clobber,none_0hit")])
|
||||
|
||||
(define_insn ""
|
||||
[(set (match_operand:QI 0 "general_operand" "=R,d")
|
||||
[(set (match_operand:QI 0 "general_operand" "+R,d")
|
||||
(subreg:QI
|
||||
(and:SI (subreg:SI (match_dup 0) 0)
|
||||
(match_operand:SI 1 "const_int_operand" "i,i")) 0))]
|
||||
@ -860,7 +860,7 @@
|
||||
[(set_attr "cc" "clobber,set_znv")])
|
||||
|
||||
(define_insn ""
|
||||
[(set (match_operand:QI 0 "general_operand" "=R,d")
|
||||
[(set (match_operand:QI 0 "general_operand" "+R,d")
|
||||
(subreg:QI
|
||||
(ior:SI (subreg:SI (match_dup 0) 0)
|
||||
(match_operand:SI 1 "const_int_operand" "i,i")) 0))]
|
||||
|
Loading…
Reference in New Issue
Block a user