Remove ia32_am_ternary. The only users were Div an IDiv, which are perfectly fine...
[libfirm] / ir / be / ia32 / ia32_simd_spec.pl
index 035634a..07778a2 100644 (file)
@@ -5,4 +5,8 @@
 #  ___) |__) | |___   \ V /  __/ (__| || (_) | |    | | | | (_) | (_| |  __/\__ \
 # |____/____/|_____|   \_/ \___|\___|\__\___/|_|    |_| |_|\___/ \__,_|\___||___/
 
-$dummy=1;
+$nodes{"mov_gp_variant0"} = {
+  reg_req => { "in" => [ "xmm", ], "out" => [ "gp", ] },
+  emit    => ". shl %S2, 15; .movd %S1, %S2",
+  latency => 3,
+};