summaryrefslogtreecommitdiff
path: root/target-sh4/helper.h
diff options
context:
space:
mode:
authorAurelien Jarno <aurelien@aurel32.net>2011-01-14 20:39:18 +0100
committerAurelien Jarno <aurelien@aurel32.net>2011-01-14 20:39:18 +0100
commitaf8c2bde4b4d4111e5bf49417b74069ce8750435 (patch)
tree79fc99ba37c57a64a3a7800399e3c96849724ae9 /target-sh4/helper.h
parent21829e9b39e3aa0874931aa6981f258c82f41715 (diff)
downloadqemu-af8c2bde4b4d4111e5bf49417b74069ce8750435.tar.gz
target-sh4: add fipr instruction
Add the fipr FVm,FVn instruction, which computes the inner products of a 4-dimensional single precision floating-point vector. Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'target-sh4/helper.h')
-rw-r--r--target-sh4/helper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/target-sh4/helper.h b/target-sh4/helper.h
index 4b2fcdd536..544031c3e5 100644
--- a/target-sh4/helper.h
+++ b/target-sh4/helper.h
@@ -49,5 +49,6 @@ DEF_HELPER_1(fsqrt_FT, i32, i32)
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)
#include "def-helper.h"