R600: Add support for 24-bit MAD instructions
authorTom Stellard <thomas.stellard@amd.com>
Tue, 23 Jul 2013 01:48:49 +0000 (01:48 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Tue, 23 Jul 2013 01:48:49 +0000 (01:48 +0000)
commit10205d5a7370f26a2c30c7f35bbaa273210bfb33
tree0de9870da3f4d546e6c5ec0e84168dead21a629a
parent3f5d63b95618860ca69eeab9be37cf26a253150e
R600: Add support for 24-bit MAD instructions

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