mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 20:29:48 +00:00
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
This commit is contained in:
parent
667645f814
commit
5b657de62b
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user