aboutsummaryrefslogtreecommitdiff
path: root/target-mips/exec.h
AgeCommit message (Expand)Author
2010-12-27target-mips: fix host CPU consumption when guest is idleAurelien Jarno
2010-07-03move cpu_pc_from_tb to target-*/exec.hPaolo Bonzini
2010-07-03remove unused stuff from */exec.hPaolo Bonzini
2010-01-19kill regs_to_env and env_to_regsPaolo Bonzini
2009-04-24qemu: per-arch cpu_has_work (Marcelo Tosatti)aliguori
2009-03-08target-mips: rename helpers from do_ to helper_aurel32
2008-12-20Fix remaining compiler warnings for mips targets.ths
2008-11-30Common cpu_loop_exit prototypeaurel32
2008-11-11target-mips: optimize gen_op_addr_add() (2/2)aurel32
2008-09-18Move the active FPU registers into env again, and use more TCG registersths
2008-09-14MIPS: remove empty cpu_mips_irqctrl_init()aurel32
2008-08-30Fix some warnings that would be generated by gcc -Wredundant-declsblueswir1
2008-07-23Use plain standard inline.ths
2008-07-09Use temporary registers for the MIPS FPU emulation.ths
2008-06-24Remove remaining uses of T0 in the MIPS target.ths
2008-06-24T1 is now dead.ths
2008-06-23Pass T0/T1 explicitly to helper functions, and clean up a few dyngenths
2008-06-20Delete obsolete prototypes.ths
2008-06-12Switch the standard multiplication instructions to TCG.ths
2008-06-12TCGify a few more instructions.ths
2008-06-11Call most FP helpers without deroute through op.cths
2008-06-11Move FP TNs to cpu env.ths
2008-06-09Switch remaining CP0 instructions to TCG or helper functions.ths
2008-05-18Switch most MIPS logical and arithmetic instructions to TCG.ths
2008-05-07Delete redundant prototype.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-01-09Fix typo which broke MIPS32R2 64-bit FPU support.ths
2007-12-30MIPS COP1X (and related) instructions, by Richard Sandiford.ths
2007-12-25Support for VR5432, and some of its special instructions. Original patchths
2007-11-09Use FORCE_RET, scrap RETURN which was implemented in target-specific code.ths
2007-11-08Clean out the N32 macros from target-mips, and introduce MIPS ABI specificths
2007-10-28Implement missing MIPS supervisor mode bits.ths
2007-10-27Add sharable clz/clo inline functions and use them for the mips target.ths
2007-10-14Replace is_user variable with mmu_idx in softmmu core,j_mayer
2007-10-09Use always_inline in the MIPS support where applicable.ths
2007-10-09Fix [ls][wd][lr] instructions, by Aurelien Jarno.ths
2007-09-30Code provision for n32/n64 mips userland emulation. Not functional yet.ths
2007-09-29Supervisor mode implementation, by Aurelien Jarno.ths
2007-09-26hflags computation cleanup, by Aurelien Jarno.ths
2007-09-25Timer start/stop implementation, by Aurelien Jarno.ths
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-09-06Partial support for 34K multithreading, not functional yet.ths
2007-06-03Clean up of some target specifics in exec.c/cpu-exec.c.ths
2007-05-19More MIPS 64-bit FPU support.ths
2007-05-18- Move FPU exception handling into helper functions, since they are big.ths
2007-05-16More generic 64 bit multiplication support, by Aurelien Jarno.ths
2007-05-13MIPS TLB style selection at runtime, by Herve Poussineau.ths
2007-05-07MIPS 64-bit FPU support, plus some collateral bugfixes in theths
2007-04-29Kill broken host register definitions, thanks to Paul Brook and Herveths