Displaying 1 result from an estimated 1 matches for "0003a".
Did you mean:
0003
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?
...; Marker$ = 40
> Col$ = 64
> Row$ = 72
> Language$ = 80
> HiiFormatStringId$ = 88
> HiiFormatHandle$ = 96
> ShellPrintHiiEx PROC NEAR
> ; 78 : {
> $LN3:
> 00030 4c 89 4c 24 20 mov QWORD PTR [rsp+32], r9
> 00035 4c 89 44 24 18 mov QWORD PTR [rsp+24], r8
> 0003a 89 54 24 10 mov DWORD PTR [rsp+16], edx
> 0003e 89 4c 24 08 mov DWORD 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);
>...