summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/ARM/neon-bitwise-encoding.s
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/MC/ARM/neon-bitwise-encoding.s')
-rw-r--r--llvm/test/MC/ARM/neon-bitwise-encoding.s4
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/test/MC/ARM/neon-bitwise-encoding.s b/llvm/test/MC/ARM/neon-bitwise-encoding.s
index 43a73ff1280..7a4c8fde515 100644
--- a/llvm/test/MC/ARM/neon-bitwise-encoding.s
+++ b/llvm/test/MC/ARM/neon-bitwise-encoding.s
@@ -26,6 +26,10 @@
vbic d16, d17, d16
@ CHECK: vbic q8, q8, q9 @ encoding: [0xf2,0x01,0x50,0xf2]
vbic q8, q8, q9
+@ CHECK: vbic.i32 d16, #0xFF000000 @ encoding: [0x3f,0x07,0xc7,0xf3]
+ vbic.i32 d16, #0xFF000000
+@ CHECK: vbic.i32 q8, #0xFF000000 @ encoding: [0x7f,0x07,0xc7,0xf3]
+ vbic.i32 q8, #0xFF000000
@ CHECK: vorn d16, d17, d16 @ encoding: [0xb0,0x01,0x71,0xf2]
vorn d16, d17, d16
OpenPOWER on IntegriCloud