summaryrefslogtreecommitdiffstats
path: root/target-mips
Commit message (Expand)AuthorAgeFilesLines
* Add sharable clz/clo inline functions and use them for the mips target.ths2007-10-273-49/+33
* The other half of the mul64 rework. Sorry for the breakage, I committedths2007-10-261-2/+2
* Remove bogus instruction decode.ths2007-10-241-1/+0
* Force proper sign extension for mfc0/mfhc0 on MIPS64.ths2007-10-241-2/+2
* Fix writable length of the index register.ths2007-10-231-1/+8
* Enforce proper sign extension for lwl/lwr on MIPS64.ths2007-10-231-1/+3
* Fix CLO calculation for MIPS64. And a small code cleanup.ths2007-10-231-5/+5
* Use the standard ASE check for MIPS-3D and MT.ths2007-10-233-93/+80
* Switch bc1any* instructions off if no MIPS-3D is implemented.ths2007-10-231-1/+9
* Handle IBE on MIPS properly.ths2007-10-202-0/+11
* Update TODO.ths2007-10-171-0/+6
* Replace is_user variable with mmu_idx in softmmu core,j_mayer2007-10-144-7/+18
* Update TODO.ths2007-10-131-1/+26
* Fix off-by-one in address check.ths2007-10-131-11/+8
* Unify '-cpu ?' option.j_mayer2007-10-121-0/+1
* 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
OpenPOWER on IntegriCloud