Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dsve_helper.c132 #define DO_EOR(N, M, G) (((N) ^ (M)) & (G)) macro
141 LOGICAL_PPPP(sve_eor_pppp, DO_EOR) in LOGICAL_PPPP()
150 #undef DO_EOR in LOGICAL_PPPP()
199 #define DO_EOR(N, M) (N ^ M) macro
230 DO_ZPZZ(sve_eor_zpzz_b, uint8_t, H1, DO_EOR)
231 DO_ZPZZ(sve_eor_zpzz_h, uint16_t, H1_2, DO_EOR)
232 DO_ZPZZ(sve_eor_zpzz_s, uint32_t, H1_4, DO_EOR)
233 DO_ZPZZ_D(sve_eor_zpzz_d, uint64_t, DO_EOR)
1137 DO_ZZZ_NTB(sve2_eoril_b, uint8_t, H1, DO_EOR)
1138 DO_ZZZ_NTB(sve2_eoril_h, uint16_t, H1_2, DO_EOR)
[all …]
H A Dmve_helper.c954 #define DO_EOR(N, M) ((N) ^ (M)) macro
960 DO_2OP(veor, 8, uint64_t, DO_EOR)