summaryrefslogtreecommitdiffstats
path: root/target-mips/translate.c
Commit message (Expand)AuthorAgeFilesLines
...
* target-mips: move group of functions above gen_load_fpr32()Leon Alrae2015-06-111-60/+58
* target-mips: save cpu state before calling MSA load and store helpersLeon Alrae2015-03-181-0/+2
* target-mips: fix hflags modified in delay / forbidden slotLeon Alrae2015-03-181-4/+15
* target-mips: fix CP0.BadVAddr by stopping translation on Address ErrorLeon Alrae2015-03-181-0/+1
* tcg: Change translator-side labels to a pointerRichard Henderson2015-03-131-47/+47
* target-mips: pass 0 instead of -1 as rs in microMIPS LUI instructionLeon Alrae2015-02-131-1/+1
* target-mips: use CP0EnLo_XI instead of magic numberLeon Alrae2015-02-131-2/+2
* target-mips: fix detection of the end of the page during translationLeon Alrae2015-02-131-1/+4
* tcg: Introduce tcg_op_buf_count and tcg_op_buf_fullRichard Henderson2015-02-121-5/+3
* tcg: Move emit of INDEX_op_end into gen_tb_endRichard Henderson2015-02-121-1/+1
* target-mips: Clean up switch fall through after commit fecd264Markus Armbruster2015-02-101-0/+4
* gen-icount: check cflags instead of use_icount globalPaolo Bonzini2015-01-031-1/+1
* translate: check cflags instead of use_icount globalPaolo Bonzini2015-01-031-10/+14
* target-mips: convert single case switch into if statementLeon Alrae2014-12-161-3/+1
* target-mips: Fix DisasContext's ulri member initializationMaciej W. Rozycki2014-12-161-1/+1
* target-mips: Add missing calls to synchronise SoftFloat statusMaciej W. Rozycki2014-12-161-0/+2
* target-mips: Correct 32-bit address space wrappingMaciej W. Rozycki2014-12-161-5/+14
* target-mips: Tighten ISA level checksMaciej W. Rozycki2014-12-161-9/+98
* target-mips: Fix CP0.Config3.ISAOnExc write accessesMaciej W. Rozycki2014-12-161-2/+6
* target-mips: Output CP0.Config2-5 in the register dumpMaciej W. Rozycki2014-12-161-0/+4
* target-mips: Fix the 64-bit case for microMIPS MOVE16 and MOVEPMaciej W. Rozycki2014-12-161-3/+3
* target-mips: Correct MIPS16/microMIPS branch size calculationMaciej W. Rozycki2014-12-161-1/+2
* target-mips: Fix formatting in `decode_opc'Maciej W. Rozycki2014-12-161-5/+8
* target-mips: Fix formatting in `decode_extended_mips16_opc'Maciej W. Rozycki2014-12-161-1/+1
* target-mips: fix multiple TCG registers covering same dataYongbok Kim2014-11-071-5/+3
* mips: Ensure PC update with MTC0 single-steppingMaciej W. Rozycki2014-11-071-1/+1
* target-mips: fix for missing delay slot in BC1EQZ and BC1NEZLeon Alrae2014-11-071-0/+1
* mips: Respect CP0.Status.CU1 for microMIPS FP branchesMaciej W. Rozycki2014-11-071-2/+7
* target-mips: add MSA MI10 format instructionsYongbok Kim2014-11-031-1/+48
* target-mips: add MSA 2RF format instructionsYongbok Kim2014-11-031-0/+74
* target-mips: add MSA VEC/2R format instructionsYongbok Kim2014-11-031-0/+113
* target-mips: add MSA 3RF format instructionsYongbok Kim2014-11-031-0/+163
* target-mips: add MSA ELM format instructionsYongbok Kim2014-11-031-0/+118
* target-mips: add MSA 3R format instructionsYongbok Kim2014-11-031-0/+242
* target-mips: add MSA BIT format instructionsYongbok Kim2014-11-031-0/+88
* target-mips: add MSA I5 format instructionYongbok Kim2014-11-031-0/+77
* target-mips: add MSA I8 format instructionsYongbok Kim2014-11-031-2/+80
* target-mips: add MSA branch instructionsYongbok Kim2014-11-031-114/+220
* target-mips: add msa_reset(), global msa registerYongbok Kim2014-11-031-0/+56
* target-mips: add MSA opcode enumYongbok Kim2014-11-031-0/+245
* target-mips: stop translation after ctc1Yongbok Kim2014-11-031-0/+6
* target-mips: correctly handle access to unimplemented CP0 registerLeon Alrae2014-11-031-278/+260
* target-mips: implement forbidden slotLeon Alrae2014-11-031-35/+74
* target-mips: add Config5.SBRILeon Alrae2014-11-031-1/+23
* target-mips: add BadInstr and BadInstrP supportLeon Alrae2014-11-031-6/+70
* target-mips: add TLBINV supportLeon Alrae2014-11-031-0/+22
* target-mips: update PageGrain and m{t,f}c0 EntryLo{0,1}Leon Alrae2014-11-031-2/+24
* target-mips: add KScratch registersLeon Alrae2014-11-031-0/+44
* target-mips: Remove unused gen_load_ACX, gen_store_ACX and cpu_ACXPeter Maydell2014-10-141-19/+1
* target-mips/translate.c: Add ifdef guard around check_mips64()Peter Maydell2014-10-141-0/+2
OpenPOWER on IntegriCloud