Lines Matching full:calling
1 //===-- X86CallingConv.td - Calling Conventions X86 32/64 --*- tablegen -*-===//
10 // This describes the calling conventions for the X86-32 and X86-64
20 // Return Value Calling Conventions
62 // The X86-32 calling convention returns FP values in ST0, unless marked
64 // weirdly; this is really the sse-regparm calling convention) in which
65 // case they use XMM0, otherwise it is the same as the common X86 calling
87 // Otherwise, it is the same as the common X86 calling convention.
117 // The X86-64 calling convention always returns FP values in XMM0.
128 // The X86-Win64 calling convention always returns __m64 values in RAX.
169 // Check if this is the Intel OpenCL built-ins calling convention
177 // X86-64 Argument Calling Conventions
231 // Calling convention used on Win64
256 // Do not pass the sret argument in RCX, the Win64 thiscall calling
306 // X86 C Calling Convention
309 /// CC_X86_32_Common - In all X86-32 calling conventions, extra integers and FP
448 // X86-64 Intel OpenCL built-ins calling convention.
473 // X86 Root Argument Calling Conventions