aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/R600/CaymanInstructions.td
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/R600/CaymanInstructions.td')
-rw-r--r--lib/Target/R600/CaymanInstructions.td2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Target/R600/CaymanInstructions.td b/lib/Target/R600/CaymanInstructions.td
index 2630345..58b5ce2 100644
--- a/lib/Target/R600/CaymanInstructions.td
+++ b/lib/Target/R600/CaymanInstructions.td
@@ -46,6 +46,8 @@ def SIN_cm : SIN_Common<0x8D>;
def COS_cm : COS_Common<0x8E>;
} // End isVector = 1
+defm : RsqPat<RECIPSQRT_IEEE_cm, f32>;
+
def : POW_Common <LOG_IEEE_cm, EXP_IEEE_cm, MUL>;
defm DIV_cm : DIV_Common<RECIP_IEEE_cm>;