aboutsummaryrefslogtreecommitdiff
path: root/target/mips
AgeCommit message (Expand)AuthorFilesLines
2018-08-24target/mips: Add definition of nanoMIPS I7200 CPUStefan Markovic1-0/+39
2018-08-24target/mips: Fix ERET/ERETNC behavior related to ADEL exceptionYongbok Kim1-1/+3
2018-08-24target/mips: Add updating BadInstr and BadInstrX for nanoMIPSStefan Markovic1-0/+16
2018-08-24target/mips: Add availability control via bit NMSDimitrije Nikolic1-2/+45
2018-08-24target/mips: Add emulation of DSP ASE for nanoMIPS - part 6Stefan Markovic1-0/+58
2018-08-24target/mips: Add emulation of DSP ASE for nanoMIPS - part 5Stefan Markovic1-0/+142
2018-08-24target/mips: Add emulation of DSP ASE for nanoMIPS - part 4Stefan Markovic1-0/+363
2018-08-24target/mips: Add emulation of DSP ASE for nanoMIPS - part 3Stefan Markovic1-2/+183
2018-08-24target/mips: Add emulation of DSP ASE for nanoMIPS - part 2Stefan Markovic1-0/+10
2018-08-24target/mips: Add emulation of DSP ASE for nanoMIPS - part 1Stefan Markovic1-0/+554
2018-08-24target/mips: Implement MT ASE support for nanoMIPSStefan Markovic1-2/+83
2018-08-24target/mips: Fix pre-nanoMIPS MT ASE instructions availability controlAleksandar Rikalo1-8/+38
2018-08-24target/mips: Add emulation of nanoMIPS 32-bit branch instructionsStefan Markovic1-0/+428
2018-08-24target/mips: Implement emulation of nanoMIPS LLWP/SCWP pairAleksandar Rikalo2-0/+88
2018-08-24target/mips: Add CP0 Config3 and Config5 fields to DisasContext structureDimitrije Nikolic1-0/+4
2018-08-24target/mips: Add emulation of nanoMIPS 32-bit load and store instructionsYongbok Kim1-0/+277
2018-08-24target/mips: Implement emulation of nanoMIPS EXTW instructionJames Hogan1-17/+36
2018-08-24target/mips: Implement emulation of nanoMIPS ROTX instructionMatthew Fortune3-0/+111
2018-08-24target/mips: Add emulation of misc nanoMIPS instructions (p_lsx)Yongbok Kim1-1/+131
2018-08-24target/mips: Add emulation of misc nanoMIPS instructions (pool32axf)Yongbok Kim1-0/+91
2018-08-24target/mips: Add emulation of misc nanoMIPS instructions (pool32a0)Yongbok Kim1-0/+185
2018-08-24target/mips: Add emulation of nanoMIPS FP instructionsYongbok Kim1-0/+300
2018-08-24target/mips: Add emulation of nanoMIPS 48-bit instructionsYongbok Kim1-1/+65
2018-08-24target/mips: Add emulation of nanoMIPS instructions MOVE.P and MOVE.PREVYongbok Kim1-1/+32
2018-08-24target/mips: Add emulation of some common nanoMIPS 32-bit instructionsYongbok Kim1-1/+267
2018-08-24target/mips: Add emulation of nanoMIPS 16-bit save and restore instructionsStefan Markovic1-0/+83
2018-08-24target/mips: Add emulation of nanoMIPS 16-bit logic instructionsYongbok Kim1-0/+38
2018-08-24target/mips: Add emulation of nanoMIPS 16-bit load and store instructionsYongbok Kim1-0/+96
2018-08-24target/mips: Add emulation of nanoMIPS 16-bit misc instructionsYongbok Kim1-0/+41
2018-08-24target/mips: Add emulation of nanoMIPS 16-bit shift instructionsYongbok Kim1-0/+15
2018-08-24target/mips: Add emulation of nanoMIPS 16-bit branch instructionsStefan Markovic1-0/+158
2018-08-24target/mips: Add emulation of nanoMIPS 16-bit arithmetic instructionsYongbok Kim1-0/+142
2018-08-24target/mips: Add nanoMIPS decoding and extraction utilitiesAleksandar Markovic1-0/+11
2018-08-24target/mips: Add placeholder and invocation of decode_nanomips_opc()Aleksandar Markovic1-1/+17
2018-08-24target/mips: Prevent switching mode related to Config3 ISA bit for nanoMIPSStefan Markovic1-2/+2
2018-08-24target/mips: Add nanoMIPS DSP ASE opcodesStefan Markovic1-0/+215
2018-08-24target/mips: Add nanoMIPS base instruction set opcodesYongbok Kim1-0/+670
2018-08-24target/mips: Add preprocessor constants for nanoMIPSAleksandar Markovic1-0/+4
2018-08-16target/mips: Check ELPA flag only in some cases of MFHC0 and MTHC0Yongbok Kim1-4/+4
2018-08-16target/mips: Don't update BadVAddr register in Debug ModeYongbok Kim2-4/+12
2018-08-16target/mips: Implement CP0 Config1.WR bit functionalityStefan Markovic1-0/+8
2018-08-16target/mips: Add CP0 BadInstrX registerStefan Markovic3-3/+25
2018-08-16target/mips: Update some CP0 registers bit definitionsAleksandar Markovic1-69/+88
2018-08-16target/mips: Fix two instances of shadow variablesAleksandar Markovic1-2/+2
2018-08-16target/mips: Mark switch fallthroughs with interpretable commentsAleksandar Markovic1-2/+3
2018-08-16target/mips: Avoid case statements formulated by ranges - part 2Aleksandar Rikalo1-7/+71
2018-08-16target/mips: Avoid case statements formulated by ranges - part 1Aleksandar Markovic1-49/+200
2018-06-27target/mips: Fix gdbstub to read/write 64 bit FP registersYongbok Kim1-1/+2
2018-06-27target/mips: Fix data type for offsetYongbok Kim1-4/+4
2018-06-27target/mips: Update gen_flt_ldst()Yongbok Kim1-8/+7