Searched refs:TARGET_CPU_DEFAULT (Results 1 - 25 of 146) sorted by relevance

123456

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/ia64/
H A Delf.h30 #if ((TARGET_CPU_DEFAULT | TARGET_DEFAULT) & MASK_GNU_AS) != 0
49 #if ((TARGET_CPU_DEFAULT | TARGET_DEFAULT) & MASK_GNU_LD) != 0
/netbsd-current/external/gpl3/gcc/dist/gcc/config/ia64/
H A Delf.h30 #if ((TARGET_CPU_DEFAULT | TARGET_DEFAULT) & MASK_GNU_AS) != 0
49 #if ((TARGET_CPU_DEFAULT | TARGET_DEFAULT) & MASK_GNU_LD) != 0
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/cris/
H A Dlinux.h38 /* Make sure we have a valid TARGET_CPU_DEFAULT, so we can assume it
40 #ifndef TARGET_CPU_DEFAULT
41 #error "TARGET_CPU_DEFAULT not defined"
42 #elif (TARGET_CPU_DEFAULT+0) != 10 && (TARGET_CPU_DEFAULT+0) != 32
43 #error "TARGET_CPU_DEFAULT must be 10 or 32, or this file be updated"
55 #if TARGET_CPU_DEFAULT == 32
66 #if TARGET_CPU_DEFAULT == 32
77 #if TARGET_CPU_DEFAULT == 32
/netbsd-current/external/gpl3/gcc/usr.bin/gcc/arch/ia64/
H A Dtm.h7 #define TARGET_CPU_DEFAULT (MASK_GNU_AS|MASK_GNU_LD) macro
/netbsd-current/external/gpl3/gcc/usr.bin/gcc/arch/sparc/
H A Dtm.h7 #define TARGET_CPU_DEFAULT (TARGET_CPU_v7) macro
/netbsd-current/external/gpl3/gcc.old/usr.bin/gcc/arch/armeb/
H A Dtm.h7 #define TARGET_CPU_DEFAULT ("strongarm") macro
/netbsd-current/external/gpl3/gcc.old/usr.bin/gcc/arch/sparc/
H A Dtm.h7 #define TARGET_CPU_DEFAULT (TARGET_CPU_v7) macro
/netbsd-current/external/gpl3/gcc.old/usr.bin/gcc/arch/ia64/
H A Dtm.h7 #define TARGET_CPU_DEFAULT (MASK_GNU_AS|MASK_GNU_LD) macro
/netbsd-current/external/gpl3/gcc/usr.bin/gcc/arch/sparc64/
H A Dtm.h7 #define TARGET_CPU_DEFAULT (TARGET_CPU_ultrasparc) macro
/netbsd-current/external/gpl3/gcc.old/usr.bin/gcc/arch/arm/
H A Dtm.h7 #define TARGET_CPU_DEFAULT ("strongarm") macro
/netbsd-current/external/gpl3/gcc.old/usr.bin/gcc/arch/sparc64/
H A Dtm.h7 #define TARGET_CPU_DEFAULT (TARGET_CPU_ultrasparc) macro
/netbsd-current/external/gpl3/gcc/usr.bin/gcc/arch/earm/
H A Dtm.h7 #define TARGET_CPU_DEFAULT ("arm9e") macro
/netbsd-current/external/gpl3/gcc/usr.bin/gcc/arch/earmv6eb/
H A Dtm.h7 #define TARGET_CPU_DEFAULT ("arm1176jzf-s") macro
/netbsd-current/external/gpl3/gcc/usr.bin/gcc/arch/earmv6/
H A Dtm.h7 #define TARGET_CPU_DEFAULT ("arm1176jzf-s") macro
/netbsd-current/external/gpl3/gcc/usr.bin/gcc/arch/earmv6hf/
H A Dtm.h7 #define TARGET_CPU_DEFAULT ("arm1176jzf-s") macro
/netbsd-current/external/gpl3/gcc/usr.bin/gcc/arch/earmv7hf/
H A Dtm.h7 #define TARGET_CPU_DEFAULT ("cortex-a8") macro
/netbsd-current/external/gpl3/gcc/usr.bin/gcc/arch/earmv7eb/
H A Dtm.h7 #define TARGET_CPU_DEFAULT ("cortex-a8") macro
/netbsd-current/external/gpl3/gcc/usr.bin/gcc/arch/earmv7/
H A Dtm.h7 #define TARGET_CPU_DEFAULT ("cortex-a8") macro
/netbsd-current/external/gpl3/gcc/usr.bin/gcc/arch/earmv4eb/
H A Dtm.h7 #define TARGET_CPU_DEFAULT ("strongarm") macro
/netbsd-current/external/gpl3/gcc/usr.bin/gcc/arch/earmv4/
H A Dtm.h7 #define TARGET_CPU_DEFAULT ("strongarm") macro
/netbsd-current/external/gpl3/gcc/usr.bin/gcc/arch/earmeb/
H A Dtm.h7 #define TARGET_CPU_DEFAULT ("arm9e") macro
/netbsd-current/external/gpl3/gcc/usr.bin/gcc/arch/earmhf/
H A Dtm.h7 #define TARGET_CPU_DEFAULT ("arm10e") macro
/netbsd-current/external/gpl3/gcc.old/usr.bin/gcc/arch/earmv6hf/
H A Dtm.h7 #define TARGET_CPU_DEFAULT ("arm1176jzf-s") macro
/netbsd-current/external/gpl3/gcc.old/usr.bin/gcc/arch/earm/
H A Dtm.h7 #define TARGET_CPU_DEFAULT ("arm9e") macro
/netbsd-current/external/gpl3/gcc.old/usr.bin/gcc/arch/earmv7eb/
H A Dtm.h7 #define TARGET_CPU_DEFAULT ("cortex-a8") macro

Completed in 303 milliseconds

123456