Home
last modified time | relevance | path

Searched refs:CMIPS (Results 151 – 175 of 207) sorted by relevance

123456789

/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/tools/PsfPlayer/Source/psp/
H A DPsp_PsfBios.h12 CPsfBios(CMIPS&, uint8*, uint32);
H A DPspBios.h21 CBios(CMIPS&, uint8*, uint32);
244 CMIPS& m_cpu;
H A DPsp_Audio.h15 void Invoke(uint32, CMIPS&);
H A DPsp_ThreadManForUser.h17 void Invoke(uint32, CMIPS&);
H A DPsp_PsfBios.cpp5 CPsfBios::CPsfBios(CMIPS& cpu, uint8* ram, uint32 ramSize) in CPsfBios()
H A DPsp_IoFileMgrForUser.h29 void Invoke(uint32, CMIPS&);
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/tools/PsfPlayer/Source/
H A DPsfVm.cpp129 debug.GetCpu = [&]() -> CMIPS& { return m_subSystem->GetCpu(); }; in GetDebugInfo()
136 CMIPS& CPsfVm::GetCpu() in GetCpu()
H A DIop_PsfSubSystem.h15 CMIPS& GetCpu() override;
H A DPsfLoader.h25 …static void LoadPsxRecurse(CPsxBios*, CMIPS&, const CPsfPathToken&, CPsfStreamProvider*, CPsfBase:…
H A DPsfVm.h29 CMIPS& GetCpu();
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/Source/iop/
H A DIop_Naplink.cpp29 void CNaplink::Invoke(CMIPS& context, unsigned int functionId) in Invoke()
H A DIop_Thmsgbx.h16 void Invoke(CMIPS&, unsigned int) override;
H A DIop_Thsema.h16 void Invoke(CMIPS&, unsigned int) override;
H A DIop_MtapMan.h20 void Invoke(CMIPS&, unsigned int) override;
H A DIop_SubSystem.h53 CMIPS m_cpu;
H A DIop_Thevent.h17 void Invoke(CMIPS&, unsigned int) override;
H A DIop_Modload.h17 void Invoke(CMIPS&, unsigned int) override;
H A DIop_Sysmem.h24 void Invoke(CMIPS&, unsigned int) override;
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/Source/
H A DMIPSAnalysis.cpp5 CMIPSAnalysis::CMIPSAnalysis(CMIPS* ctx) in CMIPSAnalysis()
314 static bool TryGetStringAtAddress(CMIPS* context, uint32 address, std::string& result) in TryGetStringAtAddress()
385 CMIPSAnalysis::CallStackItemArray CMIPSAnalysis::GetCallStack(CMIPS* context, uint32 pc, uint32 sp,… in GetCallStack()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/Source/ui_qt/DebugSupport/
H A DRegViewWnd.cpp7 CRegViewWnd::CRegViewWnd(QWidget* parent, CMIPS* ctx) in CRegViewWnd()
H A DDebugUtils.cpp5 std::string DebugUtils::PrintAddressLocation(uint32 address, CMIPS* context, const BiosDebugModuleI… in PrintAddressLocation()
H A DQtDisAsmVuTableModel.cpp8 …leModel::CQtDisAsmVuTableModel(QTableView* parent, CVirtualMachine& virtualMachine, CMIPS* context) in CQtDisAsmVuTableModel()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/Source/ee/
H A DVuBasicBlock.h8 CVuBasicBlock(CMIPS&, uint32, uint32);
H A DMA_EE_Reflection.cpp8 void CMA_EE::ReflOpRdRt(INSTRUCTION* pInstr, CMIPS* pCtx, uint32 nAddress, uint32 nOpcode, char* sT… in ReflOpRdRt()
13 sprintf(sText, "%s, %s", CMIPS::m_sGPRName[nRD], CMIPS::m_sGPRName[nRT]); in ReflOpRdRt()
16 void CMA_EE::ReflOpRsImm(INSTRUCTION* pInstr, CMIPS* pCtx, uint32 nAddress, uint32 nOpcode, char* s… in ReflOpRsImm()
21 sprintf(sText, "%s, $%04X", CMIPS::m_sGPRName[nRS], nImm); in ReflOpRsImm()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/tools/VuTest/
H A DTestVm.cpp17 m_cpu.m_pAddrTranslator = CMIPS::TranslateAddress64; in CTestVm()

123456789