xref: /llvm-project/llvm/test/MC/ARM/tMOVSr.s (revision 295cdd5c3dbd14406bf9cce01e3dfd787fb1ddda)
1@ REQUIRES: asserts
2@ RUN: llvm-mc --triple=thumbv8 %s --show-encoding 2>&1 | FileCheck %s --match-full-lines
3
4// Note this makes sure the narrow instruciton is selected
5@ CHECK: movs r2, r3 @ encoding: [0x1a,0x00]
6.text
7  movs r2, r3
8