llvm-project/llvm/docs/AMDGPU/gfx7_tgt.rst
Dmitry Preobrazhensky cc426402be [AMDGPU][GFX7][DOC][NFC] Update assembler syntax description
Summary of changes:
- Enable register tuples with 9, 10, 11 and 12 registers (https://reviews.llvm.org/D138205).
- Enable tfe modifier for MUBUF loads (https://reviews.llvm.org/D137783).
- Enable abs and neg modifiers for v_cndmask_b32_e64.
- Minor corrections and improvements.
2022-12-13 13:50:40 +03:00

31 lines
879 B
ReStructuredText

..
**************************************************
* *
* Automatically generated file, do not edit! *
* *
**************************************************
.. _amdgpu_synid_gfx7_tgt:
tgt
===
An export target:
================== ===================================
Syntax Description
================== ===================================
pos{0..3} Copy vertex position 0..3.
param{0..31} Copy vertex parameter 0..31.
mrt{0..7} Copy pixel color to the MRTs 0..7.
mrtz Copy pixel depth (Z) data.
null Copy nothing.
================== ===================================
Examples:
.. parsed-literal::
exp pos3 v1, v2, v3, v4
exp mrt0 v1, v2, v3, v4