From 17075f10ff9e2c8bd59ecbf9569421e437707e43 Mon Sep 17 00:00:00 2001 From: Aurelien Jarno Date: Fri, 14 Jan 2011 20:39:18 +0100 Subject: target-sh4: add ftrv instruction Add the ftrv XMTRX,FVn instruction, which computes the 4-row x 4-column matrix XMTRX by the 4-dimensional vector FVn. Signed-off-by: Aurelien Jarno --- target-sh4/helper.h | 1 + 1 file changed, 1 insertion(+) (limited to 'target-sh4/helper.h') diff --git a/target-sh4/helper.h b/target-sh4/helper.h index 544031c3e5..4e595c87f8 100644 --- a/target-sh4/helper.h +++ b/target-sh4/helper.h @@ -50,5 +50,6 @@ DEF_HELPER_1(fsqrt_DT, i64, i64) DEF_HELPER_1(ftrc_FT, i32, i32) DEF_HELPER_1(ftrc_DT, i32, i64) DEF_HELPER_2(fipr, void, i32, i32) +DEF_HELPER_1(ftrv, void, i32) #include "def-helper.h" -- cgit v1.2.1