x86_decode_fsm
int (*fn)(struct x86_decode_fsm *, struct x86_instr *);
node_overflow(struct x86_decode_fsm *fsm, struct x86_instr *instr)
fsm_read(struct x86_decode_fsm *fsm, uint8_t *bytes, size_t n)
fsm_advance(struct x86_decode_fsm *fsm, size_t n,
int (*fn)(struct x86_decode_fsm *, struct x86_instr *))
node_movs(struct x86_decode_fsm *fsm, struct x86_instr *instr)
node_cmps(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)
node_sib(struct x86_decode_fsm *fsm, 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, struct x86_instr *instr)
is_dual(struct x86_decode_fsm *fsm, 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)
struct x86_decode_fsm fsm;