Home
last modified time | relevance | path

Searched defs:INSN (Results 1 – 15 of 15) sorted by relevance

/openbmc/qemu/tests/tcg/hexagon/
H A Dusr.c66 #define FUNC_R_OP_R(NAME, INSN) \ argument
69 #define FUNC_R_OP_P(NAME, INSN) \ argument
72 #define FUNC_P_OP_P(NAME, INSN) \ argument
75 #define FUNC_P_OP_R(NAME, INSN) \ argument
100 #define FUNC_Rp_OP_R(NAME, INSN) \ argument
119 #define FUNC_P_OP_PP(NAME, INSN) \ argument
122 #define FUNC_R_OP_PP(NAME, INSN) \ argument
125 #define FUNC_P_OP_RR(NAME, INSN) \ argument
128 #define FUNC_R_OP_RR(NAME, INSN) \ argument
131 #define FUNC_R_OP_PR(NAME, INSN) \ argument
[all …]
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-mve.c531 #define DO_1OP_VEC(INSN, FN, VECFN) \ argument
543 #define DO_1OP(INSN, FN) DO_1OP_VEC(INSN, FN, NULL) argument
620 #define DO_VCVT_RMODE(INSN, RMODE, U) \ argument
635 #define DO_VCVT_SH(INSN, FN) \ in DO_VCVT_RMODE() argument
695 #define DO_VMOVN(INSN, FN) \ argument
814 #define DO_LOGIC(INSN, HELPER, VECFN) \ argument
833 #define DO_2OP_VEC(INSN, FN, VECFN) \ argument
845 #define DO_2OP(INSN, FN) DO_2OP_VEC(INSN, FN, NULL) argument
997 #define DO_2OP_FP(INSN, FN) \ argument
1060 #define DO_2OP_SCALAR(INSN, FN) \ argument
[all …]
H A Dtranslate-neon.c778 #define DO_3SAME(INSN, FUNC) \ argument
799 #define DO_3SAME_BITSEL(INSN, O1, O2, O3) \ in DO_3SAME() argument
812 #define DO_3SAME_NO_SZ_3(INSN, FUNC) \ argument
834 #define DO_3SAME_CMP(INSN, COND) \ argument
866 #define DO_VQRDMLAH(INSN, FUNC) \ argument
910 #define DO_3SAME_64(INSN, FUNC) \ argument
920 #define DO_3SAME_64_ENV(INSN, FUNC) \ argument
1219 #define DO_3S_FP_PAIR(INSN,FUNC) \ argument
3182 #define DO_VMOVN(INSN, FUNC) \ argument
3414 #define DO_2MISC_VEC(INSN, FN) \ argument
[all …]
H A Dtranslate-vfp.c2250 #define MAKE_ONE_VFM_TRANS_FN(INSN, PREC, NEGN, NEGD) \ argument
2388 #define DO_VFP_2OP(INSN, PREC, FN, CHECK) \ argument
2398 #define DO_VFP_VMOV(INSN, PREC, FN) \ argument
H A Dmve_helper.c1810 #define DO_DAV_S(INSN, XCHG, EVENACC, ODDACC) \ argument
1815 #define DO_DAV_U(INSN, XCHG, EVENACC, ODDACC) \ argument
1913 #define DO_VMAXMINV_U(INSN, FN) \ argument
1917 #define DO_VMAXMINV_S(INSN, FN) \ argument
/openbmc/qemu/tests/tcg/ppc64/
H A Dnon_signalling_xscv.c6 #define TEST(INSN, B_HI, B_LO, T_HI, T_LO) \ argument
H A Dvsx_f2i_nan.c11 #define DEFINE_VSX_F2I_FUNC(SRC_T, DEST_T, INSN) \ argument
/openbmc/qemu/target/openrisc/
H A Ddisas.c53 #define INSN(opcode, format, ...) \ macro
/openbmc/qemu/tests/tcg/hppa/
H A Dstby.c41 #define TEST(INSN, OFS, E) \ argument
/openbmc/linux/arch/sparc/kernel/
H A Dvisemul.c136 #define RS1(INSN) (((INSN) >> 14) & 0x1f) argument
137 #define RS2(INSN) (((INSN) >> 0) & 0x1f) argument
138 #define RD(INSN) (((INSN) >> 25) & 0x1f) argument
/openbmc/qemu/target/avr/
H A Ddisas.c96 #define INSN(opcode, format, ...) \ macro
/openbmc/qemu/target/loongarch/
H A Ddisas.c123 #define output(C, INSN, FMT, ...) \ argument
344 #define INSN(insn, type) \ macro
351 INSN(clo_w, rr) in INSN() function
/openbmc/linux/arch/loongarch/include/asm/
H A Dinst.h33 #define ADDR_IMM(addr, INSN) \ argument
/openbmc/qemu/disas/
H A Dsparc.c2265 #define HASH_INSN(INSN) \ argument
/openbmc/qemu/target/m68k/
H A Dtranslate.c5736 #define INSN(name, opcode, mask, feature) do { \ in register_m68k_insns() macro