Home
last modified time | relevance | path

Searched refs:DO_BIC (Results 1 – 2 of 2) sorted by relevance

/qemu/target/arm/tcg/
H A Dsve_helper.c138 #define DO_BIC(N, M, G) (((N) & ~(M)) & (G)) macro
147 LOGICAL_PPPP(sve_bic_pppp, DO_BIC) in LOGICAL_PPPP()
156 #undef DO_BIC in LOGICAL_PPPP()
208 #define DO_BIC(N, M) (N & ~M) macro
242 DO_ZPZZ(sve_bic_zpzz_b, uint8_t, H1, DO_BIC)
243 DO_ZPZZ(sve_bic_zpzz_h, uint16_t, H1_2, DO_BIC)
244 DO_ZPZZ(sve_bic_zpzz_s, uint32_t, H1_4, DO_BIC)
245 DO_ZPZZ_D(sve_bic_zpzz_d, uint64_t, DO_BIC)
1879 #undef DO_BIC
H A Dmve_helper.c950 #define DO_BIC(N, M) ((N) & ~(M)) macro
956 DO_2OP(vbic, 8, uint64_t, DO_BIC)