Home
last modified time | relevance | path

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

/dports/emulators/vmips/vmips-1.5.1/
H A Dcpu.h246 void bgez_emulate(uint32 instr, uint32 pc);
H A Dcpu.cc1460 CPU::bgez_emulate(uint32 instr, uint32 pc) in bgez_emulate() function in CPU
1971 case 1: bgez_emulate(instr, pc); break; in regimm_emulate()