Home
last modified time | relevance | path

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

/qemu/target/arm/tcg/
H A Dsve_helper.c143 #define DO_NAND(N, M, G) (~((N) & (M)) & (G)) macro
153 LOGICAL_PPPP(sve_nand_pppp, DO_NAND) in LOGICAL_PPPP()
161 #undef DO_NAND in LOGICAL_PPPP()
/qemu/target/riscv/
H A Dvector_helper.c4870 #define DO_NAND(N, M) (!(N & M)) macro
4877 GEN_VEXT_MASK_VV(vmnand_mm, DO_NAND)