AMDGPU/SI: Add 64-bit versions of v_nop and v_clrexcp
authorTom Stellard <thomas.stellard@amd.com>
Tue, 6 Oct 2015 15:57:53 +0000 (15:57 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Tue, 6 Oct 2015 15:57:53 +0000 (15:57 +0000)
commit63c550368d0999cd1f4d68e9d26d244eca9d5068
treefac57c3001ec525d199e3694bbfbe4e467eab03f
parent42c0741b0df1bb812ee25d0ffa2fade90511936d
AMDGPU/SI: Add 64-bit versions of v_nop and v_clrexcp

Summary:
The assembly printing of these is still missing the encoding size
suffix, but this will be fixed in a later commit.

Reviewers: arsenm

Subscribers: arsenm, llvm-commits

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@249424 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
lib/Target/AMDGPU/SIDefines.h
lib/Target/AMDGPU/SIInstrFormats.td
lib/Target/AMDGPU/SIInstrInfo.td
lib/Target/AMDGPU/SIInstructions.td
test/MC/AMDGPU/vop1.s
test/MC/AMDGPU/vop3-vop1-nosrc.s [new file with mode: 0644]
test/MC/AMDGPU/vop3.s