aboutsummaryrefslogtreecommitdiff
path: root/target/mips/translate.c
AgeCommit message (Expand)Author
2018-10-29target/mips: Amend MXU ASE overview noteAleksandar Markovic
2018-10-29target/mips: Move MXU_EN check one level higherAleksandar Markovic
2018-10-29target/mips: Add emulation of MXU instructions S32LDD and S32LDDRCraig Janeczek
2018-10-29target/mips: Add emulation of MXU instructions Q8MUL and Q8MULSUCraig Janeczek
2018-10-29target/mips: Add emulation of MXU instruction D16MACCraig Janeczek
2018-10-29target/mips: Add emulation of MXU instruction D16MULCraig Janeczek
2018-10-29target/mips: Add emulation of MXU instruction S8LDDCraig Janeczek
2018-10-29target/mips: Move MUL, S32M2I, S32I2M handling out of main MXU switchAleksandar Markovic
2018-10-29target/mips: Add emulation of MXU instructions S32I2M and S32M2ICraig Janeczek
2018-10-29target/mips: Add emulation of non-MXU MULL within MXU decoding engineCraig Janeczek
2018-10-29target/mips: Add bit encoding for MXU operand getting pattern 'optn3'Craig Janeczek
2018-10-29target/mips: Add bit encoding for MXU operand getting pattern 'optn2'Craig Janeczek
2018-10-29target/mips: Add bit encoding for MXU execute add/sub pattern 'eptn2'Aleksandar Markovic
2018-10-29target/mips: Add bit encoding for MXU accumulate add/sub 2-bit pattern 'aptn2'Craig Janeczek
2018-10-29target/mips: Add bit encoding for MXU accumulate add/sub 1-bit pattern 'aptn1'Aleksandar Markovic
2018-10-29target/mips: Add MXU decoding engineAleksandar Markovic
2018-10-29target/mips: Add and integrate MXU decoding engine placeholderAleksandar Markovic
2018-10-29target/mips: Amend MXU instruction opcodesAleksandar Markovic
2018-10-29target/mips: Introduce MXU registersCraig Janeczek
2018-10-29target/mips: Add two missing breaks for NM_LLWPE and NM_SCWPE decoder casesAleksandar Markovic
2018-10-25target/mips: Implement emulation of nanoMIPS EVA instructionsDimitrije Nikolic
2018-10-25target/mips: Add nanoMIPS CRC32 instruction poolAleksandar Markovic
2018-10-24target/mips: Fix decoding of ALIGN and DALIGN instructionsAleksandar Markovic
2018-10-24target/mips: Fix the title of translate.cAleksandar Markovic
2018-10-24target/mips: Make R5900 DMULT[U], DDIV[U], LL[D] and SC[D] user onlyFredrik Noring
2018-10-24target/mips: Support R5900 MOVN, MOVZ and PREF instructions from MIPS IVFredrik Noring
2018-10-24target/mips: Support R5900 DIV1 and DIVU1 instructionsFredrik Noring
2018-10-24target/mips: Support R5900 MFLO1, MTLO1, MFHI1 and MTHI1 instructionsFredrik Noring
2018-10-24target/mips: Support R5900 three-operand MULT1 and MULTU1 instructionsFredrik Noring
2018-10-24target/mips: Support R5900 three-operand MULT and MULTU instructionsFredrik Noring
2018-10-24target/mips: Add a placeholder for R5900 MMI3 instruction subclassFredrik Noring
2018-10-24target/mips: Add a placeholder for R5900 MMI2 instruction subclassFredrik Noring
2018-10-24target/mips: Add a placeholder for R5900 MMI1 instruction subclassFredrik Noring
2018-10-24target/mips: Add a placeholder for R5900 MMI0 instruction subclassFredrik Noring
2018-10-24target/mips: Add a placeholder for R5900 MMI instruction classFredrik Noring
2018-10-24target/mips: Add a placeholder for R5900 LQFredrik Noring
2018-10-24target/mips: Add a placeholder for R5900 SQ, handle user mode RDHWRFredrik Noring
2018-10-24target/mips: Define R5900 MMI3 opcode constantsFredrik Noring
2018-10-24target/mips: Define R5900 MMI2 opcode constantsFredrik Noring
2018-10-24target/mips: Define R5900 MMI1 opcode constantsFredrik Noring
2018-10-24target/mips: Define R5900 MMI0 opcode constantsFredrik Noring
2018-10-24target/mips: Define R5900 MMI<0|1|2|3> subclasses and opcode constantsFredrik Noring
2018-10-24target/mips: Define R5900 MMI class, and LQ and SQ opcode constantsFredrik Noring
2018-10-24target/mips: Add R5900 Multimedia Instruction overview noteFredrik Noring
2018-10-18target/mips: Add opcodes for nanoMIPS EVA instructionsDimitrije Nikolic
2018-10-18target/mips: Fix misplaced 'break' in handling of NM_SHRA_R_PHStefan Markovic
2018-10-18target/mips: Fix emulation of microMIPS R6 <SELEQZ|SELNEZ>.<D|S>Matthew Fortune
2018-10-18target/mips: Add reset state for PWSize and PWField registersYongbok Kim
2018-10-18target/mips: Add CP0 PWCtl registerYongbok Kim
2018-10-18target/mips: Add CP0 PWSize registerYongbok Kim