Searched defs:DO_NAND (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/riscv/ | ||
H A D | vector_helper.c | 4821 #define DO_NAND(N, M) (!(N & M)) macro |
/openbmc/qemu/target/arm/tcg/ | ||
H A D | sve_helper.c | 136 #define DO_NAND(N, M, G) (~((N) & (M)) & (G)) macro |