reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
    1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
# RUN: llvm-mc --disassemble %s -triple=armv7-linux-gnueabi 2>&1 | FileCheck %s

# CHECK: potentially undefined
# CHECK: 0xd1 0xf1 0x5f 0x01
0xd1 0xf1 0x5f 0x01
# CHECK: potentially undefined
# CHECK: 0xf1 0xf1 0x5f 0x01
0xf1 0xf1 0x5f 0x01
# CHECK: potentially undefined
# CHECK: 0xf1 0xf1 0x5f 0x01
0xf1 0xf1 0x5f 0x01
# CHECK: potentially undefined
# CHECK: 0xd1 0xe1 0x4f 0x01
0xd1 0xe1 0x4f 0x01