[AMDGPU] Rename $dst operand to $vdst for VOP instructions.
authorTom Stellard <thomas.stellard@amd.com>
Tue, 16 Feb 2016 18:14:56 +0000 (18:14 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Tue, 16 Feb 2016 18:14:56 +0000 (18:14 +0000)
commitcc4c8718ed09b783a03f93500b96aea41f8273b4
treeb94e70f32e84881ebfa9a42d2e655477f53e7a63
parent845435c86ac9fdc92093b7f1459589324b73d41f
[AMDGPU] Rename $dst operand to $vdst for VOP instructions.

Summary: This change renames output operand for VOP instructions from dst to vdst. This is needed to enable decoding named operands for disassembler.

Reviewers: vpykhtin, tstellarAMD, arsenm

Subscribers: arsenm, llvm-commits, nhaustov

Projects: #llvm-amdgpu-spb

Differential Revision: http://reviews.llvm.org/D16920

llvm-svn: 260986
llvm/lib/Target/AMDGPU/SIInstrFormats.td
llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
llvm/lib/Target/AMDGPU/SIInstrInfo.td
llvm/lib/Target/AMDGPU/SIInstructions.td
llvm/lib/Target/AMDGPU/SIShrinkInstructions.cpp
llvm/lib/Target/AMDGPU/VIInstrFormats.td