brintos

brintos / llvm-project-archived public Read only

0
0
Text · 235 B · 09602fe Raw
8 lines · plain
1@ REQUIRES: asserts2@ RUN: llvm-mc --triple=thumbv8 %s --show-encoding 2>&1 | FileCheck %s --match-full-lines3 4// Note this makes sure the narrow instruciton is selected5@ CHECK: movs r2, r3 @ encoding: [0x1a,0x00]6.text7  movs r2, r38