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
380 THUMB( badr r9, 1f ) @ Kernel is entered in ARM.
381 THUMB( bx r9 ) @ If this is a Thumb-2 kernel,
382 THUMB( .thumb ) @ switch to Thumb now.
383 THUMB(1: )
404 THUMB( it eq ) @ force fixup-able long branch encoding
575 THUMB( add r0, r0, r4 )
578 THUMB( mov r6, r6, ror #16 ) @ Convert word order for big-endian.
580 THUMB( strh r6, [r0], #2 ) @ For Thumb-2, store as two halfwords
581 THUMB( mov r6, r6, lsr #16 ) @ to be robust against misaligned r0.
582 THUMB( strh r6, [r0] )