Displaying 7 results from an estimated 7 matches for "get_first".
2006 Jan 06
3
Flashing Window in Quicken
...00,588},
client={502,483;897,585}, valid={{502,483;897,585}} )
000c: set_window_pos() = 0 { new_style=84c800c0 }
000c: get_message( flags=1, get_win=(nil),
get_first=00000000, get_last=ffffffff, hw_id=00000000 )
000c: get_message() = 0 { type=7, win=0x20022,
msg=00000200, wparam=00000000, lparam=00000000, x=337,
y=998, hook=(nil), hook_proc=(nil), time=000422ab,
info=00000000, hw_id=0000...
2007 Sep 12
2
cc5 where to start debugging
Hi,
I've been running close combat 5 with wine for a while now but lately
I've been getting a error with the program crashing.
The following output comes in the terminal:
----------------------------------------------------------------------------------------------------------------------------------------------------
wine: Unhandled page fault on write access to 0x0375fffe at
2006 Sep 20
1
kernel32.VirtualAlloc() limitation? - "Insufficient memory to perform operation"
...00000000,00000000,00000000,000004ff,00000000)
ret=7ed749cf
0009:Call kernel32.TlsGetValue(00000001) ret=7e46239a
0009:Ret kernel32.TlsGetValue() retval=0016af00 ret=7e46239a
0009:Ret winex11.drv.MsgWaitForMultipleObjectsEx() retval=00000102 ret=7ed749cf
0009: get_message( flags=1, get_win=(nil), get_first=00000000, get_last=ffffffff, hw_id=00000000 )
0009: get_message() = PENDING { type=0, win=(nil), msg=00000000, wparam=0, lparam=0, info=0, x=0,
y=0, hook=(nil), hook_proc=(nil), time=00000000, hw_id=00000000, active_hooks=80000000, total=0,
data={} }
0009:Call ntdll.RtlFreeHeap(00110000,00000000,...
2017 Nov 14
6
[GlobalISel][AArch64] Toward flipping the switch for O0: Please give it a try!
To give an update here, we actually are not missing a mapping. The code complains because we are copying around a fp16 into a gpr32 and that shouldn’t be done with a copy (default mapping).
I extended the repairing code to issue G_ANYEXT in those cases instead of asserting.
However, now, I have to teach instruction select about those ANYEXT otherwise we’ll fallback in that case. But that’s a
2017 Nov 17
2
[GlobalISel][AArch64] Toward flipping the switch for O0: Please give it a try!
...suggestion, I tried running our ABI test suite for a big-endian AArch64 target, and this found an ABI mismatch between global-isel and regular -O0. Here’s a reproducer for the first one I’ve investigated:
>
> struct foo {
> float first;
> float second;
> };
> float get_first(foo p) {
> return p.first;
> }
>
> This is the code that global-isel currently generates:
> // /work/llvm/build/bin/clang --target=aarch64--none-eabi -march=armv8-a -c callees.cpp -O0 -mllvm -global-isel=true -mllvm -global-isel-abort=0 -mbig-endian -o - -S
>
> _Z...
2017 Nov 27
2
[GlobalISel][AArch64] Toward flipping the switch for O0: Please give it a try!
...suggestion, I tried running our ABI test suite for a big-endian AArch64 target, and this found an ABI mismatch between global-isel and regular -O0. Here’s a reproducer for the first one I’ve investigated:
>
> struct foo {
> float first;
> float second;
> };
> float get_first(foo p) {
> return p.first;
> }
>
> This is the code that global-isel currently generates:
> // /work/llvm/build/bin/clang --target=aarch64--none-eabi -march=armv8-a -c callees.cpp -O0 -mllvm -global-isel=true -mllvm -global-isel-abort=0 -mbig-endian -o - -S
>
> _Z...
2009 Feb 08
7
Helpful Hints for OS X Users (Idiots Guide?)
Hello,
I have been busy working away at getting Darwine to run on OS X with no luck... I tried uninstalling and reinstalling many times, but I was continually getting gdi32.dll errors.
This guide was tested on OS X Leopard 1.5.6. The following guide is how I set it up. The steps may vary slightly for you. Be sure to read this whole thread before actually trying some of the things listed here,