Home
last modified time | relevance | path

Searched defs:nAddress (Results 1 – 25 of 123) sorted by relevance

12345

/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/Source/
H A DMA_MIPSIV_Reflection.cpp8 void CMA_MIPSIV::ReflOpTarget(INSTRUCTION* pInstr, CMIPS* pCtx, uint32 nAddress, uint32 nOpcode, ch… in ReflOpTarget()
14 void CMA_MIPSIV::ReflOpRtRsImm(INSTRUCTION* pInstr, CMIPS* pCtx, uint32 nAddress, uint32 nOpcode, c… in ReflOpRtRsImm()
26 void CMA_MIPSIV::ReflOpRtImm(INSTRUCTION* pInstr, CMIPS* pCtx, uint32 nAddress, uint32 nOpcode, cha… in ReflOpRtImm()
50 void CMA_MIPSIV::ReflOpRsOff(INSTRUCTION* pInstr, CMIPS* pCtx, uint32 nAddress, uint32 nOpcode, cha… in ReflOpRsOff()
169 uint32 CMA_MIPSIV::ReflEaTarget(INSTRUCTION* pInstr, CMIPS* pCtx, uint32 nAddress, uint32 nOpcode) in ReflEaTarget()
175 uint32 CMA_MIPSIV::ReflEaOffset(INSTRUCTION* pInstr, CMIPS* pCtx, uint32 nAddress, uint32 nOpcode) in ReflEaOffset()
224 uint32 CMA_MIPSIV::ReflCOPEffeAddr(INSTRUCTION* pInstr, CMIPS* pCtx, uint32 nAddress, uint32 nOpcod… in ReflCOPEffeAddr()
457 void CMA_MIPSIV::GetInstructionMnemonic(CMIPS* pCtx, uint32 nAddress, uint32 nOpcode, char* sText, … in GetInstructionMnemonic()
472 void CMA_MIPSIV::GetInstructionOperands(CMIPS* pCtx, uint32 nAddress, uint32 nOpcode, char* sText, … in GetInstructionOperands()
487 MIPS_BRANCH_TYPE CMA_MIPSIV::IsInstructionBranch(CMIPS* pCtx, uint32 nAddress, uint32 nOpcode) in IsInstructionBranch()
[all …]
H A DCOP_FPU_Reflection.cpp8 void CCOP_FPU::ReflOpRtFs(INSTRUCTION* pInstr, CMIPS* pCtx, uint32 nAddress, uint32 nOpcode, char* … in ReflOpRtFs()
16 void CCOP_FPU::ReflOpRtFcs(INSTRUCTION* pInstr, CMIPS* pCtx, uint32 nAddress, uint32 nOpcode, char*… in ReflOpRtFcs()
24 void CCOP_FPU::ReflOpFdFs(INSTRUCTION* pInstr, CMIPS* pCtx, uint32 nAddress, uint32 nOpcode, char* … in ReflOpFdFs()
32 void CCOP_FPU::ReflOpFdFt(INSTRUCTION* pInstr, CMIPS* pCtx, uint32 nAddress, uint32 nOpcode, char* … in ReflOpFdFt()
40 void CCOP_FPU::ReflOpFsFt(INSTRUCTION* pInstr, CMIPS* pCtx, uint32 nAddress, uint32 nOpcode, char* … in ReflOpFsFt()
48 void CCOP_FPU::ReflOpCcFsFt(INSTRUCTION* pInstr, CMIPS* pCtx, uint32 nAddress, uint32 nOpcode, char… in ReflOpCcFsFt()
57 void CCOP_FPU::ReflOpFdFsFt(INSTRUCTION* pInstr, CMIPS* pCtx, uint32 nAddress, uint32 nOpcode, char… in ReflOpFdFsFt()
75 void CCOP_FPU::ReflOpCcOff(INSTRUCTION* pInstr, CMIPS* pCtx, uint32 nAddress, uint32 nOpcode, char*… in ReflOpCcOff()
82 uint32 CCOP_FPU::ReflEaOffset(INSTRUCTION* pInstr, CMIPS* pCtx, uint32 nAddress, uint32 nOpcode) in ReflEaOffset()
424 void CCOP_FPU::GetArguments(uint32 nAddress, uint32 nOpcode, char* sText) in GetArguments()
[all …]
H A DMemoryMap.cpp73 …emoryMap::MEMORYMAPELEMENT* CMemoryMap::GetMap(const MemoryMapListType& memoryMap, uint32 nAddress) in GetMap()
86 uint8 CMemoryMap::GetByte(uint32 nAddress) in GetByte()
109 void CMemoryMap::SetByte(uint32 nAddress, uint8 nValue) in SetByte()
135 uint16 CMemoryMap_LSBF::GetHalf(uint32 nAddress) in GetHalf()
155 uint32 CMemoryMap_LSBF::GetWord(uint32 nAddress) in GetWord()
196 void CMemoryMap_LSBF::SetHalf(uint32 nAddress, uint16 nValue) in SetHalf()
219 void CMemoryMap_LSBF::SetWord(uint32 nAddress, uint32 nValue) in SetWord()
H A DCOP_SCU_Reflection.cpp23 void CCOP_SCU::ReflOpRtRd(INSTRUCTION* pInstr, CMIPS* pCtx, uint32 nAddress, uint32 nOpcode, char* … in ReflOpRtRd()
31 void CCOP_SCU::ReflOpCcOff(INSTRUCTION* pInstr, CMIPS* pCtx, uint32 nAddress, uint32 nOpcode, char*… in ReflOpCcOff()
38 uint32 CCOP_SCU::ReflEaOffset(INSTRUCTION* pInstr, CMIPS* pCtx, uint32 nAddress, uint32 nOpcode) in ReflEaOffset()
419 void CCOP_SCU::GetArguments(uint32 nAddress, uint32 nOpcode, char* sText) in GetArguments()
444 uint32 CCOP_SCU::GetEffectiveAddress(uint32 nAddress, uint32 nOpcode) in GetEffectiveAddress()
H A DMIPS.cpp100 bool CMIPS::IsBranch(uint32 nAddress) in IsBranch()
123 bool CMIPS::GenerateInterrupt(uint32 nAddress) in GenerateInterrupt()
129 bool CMIPS::GenerateException(uint32 nAddress) in GenerateException()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/Source/ee/
H A DMA_VU.cpp11 void CMA_VU::CompileInstruction(uint32 nAddress, CMipsJitter* codeGen, CMIPS* pCtx) in CompileInstruction()
37 void CMA_VU::GetInstructionMnemonic(CMIPS* pCtx, uint32 nAddress, uint32 nOpcode, char* sText, unsi… in GetInstructionMnemonic()
49 void CMA_VU::GetInstructionOperands(CMIPS* pCtx, uint32 nAddress, uint32 nOpcode, char* sText, unsi… in GetInstructionOperands()
61 MIPS_BRANCH_TYPE CMA_VU::IsInstructionBranch(CMIPS* pCtx, uint32 nAddress, uint32 nOpcode) in IsInstructionBranch()
73 uint32 CMA_VU::GetInstructionEffectiveAddress(CMIPS* pCtx, uint32 nAddress, uint32 nOpcode) in GetInstructionEffectiveAddress()
H A DCOP_VU_Reflection.cpp24 void CCOP_VU::ReflOpOff(INSTRUCTION* pInstr, CMIPS* pCtx, uint32 nAddress, uint32 nOpcode, char* sT… in ReflOpOff()
31 void CCOP_VU::ReflOpRtFd(INSTRUCTION* pInstr, CMIPS* pCtx, uint32 nAddress, uint32 nOpcode, char* s… in ReflOpRtFd()
39 void CCOP_VU::ReflOpRtId(INSTRUCTION* pInstr, CMIPS* pCtx, uint32 nAddress, uint32 nOpcode, char* s… in ReflOpRtId()
47 void CCOP_VU::ReflOpImm15(INSTRUCTION* pInstr, CMIPS* pCtx, uint32 nAddress, uint32 nOpcode, char* … in ReflOpImm15()
54 void CCOP_VU::ReflOpAccFsFt(INSTRUCTION* pInstr, CMIPS* pCtx, uint32 nAddress, uint32 nOpcode, char… in ReflOpAccFsFt()
63 void CCOP_VU::ReflOpFtOffRs(INSTRUCTION* pInstr, CMIPS* pCtx, uint32 nAddress, uint32 nOpcode, char… in ReflOpFtOffRs()
72 void CCOP_VU::ReflOpVi27(INSTRUCTION* pInstr, CMIPS* pCtx, uint32 nAddress, uint32 nOpcode, char* s… in ReflOpVi27()
77 uint32 CCOP_VU::ReflEaOffset(INSTRUCTION* pInstr, CMIPS* pCtx, uint32 nAddress, uint32 nOpcode) in ReflEaOffset()
531 void CCOP_VU::GetArguments(uint32 nAddress, uint32 nOpcode, char* sText) in GetArguments()
561 uint32 CCOP_VU::GetEffectiveAddress(uint32 nAddress, uint32 nOpcode) in GetEffectiveAddress()
H A DMA_VU_UpperReflection.cpp9 void CMA_VU::CUpper::ReflOpFtFs(INSTRUCTION* pInstr, CMIPS* pCtx, uint32 nAddress, uint32 nOpcode, … in ReflOpFtFs()
581 void CMA_VU::CUpper::GetInstructionMnemonic(CMIPS* pCtx, uint32 nAddress, uint32 nOpcode, char* sTe… in GetInstructionMnemonic()
589 void CMA_VU::CUpper::GetInstructionOperands(CMIPS* pCtx, uint32 nAddress, uint32 nOpcode, char* sTe… in GetInstructionOperands()
597 MIPS_BRANCH_TYPE CMA_VU::CUpper::IsInstructionBranch(CMIPS* pCtx, uint32 nAddress, uint32 nOpcode) in IsInstructionBranch()
605 uint32 CMA_VU::CUpper::GetInstructionEffectiveAddress(CMIPS* pCtx, uint32 nAddress, uint32 nOpcode) in GetInstructionEffectiveAddress()
H A DVUShared_Reflection.cpp77 void VUShared::ReflOpFdFsI(INSTRUCTION* pInstr, CMIPS* pCtx, uint32 nAddress, uint32 nOpcode, char*… in ReflOpFdFsI()
87 void VUShared::ReflOpFdFsQ(INSTRUCTION* pInstr, CMIPS* pCtx, uint32 nAddress, uint32 nOpcode, char*… in ReflOpFdFsQ()
97 void VUShared::ReflOpFdFsFt(INSTRUCTION* pInstr, CMIPS* pCtx, uint32 nAddress, uint32 nOpcode, char… in ReflOpFdFsFt()
108 void VUShared::ReflOpFdFsFtBc(INSTRUCTION* pInstr, CMIPS* pCtx, uint32 nAddress, uint32 nOpcode, ch… in ReflOpFdFsFtBc()
138 void VUShared::ReflOpFtFs(INSTRUCTION* pInstr, CMIPS* pCtx, uint32 nAddress, uint32 nOpcode, char* … in ReflOpFtFs()
148 void VUShared::ReflOpFtIs(INSTRUCTION* pInstr, CMIPS* pCtx, uint32 nAddress, uint32 nOpcode, char* … in ReflOpFtIs()
175 void VUShared::ReflOpClip(INSTRUCTION* pInstr, CMIPS* pCtx, uint32 nAddress, uint32 nOpcode, char* … in ReflOpClip()
220 void VUShared::ReflOpRFsf(INSTRUCTION* pInstr, CMIPS* pCtx, uint32 nAddress, uint32 nOpcode, char* … in ReflOpRFsf()
228 void VUShared::ReflOpFtR(INSTRUCTION* pInstr, CMIPS* pCtx, uint32 nAddress, uint32 nOpcode, char* s… in ReflOpFtR()
236 void VUShared::ReflOpQFtf(INSTRUCTION* pInstr, CMIPS* pCtx, uint32 nAddress, uint32 nOpcode, char* … in ReflOpQFtf()
[all …]
H A DTimer.cpp101 uint32 CTimer::GetRegister(uint32 nAddress) in GetRegister()
149 void CTimer::SetRegister(uint32 nAddress, uint32 nValue) in SetRegister()
197 void CTimer::DisassembleGet(uint32 nAddress) in DisassembleGet()
221 void CTimer::DisassembleSet(uint32 nAddress, uint32 nValue) in DisassembleSet()
H A DDMAC.cpp228 uint64 CDMAC::FetchDMATag(uint32 nAddress) in FetchDMATag()
304 uint32 CDMAC::GetRegister(uint32 nAddress) in GetRegister()
487 void CDMAC::SetRegister(uint32 nAddress, uint32 nData) in SetRegister()
999 void CDMAC::DisassembleGet(uint32 nAddress) in DisassembleGet()
1073 void CDMAC::DisassembleSet(uint32 nAddress, uint32 nData) in DisassembleSet()
H A DINTC.cpp39 uint32 CINTC::GetRegister(uint32 nAddress) in GetRegister()
57 void CINTC::SetRegister(uint32 nAddress, uint32 nValue) in SetRegister()
/dports/devel/xelfviewer/XELFViewer-0.03/FormatWidgets/MACH/
H A Dmachsectionheaderwidget.cpp643 qint64 nAddress=mach.offsetToRelAddress(nOffset); in reloadData() local
679 qint64 nAddress=mach.offsetToRelAddress(nOffset); in reloadData() local
713 qint64 nAddress=mach.offsetToRelAddress(nOffset); in reloadData() local
766 qint64 nAddress=mach.offsetToRelAddress(nOffset); in reloadData() local
832 qint64 nAddress=mach.offsetToRelAddress(nOffset); in reloadData() local
885 qint64 nAddress=mach.offsetToRelAddress(nOffset); in reloadData() local
910 qint64 nAddress=mach.offsetToRelAddress(nOffset); in reloadData() local
973 qint64 nAddress=mach.offsetToRelAddress(nOffset); in reloadData() local
996 qint64 nAddress=mach.offsetToRelAddress(nOffset); in reloadData() local
1017 qint64 nAddress=mach.offsetToRelAddress(nOffset); in reloadData() local
[all …]
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/
H A Dcheat.cpp348 UINT32 nAddress; in CheatSearchStart() local
378 UINT32 nAddress; in CheatSearchGetResults() local
396 UINT32 nAddress; in CheatSearchValueNoChange() local
425 UINT32 nAddress; in CheatSearchValueChange() local
454 UINT32 nAddress; in CheatSearchValueDecreased() local
483 UINT32 nAddress; in CheatSearchValueIncreased() local
512 UINT32 nAddress; in CheatSearchDumptoFile() local
530 for (UINT32 nAddress = nStart; nAddress <= nEnd; nAddress++) { in CheatSearchExcludeAddressRange() local
/dports/devel/xelfviewer/XELFViewer-0.03/FormatWidgets/PE/
H A Dpesectionheaderwidget.cpp425 qint64 nAddress=pe.offsetToRelAddress(nOffset); in reloadData() local
461 qint64 nAddress=pe.offsetToRelAddress(nOffset); in reloadData() local
489 qint64 nAddress=pe.offsetToRelAddress(nOffset); in reloadData() local
510 qint64 nAddress=pe.offsetToRelAddress(nOffset); in reloadData() local
531 qint64 nAddress=pe.offsetToRelAddress(nOffset); in reloadData() local
557 qint64 nAddress=pe.offsetToRelAddress(nOffset); in reloadData() local
578 qint64 nAddress=pe.offsetToRelAddress(nOffset); in reloadData() local
/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/IoDevice/
H A Dmsxgr.cpp136 int CMSXGr::ReadMemory(int nSlot,char* pBuffer,int nAddress,int nLength) in ReadMemory()
142 int CMSXGr::WriteMemory(int nSlot,char* pBuffer,int nAddress,int nLength) in WriteMemory()
148 int CMSXGr::WriteIO(int nSlot,char* pBuffer,int nAddress,int nLength) in WriteIO()
155 int CMSXGr::ReadIO(int nSlot,char* pBuffer,int nAddress,int nLength) in ReadIO()
/dports/devel/xelfviewer/XELFViewer-0.03/FormatWidgets/ELF/
H A Delfsectionheaderwidget.cpp510 qint64 nAddress=elf.offsetToRelAddress(nOffset); in reloadData() local
559 qint64 nAddress=elf.offsetToRelAddress(nOffset); in reloadData() local
583 qint64 nAddress=elf.offsetToRelAddress(nOffset); in reloadData() local
627 qint64 nAddress=elf.offsetToRelAddress(nOffset); in reloadData() local
661 qint64 nAddress=elf.offsetToRelAddress(nOffset); in reloadData() local
693 qint64 nAddress=elf.offsetToRelAddress(nOffset); in reloadData() local
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/
H A Dcheat.cpp459 UINT32 nAddress; in CheatSearchStart() local
503 UINT32 nAddress; in CheatSearchGetResults() local
521 UINT32 nAddress; in CheatSearchValueNoChange() local
550 UINT32 nAddress; in CheatSearchValueChange() local
579 UINT32 nAddress; in CheatSearchValueDecreased() local
608 UINT32 nAddress; in CheatSearchValueIncreased() local
637 UINT32 nAddress; in CheatSearchDumptoFile() local
655 for (UINT32 nAddress = nStart; nAddress <= nEnd; nAddress++) { in CheatSearchExcludeAddressRange() local
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/tools/PsfPlayer/Source/psp/
H A DMA_ALLEGREX_Reflection.cpp6 void CMA_ALLEGREX::ReflOpExt(INSTRUCTION* pInstr, CMIPS* pCtx, uint32 nAddress, uint32 nOpcode, cha… in ReflOpExt()
18 void CMA_ALLEGREX::ReflOpIns(INSTRUCTION* pInstr, CMIPS* pCtx, uint32 nAddress, uint32 nOpcode, cha… in ReflOpIns()
30 void CMA_ALLEGREX::ReflOpRdRt(INSTRUCTION* pInstr, CMIPS* pCtx, uint32 nAddress, uint32 nOpcode, ch… in ReflOpRdRt()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/play/include/
H A DArrayStack.h19 Type GetAt(unsigned int nAddress) const in GetAt()
28 void SetAt(unsigned int nAddress, Type nValue) in SetAt()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/CodeGen/include/
H A DArrayStack.h19 Type GetAt(unsigned int nAddress) const in GetAt()
28 void SetAt(unsigned int nAddress, Type nValue) in SetAt()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/tools/PsfPlayer/Source/win32_ui/DebugSupport/
H A DFunctionsView.cpp197 uint32 nAddress = m_pList->GetItemData(i); in RefreshList() local
240 uint32 nAddress = (uint32)m_pList->GetItemData(nItem); in OnListDblClick() local
249 uint32 nAddress = 0; in OnNewClick() local
286 uint32 nAddress = m_pList->GetItemData(nItem); in OnRenameClick() local
352 uint32 nAddress = m_pList->GetItemData(nItem); in OnDeleteClick() local
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/Source/ui_qt/DebugSupport/
H A DFunctionsView.cpp146 uint32 nAddress = item->data(addressValueColumn, addressValueRole).toUInt(); in OnListDblClick() local
158 uint32 nAddress = 0; in OnNewClick() local
203 uint32 nAddress = lexical_cast_hex(selectedAddressStr); in OnRenameClick() local
234 uint32 nAddress = lexical_cast_hex(selectedAddressStr); in OnDeleteClick() local
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/drv/psikyo/
H A Dpsikyo_palette.cpp62 void PsikyoPalWriteByte(UINT32 nAddress, UINT8 byteValue) in PsikyoPalWriteByte()
73 void PsikyoPalWriteWord(UINT32 nAddress, UINT16 wordValue) in PsikyoPalWriteWord()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/drv/psikyo/
H A Dpsikyo_palette.cpp62 void PsikyoPalWriteByte(UINT32 nAddress, UINT8 byteValue) in PsikyoPalWriteByte()
73 void PsikyoPalWriteWord(UINT32 nAddress, UINT16 wordValue) in PsikyoPalWriteWord()

12345