summaryrefslogtreecommitdiff
path: root/target-mips
AgeCommit message (Expand)AuthorFilesLines
2007-10-29Adjust s390 addresses (the MSB is defined as "to be ignored").ths1-1/+5
2007-10-29Preliminary MIPS64R2 mode.ths1-0/+21
2007-10-29Fix logic bug which broke TLBL/TLBS handling somewhat.ths1-3/+3
2007-10-29Restrict CP0_PerfCnt to legal values.ths1-1/+1
2007-10-28Implement missing MIPS supervisor mode bits.ths6-35/+49
2007-10-27Add sharable clz/clo inline functions and use them for the mips target.ths3-49/+33
2007-10-26The other half of the mul64 rework. Sorry for the breakage, I committedths1-2/+2
2007-10-24Remove bogus instruction decode.ths1-1/+0
2007-10-24Force proper sign extension for mfc0/mfhc0 on MIPS64.ths1-2/+2
2007-10-23Fix writable length of the index register.ths1-1/+8
2007-10-23Enforce proper sign extension for lwl/lwr on MIPS64.ths1-1/+3
2007-10-23Fix CLO calculation for MIPS64. And a small code cleanup.ths1-5/+5
2007-10-23Use the standard ASE check for MIPS-3D and MT.ths3-93/+80
2007-10-23Switch bc1any* instructions off if no MIPS-3D is implemented.ths1-1/+9
2007-10-20Handle IBE on MIPS properly.ths2-0/+11
2007-10-17Update TODO.ths1-0/+6
2007-10-14Replace is_user variable with mmu_idx in softmmu core,j_mayer4-7/+18
2007-10-13Update TODO.ths1-1/+26
2007-10-13Fix off-by-one in address check.ths1-11/+8
2007-10-12Unify '-cpu ?' option.j_mayer1-0/+1
2007-10-09Use always_inline in the MIPS support where applicable.ths4-28/+28
2007-10-09Delete file which should have been removed in the lst commit.ths1-301/+0
2007-10-09Fix [ls][wd][lr] instructions, by Aurelien Jarno.ths4-67/+206
2007-09-30Code provision for n32/n64 mips userland emulation. Not functional yet.ths11-66/+66
2007-09-30Update TODO.ths1-7/+0
2007-09-29Supervisor mode implementation, by Aurelien Jarno.ths3-34/+46
2007-09-29Less magic constants.ths1-25/+29
2007-09-28Fix MIPS FP underflow handling, spotted by Daniel Jacobowitz.ths1-13/+0
2007-09-27Move get_sp_from_cpustate from cpu.h to target_signal.h.ths1-5/+0
2007-09-27linux-user sigaltstack() syscall, by Thayne Harbaugh.ths1-0/+5
2007-09-26hflags computation cleanup, by Aurelien Jarno.ths3-62/+32
2007-09-26Wrap a few often used tests with unlikely(), by Aurelien Jarno.ths1-6/+6
2007-09-25Timer start/stop implementation, by Aurelien Jarno.ths3-3/+22
2007-09-25Optimise instructions accessing CP0, by Aurelien Jarno.ths4-34/+49
2007-09-24Per-CPU instruction decoding implementation, by Aurelien Jarno.ths6-103/+230
2007-09-23Fix mips usermode emulation.ths1-0/+3
2007-09-20Extend TB flags to 64 bits (Alexander Graf).j_mayer1-1/+1
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths3-7/+7
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths8-24/+24
2007-09-11Fix tb->size mishandling, by Daniel Jacobowitz.ths1-5/+3
2007-09-06Partial support for 34K multithreading, not functional yet.ths9-773/+2245
2007-08-26Disable 64-bit instructions on 32-bit CPU, by Aurelien Jarno.ths4-24/+32
2007-07-29Fix MIPS cache configuration, by Aurelien Jarno.ths1-11/+19
2007-07-11Update TODO list.ths1-2/+0
2007-06-28Simplify round/ceil/floor implementation, spotted by Fabrice Bellard.ths1-30/+12
2007-06-27Fix computation for ceil, floor and round instructions.ths1-6/+24
2007-06-26Implement recip1/recip2/rsqrt1/rsqrt2.ths2-93/+143
2007-06-25MIPS64 improvements, based on a patch by Aurelien Jarno.ths2-5/+5
2007-06-23Handle MIPS64 SEGBITS value correctly.ths5-16/+32
2007-06-22Allow emulation of 32bit targets in the MIPS64 capable qemu version.ths1-2/+1