Home
last modified time | relevance | path

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

/qemu/target/arm/tcg/
H A Dsve_helper.c140 #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)
[all …]
H A Dmve_helper.c951 #define DO_ORR(N, M) ((N) | (M)) macro
957 DO_2OP(vorr, 8, uint64_t, DO_ORR)