#include <stdint.h>#include "emu/emu_cpu.h"#include "emu/emu_cpu_data.h"#include "emu/emu_cpu_stack.h"#include "emu/emu_memory.h"
Functions | |
| int32_t | instr_pop_07 (struct emu_cpu *c, struct emu_cpu_instruction *i) |
| int32_t | instr_pop_17 (struct emu_cpu *c, struct emu_cpu_instruction *i) |
| int32_t | instr_pop_1f (struct emu_cpu *c, struct emu_cpu_instruction *i) |
| int32_t | instr_pop_5x (struct emu_cpu *c, struct emu_cpu_instruction *i) |
| int32_t | instr_pop_0fa1 (struct emu_cpu *c, struct emu_cpu_instruction *i) |
| int32_t | instr_pop_0fa9 (struct emu_cpu *c, struct emu_cpu_instruction *i) |
| int32_t | instr_popad_61 (struct emu_cpu *c, struct emu_cpu_instruction *i) |
| int32_t | instr_mov_89 (struct emu_cpu *c, struct emu_cpu_instruction *i) |
| int32_t | instr_leave (struct emu_cpu *c, struct emu_cpu_instruction *i) |
| int32_t instr_leave | ( | struct emu_cpu * | c, | |
| struct emu_cpu_instruction * | i | |||
| ) |
References ebp, esp, instr_mov_89(), instr_pop_5x(), emu_cpu_instruction::mod, emu_cpu_instruction::modrm, emu_cpu_instruction::opc, and emu_cpu_instruction::rm.

| int32_t instr_mov_89 | ( | struct emu_cpu * | c, | |
| struct emu_cpu_instruction * | i | |||
| ) |
| int32_t instr_pop_07 | ( | struct emu_cpu * | c, | |
| struct emu_cpu_instruction * | i | |||
| ) |
References NNY, and UNIMPLEMENTED.
| int32_t instr_pop_0fa1 | ( | struct emu_cpu * | c, | |
| struct emu_cpu_instruction * | i | |||
| ) |
References NNY, and UNIMPLEMENTED.
| int32_t instr_pop_0fa9 | ( | struct emu_cpu * | c, | |
| struct emu_cpu_instruction * | i | |||
| ) |
References NNY, and UNIMPLEMENTED.
| int32_t instr_pop_17 | ( | struct emu_cpu * | c, | |
| struct emu_cpu_instruction * | i | |||
| ) |
References NNY, and UNIMPLEMENTED.
| int32_t instr_pop_1f | ( | struct emu_cpu * | c, | |
| struct emu_cpu_instruction * | i | |||
| ) |
References NNY, and UNIMPLEMENTED.
| int32_t instr_pop_5x | ( | struct emu_cpu * | c, | |
| struct emu_cpu_instruction * | i | |||
| ) |
References emu_cpu::instr, emu_cpu_instruction::opc, POP_DWORD, POP_WORD, PREFIX_OPSIZE, emu_cpu_instruction::prefixes, emu_cpu::reg, emu_cpu::reg16, TRACK_INIT_REG16, and TRACK_INIT_REG32.
Referenced by instr_leave().
| int32_t instr_popad_61 | ( | struct emu_cpu * | c, | |
| struct emu_cpu_instruction * | i | |||
| ) |
References esp, POP_DWORD, POP_WORD, PREFIX_OPSIZE, emu_cpu_instruction::prefixes, emu_cpu::reg, and emu_cpu::reg16.
1.6.1