s_branch GPU Native ISA AMD Scalar
S BRANCH Branch & Control
s_branch offset
Unconditional relative branch.
Encoding
Verified bit-level encoding data is not yet available for this instruction.
The instruction-format classification below (SOPP)
is well-documented and stable; exact per-target opcode/field bit positions have not
yet been imported from a verified source.
Operands
-
offset
Signed word-granularity branch offset
GFX Target Compatibility
| Target | Support |
|---|---|
| gfx942 | ✅ Supported |
| gfx1100 | ✅ Supported |
Related
More in Branch & Control
Reference
AMDGPU / GFX ISA
Description
Jump to a constant offset relative to the current PC.
Semantics
PC = PC + 4 + signed_offset * 4.
Example
s_branch label // unconditional jump to labelOriginal illustrative example, written for this site (not reproduced from a specific AMD document).
Sources
- AMD Machine-Readable GPU ISA Specification ↗ - Advanced Micro Devices, Inc.