Lines Matching refs:DO_ORR
140 #define DO_ORR(N, M, G) (((N) | (M)) & (G)) macro
150 LOGICAL_PPPP(sve_orr_pppp, DO_ORR) in LOGICAL_PPPP()
158 #undef DO_ORR in LOGICAL_PPPP()
207 #define DO_ORR(N, M) (N | M) macro
232 DO_ZPZZ(sve_orr_zpzz_b, uint8_t, H1, DO_ORR)
233 DO_ZPZZ(sve_orr_zpzz_h, uint16_t, H1_2, DO_ORR)
234 DO_ZPZZ(sve_orr_zpzz_s, uint32_t, H1_4, DO_ORR)
235 DO_ZPZZ_D(sve_orr_zpzz_d, uint64_t, DO_ORR)
1789 DO_VPZ(sve_orv_b, uint8_t, uint8_t, uint8_t, H1, 0, DO_ORR)
1790 DO_VPZ(sve_orv_h, uint16_t, uint16_t, uint16_t, H1_2, 0, DO_ORR)
1791 DO_VPZ(sve_orv_s, uint32_t, uint32_t, uint32_t, H1_4, 0, DO_ORR)
1792 DO_VPZ_D(sve_orv_d, uint64_t, uint64_t, 0, DO_ORR)
1877 #undef DO_ORR