37 lines · plain
1..2 **************************************************3 * *4 * Automatically generated file, do not edit! *5 * *6 **************************************************7 8.. _amdgpu_synid_gfx1030_label:9 10label11=====12 13A branch target, which is a 16-bit signed integer treated as a PC-relative dword offset.14 15This operand may be specified as one of the following:16 17* An :ref:`integer_number<amdgpu_synid_integer_number>` or an :ref:`absolute_expression<amdgpu_synid_absolute_expression>`. The value must be in the range from -32768 to 65535.18* A :ref:`symbol<amdgpu_synid_symbol>` (for example, a label) representing a relocatable address in the same compilation unit where it is referred from. The value is handled as a 16-bit PC-relative dword offset to be resolved by a linker.19 20Examples:21 22.. parsed-literal::23 24 offset = 3025 label_1:26 label_2 = . + 427 28 s_branch 3229 s_branch offset + 230 s_branch label_131 s_branch label_232 s_branch label_333 s_branch label_434 35 label_3 = label_2 + 436 label_4:37