mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
242c9f4615
These instructions are deprecated oddities, but we still need to be able to disassemble (and reassemble) them if and when they're encountered. Patch by Amaury de la Vieuville. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183011 91177308-0d34-0410-b5e6-96231b3b80d8
9 lines
286 B
Plaintext
9 lines
286 B
Plaintext
# RUN: llvm-mc --disassemble %s -triple=armv7 2>&1 | FileCheck %s -check-prefix=CHECK-WARN
|
|
# RUN: llvm-mc --disassemble %s -triple=armv7 2>&1 | FileCheck %s
|
|
|
|
# offset=1
|
|
# CHECK-WARN: potentially undefined
|
|
# CHECK-WARN: 0x01 0xdb 0x84 0xec
|
|
# CHECK: fstmiax r4, {d13}
|
|
0x01 0xdb 0x84 0xec
|