Dmitry Preobrazhensky
8ea3e9d9a2
[AMDGPU][MC][NFC][DOC] Updated AMD GPU assembler syntax description.
...
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.
2021-08-27 17:23:20 +03:00
Dmitry Preobrazhensky
3f7985e6ec
[AMDGPU][MC][NFC][DOC] Updated AMD GPU assembler syntax description.
...
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.
2020-08-21 14:25:14 +03:00
Dmitry Preobrazhensky
2de2275cbd
[AMDGPU][MC][DOC] Updated AMD GPU assembler syntax description.
...
Summary of changes:
- updated description of gfx906 and gfx908;
- added description of gfx1011 and gfx1012 subtargets.
2020-02-07 16:23:46 +03:00
Kazuaki Ishizaki
f65d4aa960
[llvm] NFC: fix trivial typos in documents
...
Reviewers: hans, Jim
Reviewed By: Jim
Subscribers: jvesely, nhaehnle, mgorny, arphaman, bmahjour, kerbowa, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D73017
2020-01-22 11:32:51 +08:00
Dmitry Preobrazhensky
80c45e49c3
[AMDGPU][MC][DOC] Updated AMD GPU assembler syntax description.
...
Summary of changes:
- added description of GFX9 subtargets:
- gfx900;
- gfx902;
- gfx904;
- gfx906;
- gfx908;
- gfx909.
2019-12-25 17:51:53 +03:00