Home
last modified time | relevance | path

Searched refs:HEX_REG_SA0 (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/target/hexagon/
H A Dhex_regs.h57 HEX_REG_SA0 = 32, enumerator
H A Dcpu.h147 if (*pc == env->gpr[HEX_REG_SA0]) { in cpu_get_tb_cpu_state()
H A Dprintinsn.c36 return sreg2str(reg + HEX_REG_SA0); in creg2str()
H A Dgenptr.c551 gen_log_reg_write(ctx, HEX_REG_SA0, tcg_constant_tl(ctx->pkt->pc + riV)); in gen_loop0r()
578 gen_log_reg_write(ctx, HEX_REG_SA0, tcg_constant_tl(ctx->pkt->pc + riV)); in gen_ploopNsr()
891 gen_jumpr(ctx, hex_gpr[HEX_REG_SA0]); in gen_endloop0()
961 gen_jumpr(ctx, hex_gpr[HEX_REG_SA0]); in gen_endloop01()
H A Dcpu.c198 print_reg(f, env, HEX_REG_SA0); in hexagon_dump()
H A Dtranslate.c324 mark_implicit_reg_write(ctx, A_IMPLICIT_WRITES_SA0, HEX_REG_SA0); in mark_implicit_reg_writes()
619 if (reg_num == HEX_REG_SA0) { in gen_reg_writes()
H A Dmacros.h346 #define fREAD_SA0 (env->gpr[HEX_REG_SA0])
/openbmc/qemu/linux-user/hexagon/
H A Dsignal.c111 __put_user(env->gpr[HEX_REG_SA0], &sc->sa0); in setup_sigcontext()
227 __get_user(env->gpr[HEX_REG_SA0], &sc->sa0); in restore_sigcontext()