xref: /llvm-project/llvm/test/ExecutionEngine/RuntimeDyld/AArch64/ELF_ARM64_TSTBR14.s (revision b27d6ffe4e4aebde3cf032be74c3dbfcbaeea909)
1# RUN: llvm-mc -triple=arm64-none-linux-gnu -filetype=obj -o %t %s
2# RUN: llvm-rtdyld -triple=aarch64_be-none-linux-gnu -verify -check=%s %t
3
4.section .text.1,"ax"
5.globl foo
6foo:
7  ret
8
9.globl _main
10_main:
11  tbnz x0, #1, foo
12
13## Branch 1 instruction back from _main
14# rtdyld-check: *{4}(_main) = 0x370FFFE0
15