mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-30 23:21:04 +00:00
51120d77df
Stage 2: added detailed description of operands See bug 36572: https://bugs.llvm.org/show_bug.cgi?id=36572 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@349368 91177308-0d34-0410-b5e6-96231b3b80d8
25 lines
863 B
ReStructuredText
25 lines
863 B
ReStructuredText
..
|
|
**************************************************
|
|
* *
|
|
* 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.
|
|
============ ==============================
|
|
|