Displaying 1 result from an estimated 1 matches for "0004b".
Did you mean:
0004
2011 May 17
1
[LLVMdev] [cfe-dev] x86_64-pc-win32 ABI var arg code gen bug? Is the bitcode correct? Or is it the code gen?
...RD PTR [rsp+8], ecx
> 00042 48 83 ec 38 sub rsp, 56 ; 00000038H
> ; 79 : VA_LIST Marker;
> ; 80 : int Value;
> ; 81 :
> ; 82 : VA_START (Marker, HiiFormatHandle);
> 00046 48 8d 44 24 68 lea rax, QWORD PTR HiiFormatHandle$[rsp+8]
> 0004b 48 89 44 24 28 mov QWORD PTR Marker$[rsp], rax
> ; 83 : Value = ReturnMarker (Marker);
> 00050 48 8b 4c 24 28 mov rcx, QWORD PTR Marker$[rsp]
> 00055 e8 00 00 00 00 call ReturnMarker
> 0005a 89 44 24 20 mov DWORD PTR Value$[rsp], eax
> ; 84 : VA_END(Marker);
>...