Searched refs:retxh (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/target/riscv/ |
H A D | m128_helper.c | 41 env->retxh = qh; in HELPER() 61 env->retxh = rh; in HELPER() 86 env->retxh = qh; in HELPER() 106 env->retxh = rh; in HELPER()
|
H A D | op_helper.c | 93 env->retxh = int128_gethi(rv); in helper_csrr_i128() 122 env->retxh = int128_gethi(rv); in helper_csrrw_i128()
|
H A D | cpu.h | 234 target_ulong retxh; member
|
/openbmc/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 | 939 tcg_gen_ld_tl(desth, tcg_env, offsetof(CPURISCVState, retxh)); 962 tcg_gen_ld_tl(desth, tcg_env, offsetof(CPURISCVState, retxh));
|