R600: Add support for 24-bit MUL instructions
authorTom Stellard <thomas.stellard@amd.com>
Tue, 23 Jul 2013 01:48:42 +0000 (01:48 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Tue, 23 Jul 2013 01:48:42 +0000 (01:48 +0000)
commit3f5d63b95618860ca69eeab9be37cf26a253150e
tree2b3d4558aa470299e002429e1d7f70bf0a506d2c
parenteb643b9b37cf2b15249f43aa21ed25a71e71862c
R600: Add support for 24-bit MUL instructions

Reviewed-by: Vincent Lejeune <vljn at ovi.com>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186922 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/R600/AMDGPUISelDAGToDAG.cpp
lib/Target/R600/AMDGPUInstructions.td
lib/Target/R600/R600Instructions.td
lib/Target/R600/SIInstructions.td
test/CodeGen/R600/mul_int24.ll [new file with mode: 0644]
test/CodeGen/R600/mul_uint24.ll [new file with mode: 0644]