ambiguous insn in altivec
Aldy Hernandez
aldyh@redhat.com
Tue Jan 8 12:22:00 GMT 2002
dan
is there a reason for the second insn? you added this.
aldy
(define_insn "altivec_vspltisw"
[(set (match_operand:V4SI 0 "register_operand" "=v")
(unspec:V4SI [(match_operand:QI 1 "immediate_operand" "i")] 141))]
"TARGET_ALTIVEC"
"vspltisw %0, %1"
[(set_attr "type" "vecsimple")])
(define_insn ""
[(set (match_operand:V4SF 0 "register_operand" "=v")
(unspec:V4SF [(match_operand:QI 1 "immediate_operand" "i")] 142))]
"TARGET_ALTIVEC"
"vspltisw %0, %1"
[(set_attr "type" "vecsimple")])
More information about the Gcc
mailing list