Lines Matching refs:DO_EOR
139 #define DO_EOR(N, M, G) (((N) ^ (M)) & (G)) macro
148 LOGICAL_PPPP(sve_eor_pppp, DO_EOR) in LOGICAL_PPPP()
157 #undef DO_EOR in LOGICAL_PPPP()
206 #define DO_EOR(N, M) (N ^ M) macro
237 DO_ZPZZ(sve_eor_zpzz_b, uint8_t, H1, DO_EOR)
238 DO_ZPZZ(sve_eor_zpzz_h, uint16_t, H1_2, DO_EOR)
239 DO_ZPZZ(sve_eor_zpzz_s, uint32_t, H1_4, DO_EOR)
240 DO_ZPZZ_D(sve_eor_zpzz_d, uint64_t, DO_EOR)
1160 DO_ZZZ_NTB(sve2_eoril_b, uint8_t, H1, DO_EOR)
1161 DO_ZZZ_NTB(sve2_eoril_h, uint16_t, H1_2, DO_EOR)
1162 DO_ZZZ_NTB(sve2_eoril_s, uint32_t, H1_4, DO_EOR)
1163 DO_ZZZ_NTB(sve2_eoril_d, uint64_t, H1_8, DO_EOR)
1794 DO_VPZ(sve_eorv_b, uint8_t, uint8_t, uint8_t, H1, 0, DO_EOR)
1795 DO_VPZ(sve_eorv_h, uint16_t, uint16_t, uint16_t, H1_2, 0, DO_EOR)
1796 DO_VPZ(sve_eorv_s, uint32_t, uint32_t, uint32_t, H1_4, 0, DO_EOR)
1797 DO_VPZ_D(sve_eorv_d, uint64_t, uint64_t, 0, DO_EOR)
1878 #undef DO_EOR