You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# 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
|