aboutsummaryrefslogtreecommitdiff
path: root/target/mips
AgeCommit message (Expand)Author
2018-08-24target/mips: Add definition of nanoMIPS I7200 CPUStefan Markovic
2018-08-24target/mips: Fix ERET/ERETNC behavior related to ADEL exceptionYongbok Kim
2018-08-24target/mips: Add updating BadInstr and BadInstrX for nanoMIPSStefan Markovic
2018-08-24target/mips: Add availability control via bit NMSDimitrije Nikolic
2018-08-24target/mips: Add emulation of DSP ASE for nanoMIPS - part 6Stefan Markovic
2018-08-24target/mips: Add emulation of DSP ASE for nanoMIPS - part 5Stefan Markovic
2018-08-24target/mips: Add emulation of DSP ASE for nanoMIPS - part 4Stefan Markovic
2018-08-24target/mips: Add emulation of DSP ASE for nanoMIPS - part 3Stefan Markovic
2018-08-24target/mips: Add emulation of DSP ASE for nanoMIPS - part 2Stefan Markovic
2018-08-24target/mips: Add emulation of DSP ASE for nanoMIPS - part 1Stefan Markovic
2018-08-24target/mips: Implement MT ASE support for nanoMIPSStefan Markovic
2018-08-24target/mips: Fix pre-nanoMIPS MT ASE instructions availability controlAleksandar Rikalo
2018-08-24target/mips: Add emulation of nanoMIPS 32-bit branch instructionsStefan Markovic
2018-08-24target/mips: Implement emulation of nanoMIPS LLWP/SCWP pairAleksandar Rikalo
2018-08-24target/mips: Add CP0 Config3 and Config5 fields to DisasContext structureDimitrije Nikolic
2018-08-24target/mips: Add emulation of nanoMIPS 32-bit load and store instructionsYongbok Kim
2018-08-24target/mips: Implement emulation of nanoMIPS EXTW instructionJames Hogan
2018-08-24target/mips: Implement emulation of nanoMIPS ROTX instructionMatthew Fortune
2018-08-24target/mips: Add emulation of misc nanoMIPS instructions (p_lsx)Yongbok Kim
2018-08-24target/mips: Add emulation of misc nanoMIPS instructions (pool32axf)Yongbok Kim
2018-08-24target/mips: Add emulation of misc nanoMIPS instructions (pool32a0)Yongbok Kim
2018-08-24target/mips: Add emulation of nanoMIPS FP instructionsYongbok Kim
2018-08-24target/mips: Add emulation of nanoMIPS 48-bit instructionsYongbok Kim
2018-08-24target/mips: Add emulation of nanoMIPS instructions MOVE.P and MOVE.PREVYongbok Kim
2018-08-24target/mips: Add emulation of some common nanoMIPS 32-bit instructionsYongbok Kim
2018-08-24target/mips: Add emulation of nanoMIPS 16-bit save and restore instructionsStefan Markovic
2018-08-24target/mips: Add emulation of nanoMIPS 16-bit logic instructionsYongbok Kim
2018-08-24target/mips: Add emulation of nanoMIPS 16-bit load and store instructionsYongbok Kim
2018-08-24target/mips: Add emulation of nanoMIPS 16-bit misc instructionsYongbok Kim
2018-08-24target/mips: Add emulation of nanoMIPS 16-bit shift instructionsYongbok Kim
2018-08-24target/mips: Add emulation of nanoMIPS 16-bit branch instructionsStefan Markovic
2018-08-24target/mips: Add emulation of nanoMIPS 16-bit arithmetic instructionsYongbok Kim
2018-08-24target/mips: Add nanoMIPS decoding and extraction utilitiesAleksandar Markovic
2018-08-24target/mips: Add placeholder and invocation of decode_nanomips_opc()Aleksandar Markovic
2018-08-24target/mips: Prevent switching mode related to Config3 ISA bit for nanoMIPSStefan Markovic
2018-08-24target/mips: Add nanoMIPS DSP ASE opcodesStefan Markovic
2018-08-24target/mips: Add nanoMIPS base instruction set opcodesYongbok Kim
2018-08-24target/mips: Add preprocessor constants for nanoMIPSAleksandar Markovic
2018-08-16target/mips: Check ELPA flag only in some cases of MFHC0 and MTHC0Yongbok Kim
2018-08-16target/mips: Don't update BadVAddr register in Debug ModeYongbok Kim
2018-08-16target/mips: Implement CP0 Config1.WR bit functionalityStefan Markovic
2018-08-16target/mips: Add CP0 BadInstrX registerStefan Markovic
2018-08-16target/mips: Update some CP0 registers bit definitionsAleksandar Markovic
2018-08-16target/mips: Fix two instances of shadow variablesAleksandar Markovic
2018-08-16target/mips: Mark switch fallthroughs with interpretable commentsAleksandar Markovic
2018-08-16target/mips: Avoid case statements formulated by ranges - part 2Aleksandar Rikalo
2018-08-16target/mips: Avoid case statements formulated by ranges - part 1Aleksandar Markovic
2018-06-27target/mips: Fix gdbstub to read/write 64 bit FP registersYongbok Kim
2018-06-27target/mips: Fix data type for offsetYongbok Kim
2018-06-27target/mips: Update gen_flt_ldst()Yongbok Kim