ARM assembly parsing and encoding test for BIC.

llvm-svn: 137895
This commit is contained in:
Jim Grosbach 2011-08-17 23:00:53 +00:00
parent 3a6bdf8f82
commit e3bdcd0ea8
1 changed files with 8 additions and 0 deletions

View File

@ -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]