Home
last modified time | relevance | path

Searched refs:R_EA (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/nios2/
H A Dhelper.c45 int r_ea = R_EA, cr_es = CR_ESTATUS; in do_exception()
116 env->shadow_regs[new_rs][R_EA] = env->pc; in do_eic_irq()
H A Dcpu.h76 R_EA = 29, enumerator
H A Dtranslate.c512 gen_helper_eret(tcg_env, tmp, load_gpr(dc, R_EA)); in eret()
514 gen_helper_eret(tcg_env, load_gpr(dc, R_SSTATUS), load_gpr(dc, R_EA)); in eret()
/openbmc/qemu/linux-user/
H A Delfload.c1584 (*regs)[29] = tswapreg(env->regs[R_EA]); in elf_core_copy_regs()