k6.md (k6_alux): Use the 'mode' attribute instead of match_operand.
* config/i386/k6.md (k6_alux): Use the 'mode' attribute instead of match_operand. From-SVN: r72639
This commit is contained in:
parent
807a4cfd73
commit
a74f24872a
@ -1,3 +1,8 @@
|
|||||||
|
2003-10-18 Eric Botcazou <ebotcazou@libertysurf.fr>
|
||||||
|
|
||||||
|
* config/i386/k6.md (k6_alux): Use the 'mode' attribute instead of
|
||||||
|
match_operand.
|
||||||
|
|
||||||
2003-10-18 Eric Botcazou <ebotcazou@libertysurf.fr>
|
2003-10-18 Eric Botcazou <ebotcazou@libertysurf.fr>
|
||||||
|
|
||||||
* config/sparc/sparc.c (function_arg_record_value_1): New fourth
|
* config/sparc/sparc.c (function_arg_record_value_1): New fourth
|
||||||
|
@ -49,7 +49,7 @@
|
|||||||
(define_function_unit "k6_alux" 1 0
|
(define_function_unit "k6_alux" 1 0
|
||||||
(and (eq_attr "cpu" "k6")
|
(and (eq_attr "cpu" "k6")
|
||||||
(and (eq_attr "type" "alu,alu1,negnot,icmp,test,imovx,incdec")
|
(and (eq_attr "type" "alu,alu1,negnot,icmp,test,imovx,incdec")
|
||||||
(match_operand:QI 0 "general_operand" "")))
|
(eq_attr "mode" "QI")))
|
||||||
1 1)
|
1 1)
|
||||||
|
|
||||||
(define_function_unit "k6_alu" 2 0
|
(define_function_unit "k6_alu" 2 0
|
||||||
|
Loading…
Reference in New Issue
Block a user