[AMDGPU] gfx11 Image instructions
authorJoe Nash <Joseph.Nash@amd.com>
Thu, 12 May 2022 13:27:48 +0000 (09:27 -0400)
committerJoe Nash <Joseph.Nash@amd.com>
Tue, 31 May 2022 14:53:35 +0000 (10:53 -0400)
commite8860bee283855b2e1ce7eefb085a86e9ae3262b
tree5deddc07c1b9aa0fdeb91c7c0c95e2a1f936d039
parentae67984ca6d89c7ccdbdca258cd05c151d8b6431
[AMDGPU] gfx11 Image instructions

MC layer support for instructions in the MIMG encoding(Image
instructions).

Contributors:
Carl Ritson <carl.ritson@amd.com>

Patch 13/N for upstreaming of AMDGPU gfx11 architecture.

Depends on D125992

Reviewed By: rampitec, #amdgpu

Differential Revision: https://reviews.llvm.org/D126463
llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp
llvm/lib/Target/AMDGPU/MIMGInstructions.td
llvm/lib/Target/AMDGPU/SIInstrFormats.td
llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
llvm/test/MC/AMDGPU/gfx11_asm_mimg.s [new file with mode: 0644]
llvm/test/MC/AMDGPU/gfx11_asm_mimg_err.s [new file with mode: 0644]
llvm/test/MC/Disassembler/AMDGPU/gfx11_mimg.txt [new file with mode: 0644]