Home
last modified time | relevance | path

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

/qemu/target/arm/tcg/
H A Dsve_helper.c142 #define DO_NOR(N, M, G) (~((N) | (M)) & (G)) macro
152 LOGICAL_PPPP(sve_nor_pppp, DO_NOR) in LOGICAL_PPPP()
160 #undef DO_NOR in LOGICAL_PPPP()
/qemu/target/riscv/
H A Dvector_helper.c4872 #define DO_NOR(N, M) (!(N | M)) macro
4881 GEN_VEXT_MASK_VV(vmnor_mm, DO_NOR)