Reading the ARMv7-a/r manual, in the instruction details for QADD and QADD16 in ARM mode, I noticed that QADD puts <Rm> before <Rn> in its assembler syntax (i.e., QADD <Rd>, <Rm>, <Rn>), while QADD16 puts <Rn> before
↧