CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 08/01/08 18:11:09
Modified files:
target-mips: op_helper.c
Log message:
Fix broken absoluteness check for cabs.d.*.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/op_help
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/12/25 03:18:20
Modified files:
target-mips: op_helper.c
Log message:
Avoid host FPE for overflowing division on MIPS, by Richard Sandiford.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewc
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/09/29 19:20:00
Modified files:
target-mips: op_helper.c
Log message:
Less magic constants.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/op_helper.c?cvsroot=qemu&r1=1
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/09/28 19:30:36
Modified files:
target-mips: op_helper.c
Log message:
Fix MIPS FP underflow handling, spotted by Daniel Jacobowitz.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/t
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/06/28 14:07:06
Modified files:
target-mips: op_helper.c
Log message:
Simplify round/ceil/floor implementation, spotted by Fabrice Bellard.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcv
floatX_to_intY should already do the rounding according to the current
rounding direction.
Fabrice.
Thiemo Seufer wrote:
Fabrice Bellard wrote:
IMHO, calling floatX_round_to_int before floatX_to_intY is not useful...
I don't understand. floatX_round_to_int does round/ceil/floor but
keeps
Fabrice Bellard wrote:
> IMHO, calling floatX_round_to_int before floatX_to_intY is not useful...
I don't understand. floatX_round_to_int does round/ceil/floor but
keeps the floating point representation. floatX_to_intY converts
the adjusted value to integer representation.
Doing this in two step
IMHO, calling floatX_round_to_int before floatX_to_intY is not useful...
Fabrice.
Thiemo Seufer wrote:
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer07/06/27 19:01:46
Modified files:
target-mips: op_helper.c
Log message:
Fix computation
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/06/27 19:01:46
Modified files:
target-mips: op_helper.c
Log message:
Fix computation for ceil, floor and round instructions.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/06/26 20:26:03
Modified files:
target-mips: op_helper.c translate.c
Log message:
Implement recip1/recip2/rsqrt1/rsqrt2.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/05/28 17:36:30
Modified files:
target-mips: op_helper.c
Log message:
Fix ddivu for 32bit hosts, by Aurelien Jarno.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/op_he
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/05/20 13:27:58
Modified files:
target-mips: op_helper.c translate.c
Log message:
Catch more MIPS FPU cornercases, fix addr.ps and mulr.ps instructions.
CVSWeb URLs:
http://cvs.savannah.g
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/04/15 17:27:07
Modified files:
target-mips: op_helper.c
Log message:
Delete unused define.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/op_helper.c?cvsroot=qemu&r1=1
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/04/13 22:30:36
Modified files:
target-mips: op_helper.c
Log message:
Nicer Log formatting.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/op_helper.c?cvsroot=qemu&r1=1
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/04/02 15:54:05
Modified files:
target-mips: op_helper.c
Log message:
Build fix for 64bit machines. (This is still not correct mul/div
handling.)
CVSWeb URLs:
http://cvs.savannah.gnu.org
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/01/01 20:32:08
Modified files:
target-mips: op_helper.c
Log message:
Simplify code and fix formatting.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/op_helper.c?cvsro
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Paul Brook 06/11/12 20:55:05
Modified files:
target-mips: op_helper.c
Log message:
Avoid redundant TLB flushes (Daniel Jacobowitz).
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/op_he
CVSROOT:/sources/qemu
Module name:qemu
Branch:
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 06/04/23 18:18:10
Modified files:
target-mips: op_helper.c
Log message:
removed unnecessary header
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qem
CVSROOT:/sources/qemu
Module name:qemu
Branch:
Changes by: Paul Brook <[EMAIL PROTECTED]> 06/03/11 16:39:23
Modified files:
target-mips: op_helper.c
Log message:
Avoid flushing of global TLB entries for differing ASIDs (Thiemo
Seufer).
CVSWeb URLs:
CVSROOT:/cvsroot/qemu
Module name:qemu
Branch:
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/07/02 15:31:15
Modified files:
target-mips: op_helper.c helper.c
Log message:
use MIPS_TLB_NB constant (Ralf Baechle)
CVSWeb URLs:
http://savannah.g
CVSROOT:/cvsroot/qemu
Module name:qemu
Branch:
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/07/02 15:29:46
Modified files:
target-mips: op_helper.c
Log message:
use mask in C0_status (Ralf Baechle)
CVSWeb URLs:
http://savannah.gnu.org/cgi-b
CVSROOT:/cvsroot/qemu
Module name:qemu
Branch:
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/07/02 15:22:34
Modified files:
target-mips: op_helper.c
Log message:
fixed C0 status codes (Ralf Baechle)
CVSWeb URLs:
http://savannah.gnu.org/cgi-b
22 matches
Mail list logo