aboutsummaryrefslogtreecommitdiff
path: root/target-mips/cpu.h
AgeCommit message (Expand)Author
2009-03-08target-mips: rename helpers from do_ to helper_aurel32
2009-03-07The _exit syscall is used for both thread termination in NPTL applications,pbrook
2008-12-20Fix remaining compiler warnings for mips targets.ths
2008-11-18Refactor translation block CPU state handling (Jan Kiszka)aliguori
2008-11-18Convert CPU_PC_FROM_TB to static inline (Jan Kiszka)aliguori
2008-11-11target-mips: optimize gen_op_addr_add() (2/2)aurel32
2008-10-06Show size for unassigned accesses (Robert Reif)blueswir1
2008-09-18Move the active FPU registers into env again, and use more TCG registersths
2008-07-23Less hardcoding of TARGET_USER_ONLY.ths
2008-07-09Use temporary registers for the MIPS FPU emulation.ths
2008-07-01Move interrupt_request and user_mode_only to common cpu state.pbrook
2008-06-30Move CPU save/load registration to common code.pbrook
2008-06-29Add instruction counter.pbrook
2008-06-27More efficient target register / TC accesses.ths
2008-06-24Remove remaining uses of T0 in the MIPS target.ths
2008-06-24T1 is now dead.ths
2008-06-11Move FP TNs to cpu env.ths
2008-05-30Fix typo.pbrook
2008-05-30Move clone() register setup to target specific code. Handle fork-like clone.pbrook
2008-05-29Push common interrupt variables to cpu-defs.h (Glauber Costa)bellard
2008-05-28moved halted field to CPU_COMMONbellard
2008-05-28Honour current_tc for MIPS M{T,F}{HI,LO}, by Richard Sandiford.ths
2008-05-06Use TCG for MIPS GPR moves.ths
2008-05-04Simplify mips branch handling. Retire T2 from use. Use TCG for branches.ths
2008-02-12Make MIPS MT implementation more cache friendly.ths
2007-12-30MIPS COP1X (and related) instructions, by Richard Sandiford.ths
2007-12-26De-cruft exception definitions, and implement nicer debug output.ths
2007-12-25Improved PABITS handling, and config register fixes.ths
2007-11-10added cpu_model parameter to cpu_init()bellard
2007-11-09Move kernel loader parameters from the cpu state to being board specific.ths
2007-10-28Implement missing MIPS supervisor mode bits.ths
2007-10-20Handle IBE on MIPS properly.ths
2007-10-14Replace is_user variable with mmu_idx in softmmu core,j_mayer
2007-10-12Unify '-cpu ?' option.j_mayer
2007-09-27Move get_sp_from_cpustate from cpu.h to target_signal.h.ths
2007-09-27linux-user sigaltstack() syscall, by Thayne Harbaugh.ths
2007-09-25Optimise instructions accessing CP0, by Aurelien Jarno.ths
2007-09-24Per-CPU instruction decoding implementation, by Aurelien Jarno.ths
2007-09-06Partial support for 34K multithreading, not functional yet.ths
2007-06-23Handle MIPS64 SEGBITS value correctly.ths
2007-06-03Move target-specific defines to the target directories.ths
2007-05-31Don't kill the registered irqs on reset.ths
2007-05-30Fix CPU (re-)selection on reset.ths
2007-05-29Fix usermode check, thanks Aurelien Jarno.ths
2007-05-29Don't check the FPU state for each FPU instruction, use hflags toths
2007-05-28Handle PX/UX status flags correctly, by Aurelien Jarno.ths
2007-05-23The 24k wants more watch and srsmap registers.ths
2007-05-18- Move FPU exception handling into helper functions, since they are big.ths
2007-05-13MIPS linux-user update.ths
2007-05-13MIPS TLB style selection at runtime, by Herve Poussineau.ths