summaryrefslogtreecommitdiffstats
path: root/target/mips/translate.c
Commit message (Expand)AuthorAgeFilesLines
...
* target/mips: Define R5900 MMI class, and LQ and SQ opcode constantsFredrik Noring2018-10-241-0/+40
* target/mips: Add R5900 Multimedia Instruction overview noteFredrik Noring2018-10-241-0/+161
* target/mips: Add opcodes for nanoMIPS EVA instructionsDimitrije Nikolic2018-10-181-0/+34
* target/mips: Fix misplaced 'break' in handling of NM_SHRA_R_PHStefan Markovic2018-10-181-1/+1
* target/mips: Fix emulation of microMIPS R6 <SELEQZ|SELNEZ>.<D|S>Matthew Fortune2018-10-181-8/+8
* target/mips: Add reset state for PWSize and PWField registersYongbok Kim2018-10-181-0/+18
* target/mips: Add CP0 PWCtl registerYongbok Kim2018-10-181-0/+20
* target/mips: Add CP0 PWSize registerYongbok Kim2018-10-181-0/+20
* target/mips: Add CP0 PWField registerYongbok Kim2018-10-181-0/+20
* target/mips: Add CP0 PWBase registerYongbok Kim2018-10-181-0/+33
* target/mips: Add CP0 Config2 to DisasContextStefan Markovic2018-10-181-0/+2
* target/mips: Improve DSP R2/R3-related namingStefan Markovic2018-10-181-92/+92
* target/mips: Add availability control for DSP R3 ASEStefan Markovic2018-10-181-1/+12
* target/mips: Increase 'supported ISAs/ASEs' flag holder sizePhilippe Mathieu-Daudé2018-10-181-3/+3
* target/mips: Add opcode values of MXU ASEAleksandar Markovic2018-10-181-0/+276
* target/mips: Add organizational chart of MXU ASEAleksandar Markovic2018-10-181-0/+155
* target/mips: Add assembler mnemonics list for MXU ASEAleksandar Markovic2018-10-181-0/+88
* target/mips: Add basic description of MXU ASEAleksandar Markovic2018-10-181-0/+20
* target/mips: Add availability control via bit NMSDimitrije Nikolic2018-08-241-2/+45
* target/mips: Add emulation of DSP ASE for nanoMIPS - part 6Stefan Markovic2018-08-241-0/+58
* target/mips: Add emulation of DSP ASE for nanoMIPS - part 5Stefan Markovic2018-08-241-0/+142
* target/mips: Add emulation of DSP ASE for nanoMIPS - part 4Stefan Markovic2018-08-241-0/+363
* target/mips: Add emulation of DSP ASE for nanoMIPS - part 3Stefan Markovic2018-08-241-2/+183
* target/mips: Add emulation of DSP ASE for nanoMIPS - part 2Stefan Markovic2018-08-241-0/+10
* target/mips: Add emulation of DSP ASE for nanoMIPS - part 1Stefan Markovic2018-08-241-0/+554
* target/mips: Implement MT ASE support for nanoMIPSStefan Markovic2018-08-241-2/+83
* target/mips: Fix pre-nanoMIPS MT ASE instructions availability controlAleksandar Rikalo2018-08-241-8/+38
* target/mips: Add emulation of nanoMIPS 32-bit branch instructionsStefan Markovic2018-08-241-0/+428
* target/mips: Implement emulation of nanoMIPS LLWP/SCWP pairAleksandar Rikalo2018-08-241-0/+86
* target/mips: Add CP0 Config3 and Config5 fields to DisasContext structureDimitrije Nikolic2018-08-241-0/+4
* target/mips: Add emulation of nanoMIPS 32-bit load and store instructionsYongbok Kim2018-08-241-0/+277
* target/mips: Implement emulation of nanoMIPS EXTW instructionJames Hogan2018-08-241-17/+36
* target/mips: Implement emulation of nanoMIPS ROTX instructionMatthew Fortune2018-08-241-0/+15
* target/mips: Add emulation of misc nanoMIPS instructions (p_lsx)Yongbok Kim2018-08-241-1/+131
* target/mips: Add emulation of misc nanoMIPS instructions (pool32axf)Yongbok Kim2018-08-241-0/+91
* target/mips: Add emulation of misc nanoMIPS instructions (pool32a0)Yongbok Kim2018-08-241-0/+185
* target/mips: Add emulation of nanoMIPS FP instructionsYongbok Kim2018-08-241-0/+300
* target/mips: Add emulation of nanoMIPS 48-bit instructionsYongbok Kim2018-08-241-1/+65
* target/mips: Add emulation of nanoMIPS instructions MOVE.P and MOVE.PREVYongbok Kim2018-08-241-1/+32
* target/mips: Add emulation of some common nanoMIPS 32-bit instructionsYongbok Kim2018-08-241-1/+267
* target/mips: Add emulation of nanoMIPS 16-bit save and restore instructionsStefan Markovic2018-08-241-0/+83
* target/mips: Add emulation of nanoMIPS 16-bit logic instructionsYongbok Kim2018-08-241-0/+38
* target/mips: Add emulation of nanoMIPS 16-bit load and store instructionsYongbok Kim2018-08-241-0/+96
* target/mips: Add emulation of nanoMIPS 16-bit misc instructionsYongbok Kim2018-08-241-0/+41
* target/mips: Add emulation of nanoMIPS 16-bit shift instructionsYongbok Kim2018-08-241-0/+15
* target/mips: Add emulation of nanoMIPS 16-bit branch instructionsStefan Markovic2018-08-241-0/+158
* target/mips: Add emulation of nanoMIPS 16-bit arithmetic instructionsYongbok Kim2018-08-241-0/+142
* target/mips: Add nanoMIPS decoding and extraction utilitiesAleksandar Markovic2018-08-241-0/+11
* target/mips: Add placeholder and invocation of decode_nanomips_opc()Aleksandar Markovic2018-08-241-1/+17
* target/mips: Prevent switching mode related to Config3 ISA bit for nanoMIPSStefan Markovic2018-08-241-2/+2