From c0d6de7d315e3c1d971df9566d590a1901340a89 Mon Sep 17 00:00:00 2001 From: Bastian Koppelmann Date: Fri, 11 Mar 2016 16:03:15 +0100 Subject: target-tricore: Add div.f instruction Reviewed-by: Richard Henderson Signed-off-by: Bastian Koppelmann Message-Id: <1457708597-3025-6-git-send-email-kbastian@mail.uni-paderborn.de> --- target-tricore/helper.h | 1 + 1 file changed, 1 insertion(+) (limited to 'target-tricore/helper.h') diff --git a/target-tricore/helper.h b/target-tricore/helper.h index ac41190..f5eff36 100644 --- a/target-tricore/helper.h +++ b/target-tricore/helper.h @@ -108,6 +108,7 @@ DEF_HELPER_1(unpack, i64, i32) DEF_HELPER_3(fadd, i32, env, i32, i32) DEF_HELPER_3(fsub, i32, env, i32, i32) DEF_HELPER_3(fmul, i32, env, i32, i32) +DEF_HELPER_3(fdiv, i32, env, i32, i32) /* dvinit */ DEF_HELPER_3(dvinit_b_13, i64, env, i32, i32) DEF_HELPER_3(dvinit_b_131, i64, env, i32, i32) -- cgit v1.1