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
68 // The X86-32 calling convention returns FP values in ST0, unless marked
70 // weirdly; this is really the sse-regparm calling convention) in which
71 // case they use XMM0, otherwise it is the same as the common X86 calling
93 // Otherwise, it is the same as the common X86 calling convention.
127 // The X86-64 calling convention always returns FP values in XMM0.
138 // The X86-Win64 calling convention always returns __m64 values in RAX.
184 // Check if this is the Intel OpenCL built-ins calling convention
192 // X86-64 Argument Calling Conventions
255 // Calling convention used on Win64
283 // Do not pass the sret argument in RCX, the Win64 thiscall calling
333 // X86 C Calling Convention
336 /// CC_X86_32_Common - In all X86-32 calling conventions, extra integers and FP
475 // X86-64 Intel OpenCL built-ins calling convention.
504 // X86 Root Argument Calling Conventions