summaryrefslogtreecommitdiffstats
path: root/llvm/docs/AMDGPUInstructionSyntax.rst
diff options
context:
space:
mode:
authorDmitry Preobrazhensky <dmitry.preobrazhensky@amd.com>2018-12-17 18:53:10 +0000
committerDmitry Preobrazhensky <dmitry.preobrazhensky@amd.com>2018-12-17 18:53:10 +0000
commit1fa7aaf5a7c1a860083c60c103718a7bcc5dcb0a (patch)
tree43dcdfd864e286210cd5d12464d4a1a373cae550 /llvm/docs/AMDGPUInstructionSyntax.rst
parent9274f17a5ec5869e944d77b9f9c81c5f8063f360 (diff)
downloadbcm5719-llvm-1fa7aaf5a7c1a860083c60c103718a7bcc5dcb0a.tar.gz
bcm5719-llvm-1fa7aaf5a7c1a860083c60c103718a7bcc5dcb0a.zip
[AMDGPU][MC][DOC] A fix for build failure in r349370
llvm-svn: 349375
Diffstat (limited to 'llvm/docs/AMDGPUInstructionSyntax.rst')
-rw-r--r--llvm/docs/AMDGPUInstructionSyntax.rst8
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
OpenPOWER on IntegriCloud