(plus:V16QI (match_dup 2) (match_dup 3)))
; Generate mask for the odd numbered byte elements
(set (match_dup 3)
- (const_vector:V16QI [(const_int 0) (const_int 255)
- (const_int 0) (const_int 255)
- (const_int 0) (const_int 255)
- (const_int 0) (const_int 255)
- (const_int 0) (const_int 255)
- (const_int 0) (const_int 255)
- (const_int 0) (const_int 255)
- (const_int 0) (const_int 255)]))
+ (const_vector:V16QI [(const_int 0) (const_int -1)
+ (const_int 0) (const_int -1)
+ (const_int 0) (const_int -1)
+ (const_int 0) (const_int -1)
+ (const_int 0) (const_int -1)
+ (const_int 0) (const_int -1)
+ (const_int 0) (const_int -1)
+ (const_int 0) (const_int -1)]))
; Zero out the even indexed bytes
(set (match_operand:V8HI 0 "register_operand" "=v")
(and:V8HI (subreg:V8HI (match_dup 2) 0)