#include <stdint.h>#include "emu/emu_cpu.h"#include "emu/emu_cpu_data.h"#include "emu/emu_memory.h"
Functions | |
| int32_t | instr_jmp_e9 (struct emu_cpu *c, struct emu_cpu_instruction *i) |
| int32_t | instr_jmp_ea (struct emu_cpu *c, struct emu_cpu_instruction *i) |
| int32_t | instr_jmp_eb (struct emu_cpu *c, struct emu_cpu_instruction *i) |
| int32_t | instr_group_5_ff_jmp (struct emu_cpu *c, struct emu_cpu_instruction *i) |
| int32_t instr_group_5_ff_jmp | ( | struct emu_cpu * | c, | |
| struct emu_cpu_instruction * | i | |||
| ) |
References emu_cpu_instruction::disp, emu_cpu_instruction::ea, emu_cpu::eip, emu_cpu::instr, MEM_DWORD_READ, MEM_WORD_READ, emu_cpu_instruction::mod, emu_cpu_instruction::modrm, emu_cpu_instruction::opc, PREFIX_OPSIZE, emu_cpu_instruction::prefixes, emu_cpu::reg, emu_cpu::reg16, emu_cpu_instruction::rm, SOURCE_NORM_POS, SST, TRACK_NEED_REG16, TRACK_NEED_REG32, and UNIMPLEMENTED.
Referenced by instr_group_5_ff().
| int32_t instr_jmp_e9 | ( | struct emu_cpu * | c, | |
| struct emu_cpu_instruction * | i | |||
| ) |
References emu_cpu_instruction::disp, emu_cpu::eip, emu_cpu::instr, and SOURCE_NORM_POS.
| int32_t instr_jmp_ea | ( | struct emu_cpu * | c, | |
| struct emu_cpu_instruction * | i | |||
| ) |
References SST, and UNIMPLEMENTED.
| int32_t instr_jmp_eb | ( | struct emu_cpu * | c, | |
| struct emu_cpu_instruction * | i | |||
| ) |
References emu_cpu_instruction::disp, emu_cpu::eip, emu_cpu::instr, and SOURCE_NORM_POS.
1.6.1