Searched refs:retxh (Results 1 – 5 of 5) sorted by relevance
/qemu/target/riscv/ |
H A D | m128_helper.c | 40 env->retxh = qh; in HELPER() 60 env->retxh = rh; in HELPER() 85 env->retxh = qh; in HELPER() 105 env->retxh = rh; in HELPER()
|
H A D | op_helper.c | 102 env->retxh = int128_gethi(rv); in helper_csrr_i128() 132 env->retxh = int128_gethi(rv); in helper_csrrw_i128()
|
H A D | cpu.h | 239 target_ulong retxh; member
|
/qemu/target/riscv/insn_trans/ |
H A D | trans_rvm.c.inc | 173 tcg_gen_ld_tl(rdh, tcg_env, offsetof(CPURISCVState, retxh)); 216 tcg_gen_ld_tl(rdh, tcg_env, offsetof(CPURISCVState, retxh)); 248 tcg_gen_ld_tl(rdh, tcg_env, offsetof(CPURISCVState, retxh)); 293 tcg_gen_ld_tl(rdh, tcg_env, offsetof(CPURISCVState, retxh));
|
H A D | trans_rvi.c.inc | 1018 tcg_gen_ld_tl(desth, tcg_env, offsetof(CPURISCVState, retxh)); 1041 tcg_gen_ld_tl(desth, tcg_env, offsetof(CPURISCVState, retxh));
|