Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dsve_helper.c133 #define DO_ORR(N, M, G) (((N) | (M)) & (G)) macro
143 LOGICAL_PPPP(sve_orr_pppp, DO_ORR) in LOGICAL_PPPP()
151 #undef DO_ORR in LOGICAL_PPPP()
200 #define DO_ORR(N, M) (N | M) macro
225 DO_ZPZZ(sve_orr_zpzz_b, uint8_t, H1, DO_ORR)
226 DO_ZPZZ(sve_orr_zpzz_h, uint16_t, H1_2, DO_ORR)
227 DO_ZPZZ(sve_orr_zpzz_s, uint32_t, H1_4, DO_ORR)
228 DO_ZPZZ_D(sve_orr_zpzz_d, uint64_t, DO_ORR)
1766 DO_VPZ(sve_orv_b, uint8_t, uint8_t, uint8_t, H1, 0, DO_ORR)
1767 DO_VPZ(sve_orv_h, uint16_t, uint16_t, uint16_t, H1_2, 0, DO_ORR)
[all …]
H A Dmve_helper.c952 #define DO_ORR(N, M) ((N) | (M)) macro
958 DO_2OP(vorr, 8, uint64_t, DO_ORR)