Lines Matching refs:__chkstk
10 ; allocated on the stack. Windows uses __chkstk and mingw uses __alloca. __alloca
11 ; and the 32-bit version of __chkstk will probe the stack and adjust the stack pointer.
12 ; The 64-bit version of __chkstk is only responsible for probing the stack. The 64-bit
15 ; Stack allocation >= 4096 bytes will require call to __chkstk in the Windows ABI.
18 ; WIN_X32: calll __chkstk
19 ; WIN_X64: callq __chkstk
20 ; WIN64_LARGE: movabsq $__chkstk, %r11
24 ; LINUX-NOT: call __chkstk
29 ; Make sure we don't call __chkstk or __alloca when we have less than a 4096 stack
34 ; WIN_X32-NOT: calll __chkstk
38 ; WIN_X64-NOT: callq __chkstk
46 ; LINUX-NOT: call __chkstk
52 ; Make sure we don't call __chkstk or __alloca on non-Windows even if the
56 ; WIN_X32: calll __chkstk
57 ; WIN_X64: callq __chkstk
58 ; WIN64_LARGE: movabsq $__chkstk, %r11
62 ; LINUX-NOT: call __chkstk