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