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