mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
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
|