mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
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>
This commit is contained in:
parent
21829e9b39
commit
af8c2bde4b
3 changed files with 33 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue