Home
last modified time | relevance | path

Searched refs:TARGET_CPU_arm6 (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/gcc/gcc/config/arm/
Dlinux-elf.h37 #define SUBTARGET_CPU_DEFAULT TARGET_CPU_arm6
Dnetbsd.h36 #define SUBTARGET_CPU_DEFAULT TARGET_CPU_arm6
/openbsd/src/gnu/usr.bin/gcc/gcc/config/arm/
Dlinux-elf.h37 #define SUBTARGET_CPU_DEFAULT TARGET_CPU_arm6
Dnetbsd.h39 #define SUBTARGET_CPU_DEFAULT TARGET_CPU_arm6
Darm.h78 #define TARGET_CPU_arm6 0x0001 macro
145 #define TARGET_CPU_DEFAULT TARGET_CPU_arm6
152 #if TARGET_CPU_DEFAULT == TARGET_CPU_arm6 || TARGET_CPU_DEFAULT == TARGET_CPU_arm610 || TARGET_CPU_…
Darm.c488 { TARGET_CPU_arm6, "arm6" }, in arm_override_options()