summaryrefslogtreecommitdiffstats
path: root/target-mips
Commit message (Expand)AuthorAgeFilesLines
* Update TODO list.ths2007-07-111-2/+0Star
* Simplify round/ceil/floor implementation, spotted by Fabrice Bellard.ths2007-06-281-30/+12Star
* Fix computation for ceil, floor and round instructions.ths2007-06-271-6/+24
* Implement recip1/recip2/rsqrt1/rsqrt2.ths2007-06-262-93/+143
* MIPS64 improvements, based on a patch by Aurelien Jarno.ths2007-06-252-5/+5
* Handle MIPS64 SEGBITS value correctly.ths2007-06-235-16/+32
* Allow emulation of 32bit targets in the MIPS64 capable qemu version.ths2007-06-231-2/+1Star
* Fix write to K0 bits in Config0, by Aurelien Jarno.ths2007-06-221-1/+1
* Change 20Kc PRID to a later version.ths2007-06-121-1/+3
* R5k has PX implemented.ths2007-06-091-2/+2
* Move target-specific defines to the target directories.ths2007-06-031-0/+6
* Clean up of some target specifics in exec.c/cpu-exec.c.ths2007-06-032-12/+19
* Check for R2 instructions, and throw RI if we don't emulate R2.ths2007-06-021-18/+50
* Update some comments, 64bit FPU support is functional regardless ofths2007-06-012-5/+8
* Make sure hflags are updated for CP0_Status changes.ths2007-06-011-8/+42
* Update TODO.ths2007-06-011-7/+7
* Add support for 5Kc/5Kf/20Kc, based on a patch by Aurelien Jarno.ths2007-06-011-2/+50
* Allow again FPU for usermode emulation.ths2007-06-011-1/+6
* Simplify code.ths2007-06-011-4/+4
* Don't kill the registered irqs on reset.ths2007-05-311-3/+4
* Add proper float*_is_nan prototypes.ths2007-05-311-1/+0Star
* Fix CPU (re-)selection on reset.ths2007-05-302-4/+9
* Fix usermode check, thanks Aurelien Jarno.ths2007-05-291-1/+1
* Don't check the FPU state for each FPU instruction, use hflags toths2007-05-294-126/+126
* Handle PX/UX status flags correctly, by Aurelien Jarno.ths2007-05-284-7/+48
* Fix ddivu for 32bit hosts, by Aurelien Jarno.ths2007-05-281-4/+4
* Do not sign extend lwu, by Aurelien Jarno.ths2007-05-281-1/+1
* MIPS64 addressing fixes, by Aurelien Jarno.ths2007-05-283-9/+81
* The 24k wants more watch and srsmap registers.ths2007-05-234-261/+45Star
* The previous patch to make breakpoints work was a performanceths2007-05-232-32/+7Star
* Catch more MIPS FPU cornercases, fix addr.ps and mulr.ps instructions.ths2007-05-202-10/+31
* Fix indexed FP load/store instructions.ths2007-05-203-41/+31Star
* More MIPS 64-bit FPU support.ths2007-05-194-103/+369
* Fix slti/sltiu for MIPS64, by Aurelien Jarno.ths2007-05-192-8/+8
* Fix ldl/ldr implementation, by Aurelien Jarno.ths2007-05-191-0/+2
* - Move FPU exception handling into helper functions, since they are big.ths2007-05-185-638/+795
* Work around the lack of proper handling for self-modifying code.ths2007-05-182-2/+30
* More generic 64 bit multiplication support, by Aurelien Jarno.ths2007-05-163-18/+2Star
* Full MIPS64 MMU implementation, by Aurelien Jarno.ths2007-05-133-7/+53
* Fix mfc0 and dmtc0 instructions on MIPS64, by Aurelien Jarno.ths2007-05-132-120/+72Star
* Delete misleading comment.ths2007-05-131-2/+0Star
* Don't decode CP0 XContext on 32bit MIPS.ths2007-05-131-4/+8
* MMU code improvements, by Aurelien Jarno.ths2007-05-133-18/+24
* MIPS linux-user update.ths2007-05-131-0/+1
* MIPS TLB style selection at runtime, by Herve Poussineau.ths2007-05-138-114/+149
* Implemented cabs FP instructions, and improve exception handling forths2007-05-112-40/+180
* Another bit of nicer debug output.ths2007-05-111-1/+1
* Implement FP madd/msub, wire up bc1any[24][ft].ths2007-05-112-12/+140
* Improved debug output for the MIPS opcode decoder.ths2007-05-111-85/+77Star
* Fix missing status ro mask initialization, thanks Stefan Weil.ths2007-05-111-0/+1