Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dsve_helper.c136 #define DO_NAND(N, M, G) (~((N) & (M)) & (G)) macro
146 LOGICAL_PPPP(sve_nand_pppp, DO_NAND) in LOGICAL_PPPP()
154 #undef DO_NAND in LOGICAL_PPPP()
/openbmc/qemu/target/riscv/
H A Dvector_helper.c4821 #define DO_NAND(N, M) (!(N & M)) macro
4828 GEN_VEXT_MASK_VV(vmnand_mm, DO_NAND)