Rizin
unix-like reverse engineering framework and cli tools
regs.h File Reference

Go to the source code of this file.

Variables

static const char * sh_registers []
 

Variable Documentation

◆ sh_registers

const char* sh_registers[]
static
Initial value:
= {
"r0", "r1", "r2", "r3", "r4", "r5", "r6", "r7",
"r8", "r9", "r10", "r11", "r12", "r13", "r14", "r15", "pc",
"sr", "gbr", "ssr", "spc", "sgr", "dbr", "vbr", "mach", "macl",
"pr", "fpul", "fpscr",
"fr0", "fr1", "fr2", "fr3", "fr4", "fr5", "fr6", "fr7",
"fr8", "fr9", "fr10", "fr11", "fr12", "fr13", "fr14", "fr15",
"xf0", "xf1", "xf2", "xf3", "xf4", "xf5", "xf6", "xf7",
"xf8", "xf9", "xf10", "xf11", "xf12", "xf13", "xf14", "xf15",
"r0b", "r1b", "r2b", "r3b", "r4b", "r5b", "r6b", "r7b"
}

All registers

Definition at line 10 of file regs.h.

Referenced by sh_il_get_reg_ctx(), sh_il_set_reg_ctx(), sh_op_get_addr_mode(), sh_op_param_to_str(), and sh_op_reg_bits().