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