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.

18 lines
404 B

# RUN: llvm-mc --disassemble %s -triple=armv7-linux-gnueabi 2>&1 | FileCheck %s
# CHECK: potentially undefined
# CHECK: 0x1f 0x12 0xb0 0x00
0x1f 0x12 0xb0 0x00
# CHECK: potentially undefined
# CHECK: 0x13 0xf2 0xb0 0x00
0x13 0xf2 0xb0 0x00
# CHECK: potentially undefined
# CHECK: 0x13 0x1f 0xb0 0x00
0x13 0x1f 0xb0 0x00
# CHECK: potentially undefined
# CHECK: 0x13 0x12 0xbf 0x00
0x13 0x12 0xbf 0x00