Searched defs:DO_ADD (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/target/loongarch/ |
H A D | vec.h | 33 #define DO_ADD(a, b) (a + b) macro
|
/openbmc/qemu/target/arm/tcg/ |
H A D | mve_helper.c | 962 #define DO_ADD(N, M) ((N) + (M)) macro 1173 DO_VCADD_ALL(vcadd90, DO_SUB, DO_ADD) in DO_VCADD_ALL() argument 1497 DO_2OP_SCALAR_U(vadd_scalar, DO_ADD) in DO_2OP_SCALAR_U() argument 2590 DO_VIDUP_ALL(vidup, DO_ADD) in DO_VIDUP_ALL() argument
|
H A D | sve_helper.c | 202 #define DO_ADD(N, M) (N + M) macro
|
/openbmc/qemu/target/riscv/ |
H A D | vector_helper.c | 569 #define DO_ADD(N, M) (N + M) in GEN_VEXT_LDFF() macro 784 RVVCALL(OPIVV2, vwaddu_vv_b, WOP_UUU_B, H2, H1, H1, DO_ADD) in RVVCALL() argument
|