From: Andreas Schösser Date: Tue, 20 Mar 2007 12:43:58 +0000 (+0000) Subject: Corrected wrong path name when calling ia32_simd_spec.pl X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=bc21212dea5774b584bbcf8b9561f42b0d9d4b94;p=libfirm Corrected wrong path name when calling ia32_simd_spec.pl --- diff --git a/ir/be/ia32/ia32_simd_spec.pl b/ir/be/ia32/ia32_simd_spec.pl index 035634a1d..b05035278 100644 --- a/ir/be/ia32/ia32_simd_spec.pl +++ b/ir/be/ia32/ia32_simd_spec.pl @@ -5,4 +5,7 @@ # ___) |__) | |___ \ V / __/ (__| || (_) | | | | | | (_) | (_| | __/\__ \ # |____/____/|_____| \_/ \___|\___|\__\___/|_| |_| |_|\___/ \__,_|\___||___/ -$dummy=1; +$nodes{"mov_gp_variant0"} = { + "reg_req" => { "in" => [ "xmm", ], "out" => [ "gp", ] }, + "emit" => ". shl %S2, 15; .movd %S1, %S2", +};