mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-23 19:59:48 +00:00
f295ff3a3e
Summary of changes: - added description of GFX10; - added description of operands sccz, vccz, lds_direct, etc; - minor bugfixing and improvements. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@365347 91177308-0d34-0410-b5e6-96231b3b80d8
31 lines
892 B
ReStructuredText
31 lines
892 B
ReStructuredText
..
|
|
**************************************************
|
|
* *
|
|
* Automatically generated file, do not edit! *
|
|
* *
|
|
**************************************************
|
|
|
|
.. _amdgpu_synid10_attr:
|
|
|
|
attr
|
|
===========================
|
|
|
|
Interpolation attribute and channel:
|
|
|
|
============== ===================================
|
|
Syntax Description
|
|
============== ===================================
|
|
attr{0..32}.x Attribute 0..32 with *x* channel.
|
|
attr{0..32}.y Attribute 0..32 with *y* channel.
|
|
attr{0..32}.z Attribute 0..32 with *z* channel.
|
|
attr{0..32}.w Attribute 0..32 with *w* channel.
|
|
============== ===================================
|
|
|
|
Examples:
|
|
|
|
.. parsed-literal::
|
|
|
|
v_interp_p1_f32 v1, v0, attr0.x
|
|
v_interp_p1_f32 v1, v0, attr32.w
|
|
|