Searched refs:thumb (Results 1 - 5 of 5) sorted by relevance

/u-boot/arch/arm/lib/
H A Dinterrupts.c68 const int thumb = thumb_mode(regs); local
69 const int width = thumb ? 4 : 8;
72 if (thumb)
77 for (i = -4; i < 1 + !!thumb; i++) {
80 if (thumb)
H A Dmemset.S17 .thumb
H A Dmemcpy.S57 .thumb
/u-boot/arch/arm/include/asm/
H A Dprocessor.h53 u16 thumb; member in union:debug_insn
/u-boot/arch/arm/
H A Dconfig.mk48 $(call cc-option,-mno-thumb-interwork,)\
52 $(call cc-option,-mno-thumb-interwork,)
113 # branches to weak symbols can be incorrectly optimized in thumb mode

Completed in 174 milliseconds