Lines Matching defs:fsm
1824 node_overflow(struct x86_decode_fsm *fsm, struct x86_instr *instr) in node_overflow()
1831 fsm_read(struct x86_decode_fsm *fsm, uint8_t *bytes, size_t n) in fsm_read()
1841 fsm_advance(struct x86_decode_fsm *fsm, size_t n, in fsm_advance()
1868 node_movs(struct x86_decode_fsm *fsm, struct x86_instr *instr) in node_movs()
1897 node_cmps(struct x86_decode_fsm *fsm, struct x86_instr *instr) in node_cmps()
1924 node_stlo(struct x86_decode_fsm *fsm, struct x86_instr *instr) in node_stlo()
1961 node_dmo(struct x86_decode_fsm *fsm, struct x86_instr *instr) in node_dmo()
2007 node_immediate(struct x86_decode_fsm *fsm, struct x86_instr *instr) in node_immediate()
2040 node_disp(struct x86_decode_fsm *fsm, struct x86_instr *instr) in node_disp()
2080 node_dual(struct x86_decode_fsm *fsm, struct x86_instr *instr) in node_dual()
2150 node_sib(struct x86_decode_fsm *fsm, struct x86_instr *instr) in node_sib()
2250 is_rip_relative(struct x86_decode_fsm *fsm, struct x86_instr *instr) in is_rip_relative()
2258 is_disp32_only(struct x86_decode_fsm *fsm, struct x86_instr *instr) in is_disp32_only()
2267 is_disp16_only(struct x86_decode_fsm *fsm, struct x86_instr *instr) in is_disp16_only()
2275 is_dual(struct x86_decode_fsm *fsm, struct x86_instr *instr) in is_dual()
2303 node_regmodrm(struct x86_decode_fsm *fsm, struct x86_instr *instr) in node_regmodrm()
2432 get_operand_size(struct x86_decode_fsm *fsm, struct x86_instr *instr) in get_operand_size()
2462 get_address_size(struct x86_decode_fsm *fsm, struct x86_instr *instr) in get_address_size()
2486 node_primary_opcode(struct x86_decode_fsm *fsm, struct x86_instr *instr) in node_primary_opcode()
2529 node_secondary_opcode(struct x86_decode_fsm *fsm, struct x86_instr *instr) in node_secondary_opcode()
2573 node_main(struct x86_decode_fsm *fsm, struct x86_instr *instr) in node_main()
2608 node_rex_prefix(struct x86_decode_fsm *fsm, struct x86_instr *instr) in node_rex_prefix()
2635 node_legacy_prefix(struct x86_decode_fsm *fsm, struct x86_instr *instr) in node_legacy_prefix()
2679 struct x86_decode_fsm fsm; in x86_decode() local