Lines Matching +full:x86_64 +full:- +full:6
1 /* -----------------------------------------------------------------*-C-*-
2 ffitarget.h - Copyright (c) 2012, 2014, 2018 Anthony Green
3 Copyright (c) 1996-2003, 2010 Red Hat, Inc.
6 Target configuration macros for x86 and x86-64.
28 ----------------------------------------------------------------------- */
37 /* ---- System specific configurations ----------------------------------- */
39 /* For code common to all platforms on x86 and x86_64. */
42 #if defined (X86_64) && defined (__i386__)
43 #undef X86_64
49 #define USE_BUILTIN_FFS 0 /* not yet implemented in mingw-64 */
57 /* ---- Generic type definitions ----------------------------------------- */
83 FFI_WIN64, /* sizeof(long double) == 8 - microsoft compilers */
84 FFI_GNUW64, /* sizeof(long double) == 16 - GNU compilers */
92 #elif defined(X86_64) || (defined (__x86_64__) && defined (X86_DARWIN))
108 FFI_PASCAL = 6,
118 FFI_PASCAL = 6,
127 /* ---- Definitions for closures ----------------------------------------- */
137 #if defined (X86_64) || defined(X86_WIN64) \