Home
last modified time | relevance | path

Searched refs:thumb_code (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/gcc/config/arm/
H A Dvxworks.h40 if (thumb_code) \
H A Darm.h327 extern int thumb_code;
H A Darm.c518 int thumb_code = 0; variable
1127 thumb_code = (TARGET_ARM == 0); in arm_override_options()
H A Darm.md137 (define_attr "is_thumb" "no,yes" (const (symbol_ref "thumb_code")))
/freebsd-12.1/contrib/gcc/
H A DChangeLog-200019551 * arm.md (is_thumb): Examine symbol thumb_code, not expression
19553 * arm.c (thumb_code): Define it.
19555 * arm.h (thumb_code): Declare it.