(define_insn "and3" [(set (match_operand:VDQ_I 0 "register_operand") (and:VDQ_I (match_operand:VDQ_I 1 "register_operand") (match_operand:VDQ_I 2 "aarch64_reg_or_bic_imm")))] "TARGET_SIMD" {@ [ cons: =0 , 1 , 2 ] [ w , w , w ] and\t%0., %1., %2. [ w , 0 , Db ] << aarch64_output_simd_mov_immediate (operands[2], , AARCH64_CHECK_BIC); } [(set_attr "type" "neon_logic")] )