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
26 lines
995 B
ReStructuredText
26 lines
995 B
ReStructuredText
..
|
|
**************************************************
|
|
* *
|
|
* Automatically generated file, do not edit! *
|
|
* *
|
|
**************************************************
|
|
|
|
.. _amdgpu_synid8_imm4:
|
|
|
|
imm4
|
|
===========================
|
|
|
|
A positive :ref:`integer_number<amdgpu_synid_integer_number>`. The value is truncated to 4 bits.
|
|
|
|
This operand is a mask which controls indexing mode for operands of subsequent instructions. Value 1 enables indexing and value 0 disables it.
|
|
|
|
============ ========================================
|
|
Bit Meaning
|
|
============ ========================================
|
|
0 Enables or disables *src0* indexing.
|
|
1 Enables or disables *src1* indexing.
|
|
2 Enables or disables *src2* indexing.
|
|
3 Enables or disables *dst* indexing.
|
|
============ ========================================
|
|
|