summaryrefslogtreecommitdiffstats
path: root/target-mips
Commit message (Expand)AuthorAgeFilesLines
* Use always_inline in the MIPS support where applicable.ths2007-10-094-28/+28
* Delete file which should have been removed in the lst commit.ths2007-10-091-301/+0
* Fix [ls][wd][lr] instructions, by Aurelien Jarno.ths2007-10-094-67/+206
* Code provision for n32/n64 mips userland emulation. Not functional yet.ths2007-09-3011-66/+66
* Update TODO.ths2007-09-301-7/+0
* Supervisor mode implementation, by Aurelien Jarno.ths2007-09-293-34/+46
* Less magic constants.ths2007-09-291-25/+29
* Fix MIPS FP underflow handling, spotted by Daniel Jacobowitz.ths2007-09-281-13/+0
* Move get_sp_from_cpustate from cpu.h to target_signal.h.ths2007-09-271-5/+0
* linux-user sigaltstack() syscall, by Thayne Harbaugh.ths2007-09-271-0/+5
* hflags computation cleanup, by Aurelien Jarno.ths2007-09-263-62/+32
* Wrap a few often used tests with unlikely(), by Aurelien Jarno.ths2007-09-261-6/+6
* Timer start/stop implementation, by Aurelien Jarno.ths2007-09-253-3/+22
* Optimise instructions accessing CP0, by Aurelien Jarno.ths2007-09-254-34/+49
* Per-CPU instruction decoding implementation, by Aurelien Jarno.ths2007-09-246-103/+230
* Fix mips usermode emulation.ths2007-09-231-0/+3
* Extend TB flags to 64 bits (Alexander Graf).j_mayer2007-09-201-1/+1
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-173-7/+7
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-168-24/+24
* Fix tb->size mishandling, by Daniel Jacobowitz.ths2007-09-111-5/+3
* Partial support for 34K multithreading, not functional yet.ths2007-09-069-773/+2245
* Disable 64-bit instructions on 32-bit CPU, by Aurelien Jarno.ths2007-08-264-24/+32
* Fix MIPS cache configuration, by Aurelien Jarno.ths2007-07-291-11/+19
* Update TODO list.ths2007-07-111-2/+0
* Simplify round/ceil/floor implementation, spotted by Fabrice Bellard.ths2007-06-281-30/+12
* 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-221-2/+1
* 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-05-311-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/+0
* 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
OpenPOWER on IntegriCloud