Lines Matching refs:THUMB
96 THUMB( badr r9, 1f ) @ Kernel is always entered in ARM.
97 THUMB( bx r9 ) @ If this is a Thumb-2 kernel,
98 THUMB( .thumb ) @ switch to Thumb now.
99 THUMB(1: )
110 THUMB( it eq ) @ force fixup-able long branch encoding
117 THUMB( it lo ) @ force fixup-able long branch encoding
384 THUMB( badr r9, 1f ) @ Kernel is entered in ARM.
385 THUMB( bx r9 ) @ If this is a Thumb-2 kernel,
386 THUMB( .thumb ) @ switch to Thumb now.
387 THUMB(1: )
408 THUMB( it eq ) @ force fixup-able long branch encoding
579 THUMB( add r0, r0, r4 )
582 THUMB( mov r6, r6, ror #16 ) @ Convert word order for big-endian.
584 THUMB( strh r6, [r0], #2 ) @ For Thumb-2, store as two halfwords
585 THUMB( mov r6, r6, lsr #16 ) @ to be robust against misaligned r0.
586 THUMB( strh r6, [r0] )