mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 19:31:58 +00:00
602890dd8e
lr" instruction cannot be tested just yet. It requires matching a "condition code", but adding one of those makes things go south quickly... git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119774 91177308-0d34-0410-b5e6-96231b3b80d8
9 lines
267 B
ArmAsm
9 lines
267 B
ArmAsm
@ RUN: llvm-mc -triple thumb-apple-darwin -show-encoding < %s | FileCheck %s
|
|
.code 16
|
|
|
|
@ CHECK: cmp r1, r2 @ encoding: [0x91,0x42]
|
|
cmp r1, r2
|
|
|
|
@ CHECK: pop {r1, r2, r4} @ encoding: [0x16,0xbc]
|
|
pop {r1, r2, r4}
|