Home
last modified time | relevance | path

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

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