2.6.8.3.4 Condition Flags

These instructions do not affect the flags.

Examples

SXTH R4, R6, ROR #16   ; Rotate R6 right by 16 bits, then obtain the lower
                                   ; halfword of the result and then sign extend to
                                   ; 32 bits and write the result to R4.
UXTB R3, R10                     ; Extract lowest byte of the value in R10 and zero
                                   ; extend it, and write the result to R3.