Home
last modified time | relevance | path

Searched defs:DO_MUL (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/loongarch/
H A Dvec.h41 #define DO_MUL(a, b) (a * b) macro
/openbmc/qemu/target/arm/tcg/
H A Dmve_helper.c964 #define DO_MUL(N, M) ((N) * (M)) macro
H A Dsve_helper.c207 #define DO_MUL(N, M) (N * M) macro
311 DO_ZPZZ(sve_mul_zpzz_b, uint8_t, H1, DO_MUL) in DO_ZPZZ() argument
/openbmc/qemu/target/riscv/
H A Dvector_helper.c1618 #define DO_MUL(N, M) (N * M) macro