mips: Fix missing mode in neg<mode:MSA>2
I was too sleepy writting this :(. gcc/ChangeLog: * config/mips/mips-msa.md (neg<mode:MSA>2): Add missing mode for neg.
This commit is contained in:
parent
4d7fe3cf82
commit
55357960fb
1 changed files with 1 additions and 1 deletions
|
@ -613,7 +613,7 @@
|
|||
|
||||
(define_insn "neg<mode>2"
|
||||
[(set (match_operand:FMSA 0 "register_operand" "=f")
|
||||
(neg (match_operand:FMSA 1 "register_operand" "f")))]
|
||||
(neg:FMSA (match_operand:FMSA 1 "register_operand" "f")))]
|
||||
"ISA_HAS_MSA"
|
||||
"bnegi.<msafmt>\t%w0,%w1,<elmsgnbit>"
|
||||
[(set_attr "type" "simd_bit")
|
||||
|
|
Loading…
Add table
Reference in a new issue