mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
ce9abb7e3a
Stage 2: added detailed description of operands See bug 36572: https://bugs.llvm.org/show_bug.cgi?id=36572 llvm-svn: 349368
25 lines
863 B
ReStructuredText
25 lines
863 B
ReStructuredText
..
|
|
**************************************************
|
|
* *
|
|
* Automatically generated file, do not edit! *
|
|
* *
|
|
**************************************************
|
|
|
|
.. _amdgpu_synid9_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.
|
|
============ ==============================
|
|
|