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.c145 #define DO_ORR(N, M, G) (((N) | (M)) & (G)) macro
155 LOGICAL_PPPP(sve_orr_pppp, DO_ORR) in LOGICAL_PPPP()
163 #undef DO_ORR in LOGICAL_PPPP()
212 #define DO_ORR(N, M) (N | M) macro
238 DO_ZPZZ(sve_orr_zpzz_b, uint8_t, H1, DO_ORR)
239 DO_ZPZZ(sve_orr_zpzz_h, uint16_t, H1_2, DO_ORR)
240 DO_ZPZZ(sve_orr_zpzz_s, uint32_t, H1_4, DO_ORR)
241 DO_ZPZZ_D(sve_orr_zpzz_d, uint64_t, DO_ORR)
1776 DO_VPZ(sve_orv_b, uint8_t, uint8_t, uint8_t, H1, 0, DO_ORR)
1777 DO_VPZ(sve_orv_h, uint16_t, uint16_t, uint16_t, H1_2, 0, DO_ORR)
[all …]
H A Dmve_helper.c991 #define DO_ORR(N, M) ((N) | (M)) macro
997 DO_2OP(vorr, 8, uint64_t, DO_ORR)