summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/R600Instructions.td
diff options
context:
space:
mode:
authorTom Stellard <[email protected]>2012-05-17 14:34:40 -0400
committerTom Stellard <[email protected]>2012-05-17 14:48:10 -0400
commitef8e66bc165ea2ef9987ab6406268ce195f74eb0 (patch)
tree75e345e0d3e81a13ee20ace403ca4afddad32db8 /src/gallium/drivers/radeon/R600Instructions.td
parentd07473fcf4126c740802e6458452e82cc5c799ba (diff)
radeon/llvm: Remove AMDIL MAD instruction defs
Diffstat (limited to 'src/gallium/drivers/radeon/R600Instructions.td')
-rw-r--r--src/gallium/drivers/radeon/R600Instructions.td6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gallium/drivers/radeon/R600Instructions.td b/src/gallium/drivers/radeon/R600Instructions.td
index 75ccca235de..df2d56bbde0 100644
--- a/src/gallium/drivers/radeon/R600Instructions.td
+++ b/src/gallium/drivers/radeon/R600Instructions.td
@@ -521,9 +521,9 @@ class MUL_LIT_Common <bits<32> inst> : R600_3OP <
class MULADD_Common <bits<32> inst> : R600_3OP <
inst, "MULADD",
- []> {
- let AMDILOp = AMDILInst.MAD_f32;
-}
+ [(set (f32 R600_Reg32:$dst),
+ (IL_mad R600_Reg32:$src0, R600_Reg32:$src1, R600_Reg32:$src2))]
+>;
class CNDE_Common <bits<32> inst> : R600_3OP <
inst, "CNDE",