| .. |
|
Makefile
|
a79f5f9ba5
MIPS: math-emu: Add support for the MIPS R6 MAX{, A} FPU instruction
|
il y a 10 ans |
|
cp1emu.c
|
e4553573b3
MIPS: math-emu: Correctly handle NOP emulation
|
il y a 10 ans |
|
dp_2008class.c
|
38db37ba06
MIPS: math-emu: Add support for the MIPS R6 CLASS FPU instruction
|
il y a 10 ans |
|
dp_add.c
|
d5afa7e905
MIPS: math-emu: Reinstate sNaN quieting handlers
|
il y a 10 ans |
|
dp_cmp.c
|
bd267a5305
MIPS: math-emu: Remove redundant code from NaN comparison
|
il y a 10 ans |
|
dp_div.c
|
d5afa7e905
MIPS: math-emu: Reinstate sNaN quieting handlers
|
il y a 10 ans |
|
dp_fint.c
|
3f7cac416b
MIPS: math-emu: Cleanup coding style.
|
il y a 11 ans |
|
dp_flong.c
|
3f7cac416b
MIPS: math-emu: Cleanup coding style.
|
il y a 11 ans |
|
dp_fmax.c
|
a79f5f9ba5
MIPS: math-emu: Add support for the MIPS R6 MAX{, A} FPU instruction
|
il y a 10 ans |
|
dp_fmin.c
|
4e9561b20e
MIPS: math-emu: Add support for the MIPS R6 MIN{, A} FPU instruction
|
il y a 10 ans |
|
dp_fsp.c
|
d5afa7e905
MIPS: math-emu: Reinstate sNaN quieting handlers
|
il y a 10 ans |
|
dp_maddf.c
|
e24c3bec3e
MIPS: math-emu: Add support for the MIPS R6 MADDF FPU instruction
|
il y a 10 ans |
|
dp_msubf.c
|
83d43305a1
MIPS: math-emu: Add support for the MIPS R6 MSUBF FPU instruction
|
il y a 10 ans |
|
dp_mul.c
|
d5afa7e905
MIPS: math-emu: Reinstate sNaN quieting handlers
|
il y a 10 ans |
|
dp_simple.c
|
198f70589e
MIPS: math-emu: Add IEEE Std 754-2008 ABS.fmt and NEG.fmt emulation
|
il y a 10 ans |
|
dp_sqrt.c
|
d5afa7e905
MIPS: math-emu: Reinstate sNaN quieting handlers
|
il y a 10 ans |
|
dp_sub.c
|
d5afa7e905
MIPS: math-emu: Reinstate sNaN quieting handlers
|
il y a 10 ans |
|
dp_tint.c
|
90d53a91fb
MIPS: math-emu: Add IEEE Std 754-2008 NaN encoding emulation
|
il y a 10 ans |
|
dp_tlong.c
|
90d53a91fb
MIPS: math-emu: Add IEEE Std 754-2008 NaN encoding emulation
|
il y a 10 ans |
|
dsemul.c
|
6d7b14151d
MIPS: math-emu: dsemul: Reduce `get_isa16_mode' clutter
|
il y a 10 ans |
|
ieee754.c
|
90d53a91fb
MIPS: math-emu: Add IEEE Std 754-2008 NaN encoding emulation
|
il y a 10 ans |
|
ieee754.h
|
90d53a91fb
MIPS: math-emu: Add IEEE Std 754-2008 NaN encoding emulation
|
il y a 10 ans |
|
ieee754d.c
|
3f7cac416b
MIPS: math-emu: Cleanup coding style.
|
il y a 11 ans |
|
ieee754dp.c
|
90d53a91fb
MIPS: math-emu: Add IEEE Std 754-2008 NaN encoding emulation
|
il y a 10 ans |
|
ieee754dp.h
|
e06b530b92
MIPS: math-emu: Make NaN classifiers static
|
il y a 10 ans |
|
ieee754int.h
|
90d53a91fb
MIPS: math-emu: Add IEEE Std 754-2008 NaN encoding emulation
|
il y a 10 ans |
|
ieee754sp.c
|
90d53a91fb
MIPS: math-emu: Add IEEE Std 754-2008 NaN encoding emulation
|
il y a 10 ans |
|
ieee754sp.h
|
e06b530b92
MIPS: math-emu: Make NaN classifiers static
|
il y a 10 ans |
|
me-debugfs.c
|
75dcfc1d67
MIPS: Declare mips_debugfs_dir in a header
|
il y a 10 ans |
|
sp_2008class.c
|
38db37ba06
MIPS: math-emu: Add support for the MIPS R6 CLASS FPU instruction
|
il y a 10 ans |
|
sp_add.c
|
d5afa7e905
MIPS: math-emu: Reinstate sNaN quieting handlers
|
il y a 10 ans |
|
sp_cmp.c
|
bd267a5305
MIPS: math-emu: Remove redundant code from NaN comparison
|
il y a 10 ans |
|
sp_div.c
|
d5afa7e905
MIPS: math-emu: Reinstate sNaN quieting handlers
|
il y a 10 ans |
|
sp_fdp.c
|
90d53a91fb
MIPS: math-emu: Add IEEE Std 754-2008 NaN encoding emulation
|
il y a 10 ans |
|
sp_fint.c
|
3f7cac416b
MIPS: math-emu: Cleanup coding style.
|
il y a 11 ans |
|
sp_flong.c
|
3f7cac416b
MIPS: math-emu: Cleanup coding style.
|
il y a 11 ans |
|
sp_fmax.c
|
a79f5f9ba5
MIPS: math-emu: Add support for the MIPS R6 MAX{, A} FPU instruction
|
il y a 10 ans |
|
sp_fmin.c
|
4e9561b20e
MIPS: math-emu: Add support for the MIPS R6 MIN{, A} FPU instruction
|
il y a 10 ans |
|
sp_maddf.c
|
e24c3bec3e
MIPS: math-emu: Add support for the MIPS R6 MADDF FPU instruction
|
il y a 10 ans |
|
sp_msubf.c
|
83d43305a1
MIPS: math-emu: Add support for the MIPS R6 MSUBF FPU instruction
|
il y a 10 ans |
|
sp_mul.c
|
d5afa7e905
MIPS: math-emu: Reinstate sNaN quieting handlers
|
il y a 10 ans |
|
sp_simple.c
|
198f70589e
MIPS: math-emu: Add IEEE Std 754-2008 ABS.fmt and NEG.fmt emulation
|
il y a 10 ans |
|
sp_sqrt.c
|
d5afa7e905
MIPS: math-emu: Reinstate sNaN quieting handlers
|
il y a 10 ans |
|
sp_sub.c
|
d5afa7e905
MIPS: math-emu: Reinstate sNaN quieting handlers
|
il y a 10 ans |
|
sp_tint.c
|
90d53a91fb
MIPS: math-emu: Add IEEE Std 754-2008 NaN encoding emulation
|
il y a 10 ans |
|
sp_tlong.c
|
90d53a91fb
MIPS: math-emu: Add IEEE Std 754-2008 NaN encoding emulation
|
il y a 10 ans |