Home
last modified time | relevance | path

Searched refs:arm_arch5e (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/gcc/config/arm/
Darm.h191 #define TARGET_LDRD (arm_arch5e && ARM_DOUBLEWORD_ALIGN)
318 extern int arm_arch5e;
Darm.md1265 "TARGET_ARM && arm_arch5e"
1278 "TARGET_ARM && arm_arch5e"
1291 "TARGET_ARM && arm_arch5e"
1305 "TARGET_ARM && arm_arch5e"
1318 "TARGET_ARM && arm_arch5e"
1332 "TARGET_ARM && arm_arch5e"
10205 "TARGET_ARM && arm_arch5e"
Darm.c487 int arm_arch5e = 0; variable
1119 arm_arch5e = (insn_flags & FL_ARCH5E) != 0; in arm_override_options()
/freebsd-10-stable/contrib/gcc/
DChangeLog-200132552 * arm.c (arm_arch5e): New variable.
32554 (arm_override_options): Set arm_arch5e.
32556 * arm.h (arm_arch5e): Declare it.