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