diff options
author | Aurelien Jarno <aurelien@aurel32.net> | 2011-01-14 20:39:18 +0100 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2011-01-14 20:39:18 +0100 |
commit | 17075f10ff9e2c8bd59ecbf9569421e437707e43 (patch) | |
tree | 0efd45cba8832ac6ff5a484189183dd4a305a714 /target-sh4/helper.h | |
parent | af8c2bde4b4d4111e5bf49417b74069ce8750435 (diff) |
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 <aurelien@aurel32.net>
Diffstat (limited to 'target-sh4/helper.h')
-rw-r--r-- | target-sh4/helper.h | 1 |
1 files changed, 1 insertions, 0 deletions
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" |