aboutsummaryrefslogtreecommitdiff
path: root/target-mips
AgeCommit message (Expand)Author
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
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl
2009-08-25target-mips: fix conditional moves off fp condition codesNathan Froyd
2009-08-24cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signalNathan Froyd
2009-07-27rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela
2009-07-27change HOST_SOLARIS to CONFIG_SOLARIS{_VERSION}Juan Quintela
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl
2009-07-12target-mips: remove useless code in gen_st_cond()Aurelien Jarno
2009-07-12Fix MIPS SCPaul Brook
2009-07-09MIPS atomic instructionsPaul Brook
2009-07-09MIPS usermode TLS registerPaul Brook
2009-07-03target-mips: fix MADD and MSUB/MSUBU instructionsNathan Froyd
2009-06-13Fix a warning: uint_fast8_t is not 8 bits on OpenBSD/Sparc64Blue Swirl
2009-05-21Convert machine registration to use module init functionsAnthony Liguori
2009-05-19Hardware convenience libraryPaul Brook
2009-05-13Include assert.h from qemu-common.hPaul Brook
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl
2009-05-04target-mips: proper sign extension for 'SUBU rd, zero, rt'Aurelien Jarno