Home
last modified time | relevance | path

Searched defs:DO_MADD (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/loongarch/
H A Dvec.h42 #define DO_MADD(a, b, c) (a + b * c) macro
/openbmc/qemu/target/riscv/
H A Dvector_helper.c1901 #define DO_MADD(N, M, D) (M * D + N) macro