search for: retpty

Displaying 2 results from an estimated 2 matches for "retpty".

Did you mean: retpt
2016 May 31
0
va_arg on Windows 64 bits
...4*   %tPty = alloca i64*   store i64* %r, i64** %rPty   store i64* %a, i64** %aPty   store i64* %b, i64** %bPty   store i64* %t, i64** %tPty   %rLoad = load i64*, i64** %rPty   %aLoad = load i64*, i64** %aPty   %bLoad = load i64*, i64** %bPty   %tLoad = load i64*, i64** %tPty   %ret = alloca i64   %retPty = alloca i64*   store i64* %ret, i64** %retPty   %load = load i64*, i64** %retPty   %bit = bitcast i64* %load to i8*   call void (i64, i8*, ...) @variadiquefunc(i64 -6778056391233182162, i8* %bit, i64* %rLoad, i64* %aLoad, i64* %bLoad, i32 16, i32 10, i32 10, i64* %tLoad)   ret i32 0 } define int...
2016 Apr 20
3
va_arg on Windows 64
...4*   %tPty = alloca i64*   store i64* %r, i64** %rPty   store i64* %a, i64** %aPty   store i64* %b, i64** %bPty   store i64* %t, i64** %tPty   %rLoad = load i64*, i64** %rPty   %aLoad = load i64*, i64** %aPty   %bLoad = load i64*, i64** %bPty   %tLoad = load i64*, i64** %tPty   %ret = alloca i64   %retPty = alloca i64*   store i64* %ret, i64** %retPty   %load = load i64*, i64** %retPty   %bit = bitcast i64* %load to i8*   call void (i64, i8*, ...) @variadiquefunc(i64 -6778056391233182162, i8* %bit, i64* %rLoad, i64* %aLoad, i64* %bLoad, i32 16, i32 10, i32 10, i64* %tLoad)   ret i32 0 } define int...