Initial version of Go bindings.
[oota-llvm.git] / lib / Target / R600 / CaymanInstructions.td
index 26303452c101877cc1fd6cd9cca00cbba3e389ef..58b5ce24b4a32beae21068f92495b4c26f93d07a 100644 (file)
@@ -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>;