repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[InstCombine] Signed saturation tests. NFC
[llvm-complete.git]
/
test
/
MC
/
Disassembler
/
ARM
/
fullfp16-thumb-nopred.txt
blob
928c3475ef07c3fecf2200de665cb3674aeaa597
1
# RUN: llvm-mc -disassemble -triple thumbv8a-none-eabi -mattr=+fullfp16,+thumb-mode -show-encoding < %s 2>&1 | FileCheck %s
2
3
# CHECK: [[@LINE+2]]:2: warning: potentially undefined instruction encoding
4
[0xc8,0xbf]
5
[0x30,0xee,0x81,0x09]
6
7
# CHECK-NOT: [[@LINE+2]]:2: warning
8
[0xc8,0xbf]
9
[0x30,0xee,0x81,0x0a]