Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Classes | |
struct | pa_opcode |
Macros | |
#define | FLAG_STRICT 0x1 |
#define | NUMOPCODES ((sizeof pa_opcodes) / (sizeof pa_opcodes[0])) |
#define | PA_IMM11_AT_31 'i' |
#define | PA_IMM14_AT_31 'j' |
#define | PA_IMM21_AT_31 'k' |
#define | PA_DISP12 'w' |
#define | PA_DISP17 'W' |
#define | N_HPPA_OPERAND_FORMATS 5 |
Variables | |
static const struct pa_opcode | pa_opcodes [] |
#define NUMOPCODES ((sizeof pa_opcodes) / (sizeof pa_opcodes[0])) |
Definition at line 1 of file hppa.h.
Referenced by print_insn_hppa().