@@ -2337,11 +2337,11 @@
(define_insn "neon_vaba<mode>"
[(set (match_operand:VDQIW 0 "s_register_operand" "=w")
- (plus:VDQIW (match_operand:VDQIW 1 "s_register_operand" "0")
- (unspec:VDQIW [(match_operand:VDQIW 2
"s_register_operand" "w")
- (match_operand:VDQIW 3
"s_register_operand" "w")
- (match_operand:SI 4
"immediate_operand" "i")]
- UNSPEC_VABD)))]
+ (plus:VDQIW (unspec:VDQIW
+ [(match_operand:VDQIW 2 "s_register_operand" "w")
+ (match_operand:VDQIW 3 "s_register_operand" "w")
+ (match_operand:SI 4 "immediate_operand" "i")] UNSPEC_VABD)
+ (match_operand:VDQIW 1 "s_register_operand" "0")))]