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
566 B
18 lines
566 B
// RUN: llvm-mc -arch=amdgcn -mcpu=fiji -show-encoding %s | FileCheck %s --check-prefix=VI
|
|
|
|
loop_start:
|
|
s_branch loop_start
|
|
// VI: s_branch loop_start ; encoding: [A,A,0x82,0xbf]
|
|
// VI-NEXT: ; fixup A - offset: 0, value: loop_start, kind: fixup_si_sopp_br
|
|
|
|
s_branch loop_end
|
|
// VI: s_branch loop_end ; encoding: [A,A,0x82,0xbf]
|
|
// VI-NEXT: ; fixup A - offset: 0, value: loop_end, kind: fixup_si_sopp_br
|
|
loop_end:
|
|
|
|
s_branch gds
|
|
// VI: s_branch gds ; encoding: [A,A,0x82,0xbf]
|
|
// VI-NEXT: ; fixup A - offset: 0, value: gds, kind: fixup_si_sopp_br
|
|
gds:
|
|
s_nop 0
|