Add a few non-VOP3P but instructions related to packed.
Includes hack with dummy operands for the benefit of the assembler
Paths
| Differential D30138
AMDGPU: Add VOP3P instruction format ClosedPublic Authored by arsenm on Feb 18 2017, 11:33 AM.
Details
Summary Add a few non-VOP3P but instructions related to packed. Includes hack with dummy operands for the benefit of the assembler
Diff Detail Event TimelineHerald added subscribers: tpr, tony-tye, yaxunl and 3 others. · View Herald TranscriptFeb 18 2017, 11:33 AM arsenm added a child revision: D30141: AMDGPU: Support v2i16/v2f16 packed operations.Feb 18 2017, 11:35 AM This revision is now accepted and ready to land.Feb 27 2017, 2:01 AM
Revision Contents
Diff 89029 lib/Target/AMDGPU/AMDGPU.td
lib/Target/AMDGPU/AMDGPUSubtarget.h
lib/Target/AMDGPU/AMDGPUSubtarget.cpp
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.h
lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp
lib/Target/AMDGPU/InstPrinter/AMDGPUInstPrinter.h
lib/Target/AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp
lib/Target/AMDGPU/MCTargetDesc/SIMCCodeEmitter.cpp
lib/Target/AMDGPU/SIDefines.h
lib/Target/AMDGPU/SIInstrFormats.td
lib/Target/AMDGPU/SIInstrInfo.h
lib/Target/AMDGPU/SIInstrInfo.td
lib/Target/AMDGPU/SIInstructions.td
lib/Target/AMDGPU/SIRegisterInfo.td
lib/Target/AMDGPU/SOPInstructions.td
lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
lib/Target/AMDGPU/VOP1Instructions.td
lib/Target/AMDGPU/VOP2Instructions.td
lib/Target/AMDGPU/VOP3Instructions.td
lib/Target/AMDGPU/VOP3PInstructions.td
lib/Target/AMDGPU/VOPInstructions.td
test/MC/AMDGPU/literalv216-err.s
test/MC/AMDGPU/literalv216.s
test/MC/AMDGPU/vop3p-err.s
test/MC/AMDGPU/vop3p.s
|