summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/SIInstructions.td
diff options
context:
space:
mode:
authorTom Stellard <[email protected]>2012-08-02 14:05:20 -0400
committerTom Stellard <[email protected]>2012-08-02 20:12:10 +0000
commita35eea786823f0130b925cb25486d7d162f2d68c (patch)
tree31030cc37d636e7fa7efa58c7be3aebe0729d765 /src/gallium/drivers/radeon/SIInstructions.td
parent4104bae063a3a06ddc00371a576ad0a55f520473 (diff)
radeon/llvm: Add support for fneg on SI
Diffstat (limited to 'src/gallium/drivers/radeon/SIInstructions.td')
-rw-r--r--src/gallium/drivers/radeon/SIInstructions.td1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/radeon/SIInstructions.td b/src/gallium/drivers/radeon/SIInstructions.td
index 1f03ea57278..c753943eabf 100644
--- a/src/gallium/drivers/radeon/SIInstructions.td
+++ b/src/gallium/drivers/radeon/SIInstructions.td
@@ -1017,6 +1017,7 @@ def : Pat <
def CLAMP_SI : CLAMP<VReg_32>;
def FABS_SI : FABS<VReg_32>;
+def FNEG_SI : FNEG<VReg_32>;
def : Extract_Element <f32, v4f32, VReg_128, 0, sel_x>;
def : Extract_Element <f32, v4f32, VReg_128, 1, sel_y>;