mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
a45e3747e6
Make the non-tied register operand names line up with what the base class encoding handler expects. rdar://11157236 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153766 91177308-0d34-0410-b5e6-96231b3b80d8
8 lines
263 B
ArmAsm
8 lines
263 B
ArmAsm
@ RUN: llvm-mc -mcpu=cortex-a8 -triple armv7-apple-darwin -show-encoding < %s | FileCheck %s
|
|
|
|
vswp d1, d2
|
|
vswp q1, q2
|
|
|
|
@ CHECK: vswp d1, d2 @ encoding: [0x02,0x10,0xb2,0xf3]
|
|
@ CHECK: vswp q1, q2 @ encoding: [0x44,0x20,0xb2,0xf3]
|