hotspot/src/cpu/x86/vm/x86_64.ad
changeset 35540 e001ad24dcdb
parent 35146 9ebfec283f56
child 35549 3415401a6b6e
--- a/hotspot/src/cpu/x86/vm/x86_64.ad	Fri Jan 08 11:41:04 2016 +0100
+++ b/hotspot/src/cpu/x86/vm/x86_64.ad	Fri Jan 08 21:06:50 2016 -0800
@@ -9819,24 +9819,6 @@
 %}
 
 // -----------Trig and Trancendental Instructions------------------------------
-instruct cosD_reg(regD dst) %{
-  match(Set dst (CosD dst));
-
-  format %{ "dcos   $dst\n\t" %}
-  opcode(0xD9, 0xFF);
-  ins_encode( Push_SrcXD(dst), OpcP, OpcS, Push_ResultXD(dst) );
-  ins_pipe( pipe_slow );
-%}
-
-instruct sinD_reg(regD dst) %{
-  match(Set dst (SinD dst));
-
-  format %{ "dsin   $dst\n\t" %}
-  opcode(0xD9, 0xFE);
-  ins_encode( Push_SrcXD(dst), OpcP, OpcS, Push_ResultXD(dst) );
-  ins_pipe( pipe_slow );
-%}
-
 instruct tanD_reg(regD dst) %{
   match(Set dst (TanD dst));