Home
last modified time | relevance | path

Searched refs:mfc0_emulate (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/vmips/vmips-1.5.1/
H A Dcpzero.h47 void mfc0_emulate(uint32 instr, uint32 pc);
H A Dcpzero.cc232 CPZero::mfc0_emulate(uint32 instr, uint32 pc) in mfc0_emulate() function in CPZero
317 case 0: mfc0_emulate (instr, pc); break; in cpzero_emulate()