* config/alpha/alpha.md (builtin_zapnot): Fix op2 mode.
From-SVN: r54625
This commit is contained in:
parent
563b6f04d1
commit
d95eb49f76
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2002-06-14 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* config/alpha/alpha.md (builtin_zapnot): Fix op2 mode.
|
||||
|
||||
2002-06-14 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
|
||||
|
||||
* rtl.h (SCHED_GROUP_P): Disallow CODE_LABEL, BARRIER and NOTE.
|
||||
|
|
|
@ -7389,7 +7389,7 @@ fadd,fmul,fcpys,fdiv,fsqrt,misc,mvi,ftoi,itof,multi,none"
|
|||
(define_expand "builtin_zapnot"
|
||||
[(set (match_operand:DI 0 "register_operand" "")
|
||||
(and:DI (unspec:DI
|
||||
[(not:QI (match_operand:QI 2 "reg_or_const_int_operand" ""))]
|
||||
[(not:QI (match_operand:DI 2 "reg_or_const_int_operand" ""))]
|
||||
UNSPEC_ZAP)
|
||||
(match_operand:DI 1 "reg_or_const_int_operand" "")))]
|
||||
""
|
||||
|
|
Loading…
Add table
Reference in a new issue