x86_instr
int (*fn)(struct x86_decode_fsm *, struct x86_instr *);
node_overflow(struct x86_decode_fsm *fsm, struct x86_instr *instr __unused)
int (*fn)(struct x86_decode_fsm *, struct x86_instr *))
resolve_special_register(struct x86_instr *instr, uint8_t enc, size_t regsize)
node_movs(struct x86_decode_fsm *fsm, struct x86_instr *instr)
node_stlo(struct x86_decode_fsm *fsm, struct x86_instr *instr)
node_dmo(struct x86_decode_fsm *fsm, struct x86_instr *instr)
node_immediate(struct x86_decode_fsm *fsm, struct x86_instr *instr)
node_disp(struct x86_decode_fsm *fsm, struct x86_instr *instr)
node_dual(struct x86_decode_fsm *fsm, struct x86_instr *instr)
get_register_idx(struct x86_instr *instr, uint8_t index)
get_register_bas(struct x86_instr *instr, uint8_t base)
node_sib(struct x86_decode_fsm *fsm, struct x86_instr *instr)
get_register_reg(struct x86_instr *instr)
get_register_rm(struct x86_instr *instr)
has_sib(struct x86_instr *instr)
is_rip_relative(struct x86_decode_fsm *fsm, struct x86_instr *instr)
is_disp32_only(struct x86_decode_fsm *fsm, struct x86_instr *instr)
is_disp16_only(struct x86_decode_fsm *fsm __unused, struct x86_instr *instr)
is_dual(struct x86_decode_fsm *fsm __unused, struct x86_instr *instr)
get_disp_type(struct x86_instr *instr)
node_regmodrm(struct x86_decode_fsm *fsm, struct x86_instr *instr)
get_operand_size(struct x86_decode_fsm *fsm, struct x86_instr *instr)
get_address_size(struct x86_decode_fsm *fsm, struct x86_instr *instr)
node_primary_opcode(struct x86_decode_fsm *fsm, struct x86_instr *instr)
node_secondary_opcode(struct x86_decode_fsm *fsm, struct x86_instr *instr)
node_main(struct x86_decode_fsm *fsm, struct x86_instr *instr)
node_rex_prefix(struct x86_decode_fsm *fsm, struct x86_instr *instr)
node_legacy_prefix(struct x86_decode_fsm *fsm, struct x86_instr *instr)
x86_decode(uint8_t *inst_bytes, size_t inst_len, struct x86_instr *instr,
gpr_read_address(struct x86_instr *instr, struct nvmm_x64_state *state, int gpr)
store_to_gva(struct nvmm_x64_state *state, struct x86_instr *instr,
struct x86_instr *instr)
struct x86_instr *instr)
struct x86_instr instr;