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
   17
   18
# RUN: llvm-mc -triple=aarch64 -mattr=+bti   -disassemble < %s      | FileCheck %s
# RUN: llvm-mc -triple=aarch64 -mattr=+v8.5a -disassemble < %s      | FileCheck %s
# RUN: llvm-mc -triple=aarch64 -mattr=-bti   -disassemble < %s 2>&1 | FileCheck %s --check-prefix=NOBTI

[0x1f 0x24 0x03 0xd5]
[0x5f 0x24 0x03 0xd5]
[0x9f 0x24 0x03 0xd5]
[0xdf 0x24 0x03 0xd5]

# CHECK: bti
# CHECK: bti c
# CHECK: bti j
# CHECK: bti jc

# NOBTI: hint #32
# NOBTI: hint #34
# NOBTI: hint #36
# NOBTI: hint #38