Home
last modified time | relevance | path

Searched refs:disPC (Results 1 – 16 of 16) sorted by relevance

/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/MIPS/
H A DMIPSDis.cpp40 u32 disPC; variable
116 u32 off = disPC; in Dis_FPUBranch()
125 u32 off = disPC; in Dis_RelBranch()
157 u32 off = disPC; in Dis_RelBranch2()
333 u32 addr = (disPC & 0xF0000000) | off; in Dis_JumpType()
367 auto resolved = Memory::Read_Instruction(disPC, true); in Dis_Emuhack()
372 MIPSDisAsm(resolved, disPC, disasm, true); in Dis_Emuhack()
H A DMIPSDis.h23 extern u32 disPC;
H A DMIPSDisVFPU.h22 extern u32 disPC;
H A DMIPSDisVFPU.cpp605 u32 off = disPC; in Dis_VBranch()
H A DMIPSTables.cpp924 disPC = pc; in MIPSDisAsm()
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/MIPS/
H A DMIPSDis.cpp40 u32 disPC; variable
116 u32 off = disPC; in Dis_FPUBranch()
125 u32 off = disPC; in Dis_RelBranch()
157 u32 off = disPC; in Dis_RelBranch2()
333 u32 addr = (disPC & 0xF0000000) | off; in Dis_JumpType()
367 auto resolved = Memory::Read_Instruction(disPC, true); in Dis_Emuhack()
372 MIPSDisAsm(resolved, disPC, disasm, true); in Dis_Emuhack()
H A DMIPSDis.h23 extern u32 disPC;
H A DMIPSDisVFPU.h22 extern u32 disPC;
H A DMIPSDisVFPU.cpp605 u32 off = disPC; in Dis_VBranch()
H A DMIPSTables.cpp924 disPC = pc; in MIPSDisAsm()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/MIPS/
H A DMIPSDis.cpp40 u32 disPC; variable
116 u32 off = disPC; in Dis_FPUBranch()
125 u32 off = disPC; in Dis_RelBranch()
157 u32 off = disPC; in Dis_RelBranch2()
333 u32 addr = (disPC & 0xF0000000) | off; in Dis_JumpType()
367 auto resolved = Memory::Read_Instruction(disPC, true); in Dis_Emuhack()
372 MIPSDisAsm(resolved, disPC, disasm, true); in Dis_Emuhack()
H A DMIPSDis.h23 extern u32 disPC;
H A DMIPSDisVFPU.h22 extern u32 disPC;
H A DMIPSDisVFPU.cpp605 u32 off = disPC; in Dis_VBranch()
H A DMIPSTables.cpp924 disPC = pc; in MIPSDisAsm()
/dports/games/libretro-virtualjaguar/virtualjaguar-libretro-afe223e/src/
H A Djaguar.c235 uint32_t disPC; in ShowM68KContext() local
257 disPC = currpc - 30; in ShowM68KContext()
261 uint32_t oldpc = disPC; in ShowM68KContext()
262 disPC += m68k_disassemble(buffer, disPC, 0); in ShowM68KContext()
265 while (disPC < (currpc + 10)); in ShowM68KContext()