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.c147 #define DO_NOR(N, M, G) (~((N) | (M)) & (G)) macro
157 LOGICAL_PPPP(sve_nor_pppp, DO_NOR) in LOGICAL_PPPP()
165 #undef DO_NOR in LOGICAL_PPPP()
/openbmc/qemu/target/riscv/
H A Dvector_helper.c4881 #define DO_NOR(N, M) (!(N | M)) macro
4890 GEN_VEXT_MASK_VV(vmnor_mm, DO_NOR)