[lldb-dap] Ensure the IO forwarding threads are managed by the DAP object lifecycle...
[llvm-project.git] / llvm / test / MC / AMDGPU / labels-branch-gfx9.s
blob6f6719ca7eb4e12c0f0fd58411d4ddb483c6628e
1 // RUN: llvm-mc -triple=amdgcn -mcpu=gfx900 -show-encoding %s | FileCheck %s --check-prefix=GFX9
2 // RUN: llvm-mc -triple=amdgcn -mcpu=gfx900 -filetype=obj %s | llvm-objdump -d --mcpu=gfx900 - | FileCheck %s --check-prefix=BIN
4 loop_start:
6 s_call_b64 s[10:11], loop_end
7 // GFX9: s_call_b64 s[10:11], loop_end ; encoding: [A,A,0x8a,0xba]
8 // GFX9-NEXT: ; fixup A - offset: 0, value: loop_end, kind: fixup_si_sopp_br
9 // BIN: <loop_start>:
10 // BIN-NEXT: s_call_b64 s[10:11], loop_end // 000000000000: BA8A0001
12 s_call_b64 s[10:11], loop_start
13 // GFX9: s_call_b64 s[10:11], loop_start ; encoding: [A,A,0x8a,0xba]
14 // GFX9-NEXT: ; fixup A - offset: 0, value: loop_start, kind: fixup_si_sopp_br
15 // BIN: s_call_b64 s[10:11], loop_start // 000000000004: BA8AFFFE
16 // BIN: <loop_end>:
18 loop_end:
19 s_nop 0