summaryrefslogtreecommitdiffstats
path: root/target-mips/translate.c
Commit message (Expand)AuthorAgeFilesLines
* target-mips: use nor instead of or + notaurel322009-03-101-2/+1
* target-mips: optimize mflo and mfhiaurel322009-03-091-13/+12
* target-mips: rename helpers from do_ to helper_aurel322009-03-081-4/+4
* targets: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-2/+0
* Log reset events (Jan Kiszka)aliguori2009-01-261-0/+5
* global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)aliguori2009-01-151-1/+1
* Convert references to logfile/loglevel to use qemu_log*() macrosaliguori2009-01-151-25/+14
* Clean up debugging code #ifdefs (Eduardo Habkost)aliguori2009-01-151-92/+22
* target-mips: optimize some gpr accessesaurel322009-01-141-12/+6
* target-mips: fix indentationaurel322009-01-141-26/+26
* target-mips: get rid of tests on env->user_mode_onlyaurel322009-01-121-45/+41
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-041-1/+1
* Use sys-queue.h for break/watchpoint managment (Jan Kiszka)aliguori2008-11-251-2/+2
* Refactor and enhance break/watchpoint API (Jan Kiszka)aliguori2008-11-181-3/+4
* TCG variable type checking.pbrook2008-11-171-1028/+988
* target-mips: avoid tcg internal error in mfc0/dmfc0aurel322008-11-151-8/+11
* Revert commits 5685 to 5688 committed by mistakeaurel322008-11-111-0/+4
* Don't stop translation for mtc0 compareaurel322008-11-111-4/+0
* target-mips: gen_compute_branch1()aurel322008-11-111-81/+41
* target-mips: optimize movc*()aurel322008-11-111-48/+33
* target-mips: optimize gen_farith()aurel322008-11-111-12/+12
* target-mips: optimize gen_muldiv()aurel322008-11-111-115/+47
* target-mips: optimize gen_arith()/gen_arith_imm()aurel322008-11-111-46/+32
* target-mips: convert bit shuffle ops to TCGaurel322008-11-111-50/+56
* target-mips: convert bitfield ops to TCGaurel322008-11-111-16/+39
* target-mips: optimize gen_op_addr_add() (2/2)aurel322008-11-111-9/+2
* target-mips: optimize gen_op_addr_add() (1/2)aurel322008-11-111-10/+7
* target-mips: optimize gen_save_pc()aurel322008-11-111-5/+1
* target-mips: fix mft* helpers/callaurel322008-11-111-24/+24
* target-mips: fix temporary variable freeing in op_ldst_##insn()aurel322008-11-111-1/+1
* target-mips: use the new rotr/rotri instructionsaurel322008-11-041-43/+5
* Use concet TCG instructions in the MIPS target.ths2008-09-221-24/+4
* Add concat_i32_i64 op.pbrook2008-09-211-17/+6
* Use TCG registers for most CPU register accesses.ths2008-09-181-17/+52
* Move the active FPU registers into env again, and use more TCG registersths2008-09-181-40/+55
* TCG fixes for target-mipsaurel322008-09-051-26/+27
* MIPS: don't free TCG temporary variable twiceaurel322008-08-231-2/+0
* Delete unused variable.ths2008-08-011-1/+0
* Less hardcoding of TARGET_USER_ONLY.ths2008-07-231-51/+53
* A bunch of minor code improvements in the MIPS target.ths2008-07-211-20/+9
* Fix logging output for MIPS HI, LO registers, by Stefan Weil.ths2008-07-211-1/+2
* Simplify conditional FP moves.ths2008-07-201-10/+5
* Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues.ths2008-07-181-7/+5
* Use temporary registers for the MIPS FPU emulation.ths2008-07-091-542/+1174
* Fix typo in comment.ths2008-07-051-1/+1
* Static'ify some functions, and use standard inline in translate.c.ths2008-07-011-22/+22
* Delete duplicate code.ths2008-07-011-3/+0
* Spelling fixes, spotted by Stuart Brady.ths2008-06-301-2/+2
* Make bcond and btarget TCG registers.ths2008-06-301-73/+43
* Remove unnecessary helper arguments, and fix some typos.ths2008-06-291-11/+21
OpenPOWER on IntegriCloud