summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
* target/mips: Add disassembler support for nanoMIPSAleksandar Markovic2018-10-251-2/+11
* 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
* Merge remote-tracking branch 'remotes/riscv/tags/riscv-for-master-3.1-sf0' in...Peter Maydell2018-10-256-362/+420
|\
| * RISC-V: Update CSR and interrupt definitionsMichael Clark2018-10-173-321/+370
| * RISC-V: Move non-ops from op_helper to cpu_helperMichael Clark2018-10-173-36/+35Star
| * RISC-V: Allow setting and clearing multiple irqsMichael Clark2018-10-172-18/+28
* | Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-oct-2018-part...Peter Maydell2018-10-243-19/+908
|\ \
| * | 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: Define the R5900 CPUFredrik Noring2018-10-241-0/+59
| * | 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
| * | 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: Define R5900 ISA, MMI ASE, and R5900 CPU preprocessor constantsFredrik Noring2018-10-241-0/+3
* | | target/arm: Only flush tlb if ASID changesRichard Henderson2018-10-241-5/+3Star
* | | target/arm: Remove writefn from TTBR0_EL3Richard Henderson2018-10-241-1/+1
* | | target/arm: Reorg NEON VLD/VST single element to one laneRichard Henderson2018-10-241-42/+50
* | | target/arm: Promote consecutive memory ops for aa32Richard Henderson2018-10-241-0/+10
* | | target/arm: Reorg NEON VLD/VST all elementsRichard Henderson2018-10-241-96/+74Star
* | | target/arm: Use gvec for NEON VLD all lanesRichard Henderson2018-10-241-55/+26Star
* | | target/arm: Use gvec for NEON_3R_VTST_VCEQ, NEON_3R_VCGT, NEON_3R_VCGERichard Henderson2018-10-243-61/+60Star
* | | target/arm: Use gvec for NEON_3R_VMLRichard Henderson2018-10-243-122/+120Star
* | | target/arm: Use gvec for VSRI, VSLIRichard Henderson2018-10-243-219/+179Star
* | | target/arm: Use gvec for VSRARichard Henderson2018-10-243-117/+130
* | | target/arm: Use gvec for VSHR, VSHLRichard Henderson2018-10-241-22/+48
* | | target/arm: Use gvec for NEON_3R_VMULRichard Henderson2018-10-241-16/+15Star
* | | target/arm: Use gvec for NEON_2RM_VMN, NEON_2RM_VNEGRichard Henderson2018-10-241-8/+8
* | | target/arm: Use gvec for NEON_3R_VADD_VSUB insnsRichard Henderson2018-10-241-19/+10Star
* | | target/arm: Use gvec for NEON_3R_LOGIC insnsRichard Henderson2018-10-243-105/+124
* | | target/arm: Use gvec for NEON VMOV, VMVN, VBIC & VORR (immediate)Richard Henderson2018-10-241-25/+36
* | | target/arm: Use gvec for NEON VDUPRichard Henderson2018-10-241-27/+36
* | | target/arm: Mark some arrays constRichard Henderson2018-10-241-2/+2