=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== mupen64plus-video-rice-2.5.9/RELEASE-90- - Refactored build system to separate source and object files mupen64plus-video-rice-2.5.9/RELEASE:91: - added NO_ASM build option mupen64plus-video-rice-2.5.9/RELEASE-92- - removed some unused configuration parameters ############################################## mupen64plus-video-rice-2.5.9/projects/unix/Makefile-95- PIC ?= 1 mupen64plus-video-rice-2.5.9/projects/unix/Makefile:96: NO_ASM := 1 mupen64plus-video-rice-2.5.9/projects/unix/Makefile-97- $(warning Architecture "$(HOST_CPU)" not officially supported.') ############################################## mupen64plus-video-rice-2.5.9/projects/unix/Makefile-103- PIC ?= 1 mupen64plus-video-rice-2.5.9/projects/unix/Makefile:104: NO_ASM := 1 mupen64plus-video-rice-2.5.9/projects/unix/Makefile-105- $(warning Architecture "$(HOST_CPU)" not officially supported.') ############################################## mupen64plus-video-rice-2.5.9/projects/unix/Makefile-111- PIC ?= 1 mupen64plus-video-rice-2.5.9/projects/unix/Makefile:112: NO_ASM := 1 mupen64plus-video-rice-2.5.9/projects/unix/Makefile-113- $(warning Architecture "$(HOST_CPU)" not officially supported.') ############################################## mupen64plus-video-rice-2.5.9/src/Config.cpp-364-#if !defined(__GNUC__) && !defined(NO_ASM) mupen64plus-video-rice-2.5.9/src/Config.cpp:365: __asm mupen64plus-video-rice-2.5.9/src/Config.cpp-366- { ############################################## mupen64plus-video-rice-2.5.9/src/Config.cpp-374-#elif !defined(NO_ASM) // GCC assumed mupen64plus-video-rice-2.5.9/src/Config.cpp:375: asm volatile ( mupen64plus-video-rice-2.5.9/src/Config.cpp-376- "push %%ebx \n" ############################################## mupen64plus-video-rice-2.5.9/src/Config.cpp-407-#elif !defined(NO_ASM) // GCC assumed mupen64plus-video-rice-2.5.9/src/Config.cpp:408: asm volatile ( mupen64plus-video-rice-2.5.9/src/Config.cpp-409- "push %%ebx \n" ############################################## mupen64plus-video-rice-2.5.9/src/FrameBuffer.cpp-120- mupen64plus-video-rice-2.5.9/src/FrameBuffer.cpp:121:void FrameBufferManager::UpdateRecentCIAddr(SetImgInfo &ciinfo) mupen64plus-video-rice-2.5.9/src/FrameBuffer.cpp-122-{ ############################################## mupen64plus-video-rice-2.5.9/src/FrameBuffer.cpp-597- // The original assembly code had a bug in it (it incremented pStart by 'pitch' in bytes, not in dwords) mupen64plus-video-rice-2.5.9/src/FrameBuffer.cpp:598: // This C code implements the same algorithm as the ASM but without the bug mupen64plus-video-rice-2.5.9/src/FrameBuffer.cpp-599- uint32 y = 0; ############################################## mupen64plus-video-rice-2.5.9/src/FrameBuffer.cpp-653-#elif !defined(__GNUC__) // !defined(NO_ASM) mupen64plus-video-rice-2.5.9/src/FrameBuffer.cpp:654: __asm mupen64plus-video-rice-2.5.9/src/FrameBuffer.cpp-655- { ############################################## mupen64plus-video-rice-2.5.9/src/FrameBuffer.cpp-687-#elif defined(__x86_64__) // defined(__GNUC__) && !defined(NO_ASM) mupen64plus-video-rice-2.5.9/src/FrameBuffer.cpp:688: asm volatile(" xorl %k2, %k2 \n" mupen64plus-video-rice-2.5.9/src/FrameBuffer.cpp-689- " movslq %k4, %q4 \n" ############################################## mupen64plus-video-rice-2.5.9/src/FrameBuffer.cpp-709-#elif !defined(__PIC__) // !defined(__x86_64__) && defined(__GNUC__) && !defined(NO_ASM) mupen64plus-video-rice-2.5.9/src/FrameBuffer.cpp:710: asm volatile("pusha \n" mupen64plus-video-rice-2.5.9/src/FrameBuffer.cpp-711- "mov %[pAsmStart], %%ecx \n" // = pStart ############################################## mupen64plus-video-rice-2.5.9/src/FrameBuffer.cpp-745- unsigned int asmCRC; mupen64plus-video-rice-2.5.9/src/FrameBuffer.cpp:746: asm volatile("mov %%ebx, %2 \n" mupen64plus-video-rice-2.5.9/src/FrameBuffer.cpp-747- "mov %%eax, %5 \n" ############################################## mupen64plus-video-rice-2.5.9/src/FrameBuffer.cpp-1685- { mupen64plus-video-rice-2.5.9/src/FrameBuffer.cpp:1686: UpdateRecentCIAddr(g_CI); mupen64plus-video-rice-2.5.9/src/FrameBuffer.cpp-1687- CheckRenderTexturesWithNewCI(g_CI,gRDP.scissor.bottom,false); ############################################## mupen64plus-video-rice-2.5.9/src/FrameBuffer.cpp-1693-// Sets CI address for framebuffer copies mupen64plus-video-rice-2.5.9/src/FrameBuffer.cpp:1694:void FrameBufferManager::Set_CI_addr(SetImgInfo &newCI) mupen64plus-video-rice-2.5.9/src/FrameBuffer.cpp-1695-{ ############################################## mupen64plus-video-rice-2.5.9/src/FrameBuffer.cpp-1706- // Conker is not actually using a backbuffer mupen64plus-video-rice-2.5.9/src/FrameBuffer.cpp:1707: g_pFrameBufferManager->UpdateRecentCIAddr(g_CI); mupen64plus-video-rice-2.5.9/src/FrameBuffer.cpp-1708- if( status.leftRendered != -1 && status.topRendered != -1 && status.rightRendered != -1 && status.bottomRendered != -1 ) ############################################## mupen64plus-video-rice-2.5.9/src/FrameBuffer.cpp-1781- if( !status.bN64IsDrawingTextureBuffer ) mupen64plus-video-rice-2.5.9/src/FrameBuffer.cpp:1782: g_pFrameBufferManager->UpdateRecentCIAddr(g_CI); mupen64plus-video-rice-2.5.9/src/FrameBuffer.cpp-1783- break; ############################################## mupen64plus-video-rice-2.5.9/src/FrameBuffer.cpp-1813-#endif mupen64plus-video-rice-2.5.9/src/FrameBuffer.cpp:1814: //g_pFrameBufferManager->UpdateRecentCIAddr(g_CI); // Delay this until the CI buffer is actally drawn mupen64plus-video-rice-2.5.9/src/FrameBuffer.cpp-1815- } ############################################## mupen64plus-video-rice-2.5.9/src/FrameBuffer.h-45- void CloseUp(); mupen64plus-video-rice-2.5.9/src/FrameBuffer.h:46: void Set_CI_addr(SetImgInfo &newCI); mupen64plus-video-rice-2.5.9/src/FrameBuffer.h:47: void UpdateRecentCIAddr(SetImgInfo &ciinfo); mupen64plus-video-rice-2.5.9/src/FrameBuffer.h-48- void SetAddrBeDisplayed(uint32 addr); ############################################## mupen64plus-video-rice-2.5.9/src/RDP_Texture.h-162-#elif defined(__GNUC__) && defined(__x86_64__) && !defined(NO_ASM) mupen64plus-video-rice-2.5.9/src/RDP_Texture.h:163: asm volatile(" movl %k1, %%ebx \n" mupen64plus-video-rice-2.5.9/src/RDP_Texture.h-164- " andl $3, %%ebx \n" ############################################## mupen64plus-video-rice-2.5.9/src/RDP_Texture.h-217- unsigned int saveEBX; mupen64plus-video-rice-2.5.9/src/RDP_Texture.h:218: asm volatile ("mov %%ebx, %2 \n" mupen64plus-video-rice-2.5.9/src/RDP_Texture.h-219- "mov $0, %%ecx \n" ############################################## mupen64plus-video-rice-2.5.9/src/RDP_Texture.h-288-#if !defined(__GNUC__) && !defined(NO_ASM) mupen64plus-video-rice-2.5.9/src/RDP_Texture.h:289: __asm { mupen64plus-video-rice-2.5.9/src/RDP_Texture.h-290- mov esi, dword ptr [mem] ############################################## mupen64plus-video-rice-2.5.9/src/RDP_Texture.h-303-#elif defined(__GNUC__) && defined(__x86_64__) && !defined(NO_ASM) mupen64plus-video-rice-2.5.9/src/RDP_Texture.h:304: asm volatile("0: \n" mupen64plus-video-rice-2.5.9/src/RDP_Texture.h-305- " movl (%0), %%eax \n" ############################################## mupen64plus-video-rice-2.5.9/src/RDP_Texture.h-317- unsigned int saveEBX; mupen64plus-video-rice-2.5.9/src/RDP_Texture.h:318: asm volatile ("mov %%ebx, %2 \n" mupen64plus-video-rice-2.5.9/src/RDP_Texture.h-319- "mov %0, %%esi \n" ############################################## mupen64plus-video-rice-2.5.9/src/RDP_Texture.h-365-#elif defined(__GNUC__) && defined(__x86_64__) && !defined(NO_ASM) mupen64plus-video-rice-2.5.9/src/RDP_Texture.h:366: asm volatile(" shr $1, %k1 \n" mupen64plus-video-rice-2.5.9/src/RDP_Texture.h-367- "0: \n" ############################################## mupen64plus-video-rice-2.5.9/src/RDP_Texture.h-381- unsigned int saveEBX; mupen64plus-video-rice-2.5.9/src/RDP_Texture.h:382: asm volatile("mov %%ebx, %2 \n" mupen64plus-video-rice-2.5.9/src/RDP_Texture.h-383- // Interleave the line on the qword ############################################## mupen64plus-video-rice-2.5.9/src/RDP_Texture.h-419-#elif defined(__GNUC__) && defined(__x86_64__) && !defined(NO_ASM) mupen64plus-video-rice-2.5.9/src/RDP_Texture.h:420: asm volatile(" bswapl %k0 \n" mupen64plus-video-rice-2.5.9/src/RDP_Texture.h-421- : "+r"(value) ############################################## mupen64plus-video-rice-2.5.9/src/RDP_Texture.h-426-#elif defined(__GNUC__) && defined(__i386__) && !defined(NO_ASM) mupen64plus-video-rice-2.5.9/src/RDP_Texture.h:427: asm volatile("bswapl %0 \n" mupen64plus-video-rice-2.5.9/src/RDP_Texture.h-428- : "+r"(value) ############################################## mupen64plus-video-rice-2.5.9/src/RDP_Texture.h-449-#elif defined(__GNUC__) && (defined(__x86_64__) || defined(__i386__)) && !defined(NO_ASM) mupen64plus-video-rice-2.5.9/src/RDP_Texture.h:450: asm volatile("xchg %%al, %%ah \n" mupen64plus-video-rice-2.5.9/src/RDP_Texture.h-451- : "+a"(value) ############################################## mupen64plus-video-rice-2.5.9/src/RDP_Texture.h-1740- g_TI.dwWidth = gfx->setimg.width + 1; mupen64plus-video-rice-2.5.9/src/RDP_Texture.h:1741: g_TI.dwAddr = RSPSegmentAddr((gfx->setimg.addr)); mupen64plus-video-rice-2.5.9/src/RDP_Texture.h-1742- g_TI.bpl = g_TI.dwWidth << g_TI.dwSize >> 1; ############################################## mupen64plus-video-rice-2.5.9/src/RDP_Texture.h-2118- mupen64plus-video-rice-2.5.9/src/RDP_Texture.h:2119:uint32 TMEM_GetRdramAddr(uint32 tmemstart, uint32 length) mupen64plus-video-rice-2.5.9/src/RDP_Texture.h-2120-{ ############################################## mupen64plus-video-rice-2.5.9/src/RSP_GBI0.h-40- mupen64plus-video-rice-2.5.9/src/RSP_GBI0.h:41: uint32 addr = RSPSegmentAddr((gfx->gbi0matrix.addr)); mupen64plus-video-rice-2.5.9/src/RSP_GBI0.h-42- ############################################## mupen64plus-video-rice-2.5.9/src/RSP_GBI0.h-114- uint32 dwLength = ((gfx->words.w0))&0xFFFF; mupen64plus-video-rice-2.5.9/src/RSP_GBI0.h:115: uint32 addr = RSPSegmentAddr((gfx->words.w1)); mupen64plus-video-rice-2.5.9/src/RSP_GBI0.h-116- ############################################## mupen64plus-video-rice-2.5.9/src/RSP_GBI0.h-171- int v0 = gfx->gbi0vtx.v0; mupen64plus-video-rice-2.5.9/src/RSP_GBI0.h:172: uint32 addr = RSPSegmentAddr((gfx->gbi0vtx.addr)); mupen64plus-video-rice-2.5.9/src/RSP_GBI0.h-173- ############################################## mupen64plus-video-rice-2.5.9/src/RSP_GBI0.h-199- mupen64plus-video-rice-2.5.9/src/RSP_GBI0.h:200: uint32 addr = RSPSegmentAddr((gfx->gbi0dlist.addr)) & (g_dwRamSize-1); mupen64plus-video-rice-2.5.9/src/RSP_GBI0.h-201- ############################################## mupen64plus-video-rice-2.5.9/src/RSP_GBI1.h-24-{ mupen64plus-video-rice-2.5.9/src/RSP_GBI1.h:25: uint32 addr = RSPSegmentAddr((gfx->gbi1vtx.addr)); mupen64plus-video-rice-2.5.9/src/RSP_GBI1.h-26- uint32 v0 = gfx->gbi1vtx.v0; ############################################## mupen64plus-video-rice-2.5.9/src/RSP_GBI1.h-175- uint32 dwDL = *(uint32 *)(g_pRDRAMu8 + dwPC-12); mupen64plus-video-rice-2.5.9/src/RSP_GBI1.h:176: uint32 dwAddr = RSPSegmentAddr(dwDL); mupen64plus-video-rice-2.5.9/src/RSP_GBI1.h-177- ############################################## mupen64plus-video-rice-2.5.9/src/RSP_GBI1.h-201- uint32 dwPC = gDlistStack[gDlistStackPointer].pc; mupen64plus-video-rice-2.5.9/src/RSP_GBI1.h:202: uint32 dwUcStart = RSPSegmentAddr((gfx->words.w1)); mupen64plus-video-rice-2.5.9/src/RSP_GBI1.h-203- uint32 dwSize = ((gfx->words.w0)&0xFFFF)+1; mupen64plus-video-rice-2.5.9/src/RSP_GBI1.h:204: uint32 dwUcDStart = RSPSegmentAddr(*(uint32 *)(g_pRDRAMu8 + dwPC-12)); mupen64plus-video-rice-2.5.9/src/RSP_GBI1.h-205- ############################################## mupen64plus-video-rice-2.5.9/src/RSP_GBI2.h-24-{ mupen64plus-video-rice-2.5.9/src/RSP_GBI2.h:25: uint32 addr = RSPSegmentAddr((gfx->gbi2vtx.addr)); mupen64plus-video-rice-2.5.9/src/RSP_GBI2.h-26- int vend = gfx->gbi2vtx.vend; ############################################## mupen64plus-video-rice-2.5.9/src/RSP_GBI2.h-646- mupen64plus-video-rice-2.5.9/src/RSP_GBI2.h:647: uint32 addr = RSPSegmentAddr((gfx->gbi2matrix.addr)); mupen64plus-video-rice-2.5.9/src/RSP_GBI2.h-648- ############################################## mupen64plus-video-rice-2.5.9/src/RSP_GBI2.h-726- mupen64plus-video-rice-2.5.9/src/RSP_GBI2.h:727: uint32 addr = RSPSegmentAddr((gfx->words.w1)); mupen64plus-video-rice-2.5.9/src/RSP_GBI2.h-728- uint32 type = ((gfx->words.w0) ) & 0xFE; ############################################## mupen64plus-video-rice-2.5.9/src/RSP_GBI2.h-826- uint32 dwPush = ((gfx->words.w0) >> 16) & 0xFF; mupen64plus-video-rice-2.5.9/src/RSP_GBI2.h:827: uint32 dwAddr = RSPSegmentAddr((gfx->words.w1)); mupen64plus-video-rice-2.5.9/src/RSP_GBI2.h-828- ############################################## mupen64plus-video-rice-2.5.9/src/RSP_GBI2_ext.h-26- // This cmd is likely to execute number of ucode at the given address mupen64plus-video-rice-2.5.9/src/RSP_GBI2_ext.h:27: uint32 dwAddr = RSPSegmentAddr((gfx->words.w1)); mupen64plus-video-rice-2.5.9/src/RSP_GBI2_ext.h-28- { ############################################## mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h-38- uint32 dwPush = RSP_DLIST_PUSH; //((gfx->words.w0) >> 16) & 0xFF; mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h:39: uint32 dwAddr = 0x00000000 | (gfx->words.w1); //RSPSegmentAddr((gfx->words.w1)); mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h-40- ############################################## mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h-66-{ mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h:67: uint32 dwAddr = RSPSegmentAddr((gfx->words.w1)); mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h-68- uint32 dwCommand = ((gfx->words.w0)>>16)&0xFF; ############################################## mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h-70- mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h:71: dwAddr = (gfx->words.w1)+RSPSegmentAddr(gRSP.dwDKRMatrixAddr); mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h-72- ############################################## mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h-144-{ mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h:145: uint32 dwAddr = RSPSegmentAddr((gfx->words.w1)); mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h-146- uint32 dwV0 = (((gfx->words.w0) >> 9 )&0x1F); ############################################## mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h-178- { mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h:179: dwAddr = (gfx->words.w1)+RSPSegmentAddr(gRSP.dwDKRVtxAddr); mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h-180- } ############################################## mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h-199-{ mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h:200: uint32 dwAddr = RSPSegmentAddr((gfx->words.w1)); mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h-201- uint32 dwV0 = (((gfx->words.w0)>>9)&0x1F); ############################################## mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h-220- { mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h:221: dwAddr = (gfx->words.w1)+RSPSegmentAddr(gRSP.dwDKRVtxAddr); mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h-222- } ############################################## mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h-302-{ mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h:303: uint32 dwAddr = RSPSegmentAddr((gfx->words.w1)); mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h-304- uint32 dwLength = ((gfx->words.w0))&0xFFFF; ############################################## mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h-330-{ mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h:331: uint32 dwAddr = RSPSegmentAddr((gfx->words.w1)); mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h-332- uint32 dwLength = ((gfx->words.w0))&0xFFFF; ############################################## mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h-358- // This cmd is likely to execute number of ucode at the given address mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h:359: uint32 dwAddr = (gfx->words.w1);//RSPSegmentAddr((gfx->words.w1)); mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h-360- { ############################################## mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h-418-#ifdef DEBUGGER mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h:419:uint32 dwAddr = RSPSegmentAddr((gfx->words.w1)); mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h-420-uObjTxSprite *ptr = (uObjTxSprite*)(g_pRDRAMu8+dwAddr); ############################################## mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h-448- mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h:449: uint32 dwAddr = RSPSegmentAddr((gfx->words.w1)); mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h-450- uObjSprite *info = (uObjSprite*)(g_pRDRAMu8+dwAddr); ############################################## mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h-505- BOOL bTrisAdded = FALSE; mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h:506: uint32 dwAddr = RSPSegmentAddr((gfx->words.w1)); mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h-507- uint32 flag = ((gfx->words.w0) & 0xFF0000) >> 16; ############################################## mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h-587- mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h:588: uint32 dwAddr = RSPSegmentAddr((gfx->words.w1)); mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h-589- uint32 dwV0 = ((gfx->words.w0)>>16)&0x0F; ############################################## mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h-601- // Color index buf address mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h:602: dwPDCIAddr = RSPSegmentAddr((gfx->words.w1)); mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h-603-} ############################################## mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h-760- uint32 dwType = ((gfx->words.w0) ) & 0xFE; mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h:761: uint32 dwAddr = RSPSegmentAddr((gfx->words.w1)); mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h-762- if( dwType == RSP_GBI2_MV_MEM__MATRIX ) ############################################## mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h-797-{ mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h:798: uint32 dwAddr = RSPSegmentAddr((gfx->words.w1)); mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h-799- uint32 dwVEnd = (((gfx->words.w0) )&0xFFF)/2; ############################################## mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h-837- { mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h:838: uint32 newaddr = RSPSegmentAddr((gfx->words.w1)); mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h-839- ############################################## mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h-872- uint32 dwPC = gDlistStack[gDlistStackPointer].pc-8; mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h:873: uint32 dwAddr = RSPSegmentAddr((gfx->words.w1)); mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h-874- ############################################## mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h-903- uint32 dwPC = gDlistStack[gDlistStackPointer].pc-8; mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h:904: uint32 dwAddr = RSPSegmentAddr((gfx->words.w1)); mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h-905- if( dwAddr > g_dwRamSize ) ############################################## mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h-993- mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h:994: uint32 dwAddr = RSPSegmentAddr((gfx->words.w1)); mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h-995- uint32 dwCmd2 = *(uint32 *)(g_pRDRAMu8 + dwAddr); ############################################## mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h-1049- mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h:1050: uint32 dwAddr = RSPSegmentAddr((gfx->words.w1)); mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h-1051- ############################################## mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h-1328-#ifdef DEBUGGER mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h:1329:uint32 dwAddr1 = RSPSegmentAddr(dwCmd2); mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h:1330:uint32 dwAddr2 = RSPSegmentAddr(dwCmd3); mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h-1331- ############################################## mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h-1511-{ mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h:1512: uint32 dwAddr = RSPSegmentAddr((gfx->words.w1)); mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h-1513- if( dwAddr > g_dwRamSize ) ############################################## mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h-1546- { mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h:1547: uint32 newaddr = RSPSegmentAddr((gfx->words.w1)); mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h-1548- if( newaddr >= g_dwRamSize ) ############################################## mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h-1556- uint32 pc2 = *(uint32 *)(g_pRDRAMu8 + newaddr+8*4+4); mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h:1557: pc1 = RSPSegmentAddr(pc1); mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h:1558: pc2 = RSPSegmentAddr(pc2); mupen64plus-video-rice-2.5.9/src/RSP_GBI_Others.h-1559- ############################################## mupen64plus-video-rice-2.5.9/src/RSP_GBI_Sprite2D.h-28-{ mupen64plus-video-rice-2.5.9/src/RSP_GBI_Sprite2D.h:29: uint32 dwAddr = RSPSegmentAddr((gfx->words.w1)); mupen64plus-video-rice-2.5.9/src/RSP_GBI_Sprite2D.h-30- dwAddr &= (g_dwRamSize-1); ############################################## mupen64plus-video-rice-2.5.9/src/RSP_GBI_Sprite2D.h-65-{ mupen64plus-video-rice-2.5.9/src/RSP_GBI_Sprite2D.h:66: uint32 dwAddr = RSPSegmentAddr((gfx->words.w1)); mupen64plus-video-rice-2.5.9/src/RSP_GBI_Sprite2D.h-67- dwAddr &= (g_dwRamSize-1); ############################################## mupen64plus-video-rice-2.5.9/src/RSP_Parser.cpp-1451- uint32 dwWidth = gfx->setimg.width + 1; mupen64plus-video-rice-2.5.9/src/RSP_Parser.cpp:1452: uint32 dwNewAddr = RSPSegmentAddr((gfx->setimg.addr)) & 0x00FFFFFF ; mupen64plus-video-rice-2.5.9/src/RSP_Parser.cpp-1453- uint32 dwBpl = dwWidth << dwSiz >> 1; ############################################## mupen64plus-video-rice-2.5.9/src/RSP_Parser.cpp-1462- mupen64plus-video-rice-2.5.9/src/RSP_Parser.cpp:1463: LOG_UCODE(" Image: 0x%08x", RSPSegmentAddr(gfx->words.w1)); mupen64plus-video-rice-2.5.9/src/RSP_Parser.cpp-1464- LOG_UCODE(" Fmt: %s Size: %s Width: %d", ############################################## mupen64plus-video-rice-2.5.9/src/RSP_Parser.cpp-1544- mupen64plus-video-rice-2.5.9/src/RSP_Parser.cpp:1545: g_pFrameBufferManager->Set_CI_addr(newCI); mupen64plus-video-rice-2.5.9/src/RSP_Parser.cpp-1546-} ############################################## mupen64plus-video-rice-2.5.9/src/RSP_Parser.cpp-1550- DP_Timing(DLParser_SetZImg); mupen64plus-video-rice-2.5.9/src/RSP_Parser.cpp:1551: LOG_UCODE(" Image: 0x%08x", RSPSegmentAddr(gfx->words.w1)); mupen64plus-video-rice-2.5.9/src/RSP_Parser.cpp-1552- ############################################## mupen64plus-video-rice-2.5.9/src/RSP_Parser.cpp-1555- uint32 dwWidth = gfx->setimg.width + 1; mupen64plus-video-rice-2.5.9/src/RSP_Parser.cpp:1556: uint32 dwAddr = RSPSegmentAddr((gfx->setimg.addr)); mupen64plus-video-rice-2.5.9/src/RSP_Parser.cpp-1557- ############################################## mupen64plus-video-rice-2.5.9/src/RSP_Parser.h-569-// Mask down to 0x003FFFFF? mupen64plus-video-rice-2.5.9/src/RSP_Parser.h:570:#define RSPSegmentAddr(seg) ( gRSP.segments[((seg)>>24)&0x0F] + ((seg)&0x00FFFFFF) ) mupen64plus-video-rice-2.5.9/src/RSP_Parser.h-571-#define RDRAM_UWORD(addr) (*(uint32 *)((addr)+g_pRDRAMu8)) ############################################## mupen64plus-video-rice-2.5.9/src/RSP_S2DEX.cpp-52- mupen64plus-video-rice-2.5.9/src/RSP_S2DEX.cpp:53: uint32 dwAddr = RSPSegmentAddr((gfx->words.w1)); mupen64plus-video-rice-2.5.9/src/RSP_S2DEX.cpp-54- uObjBg *sbgPtr = (uObjBg*)(g_pRDRAMu8+dwAddr); ############################################## mupen64plus-video-rice-2.5.9/src/RSP_S2DEX.cpp-61-{ mupen64plus-video-rice-2.5.9/src/RSP_S2DEX.cpp:62: uint32 dwAddr = RSPSegmentAddr((gfx->words.w1)); mupen64plus-video-rice-2.5.9/src/RSP_S2DEX.cpp-63- uObjSprite *ptr = (uObjSprite*)(g_pRDRAMu8+dwAddr); ############################################## mupen64plus-video-rice-2.5.9/src/RSP_S2DEX.cpp-98-{ mupen64plus-video-rice-2.5.9/src/RSP_S2DEX.cpp:99: uint32 dwAddr = RSPSegmentAddr((gfx->words.w1)); mupen64plus-video-rice-2.5.9/src/RSP_S2DEX.cpp-100- uObjSprite *info = (uObjSprite*)(g_pRDRAMu8+dwAddr); ############################################## mupen64plus-video-rice-2.5.9/src/RSP_S2DEX.cpp-191- DebuggerAppendMsg("ImgAddr=0x%08X(0x%08X), tsize=0x%X, \nTMEM=0x%X, sid=%d, tline=%d, flag=0x%X, mask=0x%X\n\n", mupen64plus-video-rice-2.5.9/src/RSP_S2DEX.cpp:192: RSPSegmentAddr(ptr.image), ptr.image, ptr.tsize, ptr.tmem, ptr.sid/4, ptr.tline, ptr.flag, ptr.mask); mupen64plus-video-rice-2.5.9/src/RSP_S2DEX.cpp-193-} ############################################## mupen64plus-video-rice-2.5.9/src/RSP_S2DEX.cpp-252- DebuggerAppendMsg("ImgAddr=0x%08X(0x%08X), pnum=%d, phead=%d, sid=%d, flag=0x%X, mask=0x%X\n\n", mupen64plus-video-rice-2.5.9/src/RSP_S2DEX.cpp:253: RSPSegmentAddr(tlut.image), tlut.image, tlut.pnum+1, tlut.phead, tlut.sid/4, tlut.flag, tlut.mask); mupen64plus-video-rice-2.5.9/src/RSP_S2DEX.cpp-254-} ############################################## mupen64plus-video-rice-2.5.9/src/RSP_S2DEX.cpp-307-{ mupen64plus-video-rice-2.5.9/src/RSP_S2DEX.cpp:308: gObjTxtr = (uObjTxtr*)(g_pRDRAMu8+(RSPSegmentAddr((gfx->words.w1))&(g_dwRamSize-1))); mupen64plus-video-rice-2.5.9/src/RSP_S2DEX.cpp-309- if( gObjTxtr->block.type == S2DEX_OBJLT_TLUT ) ############################################## mupen64plus-video-rice-2.5.9/src/RSP_S2DEX.cpp-311- gObjTlut = (uObjTxtrTLUT*)gObjTxtr; mupen64plus-video-rice-2.5.9/src/RSP_S2DEX.cpp:312: gObjTlutAddr = (uint32)(RSPSegmentAddr(gObjTlut->image)); mupen64plus-video-rice-2.5.9/src/RSP_S2DEX.cpp-313- ############################################## mupen64plus-video-rice-2.5.9/src/RSP_S2DEX.cpp-351-{ mupen64plus-video-rice-2.5.9/src/RSP_S2DEX.cpp:352: uObjTxSprite* ptr = (uObjTxSprite*)(g_pRDRAMu8+(RSPSegmentAddr((gfx->words.w1))&(g_dwRamSize-1))); mupen64plus-video-rice-2.5.9/src/RSP_S2DEX.cpp-353- gObjTxtr = (uObjTxtr*)ptr; ############################################## mupen64plus-video-rice-2.5.9/src/RSP_S2DEX.cpp-374- mupen64plus-video-rice-2.5.9/src/RSP_S2DEX.cpp:375: uObjTxSprite* ptr = (uObjTxSprite*)(g_pRDRAMu8+(RSPSegmentAddr((gfx->words.w1))&(g_dwRamSize-1))); mupen64plus-video-rice-2.5.9/src/RSP_S2DEX.cpp-376- gObjTxtr = (uObjTxtr*)ptr; ############################################## mupen64plus-video-rice-2.5.9/src/RSP_S2DEX.cpp-393-{ mupen64plus-video-rice-2.5.9/src/RSP_S2DEX.cpp:394: uObjTxSprite* ptr = (uObjTxSprite*)(g_pRDRAMu8+(RSPSegmentAddr((gfx->words.w1))&(g_dwRamSize-1))); mupen64plus-video-rice-2.5.9/src/RSP_S2DEX.cpp-395- gObjTxtr = (uObjTxtr*)ptr; ############################################## mupen64plus-video-rice-2.5.9/src/RSP_S2DEX.cpp-445- uint32 dwLength = ((gfx->words.w0)) &0xFFFF; mupen64plus-video-rice-2.5.9/src/RSP_S2DEX.cpp:446: uint32 dwAddr = RSPSegmentAddr((gfx->words.w1)); mupen64plus-video-rice-2.5.9/src/RSP_S2DEX.cpp-447- ############################################## mupen64plus-video-rice-2.5.9/src/RSP_S2DEX.cpp-512- mupen64plus-video-rice-2.5.9/src/RSP_S2DEX.cpp:513: uint32 dwAddr = RSPSegmentAddr((gfx->words.w1)); mupen64plus-video-rice-2.5.9/src/RSP_S2DEX.cpp-514- uObjScaleBg *sbgPtr = (uObjScaleBg *)(dwAddr+g_pRDRAMu8); ############################################## mupen64plus-video-rice-2.5.9/src/RSP_S2DEX.cpp-540-{ mupen64plus-video-rice-2.5.9/src/RSP_S2DEX.cpp:541: uint32 dwAddr = RSPSegmentAddr((gfx->words.w1)); mupen64plus-video-rice-2.5.9/src/RSP_S2DEX.cpp-542- uObjSprite *ptr = (uObjSprite*)(g_pRDRAMu8+dwAddr); ############################################## mupen64plus-video-rice-2.5.9/src/RSP_S2DEX.cpp-547- mupen64plus-video-rice-2.5.9/src/RSP_S2DEX.cpp:548: //uObjTxSprite* ptr = (uObjTxSprite*)(g_pRDRAMu8+(RSPSegmentAddr((gfx->words.w1))&(g_dwRamSize-1))); mupen64plus-video-rice-2.5.9/src/RSP_S2DEX.cpp-549- //gObjTxtr = (uObjTxtr*)ptr; ############################################## mupen64plus-video-rice-2.5.9/src/RenderBase.cpp-185-#if defined(__INTEL_COMPILER) && !defined(NO_ASM) mupen64plus-video-rice-2.5.9/src/RenderBase.cpp:186:#define Vec3TransformNormal(vec, m) __asm \ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp-187-{ \ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp:188: __asm fld dword ptr [vec + 0] \ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp:189: __asm fmul dword ptr [m + 0] \ /* x m00*/ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp:190: __asm fld dword ptr [vec + 0] \ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp:191: __asm fmul dword ptr [m + 4] \ /* x m01 x m00*/ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp:192: __asm fld dword ptr [vec + 0] \ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp:193: __asm fmul dword ptr [m + 8] \ /* x m02 x m01 x m00*/ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp-194- \ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp:195: __asm fld dword ptr [vec + 4] \ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp:196: __asm fmul dword ptr [m + 16] \ /* y m10 x m02 x m01 x m00*/ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp:197: __asm fld dword ptr [vec + 4] \ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp:198: __asm fmul dword ptr [m + 20] \ /* y m11 y m10 x m02 x m01 x m00*/ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp:199: __asm fld dword ptr [vec + 4] \ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp:200: __asm fmul dword ptr [m + 24] \ /* y m12 y m11 y m10 x m02 x m01 x m00*/ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp-201- \ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp:202: __asm fxch st(2) \ /* y m10 y m11 y m12 x m02 x m01 x m00*/ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp:203: __asm faddp st(5), st(0) \ /* y m11 y m12 x m02 x m01 (x m00 + y m10)*/ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp:204: __asm faddp st(3), st(0) \ /* y m12 x m02 (x m01 + ym11) (x m00 + y m10)*/ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp:205: __asm faddp st(1), st(0) \ /* (x m02 + y m12) (x m01 + ym11) (x m00 + y m10)*/ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp-206- \ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp:207: __asm fld dword ptr [vec + 8] \ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp:208: __asm fmul dword ptr [m + 32] \ /* z m20 (x m02 + y m12) (x m01 + ym11) (x m00 + y m10)*/ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp:209: __asm fld dword ptr [vec + 8] \ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp:210: __asm fmul dword ptr [m + 36] \ /* z m21 z m20 (x m02 + y m12) (x m01 + ym11) (x m00 + y m10)*/ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp:211: __asm fld dword ptr [vec + 8] \ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp:212: __asm fmul dword ptr [m + 40] \ /* z m22 z m21 z m20 (x m02 + y m12) (x m01 + ym11) (x m00 + y m10)*/ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp-213- \ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp:214: __asm fxch st(2) \ /* z m20 z m21 z m22 (x m02 + y m12) (x m01 + ym11) (x m00 + y m10)*/ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp:215: __asm faddp st(5), st(0) \ /* z m21 z m22 (x m02 + y m12) (x m01 + ym11) (x m00 + y m10 + z m20)*/ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp:216: __asm faddp st(3), st(0) \ /* z m22 (x m02 + y m12) (x m01 + ym11 + z m21) (x m00 + y m10 + z m20)*/ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp:217: __asm faddp st(1), st(0) \ /* (x m02 + y m12 + z m 22) (x m01 + ym11 + z m21) (x m00 + y m10 + z m20)*/ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp-218- \ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp:219: __asm fxch st(2) \ /* (x m00 + y m10 + z m20) (x m01 + ym11 + z m21) (x m02 + y m12 + z m 22) */ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp-220- \ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp:221: __asm fld1 \ /* 1 x y z */ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp:222: __asm fld st(1) \ /* x 1 x y z */ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp:223: __asm fmul st(0),st(0) \ /* xx 1 x y z */ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp:224: __asm fld st(3) \ /* y xx 1 x y z */ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp:225: __asm fmul st(0),st(0) \ /* yy xx 1 x y z */ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp:226: __asm fld st(5) \ /* z yy xx 1 x y z */ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp:227: __asm fmul st(0),st(0) \ /* zz yy xx 1 x y z */ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp-228- \ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp:229: __asm fxch st(2) \ /* xx yy zz 1 x y z */ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp-230- \ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp:231: __asm faddp st(1),st(0) \ /* (xx+yy) zz 1 x y z */ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp:232: __asm faddp st(1),st(0) \ /* (xx+yy+zz) 1 x y z */ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp-233- \ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp:234: __asm ftst \ /* Compare ST to 0 */ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp:235: __asm fstsw ax \ /* Store FPU status word in a */ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp:236: __asm sahf \ /* Transfer ax to flags register */ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp:237: __asm jz l2 \ /* Skip if length is zero */ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp-238- \ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp:239: __asm fsqrt \ /* l 1 x y z */ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp-240- \ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp:241: __asm fdivp st(1),st(0) \ /* (1/l) x y z */ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp-242- \ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp:243: __asm fmul st(3),st(0) \ /* f x y fz */ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp:244: __asm fmul st(2),st(0) \ /* f x fy fz */ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp:245: __asm fmulp st(1),st(0) \ /* fx fy fz */ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp-246- \ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp:247: __asm fstp dword ptr [vec + 0] \ /* fy fz*/ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp:248: __asm fstp dword ptr [vec + 4] \ /* fz */ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp:249: __asm fstp dword ptr [vec + 8] \ /* done */ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp:250: __asm jmp l3 \ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp:251:__asm l2: \ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp:252: __asm mov dword ptr [vec + 0], 0 \ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp:253: __asm mov dword ptr [vec + 4], 0 \ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp:254: __asm mov dword ptr [vec + 8], 0 \ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp:255:__asm l3: \ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp-256-} \ ############################################## mupen64plus-video-rice-2.5.9/src/RenderBase.cpp-399-{ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp:400: asm volatile(" shl $4, %0 \n" mupen64plus-video-rice-2.5.9/src/RenderBase.cpp-401- " movslq %k0, %q0 \n" ############################################## mupen64plus-video-rice-2.5.9/src/RenderBase.cpp-448-{ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp:449: asm volatile(" shl $4, %0 \n" mupen64plus-video-rice-2.5.9/src/RenderBase.cpp-450- " movaps (%1,%0), %%xmm1 \n" ############################################## mupen64plus-video-rice-2.5.9/src/RenderBase.cpp-576-{ mupen64plus-video-rice-2.5.9/src/RenderBase.cpp:577: asm volatile(" movl $0, 12(%0) \n" mupen64plus-video-rice-2.5.9/src/RenderBase.cpp-578- " movaps (%1), %%xmm4 \n" ############################################## mupen64plus-video-rice-2.5.9/src/RenderBase.cpp-1147- mupen64plus-video-rice-2.5.9/src/RenderBase.cpp:1148: asm volatile(" movaps %1, %%xmm3 \n" // xmm3 == gRSP.fAmbientLight{RGBA} mupen64plus-video-rice-2.5.9/src/RenderBase.cpp-1149- " movaps %2, %%xmm4 \n" // xmm4 == g_normal.{xyz} ############################################## mupen64plus-video-rice-2.5.9/src/RenderBase.cpp-1196- mupen64plus-video-rice-2.5.9/src/RenderBase.cpp:1197: asm volatile(" movaps %1, %%xmm3 \n" mupen64plus-video-rice-2.5.9/src/RenderBase.cpp-1198- " movaps %2, %%xmm4 \n" ############################################## mupen64plus-video-rice-2.5.9/src/RenderExt.cpp-83- mupen64plus-video-rice-2.5.9/src/RenderExt.cpp:84: gti.Address = RSPSegmentAddr(g_CI.dwAddr); mupen64plus-video-rice-2.5.9/src/RenderExt.cpp-85- ############################################## mupen64plus-video-rice-2.5.9/src/RenderExt.cpp-184- gti.Size = info.imageSiz; mupen64plus-video-rice-2.5.9/src/RenderExt.cpp:185: gti.Address = RSPSegmentAddr(info.imagePtr); mupen64plus-video-rice-2.5.9/src/RenderExt.cpp-186- gti.LeftToLoad = 0; ############################################## mupen64plus-video-rice-2.5.9/src/RenderExt.cpp-242- mupen64plus-video-rice-2.5.9/src/RenderExt.cpp:243: gti.Address = RSPSegmentAddr(g_pRenderTextureInfo->CI_Info.dwAddr); mupen64plus-video-rice-2.5.9/src/RenderExt.cpp-244- gti.LeftToLoad = 0; ############################################## mupen64plus-video-rice-2.5.9/src/RenderExt.cpp-271- mupen64plus-video-rice-2.5.9/src/RenderExt.cpp:272: gti.Address = RSPSegmentAddr(info.spritePtr->SourceImagePointer); mupen64plus-video-rice-2.5.9/src/RenderExt.cpp-273- gti.Palette = 0; mupen64plus-video-rice-2.5.9/src/RenderExt.cpp:274: gti.PalAddress = (uchar *) (g_pRDRAMu8 + RSPSegmentAddr(info.spritePtr->TlutPointer)); mupen64plus-video-rice-2.5.9/src/RenderExt.cpp-275- ############################################## mupen64plus-video-rice-2.5.9/src/RenderExt.cpp-823- mupen64plus-video-rice-2.5.9/src/RenderExt.cpp:824: //uint8* img = (uint8*)(g_pRDRAMu8+RSPSegmentAddr(bg.imagePtr)); mupen64plus-video-rice-2.5.9/src/RenderExt.cpp-825- mupen64plus-video-rice-2.5.9/src/RenderExt.cpp-826- uchar *palAddr = (uchar *) &g_wRDPTlut[0]; mupen64plus-video-rice-2.5.9/src/RenderExt.cpp:827: gti.Address = RSPSegmentAddr(bg.imagePtr); mupen64plus-video-rice-2.5.9/src/RenderExt.cpp-828- ############################################## mupen64plus-video-rice-2.5.9/src/RenderExt.cpp-878- mupen64plus-video-rice-2.5.9/src/RenderExt.cpp:879: gti.Address = RSPSegmentAddr(sprite.txtr.block.image); mupen64plus-video-rice-2.5.9/src/RenderExt.cpp-880- gti.Address += sprite.sprite.imageAdrs<<3; ############################################## mupen64plus-video-rice-2.5.9/debian/changelog-527- kernel (Closes: #544670) mupen64plus-video-rice-2.5.9/debian/changelog:528: - Don't set NO_ASM parameter anymore as it is handled by mupen64plus-video-rice-2.5.9/debian/changelog-529- 119-debian-archs.patch ############################################## mupen64plus-video-rice-2.5.9/debian/changelog-581- which are removed from dfsg tarball mupen64plus-video-rice-2.5.9/debian/changelog:582: - Add 110-glide64-noasm.patch, don't use x86-asm on non-x86 mupen64plus-video-rice-2.5.9/debian/changelog-583- plattforms in glide64 ############################################## mupen64plus-video-rice-2.5.9/.pc/Use-pkg-config-to-find-GLESv2-library.patch/projects/unix/Makefile-95- PIC ?= 1 mupen64plus-video-rice-2.5.9/.pc/Use-pkg-config-to-find-GLESv2-library.patch/projects/unix/Makefile:96: NO_ASM := 1 mupen64plus-video-rice-2.5.9/.pc/Use-pkg-config-to-find-GLESv2-library.patch/projects/unix/Makefile-97- $(warning Architecture "$(HOST_CPU)" not officially supported.') ############################################## mupen64plus-video-rice-2.5.9/.pc/Use-pkg-config-to-find-GLESv2-library.patch/projects/unix/Makefile-103- PIC ?= 1 mupen64plus-video-rice-2.5.9/.pc/Use-pkg-config-to-find-GLESv2-library.patch/projects/unix/Makefile:104: NO_ASM := 1 mupen64plus-video-rice-2.5.9/.pc/Use-pkg-config-to-find-GLESv2-library.patch/projects/unix/Makefile-105- $(warning Architecture "$(HOST_CPU)" not officially supported.') ############################################## mupen64plus-video-rice-2.5.9/.pc/Use-pkg-config-to-find-GLESv2-library.patch/projects/unix/Makefile-111- PIC ?= 1 mupen64plus-video-rice-2.5.9/.pc/Use-pkg-config-to-find-GLESv2-library.patch/projects/unix/Makefile:112: NO_ASM := 1 mupen64plus-video-rice-2.5.9/.pc/Use-pkg-config-to-find-GLESv2-library.patch/projects/unix/Makefile-113- $(warning Architecture "$(HOST_CPU)" not officially supported.')