aboutsummaryrefslogtreecommitdiff
path: root/target-mips
AgeCommit message (Expand)Author
2010-06-09target-mips: move FP FMT comments closer to the definitionsAurelien Jarno
2010-06-09target-mips: define constants for magic numbersNathan Froyd
2010-06-08target-mips: break out [ls][wd]c1 and rdhwr insn generationNathan Froyd
2010-05-05target-mips: Remove duplicate CPU log.Richard Henderson
2010-04-09target-mips: Fix format specifiers for fpu_fprintfStefan Weil
2010-04-08target-mips: Fix one more format specifier for cpu_fprintfStefan Weil
2010-04-08remove TARGET_* defines from translate-all.cPaolo Bonzini
2010-03-17Large page TLB flushPaul Brook
2010-03-13target-mips: update address space definitionsAurelien Jarno
2010-03-12Target specific usermode cleanupPaul Brook
2010-03-12Remove cpu_get_phys_page_debug from userspace emulationPaul Brook
2010-03-12Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h.Richard Henderson
2010-03-04target-mips: use newer logical opsAurelien Jarno
2010-03-02target-mips: use setcond when possibleAurelien Jarno
2010-02-23target-mips: fix ROTR and DROTR by zeroNathan Froyd
2010-02-23target-mips: fix CpU exception for coprocessor 0Nathan Froyd
2010-02-23target-mips: remove useless sign extensionAurelien Jarno
2010-02-06target-mips: don't call cpu_loop_exit() from helper.cAurelien Jarno
2010-01-19kill regs_to_env and env_to_regsPaolo Bonzini
2009-12-17target-mips: No MIPS16 support for 4Kc, 4KEc coresStefan Weil
2009-12-16target-mips: 4Kc, 4KEc cores do not support MIPS16Stefan Weil
2009-12-13target-mips: fix user-mode emulation startupNathan Froyd
2009-12-13target-mips: set Config1.CA for MIPS16-aware CPUsNathan Froyd
2009-12-13target-mips: add copyright notice for mips16 workNathan Froyd
2009-12-13target-mips: add mips16 instruction decodingNathan Froyd
2009-12-13target-mips: add enums for MIPS16 opcodesNathan Froyd
2009-12-13target-mips: split out delay slot handlingNathan Froyd
2009-12-13target-mips: add gen_base_offset_addrNathan Froyd
2009-12-13target-mips: make gen_compute_branch 16/32-bit-awareNathan Froyd
2009-12-13target-mips: move ROTR and ROTRV inside gen_shift_{imm, }Nathan Froyd
2009-12-13target-mips: change interrupt bits to be mips16-awareNathan Froyd
2009-12-13target-mips: add new HFLAGs for JALX and 16/32-bit delay slotsNathan Froyd
2009-11-30target-mips: use physical address in lladdrAurelien Jarno
2009-11-30target-mips: add a function to do virtual -> physical translationsAurelien Jarno
2009-11-30target-mips: split code raising MMU exception in a separate functionAurelien Jarno
2009-11-30target-mips: factorize load/store code in op_helper.cAurelien Jarno
2009-11-22target-mips: fix physical address type in MMU functionsAurelien Jarno
2009-11-22target-mips: make CP0_LLAddr register CPU dependentAurelien Jarno
2009-11-22target-mips: rename CP0_LLAddr into lladdrAurelien Jarno
2009-11-14target-mips: fix indentationAurelien Jarno
2009-11-14mips: fix cpu_reset memory leakBlue Swirl
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-30target-mips: make sure constants are in the second argumentAurelien Jarno
2009-09-30mips: Fix spelling in commentStefan Weil
2009-09-30target-mips: unmatched brackets in if 0Michael S. Tsirkin
2009-09-28target-mips: log instructions start in TCG codeAurelien Jarno
2009-09-23target-mips: remove MAX_OP_PER_INSTR workaroundAurelien Jarno
2009-09-21Add 'static' to please SparseBlue Swirl
2009-09-14target-mips: fix single-steppingNathan Froyd