Lines Matching refs:tcg_gen_ld_tl
2942 tcg_gen_ld_tl(dst, tcg_env, env64_field_offsetof(tick_cmpr)); in do_rdtick_cmpr()
2967 tcg_gen_ld_tl(dst, tcg_env, env64_field_offsetof(stick_cmpr)); in do_rdstick_cmpr()
2996 tcg_gen_ld_tl(dst, tcg_env, env64_field_offsetof(hpstate)); in do_rdhpstate()
3013 tcg_gen_ld_tl(dst, tp, env64_field_offsetof(htstate)); in do_rdhtstate()
3021 tcg_gen_ld_tl(dst, tcg_env, env64_field_offsetof(hintp)); in do_rdhintp()
3029 tcg_gen_ld_tl(dst, tcg_env, env64_field_offsetof(htba)); in do_rdhtba()
3037 tcg_gen_ld_tl(dst, tcg_env, env64_field_offsetof(hver)); in do_rdhver()
3045 tcg_gen_ld_tl(dst, tcg_env, env64_field_offsetof(hstick_cmpr)); in do_rdhstick_cmpr()
3054 tcg_gen_ld_tl(dst, tcg_env, env32_field_offsetof(wim)); in do_rdwim()
3066 tcg_gen_ld_tl(dst, r_tsptr, offsetof(trap_state, tpc)); in do_rdtpc()
3081 tcg_gen_ld_tl(dst, r_tsptr, offsetof(trap_state, tnpc)); in do_rdtnpc()
3096 tcg_gen_ld_tl(dst, r_tsptr, offsetof(trap_state, tstate)); in do_rdtstate()
3213 tcg_gen_ld_tl(dst, tcg_env, env64_field_offsetof(ssr)); in do_rdssr()
3221 tcg_gen_ld_tl(dst, tcg_env, env64_field_offsetof(version)); in do_rdver()
5625 TRANS(MOVdTOx, VIS3B, do_movf2r, a, gen_offset_fpr_D, tcg_gen_ld_tl) in TRANS()