AMDGPU/SI: Fix input vcc operand for VOP2b instructions
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Tue, 8 Sep 2015 21:15:00 +0000 (21:15 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Tue, 8 Sep 2015 21:15:00 +0000 (21:15 +0000)
commitfa7378ca6e0964afaa6317ec6cf8f4501b9cf2f1
treeef5f591a97ae93e3621d46a8850f09ba9740275e
parentd049b69952d0ad8349c388dee55104a4b137474a
AMDGPU/SI: Fix input vcc operand for VOP2b instructions

Adds vcc to output string input for e32. Allows option
of using e64 encoding with assembler.

Also fixes these instructions not implicitly reading exec.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@247074 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
lib/Target/AMDGPU/SIInstrInfo.td
lib/Target/AMDGPU/SIInstructions.td
lib/Target/AMDGPU/SIRegisterInfo.td
test/MC/AMDGPU/vop2-err.s
test/MC/AMDGPU/vop2.s