[InstCombine] Signed saturation tests. NFC
[llvm-complete.git] / test / MC / Disassembler / ARM / clrm.txt
blob6062e14bae0eb30bfacab7d074e2e4e13f09289b
1 # RUN: not llvm-mc -disassemble -triple=thumbv8.1m.main-none-eabi -show-encoding < %s 2> %t | FileCheck %s
2 # RUN: FileCheck --check-prefix=ERROR < %t %s
4 [0x9f,0xe8,0x0f,0x00]
5 # CHECK: clrm {r0, r1, r2, r3} @ encoding: [0x9f,0xe8,0x0f,0x00]
7 [0x9f,0xe8,0xff,0xdf]
8 # CHECK: clrm {r0, r1, r2, r3, r4, r5, r6, r7, r8, r9, r10, r11, r12, lr, apsr} @ encoding: [0x9f,0xe8,0xff,0xdf]
10 [0x9f,0xe8,0x00,0x10]
11 # CHECK: clrm {r12} @ encoding: [0x9f,0xe8,0x00,0x10]
13 [0x9f,0xe8,0x00,0x40]
14 # CHECK: clrm {lr} @ encoding: [0x9f,0xe8,0x00,0x40]
16 [0x9f,0xe8,0x00,0x80]
17 # CHECK: clrm {apsr} @ encoding: [0x9f,0xe8,0x00,0x80]
19 [0x9f,0xe8,0x00,0x00]
20 # ERROR: [[@LINE-1]]:2: warning: invalid instruction encoding