Skip to content

Commit 5914321

Browse files
committed
A few more tests for instruction encodings.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127209 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 7c2cdb1 commit 5914321

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/MC/ARM/neon-shift-encoding.s

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,3 +165,10 @@
165165
vqrshrn.s32 d16, q8, #13
166166
@ CHECK: vqrshrn.s64 d16, q8, #13 @ encoding: [0x70,0x09,0xf3,0xf2]
167167
vqrshrn.s64 d16, q8, #13
168+
169+
@ CHECK: vqrshrn.u16 d16, q8, #4 @ encoding: [0x70,0x09,0xcc,0xf3]
170+
vqrshrn.u16 d16, q8, #4
171+
@ CHECK: vqrshrn.u32 d16, q8, #13 @ encoding: [0x70,0x09,0xd3,0xf3]
172+
vqrshrn.u32 d16, q8, #13
173+
@ CHECK: vqrshrn.u64 d16, q8, #13 @ encoding: [0x70,0x09,0xf3,0xf3]
174+
vqrshrn.u64 d16, q8, #13

0 commit comments

Comments
 (0)