aboutsummaryrefslogtreecommitdiff
path: root/target/mips/translate.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-14target/mips: reimplement SC instruction emulation and use cmpxchgLeon Alrae1-81/+42
2019-02-14target/mips: compare virtual addresses in LL/SC sequenceLeon Alrae1-2/+2
2019-01-24target/mips: nanoMIPS: Fix branch handlingStefan Markovic1-0/+12
2019-01-24target/mips: Extend gen_scwp() functionality to support EVAAleksandar Markovic1-4/+6
2019-01-24target/mips: Correct the second argument type of cpu_supports_isa()Aleksandar Markovic1-1/+1
2019-01-24target/mips: nanoMIPS: Rename macros for extracting 3-bit-coded GPR numbersAleksandar Markovic1-13/+13
2019-01-24target/mips: nanoMIPS: Remove an unused macroAleksandar Markovic1-1/+0
2019-01-24target/mips: nanoMIPS: Remove duplicate macro definitionsAleksandar Markovic1-10/+0
2019-01-18target/mips: Introduce 32 R5900 multimedia registersFredrik Noring1-0/+16
2019-01-18target/mips: Rename 'rn' to 'register_name'Aleksandar Markovic1-426/+432
2019-01-18target/mips: Amend preprocessor constants for CP0 registersAleksandar Markovic1-138/+138
2019-01-18target/mips: Provide R/W access to SAARI and SAAR CP0 registersYongbok Kim1-4/+62
2019-01-18target/mips: Use preprocessor constants for 32 major CP0 registersAleksandar Markovic1-136/+136
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini1-1/+1
2019-01-03target/mips: Support R5900 three-operand MADD1 and MADDU1 instructionsFredrik Noring1-3/+9
2019-01-03target/mips: Support R5900 three-operand MADD and MADDU instructionsPhilippe Mathieu-Daudé1-5/+53
2019-01-03target/mips: MXU: Add handler for an align instructionAleksandar Markovic1-3/+194
2019-01-03target/mips: MXU: Add handlers for max/min instructionsAleksandar Markovic1-21/+279
2019-01-03target/mips: MXU: Add handlers for logic instructionsAleksandar Markovic1-34/+205
2019-01-03target/mips: MXU: Improve the comment containing MXU overviewAleksandar Markovic1-30/+44
2019-01-03target/mips: MXU: Add generic naming for optn2 constantsAleksandar Markovic1-0/+5
2019-01-03target/mips: MXU: Add missing opcodes/decoding for LX* instructionsAleksandar Markovic1-38/+102
2018-11-17target/mips: Rename MMI-related functionsAleksandar Markovic1-16/+16
2018-11-17target/mips: Rename MMI-related opcodesAleksandar Markovic1-236/+236
2018-11-17target/mips: Rename MMI-related masksAleksandar Markovic1-10/+10
2018-11-17target/mips: Guard check_insn with INSN_R5900 checkFredrik Noring1-3/+6
2018-11-17target/mips: Guard check_insn_opc_user_only with INSN_R5900 checkFredrik Noring1-4/+12
2018-11-17target/mips: Fix decoding mechanism of special R5900 opcodesFredrik Noring1-4/+50
2018-11-17target/mips: Fix decoding mechanism of R5900 DIV1 and DIVU1Fredrik Noring1-6/+59
2018-11-17target/mips: Fix decoding mechanism of R5900 MFLO1, MFHI1, MTLO1 and MTHI1Fredrik Noring1-11/+40
2018-10-29target/mips: Amend MXU ASE overview noteAleksandar Markovic1-10/+74
2018-10-29target/mips: Move MXU_EN check one level higherAleksandar Markovic1-271/+238
2018-10-29target/mips: Add emulation of MXU instructions S32LDD and S32LDDRCraig Janeczek1-7/+47
2018-10-29target/mips: Add emulation of MXU instructions Q8MUL and Q8MULSUCraig Janeczek1-7/+94
2018-10-29target/mips: Add emulation of MXU instruction D16MACCraig Janeczek1-3/+87
2018-10-29target/mips: Add emulation of MXU instruction D16MULCraig Janeczek1-3/+63
2018-10-29target/mips: Add emulation of MXU instruction S8LDDCraig Janeczek1-3/+87
2018-10-29target/mips: Move MUL, S32M2I, S32I2M handling out of main MXU switchAleksandar Markovic1-18/+23
2018-10-29target/mips: Add emulation of MXU instructions S32I2M and S32M2ICraig Janeczek1-6/+85
2018-10-29target/mips: Add emulation of non-MXU MULL within MXU decoding engineCraig Janeczek1-1/+18
2018-10-29target/mips: Add bit encoding for MXU operand getting pattern 'optn3'Craig Janeczek1-0/+10
2018-10-29target/mips: Add bit encoding for MXU operand getting pattern 'optn2'Craig Janeczek1-0/+6
2018-10-29target/mips: Add bit encoding for MXU execute add/sub pattern 'eptn2'Aleksandar Markovic1-0/+6
2018-10-29target/mips: Add bit encoding for MXU accumulate add/sub 2-bit pattern 'aptn2'Craig Janeczek1-0/+6
2018-10-29target/mips: Add bit encoding for MXU accumulate add/sub 1-bit pattern 'aptn1'Aleksandar Markovic1-0/+6
2018-10-29target/mips: Add MXU decoding engineAleksandar Markovic1-2/+1141
2018-10-29target/mips: Add and integrate MXU decoding engine placeholderAleksandar Markovic1-0/+8
2018-10-29target/mips: Amend MXU instruction opcodesAleksandar Markovic1-91/+69
2018-10-29target/mips: Introduce MXU registersCraig Janeczek1-0/+20
2018-10-29target/mips: Add two missing breaks for NM_LLWPE and NM_SCWPE decoder casesAleksandar Markovic1-0/+2