Searched defs:DO_MADD (Results 1 – 2 of 2) sorted by relevance
| /openbmc/qemu/target/loongarch/ | ||
| H A D | vec.h | 42 #define DO_MADD(a, b, c) (a + b * c) macro |
| /openbmc/qemu/target/riscv/ | ||
| H A D | vector_helper.c | 1951 #define DO_MADD(N, M, D) (M * D + N) macro |