diff options
Diffstat (limited to 'llvm/docs/AMDGPU/gfx7_attr.rst')
-rw-r--r-- | llvm/docs/AMDGPU/gfx7_attr.rst | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/llvm/docs/AMDGPU/gfx7_attr.rst b/llvm/docs/AMDGPU/gfx7_attr.rst new file mode 100644 index 00000000000..13096f2276a --- /dev/null +++ b/llvm/docs/AMDGPU/gfx7_attr.rst @@ -0,0 +1,30 @@ +.. + ************************************************** + * * + * Automatically generated file, do not edit! * + * * + ************************************************** + +.. _amdgpu_synid7_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: + +.. code-block:: nasm + + v_interp_p1_f32 v1, v0, attr0.x + v_interp_p1_f32 v1, v0, attr32.w + |