Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dsve_helper.c135 #define DO_NOR(N, M, G) (~((N) | (M)) & (G)) macro
145 LOGICAL_PPPP(sve_nor_pppp, DO_NOR) in LOGICAL_PPPP()
153 #undef DO_NOR in LOGICAL_PPPP()
/openbmc/qemu/target/riscv/
H A Dvector_helper.c4823 #define DO_NOR(N, M) (!(N | M)) macro
4832 GEN_VEXT_MASK_VV(vmnor_mm, DO_NOR)