Home
last modified time | relevance | path

Searched refs:tlbwi_emulate (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/vmips/vmips-1.5.1/
H A Dcpzero.h51 void tlbwi_emulate(uint32 instr, uint32 pc);
H A Dcpzero.cc273 CPZero::tlbwi_emulate(uint32 instr, uint32 pc) in tlbwi_emulate() function in CPZero
309 case 2: tlbwi_emulate (instr, pc); break; in cpzero_emulate()
H A DChangeLog3198 Refactor common code from tlbwi_emulate and tlbwr_emulate into tlb_write.