<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/llvm/docs/AMDGPUInstructionSyntax.rst, branch users/nico/python-2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/'/>
<entry>
<title>[AMDGPU][GFX11][DOC][NFC] Add GFX11 assembler syntax description</title>
<updated>2022-12-21T09:49:48+00:00</updated>
<author>
<name>Dmitry Preobrazhensky</name>
<email>dmitri.preobrazhenski@gmail.com</email>
</author>
<published>2022-12-21T09:49:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=b8e1071a29035f5f7314bccfc1259a5a4935a8bc'/>
<id>b8e1071a29035f5f7314bccfc1259a5a4935a8bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[AMDGPU][DOC][NFC] Update assembler syntax description</title>
<updated>2022-12-20T11:03:46+00:00</updated>
<author>
<name>Dmitry Preobrazhensky</name>
<email>dmitri.preobrazhenski@gmail.com</email>
</author>
<published>2022-12-20T11:01:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=d9daee5a669832586c59e92223cae5600238b4cf'/>
<id>d9daee5a669832586c59e92223cae5600238b4cf</id>
<content type='text'>
Summary of changes:
- Enable register tuples with 9, 10, 11 and 12 registers (https://reviews.llvm.org/D138205).
- Small improvements and clarifications.
- Correct typos.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary of changes:
- Enable register tuples with 9, 10, 11 and 12 registers (https://reviews.llvm.org/D138205).
- Small improvements and clarifications.
- Correct typos.
</pre>
</div>
</content>
</entry>
<entry>
<title>[AMDGPU][DOC][NFC] Added GFX1030 assembler syntax description</title>
<updated>2022-03-25T15:14:04+00:00</updated>
<author>
<name>Dmitry Preobrazhensky</name>
<email>dmitry.preobrazhensky@amd.com</email>
</author>
<published>2022-03-25T14:52:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=5975f1c5f968e07b350d6279f173d68d36a80a50'/>
<id>5975f1c5f968e07b350d6279f173d68d36a80a50</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[AMDGPU][MC][NFC][DOC] Updated AMD GPU assembler syntax description.</title>
<updated>2021-08-27T14:23:20+00:00</updated>
<author>
<name>Dmitry Preobrazhensky</name>
<email>dmitry.preobrazhensky@amd.com</email>
</author>
<published>2021-08-27T14:16:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=8ea3e9d9a2640097e10fe0bc80a0d670831bced6'/>
<id>8ea3e9d9a2640097e10fe0bc80a0d670831bced6</id>
<content type='text'>
Summary of changes:
- Added f16 omod modifier (bug 51386).
- Corrected names of data types (bug 48638).
- Enabled a16 with most GFX10 MIMG opcodes (see https://reviews.llvm.org/D102231).
- Corrected description of integer operands (bug 51130).
- Corrected description of 8-bit DS offsets (bug 51536).
- Improved PERMLANE op_sel description.
- Corrected *SAD* opcode types.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary of changes:
- Added f16 omod modifier (bug 51386).
- Corrected names of data types (bug 48638).
- Enabled a16 with most GFX10 MIMG opcodes (see https://reviews.llvm.org/D102231).
- Corrected description of integer operands (bug 51130).
- Corrected description of 8-bit DS offsets (bug 51536).
- Improved PERMLANE op_sel description.
- Corrected *SAD* opcode types.
</pre>
</div>
</content>
</entry>
<entry>
<title>[AMDGPU][MC][NFC][DOC] Updated AMD GPU assembler syntax description.</title>
<updated>2020-08-21T11:25:14+00:00</updated>
<author>
<name>Dmitry Preobrazhensky</name>
<email>dmitry.preobrazhensky@amd.com</email>
</author>
<published>2020-08-21T11:22:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=3f7985e6ec21c21eb6d6cdd05ab206d0bcf2a770'/>
<id>3f7985e6ec21c21eb6d6cdd05ab206d0bcf2a770</id>
<content type='text'>
Summary of changes:
- added description of MTBUF instructions and format modifier;
- described limitations of f16 inline constants when used with integer operands;
- updated description of gfx9+ flat global addressing modes;
- v_accvgpr_write_b32 src0 corrections (gfx908);
- minor bugfixing and improvements.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary of changes:
- added description of MTBUF instructions and format modifier;
- described limitations of f16 inline constants when used with integer operands;
- updated description of gfx9+ flat global addressing modes;
- v_accvgpr_write_b32 src0 corrections (gfx908);
- minor bugfixing and improvements.
</pre>
</div>
</content>
</entry>
<entry>
<title>[AMDGPU][MC][DOC] Updated AMD GPU assembler syntax description.</title>
<updated>2019-07-08T16:50:11+00:00</updated>
<author>
<name>Dmitry Preobrazhensky</name>
<email>dmitry.preobrazhensky@amd.com</email>
</author>
<published>2019-07-08T16:50:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=cef9d42157e568eb1d87208be630a4185c675a26'/>
<id>cef9d42157e568eb1d87208be630a4185c675a26</id>
<content type='text'>
Summary of changes:
- added description of GFX10;
- added description of operands sccz, vccz, lds_direct, etc;
- minor bugfixing and improvements.

llvm-svn: 365347
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary of changes:
- added description of GFX10;
- added description of operands sccz, vccz, lds_direct, etc;
- minor bugfixing and improvements.

llvm-svn: 365347
</pre>
</div>
</content>
</entry>
<entry>
<title>[AMDGPU][MC][DOC] A fix for build failure in r349370</title>
<updated>2018-12-17T18:53:10+00:00</updated>
<author>
<name>Dmitry Preobrazhensky</name>
<email>dmitry.preobrazhensky@amd.com</email>
</author>
<published>2018-12-17T18:53:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=1fa7aaf5a7c1a860083c60c103718a7bcc5dcb0a'/>
<id>1fa7aaf5a7c1a860083c60c103718a7bcc5dcb0a</id>
<content type='text'>
llvm-svn: 349375
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
llvm-svn: 349375
</pre>
</div>
</content>
</entry>
<entry>
<title>[AMDGPU][MC][DOC] Updated AMD GPU assembler description</title>
<updated>2018-12-17T17:38:11+00:00</updated>
<author>
<name>Dmitry Preobrazhensky</name>
<email>dmitry.preobrazhensky@amd.com</email>
</author>
<published>2018-12-17T17:38:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=47eb63684d22c12b9defb99c394dbd10e26fefff'/>
<id>47eb63684d22c12b9defb99c394dbd10e26fefff</id>
<content type='text'>
Stage 2: added detailed description of operands

See bug 36572: https://bugs.llvm.org/show_bug.cgi?id=36572

llvm-svn: 349368
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Stage 2: added detailed description of operands

See bug 36572: https://bugs.llvm.org/show_bug.cgi?id=36572

llvm-svn: 349368
</pre>
</div>
</content>
</entry>
</feed>
