Lines Matching refs:varargs
13 ; Test the effect of varargs on floating point types in the non-variable part
19 ; On O32, varargs prevents all FPU argument register usage. This contradicts
56 ; The varargs portion is dumped to stack
67 ; Get the varargs pointer
68 ; O32 has 4 bytes padding, 4 bytes for the varargs pointer, and 8 bytes reserved
70 ; N32/N64 has 8 bytes for the varargs pointer, and no reserved area.
78 ; Increment the pointer then get the varargs arg
79 ; LLVM will rebind the load to the stack pointer instead of the varargs pointer
117 ; The varargs portion is dumped to stack
129 ; Get the varargs pointer
130 ; O32 has 4 bytes padding, 4 bytes for the varargs pointer, and should have 8
134 ; N32/N64 has 8 bytes for the varargs pointer, and no reserved area.
142 ; Increment the pointer then get the varargs arg
143 ; LLVM will rebind the load to the stack pointer instead of the varargs pointer