brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1.7 KiB · 408bcf9 Raw
43 lines · plain
1# RUN: llvm-mc -disassemble -triple=thumbv8.1m.main-none-eabi -mattr=+mve -show-encoding %s 2> %t | FileCheck --check-prefix=CHECK %s2# RUN: FileCheck --check-prefix=STDERR < %t %s3 4[0x5e 0xea 0x6d 0xcf]5# CHECK: sqrshr  lr, r12  @ encoding: [0x5e,0xea,0x2d,0xcf]6# STDERR: [[@LINE-2]]:2: warning: potentially undefined instruction encoding7 8[0x5e 0xea 0xad 0xcf]9# CHECK: sqrshr  lr, r12  @ encoding: [0x5e,0xea,0x2d,0xcf]10# STDERR: [[@LINE-2]]:2: warning: potentially undefined instruction encoding11 12[0x5e 0xea 0xed 0xcf]13# CHECK: sqrshr  lr, r12  @ encoding: [0x5e,0xea,0x2d,0xcf]14# STDERR: [[@LINE-2]]:2: warning: potentially undefined instruction encoding15 16[0x5e 0xea 0x2d 0xce]17# CHECK: sqrshr  lr, r12  @ encoding: [0x5e,0xea,0x2d,0xcf]18# STDERR: [[@LINE-2]]:2: warning: potentially undefined instruction encoding19 20[0x51 0xea 0x2d 0x1f]21# CHECK: sqrshr  r1, r1  @ encoding: [0x51,0xea,0x2d,0x1f]22# STDERR: [[@LINE-2]]:2: warning: potentially undefined instruction encoding23 24[0x5e 0xea 0x4d 0xcf]25# CHECK: uqrshl  lr, r12  @ encoding: [0x5e,0xea,0x0d,0xcf]26# STDERR: [[@LINE-2]]:2: warning: potentially undefined instruction encoding27 28[0x5b 0xea 0x8d 0xcf]29# CHECK: uqrshl  r11, r12  @ encoding: [0x5b,0xea,0x0d,0xcf]30# STDERR: [[@LINE-2]]:2: warning: potentially undefined instruction encoding31 32[0x5e 0xea 0xcd 0xcf]33# CHECK: uqrshl  lr, r12  @ encoding: [0x5e,0xea,0x0d,0xcf]34# STDERR: [[@LINE-2]]:2: warning: potentially undefined instruction encoding35 36[0x5b 0xea 0x0d 0xce]37# CHECK: uqrshl  r11, r12  @ encoding: [0x5b,0xea,0x0d,0xcf]38# STDERR: [[@LINE-2]]:2: warning: potentially undefined instruction encoding39 40[0x53 0xea 0x0d 0x3f]41# CHECK: uqrshl  r3, r3  @ encoding: [0x53,0xea,0x0d,0x3f]42# STDERR: [[@LINE-2]]:2: warning: potentially undefined instruction encoding43