Home
last modified time | relevance | path

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

/openbmc/qemu/target/loongarch/
H A Dvec.h47 #define DO_DIV(N, M) (unlikely(M == 0) ? 0 :\ macro
/openbmc/qemu/target/riscv/
H A Dvector_helper.c1779 #define DO_DIV(N, M) (unlikely(M == 0) ? (__typeof(N))(-1) : \ macro