Go to the source code of this file.
Functions | |
| void | mips_unaligned_loadstore (struct cpu *cpu, struct mips_instr_call *ic, int is_left, int wlen, int store) |
| void mips_unaligned_loadstore | ( | struct cpu * | cpu, |
| struct mips_instr_call * | ic, | ||
| int | is_left, | ||
| int | wlen, | ||
| int | store | ||
| ) |
Definition at line 44 of file cpu_mips_instr_unaligned.cc.
References addr, cpu::byte_order, CACHE_DATA, CAUSE_EXCCODE_MASK, CAUSE_EXCCODE_SHIFT, cpu::cd, COP0_CAUSE, mips_cpu::coproc, EMUL_LITTLE_ENDIAN, EXCEPTION_TLBS, ic, cpu::is_32bit, cpu::mem, MEM_READ, MEM_WRITE, cpu::memory_rw, cpu::mips, MIPS_IC_ENTRIES_PER_PAGE, MIPS_INSTR_ALIGNMENT_SHIFT, cpu::pc, and mips_coproc::reg.
Referenced by X().
1.8.17