Lines Matching defs:instr

1824 node_overflow(struct x86_decode_fsm *fsm, struct x86_instr *instr)  in node_overflow()
1853 resolve_special_register(struct x86_instr *instr, uint8_t enc, size_t regsize) in resolve_special_register()
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()
2117 get_register_idx(struct x86_instr *instr, uint8_t index) in get_register_idx()
2134 get_register_bas(struct x86_instr *instr, uint8_t base) in get_register_bas()
2150 node_sib(struct x86_decode_fsm *fsm, struct x86_instr *instr) in node_sib()
2203 get_register_reg(struct x86_instr *instr, const struct x86_opcode *opcode) in get_register_reg()
2220 get_register_rm(struct x86_instr *instr, const struct x86_opcode *opcode) in get_register_rm()
2242 has_sib(struct x86_instr *instr) in has_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()
2283 get_disp_type(struct x86_instr *instr) in get_disp_type()
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()
2676 x86_decode(uint8_t *inst_bytes, size_t inst_len, struct x86_instr *instr, in x86_decode()
2717 #define EXEC_INSTR(sz, instr) \ argument
2732 #define EXEC_DISPATCHER(instr) \ argument
3029 gpr_read_address(struct x86_instr *instr, struct nvmm_x64_state *state, int gpr) in gpr_read_address()
3040 store_to_gva(struct nvmm_x64_state *state, struct x86_instr *instr, in store_to_gva()
3189 struct x86_instr *instr) in assist_mem_movs()
3235 struct x86_instr *instr) in assist_mem_cmps()
3289 struct x86_instr *instr) in assist_mem_single()
3416 struct x86_instr instr; in nvmm_assist_mem() local