Displaying 1 result from an estimated 1 matches for "002c13bc".
Did you mean:
002c13b0
2011 Nov 02
5
[LLVMdev] About JIT by LLVM 2.9 or later
...dword ptr [ebp-54h],ecx
* Callee( 'fetch_vs' MSVC ):*
float4 __cdecl fetch( float4x4* mat ){
// Stack protection
002C13B0 push ebp
002C13B1 mov ebp,esp
002C13B3 sub esp,0C0h
002C13B9 push ebx
002C13BA push esi
002C13BB push edi
002C13BC lea edi,[ebp-0C0h]
002C13C2 mov ecx,30h
002C13C7 mov eax,0CCCCCCCCh
002C13CC rep stos dword ptr es:[edi]
return mat->y;
// Copy to address of first temporary variable.
002C13CE mov eax,dword ptr [mat]
002C13D1 add eax,10h
002C13D4 mov...