Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/config/arm/
H A Dvxworks.h40 if (thumb_code) \
H A Darm.h327 extern int thumb_code;
H A Darm.c511 int thumb_code = 0; variable
1117 thumb_code = (TARGET_ARM == 0); in arm_override_options()
H A Darm.md137 (define_attr "is_thumb" "no,yes" (const (symbol_ref "thumb_code")))
/openbsd/gnu/usr.bin/gcc/gcc/config/arm/
H A Darm.h568 extern int thumb_code;
H A Darm.c287 int thumb_code = 0; variable
694 thumb_code = (TARGET_ARM == 0); in arm_override_options()
H A Darm.md110 (define_attr "is_thumb" "no,yes" (const (symbol_ref "thumb_code")))
/openbsd/gnu/usr.bin/gcc/gcc/
H A DChangeLog.34285 * arm.md (is_thumb): Examine symbol thumb_code, not expression
4287 * arm.c (thumb_code): Define it.
4289 * arm.h (thumb_code): Declare it.