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)
commit5263948a7bc3df778ebd0961854a3226c64577b9
tree65d6ab055682b8936d2d098dda0a0e81df2342ae
parent41fc7853be4a5427ff6452cfeab7d66ba4d32c1f
R600: Add support for 24-bit MAD instructions

Reviewed-by: Vincent Lejeune <vljn at ovi.com>
llvm-svn: 186923
llvm/lib/Target/R600/R600Instructions.td
llvm/lib/Target/R600/SIInstructions.td
llvm/test/CodeGen/R600/mad_int24.ll [new file with mode: 0644]
llvm/test/CodeGen/R600/mad_uint24.ll [new file with mode: 0644]