Searched refs:env64_field_offsetof (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/sparc/ |
H A D | translate.c | 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() [all …]
|