Home
last modified time | relevance | path

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

/dports/emulators/vmips/vmips-1.5.1/
H A Dcpu.h248 void bgezal_emulate(uint32 instr, uint32 pc);
H A Dcpu.cc1478 CPU::bgezal_emulate(uint32 instr, uint32 pc) in bgezal_emulate() function in CPU
1973 case 17: bgezal_emulate(instr, pc); break; in regimm_emulate()