Searched defs:DO_2OP (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-mve.c | 845 #define DO_2OP(INSN, FN) DO_2OP_VEC(INSN, FN, NULL) macro
|
H A D | vec_helper.c | 1210 #define DO_2OP(NAME, FUNC, TYPE) \ macro 1221 DO_2OP(gvec_frecpe_h, helper_recpe_f16, float16) in DO_2OP() function
|
H A D | mve_helper.c | 873 #define DO_2OP(OP, ESIZE, TYPE, FN) \ in DO_1OP_IMM() macro
|
/openbmc/qemu/target/loongarch/tcg/ |
H A D | vec_helper.c | 2232 #define DO_2OP(NAME, BIT, E, DO_OP) \ macro
|