You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
306 B
10 lines
306 B
# RUN: llvm-mc -disassemble -triple thumbv8a-none-eabi -mattr=+fullfp16,+thumb-mode -show-encoding < %s 2>&1 | FileCheck %s
|
|
|
|
# CHECK: [[@LINE+2]]:2: warning: potentially undefined instruction encoding
|
|
[0xc8,0xbf]
|
|
[0x30,0xee,0x81,0x09]
|
|
|
|
# CHECK-NOT: [[@LINE+2]]:2: warning
|
|
[0xc8,0xbf]
|
|
[0x30,0xee,0x81,0x0a]
|