OpenOCD
|
Go to the source code of this file.
Functions | |
uint32_t | armv8_opcode (struct armv8_common *armv8, enum armv8_opcode code) |
void | armv8_select_opcodes (struct armv8_common *armv8, bool state_is_aarch64) |
Variables | |
static const uint32_t | a64_opcodes [ARMV8_OPC_NUM] |
static const uint32_t | t32_opcodes [ARMV8_OPC_NUM] |
uint32_t armv8_opcode | ( | struct armv8_common * | armv8, |
enum armv8_opcode | code | ||
) |
Definition at line 79 of file armv8_opcodes.c.
References ARMV8_OPC_NUM, and armv8_common::opcodes.
void armv8_select_opcodes | ( | struct armv8_common * | armv8, |
bool | state_is_aarch64 | ||
) |
Definition at line 71 of file armv8_opcodes.c.
References a64_opcodes, armv8_common::opcodes, and t32_opcodes.
Referenced by aarch64_debug_entry(), armv8_dpm_handle_exception(), and armv8_dpm_modeswitch().
|
static |
Definition at line 17 of file armv8_opcodes.c.
Referenced by armv8_select_opcodes().
|
static |
Definition at line 44 of file armv8_opcodes.c.
Referenced by armv8_select_opcodes().