summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2011-08-17 23:00:53 +0000
committerJim Grosbach <grosbach@apple.com>2011-08-17 23:00:53 +0000
commit5b657de62ba6e7a7dd873b7a5d10e146b3e35f53 (patch)
treee564f0a57b6b071119ea4e44e56d184f087dbb60 /test
parent667645f814523a65cb4c775b06b97234a7b002d7 (diff)
downloadllvm-5b657de62ba6e7a7dd873b7a5d10e146b3e35f53.tar.gz
llvm-5b657de62ba6e7a7dd873b7a5d10e146b3e35f53.tar.bz2
llvm-5b657de62ba6e7a7dd873b7a5d10e146b3e35f53.tar.xz
ARM assembly parsing and encoding test for BIC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137895 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/MC/ARM/basic-thumb-instructions.s8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/MC/ARM/basic-thumb-instructions.s b/test/MC/ARM/basic-thumb-instructions.s
index f690c55b74..b5a1f31fda 100644
--- a/test/MC/ARM/basic-thumb-instructions.s
+++ b/test/MC/ARM/basic-thumb-instructions.s
@@ -88,3 +88,11 @@ _func:
@ fixup A - offset: 0, value: _baz, kind: fixup_arm_thumb_br
@ CHECK: beq _bar @ encoding: [A,0xd0]
@ fixup A - offset: 0, value: _bar, kind: fixup_arm_thumb_bcc
+
+
+@------------------------------------------------------------------------------
+@ BICS
+@------------------------------------------------------------------------------
+ bics r1, r6
+
+@ CHECK: bics r1, r6 @ encoding: [0xb1,0x43]