Home
last modified time | relevance | path

Searched refs:tcg_gen_ld32s_tl (Results 1 – 3 of 3) sorted by relevance

/qemu/include/tcg/
H A Dtcg-op.h183 #define tcg_gen_ld32s_tl tcg_gen_ld32s_i64 macro
304 #define tcg_gen_ld32s_tl tcg_gen_ld_i32
/qemu/target/sparc/
H A Dtranslate.c2952 tcg_gen_ld32s_tl(dst, tcg_env, env64_field_offsetof(softint)); in do_rdsoftint()
3129 tcg_gen_ld32s_tl(dst, r_tsptr, offsetof(trap_state, tt)); in do_rdtt()
3149 tcg_gen_ld32s_tl(dst, tcg_env, env64_field_offsetof(pstate)); in do_rdpstate()
3157 tcg_gen_ld32s_tl(dst, tcg_env, env64_field_offsetof(tl)); in do_rdtl()
3165 tcg_gen_ld32s_tl(dst, tcg_env, env_field_offsetof(psrpil)); in do_rdpil()
3181 tcg_gen_ld32s_tl(dst, tcg_env, env64_field_offsetof(cansave)); in do_rdcansave()
3189 tcg_gen_ld32s_tl(dst, tcg_env, env64_field_offsetof(canrestore)); in do_rdcanrestore()
3198 tcg_gen_ld32s_tl(dst, tcg_env, env64_field_offsetof(cleanwin)); in do_rdcleanwin()
3206 tcg_gen_ld32s_tl(dst, tcg_env, env64_field_offsetof(otherwin)); in do_rdotherwin()
3214 tcg_gen_ld32s_tl(dst, tcg_env, env64_field_offsetof(wstate)); in do_rdwstate()
[all …]
/qemu/target/i386/tcg/
H A Dtranslate.c1476 tcg_gen_ld32s_tl(dshift, tcg_env, offsetof(CPUX86State, df)); in do_gen_string()