Lines Matching refs:env64_field_offsetof
145 # define env64_field_offsetof(X) env_field_offsetof(X) macro
148 # define env64_field_offsetof(X) ({ qemu_build_not_reached(); 0; }) macro
2915 tcg_gen_ld_ptr(r_tickptr, tcg_env, env64_field_offsetof(tick)); in do_rdtick()
2952 tcg_gen_ld32s_tl(dst, tcg_env, env64_field_offsetof(softint)); in do_rdsoftint()
2960 tcg_gen_ld_tl(dst, tcg_env, env64_field_offsetof(tick_cmpr)); in do_rdtick_cmpr()
2971 tcg_gen_ld_ptr(r_tickptr, tcg_env, env64_field_offsetof(stick)); in do_rdstick()
2985 tcg_gen_ld_tl(dst, tcg_env, env64_field_offsetof(stick_cmpr)); in do_rdstick_cmpr()
3014 tcg_gen_ld_tl(dst, tcg_env, env64_field_offsetof(hpstate)); in do_rdhpstate()
3025 tcg_gen_ld_i32(tl, tcg_env, env64_field_offsetof(tl)); in do_rdhtstate()
3031 tcg_gen_ld_tl(dst, tp, env64_field_offsetof(htstate)); in do_rdhtstate()
3039 tcg_gen_ld_tl(dst, tcg_env, env64_field_offsetof(hintp)); in do_rdhintp()
3047 tcg_gen_ld_tl(dst, tcg_env, env64_field_offsetof(htba)); in do_rdhtba()
3055 tcg_gen_ld_tl(dst, tcg_env, env64_field_offsetof(hver)); in do_rdhver()
3063 tcg_gen_ld_tl(dst, tcg_env, env64_field_offsetof(hstick_cmpr)); in do_rdhstick_cmpr()
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()
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()
3222 tcg_gen_ld32s_tl(dst, tcg_env, env64_field_offsetof(gl)); in do_rdgl()
3231 tcg_gen_ld_tl(dst, tcg_env, env64_field_offsetof(ssr)); in do_rdssr()
3239 tcg_gen_ld_tl(dst, tcg_env, env64_field_offsetof(version)); in do_rdver()
3305 tcg_gen_st32_tl(tmp, tcg_env, env64_field_offsetof(asi)); in do_wrasi()
3369 tcg_gen_st_tl(src, tcg_env, env64_field_offsetof(tick_cmpr)); in do_wrtick_cmpr()
3370 tcg_gen_ld_ptr(r_tickptr, tcg_env, env64_field_offsetof(tick)); in do_wrtick_cmpr()
3400 tcg_gen_st_tl(src, tcg_env, env64_field_offsetof(stick_cmpr)); in do_wrstick_cmpr()
3401 tcg_gen_ld_ptr(r_tickptr, tcg_env, env64_field_offsetof(stick)); in do_wrstick_cmpr()
3509 tcg_gen_ld_ptr(r_tickptr, tcg_env, env64_field_offsetof(tick)); in do_wrtick()
3540 tcg_gen_st32_tl(src, tcg_env, env64_field_offsetof(tl)); in do_wrtl()
3565 tcg_gen_st32_tl(src, tcg_env, env64_field_offsetof(cansave)); in do_wrcansave()
3572 tcg_gen_st32_tl(src, tcg_env, env64_field_offsetof(canrestore)); in do_wrcanrestore()
3579 tcg_gen_st32_tl(src, tcg_env, env64_field_offsetof(cleanwin)); in do_wrcleanwin()
3586 tcg_gen_st32_tl(src, tcg_env, env64_field_offsetof(otherwin)); in do_wrotherwin()
3593 tcg_gen_st32_tl(src, tcg_env, env64_field_offsetof(wstate)); in do_wrwstate()
3608 tcg_gen_st_tl(src, tcg_env, env64_field_offsetof(ssr)); in TRANS()
3617 tcg_gen_st_tl(src, tcg_env, env64_field_offsetof(hpstate)); in TRANS()
3628 tcg_gen_ld_i32(tl, tcg_env, env64_field_offsetof(tl)); in TRANS()
3634 tcg_gen_st_tl(src, tp, env64_field_offsetof(htstate)); in TRANS()
3641 tcg_gen_st_tl(src, tcg_env, env64_field_offsetof(hintp)); in TRANS()
3648 tcg_gen_st_tl(src, tcg_env, env64_field_offsetof(htba)); in TRANS()
3657 tcg_gen_st_tl(src, tcg_env, env64_field_offsetof(hstick_cmpr)); in TRANS()
3658 tcg_gen_ld_ptr(r_tickptr, tcg_env, env64_field_offsetof(hstick)); in TRANS()