projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c2cdb1
)
A few more tests for instruction encodings.
author
Bill Wendling
<isanbard@gmail.com>
Tue, 8 Mar 2011 02:51:48 +0000
(
02:51
+0000)
committer
Bill Wendling
<isanbard@gmail.com>
Tue, 8 Mar 2011 02:51:48 +0000
(
02:51
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127209
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/MC/ARM/neon-shift-encoding.s
patch
|
blob
|
history
diff --git
a/test/MC/ARM/neon-shift-encoding.s
b/test/MC/ARM/neon-shift-encoding.s
index 3d34de01afad7fe1b2237ad5336f8cc16c279f17..292692d007c8a94c6c1b144567ad351673bdade9 100644
(file)
--- a/
test/MC/ARM/neon-shift-encoding.s
+++ b/
test/MC/ARM/neon-shift-encoding.s
@@
-165,3
+165,10
@@
vqrshrn.s32 d16, q8, #13
@ CHECK: vqrshrn.s64 d16, q8, #13 @ encoding: [0x70,0x09,0xf3,0xf2]
vqrshrn.s64 d16, q8, #13
+
+@ CHECK: vqrshrn.u16 d16, q8, #4 @ encoding: [0x70,0x09,0xcc,0xf3]
+ vqrshrn.u16 d16, q8, #4
+@ CHECK: vqrshrn.u32 d16, q8, #13 @ encoding: [0x70,0x09,0xd3,0xf3]
+ vqrshrn.u32 d16, q8, #13
+@ CHECK: vqrshrn.u64 d16, q8, #13 @ encoding: [0x70,0x09,0xf3,0xf3]
+ vqrshrn.u64 d16, q8, #13