diff options
Diffstat (limited to 'llvm/docs/AMDGPU/AMDGPUAsmGFX8.rst')
-rw-r--r-- | llvm/docs/AMDGPU/AMDGPUAsmGFX8.rst | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/llvm/docs/AMDGPU/AMDGPUAsmGFX8.rst b/llvm/docs/AMDGPU/AMDGPUAsmGFX8.rst index a0e514e29b2..4dd0439c6fd 100644 --- a/llvm/docs/AMDGPU/AMDGPUAsmGFX8.rst +++ b/llvm/docs/AMDGPU/AMDGPUAsmGFX8.rst @@ -5,20 +5,25 @@ * * ************************************************** -============================ -Syntax of GFX8 Instructions -============================ +==================================================================================== +Syntax of Core GFX8 Instructions +==================================================================================== .. contents:: :local: +Introduction +============ + +This document describes the syntax of *core* GFX8 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>`. |