summaryrefslogtreecommitdiffstats
path: root/llvm/docs/AMDGPU/gfx8_perm_smem.rst
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/docs/AMDGPU/gfx8_perm_smem.rst')
-rw-r--r--llvm/docs/AMDGPU/gfx8_perm_smem.rst24
1 files changed, 24 insertions, 0 deletions
diff --git a/llvm/docs/AMDGPU/gfx8_perm_smem.rst b/llvm/docs/AMDGPU/gfx8_perm_smem.rst
new file mode 100644
index 00000000000..0035ac821a7
--- /dev/null
+++ b/llvm/docs/AMDGPU/gfx8_perm_smem.rst
@@ -0,0 +1,24 @@
+..
+ **************************************************
+ * *
+ * Automatically generated file, do not edit! *
+ * *
+ **************************************************
+
+.. _amdgpu_synid8_perm_smem:
+
+imm3
+===========================
+
+A bit mask which indicates request permissions.
+
+This operand must be specified as an :ref:`integer_number<amdgpu_synid_integer_number>`. The value is truncated to 7 bits, but only 3 low bits are significant.
+
+ ============ ==============================
+ Bit Number Description
+ ============ ==============================
+ 0 Request *read* permission.
+ 1 Request *write* permission.
+ 2 Request *execute* permission.
+ ============ ==============================
+
OpenPOWER on IntegriCloud