From bc21212dea5774b584bbcf8b9561f42b0d9d4b94 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andreas=20Sch=C3=B6sser?= Date: Tue, 20 Mar 2007 12:43:58 +0000 Subject: [PATCH] Corrected wrong path name when calling ia32_simd_spec.pl --- ir/be/ia32/ia32_simd_spec.pl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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", +}; -- 2.20.1