#include <instruction_decoder.h>
Definition at line 10 of file instruction_decoder.h.
◆ InstructionDecoder()
mulator::InstructionDecoder::InstructionDecoder |
( |
Architecture |
arch | ) |
|
◆ decode_instruction()
std::pair< ReturnCode, Instruction > mulator::InstructionDecoder::decode_instruction |
( |
u32 |
address, |
|
|
const u8 * |
bytes, |
|
|
u32 |
code_size, |
|
|
bool |
in_IT_block, |
|
|
bool |
last_in_IT_block |
|
) |
| |
◆ get_architecture()
Architecture mulator::InstructionDecoder::get_architecture |
( |
| ) |
const |
◆ get_instruction_size()
static u8 mulator::InstructionDecoder::get_instruction_size |
( |
const u8 * |
bytes | ) |
|
|
static |
The documentation for this class was generated from the following file: