diff options
Diffstat (limited to 'llvm/docs/AMDGPUInstructionSyntax.rst')
-rw-r--r-- | llvm/docs/AMDGPUInstructionSyntax.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/docs/AMDGPUInstructionSyntax.rst b/llvm/docs/AMDGPUInstructionSyntax.rst index 3beb1c3a2ce..90ad54aade8 100644 --- a/llvm/docs/AMDGPUInstructionSyntax.rst +++ b/llvm/docs/AMDGPUInstructionSyntax.rst @@ -90,21 +90,21 @@ The size of data is specified by size suffices: Examples of instructions with different types of source and destination operands: -.. code-block:: nasm +.. parsed-literal:: s_bcnt0_i32_b64 v_cvt_f32_u32 Examples of instructions with one data type: -.. code-block:: nasm +.. parsed-literal:: v_max3_f32 v_max3_i16 Examples of instructions which operate with packed data: -.. code-block:: nasm +.. parsed-literal:: v_pk_add_u16 v_pk_add_i16 @@ -112,7 +112,7 @@ Examples of instructions which operate with packed data: Examples of typeless instructions which operate on b128 data: -.. code-block:: nasm +.. parsed-literal:: buffer_store_dwordx4 flat_load_dwordx4 |