Lines Matching refs:env64_field_offsetof
150 # define env64_field_offsetof(X) env_field_offsetof(X) macro
153 # define env64_field_offsetof(X) ({ qemu_build_not_reached(); 0; }) macro
2897 tcg_gen_ld_ptr(r_tickptr, tcg_env, env64_field_offsetof(tick)); in do_rdtick()
2934 tcg_gen_ld32s_tl(dst, tcg_env, env64_field_offsetof(softint)); in do_rdsoftint()
2942 tcg_gen_ld_tl(dst, tcg_env, env64_field_offsetof(tick_cmpr)); in do_rdtick_cmpr()
2953 tcg_gen_ld_ptr(r_tickptr, tcg_env, env64_field_offsetof(stick)); in do_rdstick()
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()
3007 tcg_gen_ld_i32(tl, tcg_env, env64_field_offsetof(tl)); in do_rdhtstate()
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()
3131 tcg_gen_ld32s_tl(dst, tcg_env, env64_field_offsetof(pstate)); in do_rdpstate()
3139 tcg_gen_ld32s_tl(dst, tcg_env, env64_field_offsetof(tl)); in do_rdtl()
3163 tcg_gen_ld32s_tl(dst, tcg_env, env64_field_offsetof(cansave)); in do_rdcansave()
3171 tcg_gen_ld32s_tl(dst, tcg_env, env64_field_offsetof(canrestore)); in do_rdcanrestore()
3180 tcg_gen_ld32s_tl(dst, tcg_env, env64_field_offsetof(cleanwin)); in do_rdcleanwin()
3188 tcg_gen_ld32s_tl(dst, tcg_env, env64_field_offsetof(otherwin)); in do_rdotherwin()
3196 tcg_gen_ld32s_tl(dst, tcg_env, env64_field_offsetof(wstate)); in do_rdwstate()
3204 tcg_gen_ld32s_tl(dst, tcg_env, env64_field_offsetof(gl)); in do_rdgl()
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()
3287 tcg_gen_st32_tl(tmp, tcg_env, env64_field_offsetof(asi)); in do_wrasi()
3340 tcg_gen_st_tl(src, tcg_env, env64_field_offsetof(tick_cmpr)); in do_wrtick_cmpr()
3341 tcg_gen_ld_ptr(r_tickptr, tcg_env, env64_field_offsetof(tick)); in do_wrtick_cmpr()
3371 tcg_gen_st_tl(src, tcg_env, env64_field_offsetof(stick_cmpr)); in do_wrstick_cmpr()
3372 tcg_gen_ld_ptr(r_tickptr, tcg_env, env64_field_offsetof(stick)); in do_wrstick_cmpr()
3480 tcg_gen_ld_ptr(r_tickptr, tcg_env, env64_field_offsetof(tick)); in do_wrtick()
3511 tcg_gen_st32_tl(src, tcg_env, env64_field_offsetof(tl)); in do_wrtl()
3536 tcg_gen_st32_tl(src, tcg_env, env64_field_offsetof(cansave)); in do_wrcansave()
3543 tcg_gen_st32_tl(src, tcg_env, env64_field_offsetof(canrestore)); in do_wrcanrestore()
3550 tcg_gen_st32_tl(src, tcg_env, env64_field_offsetof(cleanwin)); in do_wrcleanwin()
3557 tcg_gen_st32_tl(src, tcg_env, env64_field_offsetof(otherwin)); in do_wrotherwin()
3564 tcg_gen_st32_tl(src, tcg_env, env64_field_offsetof(wstate)); in do_wrwstate()
3579 tcg_gen_st_tl(src, tcg_env, env64_field_offsetof(ssr)); in TRANS()
3588 tcg_gen_st_tl(src, tcg_env, env64_field_offsetof(hpstate)); in TRANS()
3599 tcg_gen_ld_i32(tl, tcg_env, env64_field_offsetof(tl)); in TRANS()
3605 tcg_gen_st_tl(src, tp, env64_field_offsetof(htstate)); in TRANS()
3612 tcg_gen_st_tl(src, tcg_env, env64_field_offsetof(hintp)); in TRANS()
3619 tcg_gen_st_tl(src, tcg_env, env64_field_offsetof(htba)); in TRANS()
3628 tcg_gen_st_tl(src, tcg_env, env64_field_offsetof(hstick_cmpr)); in TRANS()
3629 tcg_gen_ld_ptr(r_tickptr, tcg_env, env64_field_offsetof(hstick)); in TRANS()