summaryrefslogtreecommitdiffstats
path: root/target/mips/translate.c
Commit message (Expand)AuthorAgeFilesLines
* target/mips: Rename MMI-related functionsAleksandar Markovic2018-11-171-16/+16
* target/mips: Rename MMI-related opcodesAleksandar Markovic2018-11-171-236/+236
* target/mips: Rename MMI-related masksAleksandar Markovic2018-11-171-10/+10
* target/mips: Guard check_insn with INSN_R5900 checkFredrik Noring2018-11-171-3/+6
* target/mips: Guard check_insn_opc_user_only with INSN_R5900 checkFredrik Noring2018-11-171-4/+12
* target/mips: Fix decoding mechanism of special R5900 opcodesFredrik Noring2018-11-171-4/+50
* target/mips: Fix decoding mechanism of R5900 DIV1 and DIVU1Fredrik Noring2018-11-171-6/+59
* target/mips: Fix decoding mechanism of R5900 MFLO1, MFHI1, MTLO1 and MTHI1Fredrik Noring2018-11-171-11/+40
* target/mips: Amend MXU ASE overview noteAleksandar Markovic2018-10-291-10/+74
* target/mips: Move MXU_EN check one level higherAleksandar Markovic2018-10-291-271/+238Star
* target/mips: Add emulation of MXU instructions S32LDD and S32LDDRCraig Janeczek2018-10-291-7/+47
* target/mips: Add emulation of MXU instructions Q8MUL and Q8MULSUCraig Janeczek2018-10-291-7/+94
* target/mips: Add emulation of MXU instruction D16MACCraig Janeczek2018-10-291-3/+87
* target/mips: Add emulation of MXU instruction D16MULCraig Janeczek2018-10-291-3/+63
* target/mips: Add emulation of MXU instruction S8LDDCraig Janeczek2018-10-291-3/+87
* target/mips: Move MUL, S32M2I, S32I2M handling out of main MXU switchAleksandar Markovic2018-10-291-18/+23
* target/mips: Add emulation of MXU instructions S32I2M and S32M2ICraig Janeczek2018-10-291-6/+85
* target/mips: Add emulation of non-MXU MULL within MXU decoding engineCraig Janeczek2018-10-291-1/+18
* target/mips: Add bit encoding for MXU operand getting pattern 'optn3'Craig Janeczek2018-10-291-0/+10
* target/mips: Add bit encoding for MXU operand getting pattern 'optn2'Craig Janeczek2018-10-291-0/+6
* target/mips: Add bit encoding for MXU execute add/sub pattern 'eptn2'Aleksandar Markovic2018-10-291-0/+6
* target/mips: Add bit encoding for MXU accumulate add/sub 2-bit pattern 'aptn2'Craig Janeczek2018-10-291-0/+6
* target/mips: Add bit encoding for MXU accumulate add/sub 1-bit pattern 'aptn1'Aleksandar Markovic2018-10-291-0/+6
* target/mips: Add MXU decoding engineAleksandar Markovic2018-10-291-2/+1141
* target/mips: Add and integrate MXU decoding engine placeholderAleksandar Markovic2018-10-291-0/+8
* target/mips: Amend MXU instruction opcodesAleksandar Markovic2018-10-291-91/+69Star
* target/mips: Introduce MXU registersCraig Janeczek2018-10-291-0/+20
* target/mips: Add two missing breaks for NM_LLWPE and NM_SCWPE decoder casesAleksandar Markovic2018-10-291-0/+2
* target/mips: Implement emulation of nanoMIPS EVA instructionsDimitrije Nikolic2018-10-251-0/+128
* target/mips: Add nanoMIPS CRC32 instruction poolAleksandar Markovic2018-10-251-0/+10
* target/mips: Fix decoding of ALIGN and DALIGN instructionsAleksandar Markovic2018-10-241-8/+32
* target/mips: Fix the title of translate.cAleksandar Markovic2018-10-241-1/+1
* target/mips: Make R5900 DMULT[U], DDIV[U], LL[D] and SC[D] user onlyFredrik Noring2018-10-241-1/+22
* target/mips: Support R5900 MOVN, MOVZ and PREF instructions from MIPS IVFredrik Noring2018-10-241-2/+3
* target/mips: Support R5900 DIV1 and DIVU1 instructionsFredrik Noring2018-10-241-3/+9
* target/mips: Support R5900 MFLO1, MTLO1, MFHI1 and MTHI1 instructionsFredrik Noring2018-10-241-6/+17
* target/mips: Support R5900 three-operand MULT1 and MULTU1 instructionsFredrik Noring2018-10-241-3/+14
* target/mips: Support R5900 three-operand MULT and MULTU instructionsFredrik Noring2018-10-241-0/+74
* target/mips: Add a placeholder for R5900 MMI3 instruction subclassFredrik Noring2018-10-241-1/+30
* target/mips: Add a placeholder for R5900 MMI2 instruction subclassFredrik Noring2018-10-241-1/+39
* target/mips: Add a placeholder for R5900 MMI1 instruction subclassFredrik Noring2018-10-241-1/+35
* target/mips: Add a placeholder for R5900 MMI0 instruction subclassFredrik Noring2018-10-241-1/+42
* target/mips: Add a placeholder for R5900 MMI instruction classFredrik Noring2018-10-241-1/+44
* target/mips: Add a placeholder for R5900 LQFredrik Noring2018-10-241-2/+11
* target/mips: Add a placeholder for R5900 SQ, handle user mode RDHWRFredrik Noring2018-10-241-1/+52
* target/mips: Define R5900 MMI3 opcode constantsFredrik Noring2018-10-241-0/+39
* target/mips: Define R5900 MMI2 opcode constantsFredrik Noring2018-10-241-0/+48
* target/mips: Define R5900 MMI1 opcode constantsFredrik Noring2018-10-241-0/+44
* target/mips: Define R5900 MMI0 opcode constantsFredrik Noring2018-10-241-0/+51
* target/mips: Define R5900 MMI<0|1|2|3> subclasses and opcode constantsFredrik Noring2018-10-241-0/+51