Home
last modified time | relevance | path

Searched refs:SUFFIX (Results 1 – 17 of 17) sorted by relevance

/qemu/include/exec/
A Dmemory_ldst_phys.h.inc25 return glue(address_space_lduw, SUFFIX)(ARG1, addr,
31 return glue(address_space_ldl, SUFFIX)(ARG1, addr,
37 return glue(address_space_ldq, SUFFIX)(ARG1, addr,
43 glue(address_space_stw, SUFFIX)(ARG1, addr, val,
49 glue(address_space_stl, SUFFIX)(ARG1, addr, val,
55 glue(address_space_stq, SUFFIX)(ARG1, addr, val,
61 return glue(address_space_ldub, SUFFIX)(ARG1, addr,
103 glue(address_space_stb, SUFFIX)(ARG1, addr, val,
109 glue(address_space_stw_le, SUFFIX)(ARG1, addr, val,
115 glue(address_space_stw_be, SUFFIX)(ARG1, addr, val,
[all …]
A Dmemory_ldst.h.inc23 uint16_t glue(address_space_lduw, SUFFIX)(ARG1_DECL,
25 uint32_t glue(address_space_ldl, SUFFIX)(ARG1_DECL,
27 uint64_t glue(address_space_ldq, SUFFIX)(ARG1_DECL,
31 void glue(address_space_stw, SUFFIX)(ARG1_DECL,
33 void glue(address_space_stl, SUFFIX)(ARG1_DECL,
35 void glue(address_space_stq, SUFFIX)(ARG1_DECL,
38 uint8_t glue(address_space_ldub, SUFFIX)(ARG1_DECL,
52 void glue(address_space_stb, SUFFIX)(ARG1_DECL,
54 void glue(address_space_stw_le, SUFFIX)(ARG1_DECL,
56 void glue(address_space_stw_be, SUFFIX)(ARG1_DECL,
[all …]
A Dcpu-all.h103 #define SUFFIX macro
109 #define SUFFIX _cached_slow macro
121 #define SUFFIX macro
131 #define SUFFIX _cached macro
A Dmemory.h2721 #define SUFFIX macro
2726 #define SUFFIX macro
2764 #define SUFFIX _cached_slow macro
2798 #define SUFFIX _cached macro
A Dcpu_ldst.h243 #define GEN_ATOMIC_HELPER(NAME, TYPE, SUFFIX) \ argument
244 TYPE cpu_atomic_ ## NAME ## SUFFIX ## _mmu \
/qemu/target/i386/tcg/
A Dops_sse_header.h.inc21 #define SUFFIX _mmx
25 #define SUFFIX _xmm
27 #define SUFFIX _ymm
68 DEF_HELPER_3(glue(pmulhrw, SUFFIX), void, env, Reg, Reg)
85 DEF_HELPER_3(glue(pshufw, SUFFIX), void, Reg, Reg, int)
87 DEF_HELPER_3(glue(pshufd, SUFFIX), void, Reg, Reg, int)
88 DEF_HELPER_3(glue(pshuflw, SUFFIX), void, Reg, Reg, int)
89 DEF_HELPER_3(glue(pshufhw, SUFFIX), void, Reg, Reg, int)
234 DEF_HELPER_2(glue(movmskps, SUFFIX), i32, env, Reg)
235 DEF_HELPER_2(glue(movmskpd, SUFFIX), i32, env, Reg)
[all …]
A Dcc_helper_template.h.inc23 #define SUFFIX b
27 #define SUFFIX w
31 #define SUFFIX l
37 #define SUFFIX q
61 static int glue(compute_c_add, SUFFIX)(DATA_TYPE dst, DATA_TYPE src1)
90 static int glue(compute_c_adc, SUFFIX)(DATA_TYPE dst, DATA_TYPE src1,
116 static int glue(compute_c_sub, SUFFIX)(DATA_TYPE dst, DATA_TYPE src2)
147 static int glue(compute_c_sbb, SUFFIX)(DATA_TYPE dst, DATA_TYPE src2,
221 static int glue(compute_c_shl, SUFFIX)(DATA_TYPE dst, DATA_TYPE src1)
287 static int glue(compute_c_blsi, SUFFIX)(DATA_TYPE dst, DATA_TYPE src1)
[all …]
/qemu/system/
A Dmemory_ldst.c.inc70 uint32_t glue(address_space_ldl, SUFFIX)(ARG1_DECL,
139 uint64_t glue(address_space_ldq, SUFFIX)(ARG1_DECL,
160 uint8_t glue(address_space_ldub, SUFFIX)(ARG1_DECL,
347 void glue(address_space_stl, SUFFIX)(ARG1_DECL,
354 void glue(address_space_stl_le, SUFFIX)(ARG1_DECL,
361 void glue(address_space_stl_be, SUFFIX)(ARG1_DECL,
368 void glue(address_space_stb, SUFFIX)(ARG1_DECL,
443 void glue(address_space_stw, SUFFIX)(ARG1_DECL,
450 void glue(address_space_stw_le, SUFFIX)(ARG1_DECL,
507 void glue(address_space_stq, SUFFIX)(ARG1_DECL,
[all …]
A Dphysmem.c3348 #define SUFFIX macro
3546 #define SUFFIX _cached_slow macro
/qemu/target/i386/
A Dops_sse.h32 #define SUFFIX _mmx macro
41 #define SUFFIX _xmm macro
43 #define SUFFIX _ymm macro
398 void glue(helper_pshufw, SUFFIX)(Reg *d, Reg *s, int order) in glue() argument
429 void glue(helper_pshufd, SUFFIX)(Reg *d, Reg *s, int order) in glue() argument
1863 void glue(helper_dppd, SUFFIX)(CPUX86State *env, in glue() argument
2364 void glue(helper_vpgatherdd, SUFFIX)(CPUX86State *env, in glue() argument
2378 void glue(helper_vpgatherdq, SUFFIX)(CPUX86State *env, in glue() argument
2392 void glue(helper_vpgatherqd, SUFFIX)(CPUX86State *env, in glue() argument
2410 void glue(helper_vpgatherqq, SUFFIX)(CPUX86State *env, in glue() argument
[all …]
/qemu/target/hexagon/
A Dfma_emu.c391 #define GEN_XF_ROUND(SUFFIX, MANTBITS, INF_EXP, INTERNAL_TYPE) \ argument
392 static SUFFIX accum_round_##SUFFIX(Accum a, float_status * fp_status) \
399 return zero_##SUFFIX(1); \
401 return zero_##SUFFIX(0); \
483 return maxfinite_##SUFFIX(a.sign); \
486 return infinite_##SUFFIX(a.sign); \
488 return maxfinite_##SUFFIX(a.sign); \
492 return infinite_##SUFFIX(a.sign); \
494 return maxfinite_##SUFFIX(a.sign); \
497 return infinite_##SUFFIX(a.sign); \
/qemu/accel/tcg/
A Datomic_template.h24 # define SUFFIX o macro
29 # define SUFFIX q macro
35 # define SUFFIX l macro
41 # define SUFFIX w macro
47 # define SUFFIX b macro
329 #undef SUFFIX
A Duser-exec.c1265 glue(glue(glue(cpu_atomic_ ## X, SUFFIX), END), _mmu)
A Dcputlb.c2869 glue(glue(glue(cpu_atomic_ ## X, SUFFIX), END), _mmu)
/qemu/scripts/
A Dqemu-binfmt-conf.sh187 [--persistent yes|no][--qemu-suffix SUFFIX]
/qemu/target/loongarch/
A Ddisas.c683 #define output_fcmp(C, PREFIX, SUFFIX) \ in INSN() argument
686 (C)->insn, PREFIX, SUFFIX, a->cd, \ in INSN()
1516 #define output_vfcmp(C, PREFIX, SUFFIX) \ in INSN_LSX() argument
1519 (C)->insn, PREFIX, SUFFIX, a->vd, \ in INSN_LSX()
2430 #define output_xvfcmp(C, PREFIX, SUFFIX) \ in INSN_LASX() argument
2433 (C)->insn, PREFIX, SUFFIX, a->vd, \ in INSN_LASX()
/qemu/target/ppc/
A Dint_helper.c1696 #define VINSX(SUFFIX, TYPE) \ argument
1697 void glue(glue(helper_VINS, SUFFIX), LX)(CPUPPCState *env, ppc_avr_t *t, \

Completed in 69 milliseconds