OSDN Git Service

AMDGPU: Add most d16 load/store instruction definitions
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Fri, 1 Sep 2017 18:36:06 +0000 (18:36 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Fri, 1 Sep 2017 18:36:06 +0000 (18:36 +0000)
commit6a29a225d2ca807cfb7512926cc60d8eb0182bb4
tree8611c1fc08b71c0f6d328fcef2a4416c4ee9d5fe
parentc58d273d61ca675a3847a299071df9e0f0b08cf7
AMDGPU: Add most d16 load/store instruction definitions

Doesn't include the tied operand necessary for the loads,
but is enough for the assembler to work.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@312347 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AMDGPU/AMDGPU.td
lib/Target/AMDGPU/AMDGPUSubtarget.h
lib/Target/AMDGPU/BUFInstructions.td
lib/Target/AMDGPU/DSInstructions.td
lib/Target/AMDGPU/FLATInstructions.td
test/MC/AMDGPU/ds-gfx9.s [new file with mode: 0644]
test/MC/AMDGPU/flat-gfx9.s
test/MC/AMDGPU/flat-global.s
test/MC/AMDGPU/flat-scratch-instructions.s
test/MC/AMDGPU/mubuf-gfx9.s [new file with mode: 0644]