summaryrefslogtreecommitdiffstats
path: root/target-mips/op_helper.c
Commit message (Expand)AuthorAgeFilesLines
* Switch remaining CP0 instructions to TCG or helper functions.ths2008-06-091-4/+788
* Fix off-by-one unwinding error.pbrook2008-05-251-6/+0
* Fix build failure for MIPS64 targets on 64-bit hosts.ths2008-05-231-1/+2
* Switch MIPS clo/clz and the condition tests to TCG.ths2008-05-211-0/+10
* Switch most MIPS logical and arithmetic instructions to TCG.ths2008-05-181-50/+12
* fixed do_restore_state()bellard2008-05-101-5/+7
* Make MIPS MT implementation more cache friendly.ths2008-02-121-20/+20
* Fix broken absoluteness check for cabs.d.*.ths2008-01-081-2/+2
* Support for VR5432, and some of its special instructions. Original patchths2007-12-251-1/+84
* Avoid host FPE for overflowing division on MIPS, by Richard Sandiford.ths2007-12-251-3/+10
* Add strict checking mode for softfp code.pbrook2007-11-181-4/+4
* Fix MIPS64 R2 instructions.ths2007-11-181-9/+7
* Fix int/float inconsistencies.pbrook2007-11-171-22/+20
* Clean out the N32 macros from target-mips, and introduce MIPS ABI specificths2007-11-081-5/+5
* Adjust s390 addresses (the MSB is defined as "to be ignored").ths2007-10-291-1/+5
* Implement missing MIPS supervisor mode bits.ths2007-10-281-6/+12
* Add sharable clz/clo inline functions and use them for the mips target.ths2007-10-271-0/+13
* Handle IBE on MIPS properly.ths2007-10-201-0/+8
* Replace is_user variable with mmu_idx in softmmu core,j_mayer2007-10-141-2/+2
* Use always_inline in the MIPS support where applicable.ths2007-10-091-5/+5
* Fix [ls][wd][lr] instructions, by Aurelien Jarno.ths2007-10-091-12/+0
* Code provision for n32/n64 mips userland emulation. Not functional yet.ths2007-09-301-5/+5
* Less magic constants.ths2007-09-291-25/+29
* Fix MIPS FP underflow handling, spotted by Daniel Jacobowitz.ths2007-09-281-13/+0
* Timer start/stop implementation, by Aurelien Jarno.ths2007-09-251-0/+10
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-4/+4
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-8/+8
* Partial support for 34K multithreading, not functional yet.ths2007-09-061-292/+313
* 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-261-90/+140
* Handle MIPS64 SEGBITS value correctly.ths2007-06-231-1/+1
* Clean up of some target specifics in exec.c/cpu-exec.c.ths2007-06-031-4/+0
* Add proper float*_is_nan prototypes.ths2007-05-311-1/+0
* Fix ddivu for 32bit hosts, by Aurelien Jarno.ths2007-05-281-4/+4
* Catch more MIPS FPU cornercases, fix addr.ps and mulr.ps instructions.ths2007-05-201-2/+23
* More MIPS 64-bit FPU support.ths2007-05-191-0/+92
* - Move FPU exception handling into helper functions, since they are big.ths2007-05-181-0/+541
* More generic 64 bit multiplication support, by Aurelien Jarno.ths2007-05-161-14/+0
* Full MIPS64 MMU implementation, by Aurelien Jarno.ths2007-05-131-0/+3
* MMU code improvements, by Aurelien Jarno.ths2007-05-131-5/+13
* MIPS TLB style selection at runtime, by Herve Poussineau.ths2007-05-131-43/+21
* Choose number of TLBs at runtime, by Herve Poussineau.ths2007-04-171-11/+9
* Fix qemu SIGFPE caused by division-by-zero due to underflow.ths2007-04-151-0/+11
* Delete unused define.ths2007-04-151-2/+0
* Nicer Log formatting.ths2007-04-131-1/+1
* Save state for all CP0 instructions, they may throw a CPU exception.ths2007-04-061-11/+27
* Fix rotr immediate ops, mask shift/rotate arguments to their allowedths2007-04-051-4/+2
* Build fix for 64bit machines. (This is still not correct mul/div handling.)ths2007-04-021-6/+12
* Actually enable 64bit configuration.ths2007-04-011-3/+3
OpenPOWER on IntegriCloud