Home
last modified time | relevance | path

Searched refs:cpzero_emulate (Results 1 – 5 of 5) sorted by relevance

/dports/emulators/vmips/vmips-1.5.1/
H A Dcpzero.h102 void cpzero_emulate(uint32 instr, uint32 pc);
H A Dcpzero.cc303 CPZero::cpzero_emulate(uint32 instr, uint32 pc) in cpzero_emulate() function in CPZero
H A Dcpu.h195 void cpzero_emulate(uint32 instr, uint32 pc);
H A Dcpu.cc355 CPU::cpzero_emulate(uint32 instr, uint32 pc) in cpzero_emulate() function in CPU
357 cpzero->cpzero_emulate(instr, pc); in cpzero_emulate()
1817 &CPU::lui_emulate, &CPU::cpzero_emulate, &CPU::cpone_emulate, in step()
H A DChangeLog2586 Tidy up bc0x_emulate and cpzero_emulate.
13431 (cpzero_emulate) Use it.