diff options
Diffstat (limited to 'llvm/docs/AMDGPU/AMDGPUAsmGFX7.rst')
-rw-r--r-- | llvm/docs/AMDGPU/AMDGPUAsmGFX7.rst | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/llvm/docs/AMDGPU/AMDGPUAsmGFX7.rst b/llvm/docs/AMDGPU/AMDGPUAsmGFX7.rst index 1933aff3bb7..e96862bcf03 100644 --- a/llvm/docs/AMDGPU/AMDGPUAsmGFX7.rst +++ b/llvm/docs/AMDGPU/AMDGPUAsmGFX7.rst @@ -5,20 +5,25 @@ * * ************************************************** -============================ -Syntax of GFX7 Instructions -============================ +==================================================================================== +Syntax of Core GFX7 Instructions +==================================================================================== .. contents:: :local: +Introduction +============ + +This document describes the syntax of *core* GFX7 instructions. + Notation ======== Notation used in this document is explained :ref:`here<amdgpu_syn_instruction_notation>`. -Introduction -============ +Overvew +======= An overview of generic syntax and other features of AMDGPU instructions may be found :ref:`in this document<amdgpu_syn_instructions>`. |