Home
last modified time | relevance | path

Searched refs:EXC3K (Results 1 – 6 of 6) sorted by relevance

/dports/emulators/gxemul/gxemul-0.6.3/src/include/
H A Dmips_cpu_types.h39 #define EXC3K 3 macro
68 { "R2000", MIPS_R2000, 0x00, NOLLSC, EXC3K, MMU3K, 1, 0, 64, 1,13,2,1,13,2,1, 0, 0, 0 }, \
69 { "R2000A", MIPS_R2000, 0x10, NOLLSC, EXC3K, MMU3K, 1, 0, 64, 1,13,2,1,13,2,1, 0, 0, 0 }, \
70 { "R3000", MIPS_R3000, 0x20, NOLLSC, EXC3K, MMU3K, 1, 0, 64, 1,12,2,1,12,2,1, 0, 0, 0 }, \
71 { "R3000A", MIPS_R3000, 0x30, NOLLSC, EXC3K, MMU3K, 1, 0, 64, 1,13,2,1,13,2,1, 0, 0, 0 }, \
72 …{ "R6000", MIPS_R6000, 0x00, 0, EXC3K, MMU3K, 2, 0, 32, 1,16,2,2,16,2,2, 0, 0, 0 }, /* instrs/cyc…
/dports/emulators/gxemul/gxemul-0.6.3/src/cpus/
H A Dcpu_mips.cc1845 if (exc_model == EXC3K) in mips_cpu_exception()
1863 if (exc_model == EXC3K) { in mips_cpu_exception()
1926 if (exc_model != EXC3K && reg[COP0_STATUS] & STATUS_EXL) { in mips_cpu_exception()
1957 case EXC3K: in mips_cpu_exception()
1992 if (exc_model == EXC3K) { in mips_cpu_exception()
H A Dcpu_mips_instr_loadstore.cc66 if (exc_model == EXC3K) { in LS_GENERIC_N()
H A Dcpu_dyntrans.cc217 if (cpu->cd.mips.cpu_type.exc_model == EXC3K) { in DYNTRANS_RUN_INSTR_DEF()
402 if (cpu->cd.mips.cpu_type.exc_model != EXC3K) { in DYNTRANS_RUN_INSTR_DEF()
H A Dcpu_mips_instr.cc75 case EXC3K: in cop0_availability_check()
1990 if (cpu->cd.mips.cpu_type.exc_model != EXC3K) { in X()
2312 if (cpu->cd.mips.cpu_type.exc_model != EXC3K) { in X()
4302 if (cpu->cd.mips.cpu_type.exc_model == EXC3K && in X()
H A Dcpu_mips_coproc.cc1642 if (cpu->cd.mips.cpu_type.exc_model == EXC3K) { in coproc_tlbwri()