summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2018-10-25target/mips: Add disassembler support for nanoMIPSAleksandar Markovic
2018-10-25target/mips: Implement emulation of nanoMIPS EVA instructionsDimitrije Nikolic
2018-10-25target/mips: Add nanoMIPS CRC32 instruction poolAleksandar Markovic
2018-10-25Merge remote-tracking branch 'remotes/riscv/tags/riscv-for-master-3.1-sf0' in...Peter Maydell
2018-10-24Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-oct-2018-part...Peter Maydell
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: Define the R5900 CPUFredrik Noring
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-24target/mips: Define R5900 ISA, MMI ASE, and R5900 CPU preprocessor constantsFredrik Noring
2018-10-24target/arm: Only flush tlb if ASID changesRichard Henderson
2018-10-24target/arm: Remove writefn from TTBR0_EL3Richard Henderson
2018-10-24target/arm: Reorg NEON VLD/VST single element to one laneRichard Henderson
2018-10-24target/arm: Promote consecutive memory ops for aa32Richard Henderson
2018-10-24target/arm: Reorg NEON VLD/VST all elementsRichard Henderson
2018-10-24target/arm: Use gvec for NEON VLD all lanesRichard Henderson
2018-10-24target/arm: Use gvec for NEON_3R_VTST_VCEQ, NEON_3R_VCGT, NEON_3R_VCGERichard Henderson
2018-10-24target/arm: Use gvec for NEON_3R_VMLRichard Henderson
2018-10-24target/arm: Use gvec for VSRI, VSLIRichard Henderson
2018-10-24target/arm: Use gvec for VSRARichard Henderson
2018-10-24target/arm: Use gvec for VSHR, VSHLRichard Henderson
2018-10-24target/arm: Use gvec for NEON_3R_VMULRichard Henderson
2018-10-24target/arm: Use gvec for NEON_2RM_VMN, NEON_2RM_VNEGRichard Henderson
2018-10-24target/arm: Use gvec for NEON_3R_VADD_VSUB insnsRichard Henderson
2018-10-24target/arm: Use gvec for NEON_3R_LOGIC insnsRichard Henderson
2018-10-24target/arm: Use gvec for NEON VMOV, VMVN, VBIC & VORR (immediate)Richard Henderson
2018-10-24target/arm: Use gvec for NEON VDUPRichard Henderson
2018-10-24target/arm: Mark some arrays constRichard Henderson
2018-10-24target/arm: Promote consecutive memory ops for aa64Richard Henderson
2018-10-24target/arm: Use tcg_gen_gvec_dup_i64 for LD[1-4]RRichard Henderson
2018-10-24target/arm: Don't call tcg_clear_temp_countRichard Henderson