OSDN Git Service

AMDGPU: Add definition for v_swap_b32
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Tue, 28 Feb 2017 21:09:04 +0000 (21:09 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Tue, 28 Feb 2017 21:09:04 +0000 (21:09 +0000)
commit743da63164129faf18d16e6fbd0efb896b3f7a5a
treeffe1f5e7cabce7ada872410c3aba09f526aca728
parent0911246281a13a676cf7e94d72dd5281809c05d7
AMDGPU: Add definition for v_swap_b32

This is somewhat tricky because there are two
pairs of tied operands, and it isn't allowed to be
VOP3 encoded.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@296519 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AMDGPU/VOP1Instructions.td
test/MC/AMDGPU/vop1-gfx9-err.s [new file with mode: 0644]
test/MC/AMDGPU/vop1-gfx9.s [new file with mode: 0644]
test/MC/Disassembler/AMDGPU/vop1_gfx9.txt [new file with mode: 0644]