Lines Matching refs:varargs
21 ; Test the effect of varargs on floating point types in the non-variable part
27 ; On O32, varargs prevents all FPU argument register usage. This contradicts
64 ; The varargs portion is dumped to stack
75 ; Get the varargs pointer
76 ; O32 has 4 bytes padding, 4 bytes for the varargs pointer, and 8 bytes reserved
78 ; N32/N64 has 8 bytes for the varargs pointer, and no reserved area.
86 ; Increment the pointer then get the varargs arg
87 ; LLVM will rebind the load to the stack pointer instead of the varargs pointer
123 ; The varargs portion is dumped to stack
135 ; Get the varargs pointer
136 ; O32 has 4 bytes padding, 4 bytes for the varargs pointer, and should have 8
140 ; N32/N64 has 8 bytes for the varargs pointer, and no reserved area.
148 ; Increment the pointer then get the varargs arg
149 ; LLVM will rebind the load to the stack pointer instead of the varargs pointer