Searched refs:HEX_REG_SA0 (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/target/hexagon/ |
H A D | hex_regs.h | 57 HEX_REG_SA0 = 32, enumerator
|
H A D | cpu.h | 147 if (*pc == env->gpr[HEX_REG_SA0]) { in cpu_get_tb_cpu_state()
|
H A D | printinsn.c | 36 return sreg2str(reg + HEX_REG_SA0); in creg2str()
|
H A D | genptr.c | 551 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 D | cpu.c | 198 print_reg(f, env, HEX_REG_SA0); in hexagon_dump()
|
H A D | translate.c | 324 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 D | macros.h | 346 #define fREAD_SA0 (env->gpr[HEX_REG_SA0])
|
/openbmc/qemu/linux-user/hexagon/ |
H A D | signal.c | 111 __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()
|