HomeSort by: relevance | last modified time | path
    Searched refs:TARGET_64BIT_DEFAULT (Results 1 - 25 of 36) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/gcc/config/sparc/
default64.h 22 #define TARGET_64BIT_DEFAULT 1
linux64.h 35 #if defined(TARGET_64BIT_DEFAULT) && TARGET_CPU_DEFAULT >= TARGET_CPU_v9
  /src/external/gpl3/gcc.old/dist/gcc/config/sparc/
default64.h 22 #define TARGET_64BIT_DEFAULT 1
linux64.h 35 #if defined(TARGET_64BIT_DEFAULT) && TARGET_CPU_DEFAULT >= TARGET_CPU_v9
  /src/external/gpl3/gcc/dist/gcc/config/i386/
biarch64.h 28 #define TARGET_64BIT_DEFAULT (OPTION_MASK_ISA_64BIT | OPTION_MASK_ABI_64)
biarchx32.h 27 #define TARGET_64BIT_DEFAULT (OPTION_MASK_ISA_64BIT | OPTION_MASK_ABI_X32)
darwin32-biarch.h 24 #define TARGET_64BIT_DEFAULT 0
darwin64-biarch.h 25 #define TARGET_64BIT_DEFAULT (OPTION_MASK_ISA_64BIT | OPTION_MASK_ABI_64)
gnu-user64.h 34 #if TARGET_64BIT_DEFAULT
72 #if TARGET_64BIT_DEFAULT
mingw-w64.h 77 #if TARGET_64BIT_DEFAULT
100 #if TARGET_64BIT_DEFAULT
mingw32.h 80 #if TARGET_64BIT_DEFAULT
123 #if TARGET_64BIT_DEFAULT
145 #elif TARGET_64BIT_DEFAULT
vxworks.h 50 #if TARGET_64BIT_DEFAULT
146 #define STACK_CHECK_PROTECT (TARGET_64BIT_DEFAULT ? 16 * 1024 : 8 * 1024)
sol2.h 89 #define DEFAULT_ARCH32_P !TARGET_64BIT_DEFAULT
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
biarch64.h 28 #define TARGET_64BIT_DEFAULT (OPTION_MASK_ISA_64BIT | OPTION_MASK_ABI_64)
biarchx32.h 27 #define TARGET_64BIT_DEFAULT (OPTION_MASK_ISA_64BIT | OPTION_MASK_ABI_X32)
darwin32-biarch.h 24 #define TARGET_64BIT_DEFAULT 0
darwin64-biarch.h 25 #define TARGET_64BIT_DEFAULT (OPTION_MASK_ISA_64BIT | OPTION_MASK_ABI_64)
gnu-user64.h 34 #if TARGET_64BIT_DEFAULT
72 #if TARGET_64BIT_DEFAULT
mingw-w64.h 55 #if TARGET_64BIT_DEFAULT
78 #if TARGET_64BIT_DEFAULT
mingw32.h 86 #if TARGET_64BIT_DEFAULT
114 #if TARGET_64BIT_DEFAULT
136 #elif TARGET_64BIT_DEFAULT
vxworks.h 50 #if TARGET_64BIT_DEFAULT
146 #define STACK_CHECK_PROTECT (TARGET_64BIT_DEFAULT ? 16 * 1024 : 8 * 1024)
  /src/external/gpl3/gcc/usr.bin/gcc/arch/riscv32/
tm.h 28 #ifndef TARGET_64BIT_DEFAULT
29 # define TARGET_64BIT_DEFAULT 0
  /src/external/gpl3/gcc.old/usr.bin/gcc/arch/riscv32/
tm.h 25 #ifndef TARGET_64BIT_DEFAULT
26 # define TARGET_64BIT_DEFAULT 0
  /src/external/gpl3/gcc/lib/crtstuff/arch/
riscv32.mk 9 G_tm_defines=LIBC_GLIBC=1 LIBC_UCLIBC=2 LIBC_BIONIC=3 NETBSD_ENABLE_PTHREADS TARGET_64BIT_DEFAULT=0
  /src/external/gpl3/gcc.old/lib/crtstuff/arch/
riscv32.mk 9 G_tm_defines=LIBC_GLIBC=1 LIBC_UCLIBC=2 LIBC_BIONIC=3 NETBSD_ENABLE_PTHREADS TARGET_64BIT_DEFAULT=0

Completed in 33 milliseconds

1 2