|
Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Macros | |
| #define | GENERIC_PAIR(mask, high) (high),((mask)&~(high)) |
| #define | RI_PAIR(op, f, h) |
| #define | RR_PAIR(f, op) |
| #define | LEADZ_PAIR(f) |
| #define | POPC_PAIR(f) |
| #define | RRR_PAIR() |
| #define | RM_PAIR(s, p, q) |
| #define | RRM_PAIR(s, p, q, mode) |
| #define | BR_PAIR(cond, r) |
| #define | SCC_PAIR(cond) GENERIC_PAIR (L3_SCC_MASK, L3_SCC | L3_BR_COND (cond)) |
| #define | SLS_PAIR(s) |
| #define | SLI_PAIR() |
| #define | SPLS_PAIR(s, mode, p, q) |
| #define | PUNT_PAIR() |
| #define | SBR_PAIR(cond, op, r) |
| #define | PCREL_SBR_PAIR(cond) |
| #define | RI_MOV_PAIR(op, f, h) |
| #define | RR_MOV_PAIR(f, op) |
Variables | |
| const char * | architecture_pname [] |
| struct lanai_opcode | lanai_opcodes [] |
| const int | bfd_lanai_num_opcodes = ((sizeof lanai_opcodes)/(sizeof lanai_opcodes[0])) |
Definition at line 110 of file lanai-opc.c.
Definition at line 82 of file lanai-opc.c.
| #define LEADZ_PAIR | ( | f | ) |
Definition at line 94 of file lanai-opc.c.
| #define PCREL_SBR_PAIR | ( | cond | ) |
Definition at line 131 of file lanai-opc.c.
| #define POPC_PAIR | ( | f | ) |
Definition at line 97 of file lanai-opc.c.
| #define PUNT_PAIR | ( | ) |
Definition at line 125 of file lanai-opc.c.
Definition at line 137 of file lanai-opc.c.
Definition at line 87 of file lanai-opc.c.
Definition at line 103 of file lanai-opc.c.
Definition at line 141 of file lanai-opc.c.
Definition at line 90 of file lanai-opc.c.
Definition at line 106 of file lanai-opc.c.
| #define RRR_PAIR | ( | ) |
Definition at line 100 of file lanai-opc.c.
Definition at line 128 of file lanai-opc.c.
| #define SCC_PAIR | ( | cond | ) | GENERIC_PAIR (L3_SCC_MASK, L3_SCC | L3_BR_COND (cond)) |
Definition at line 113 of file lanai-opc.c.
| #define SLI_PAIR | ( | ) |
Definition at line 118 of file lanai-opc.c.
| #define SLS_PAIR | ( | s | ) |
Definition at line 115 of file lanai-opc.c.
Definition at line 121 of file lanai-opc.c.
| const char* architecture_pname[] |
Definition at line 71 of file lanai-opc.c.
| const int bfd_lanai_num_opcodes = ((sizeof lanai_opcodes)/(sizeof lanai_opcodes[0])) |
Definition at line 578 of file lanai-opc.c.
| struct lanai_opcode lanai_opcodes[] |
Definition at line 71 of file lanai-opc.c.