[InstCombine] Signed saturation tests. NFC
[llvm-complete.git] / test / MC / Disassembler / ARM / mve-vmov-pair.txt
blob80689201b9fff994ad5c8510f13a8f8cc7e6e56f
1 # RUN: not llvm-mc -disassemble -triple=thumbv8.1m.main-none-eabi -mattr=+mve.fp,+fp64 -show-encoding %s 2> %t | FileCheck %s
2 # RUN: FileCheck --check-prefix=ERROR < %t %s
3 # RUN: not llvm-mc -disassemble -triple=thumbv8.1m.main-none-eabi -show-encoding %s &> %t
4 # RUN: FileCheck --check-prefix=CHECK-NOMVE < %t %s
5 # RUN: not llvm-mc -disassemble -triple=thumbv8.1m.main-none-eabi -mattr=+mve.fp,+fp64 -show-encoding %s 2> %t | FileCheck %s
6 # RUN: FileCheck --check-prefix=ERROR < %t %s
8 # CHECK: vmov lr, r7, q4[2], q4[0]  @ encoding: [0x07,0xec,0x0e,0x8f]
9 # CHECK-NOMVE: [[@LINE+1]]:2: warning: invalid instruction encoding
10 [0x07,0xec,0x0e,0x8f]
12 # CHECK: vmov    q3[3], q3[1], r4, r1  @ encoding: [0x11,0xec,0x14,0x6f]
13 # CHECK-NOMVE: [[@LINE+1]]:2: warning: invalid instruction encoding
14 [0x11,0xec,0x14,0x6f]
16 # ERROR: [[@LINE+1]]:2: warning: invalid instruction encoding
17 [0x40,0xec,0x00,0x0f]
19 # ERROR: [[@LINE+1]]:2: warning: invalid instruction encoding
20 [0x50,0xec,0x00,0x0f]