Mercurial > hg > CbC > CbC_llvm
comparison llvm/docs/AMDGPU/gfx9_addr_buf.rst @ 150:1d019706d866
LLVM10
author | anatofuz |
---|---|
date | Thu, 13 Feb 2020 15:10:13 +0900 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
147:c2174574ed3a | 150:1d019706d866 |
---|---|
1 .. | |
2 ************************************************** | |
3 * * | |
4 * Automatically generated file, do not edit! * | |
5 * * | |
6 ************************************************** | |
7 | |
8 .. _amdgpu_synid9_addr_buf: | |
9 | |
10 vaddr | |
11 =========================== | |
12 | |
13 This is an optional operand which may specify offset and/or index. | |
14 | |
15 *Size:* 0, 1 or 2 dwords. Size is controlled by modifiers :ref:`offen<amdgpu_synid_offen>` and :ref:`idxen<amdgpu_synid_idxen>`: | |
16 | |
17 * If only :ref:`idxen<amdgpu_synid_idxen>` is specified, this operand supplies an index. Size is 1 dword. | |
18 * If only :ref:`offen<amdgpu_synid_offen>` is specified, this operand supplies an offset. Size is 1 dword. | |
19 * If both modifiers are specified, index is in the first register and offset is in the second. Size is 2 dwords. | |
20 * If none of these modifiers are specified, this operand must be set to :ref:`off<amdgpu_synid_off>`. | |
21 | |
22 *Operands:* :ref:`v<amdgpu_synid_v>`, :ref:`off<amdgpu_synid_off>` |