aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2021-07-09meson: Introduce target-specific KconfigPhilippe Mathieu-Daudé
2021-07-09target/i386: fix exceptions for MOV to DRPaolo Bonzini
2021-07-09target/i386: Added DR6 and DR7 consistency checksLara Lazier
2021-07-09target/i386: Added MSRPM and IOPM size checkLara Lazier
2021-07-06target/i386: Move X86XSaveArea into TCGDavid Edmondson
2021-07-06target/i386: Populate x86_ext_save_areas offsets using cpuid where possibleDavid Edmondson
2021-07-06target/i386: Observe XSAVE state area offsetsDavid Edmondson
2021-07-06target/i386: Make x86_ext_save_areas visible outside cpu.cDavid Edmondson
2021-07-06target/i386: Pass buffer and length to XSAVE helperDavid Edmondson
2021-07-06target/i386: Clarify the padding requirements of X86XSaveAreaDavid Edmondson
2021-07-06target/i386: Consolidate the X86XSaveArea offset checksDavid Edmondson
2021-07-06target/i386: Declare constants for XSAVE offsetsDavid Edmondson
2021-07-04Merge remote-tracking branch 'remotes/philmd/tags/mips-20210702' into stagingPeter Maydell
2021-07-02target/arm: Implement MVE shifts by registerPeter Maydell
2021-07-02target/arm: Implement MVE shifts by immediatePeter Maydell
2021-07-02target/arm: Implement MVE long shifts by registerPeter Maydell
2021-07-02target/arm: Implement MVE long shifts by immediatePeter Maydell
2021-07-02target/arm: Implement MVE VADDLVPeter Maydell
2021-07-02target/arm: Implement MVE VSHLCPeter Maydell
2021-07-02target/arm: Implement MVE saturating narrowing shiftsPeter Maydell
2021-07-02target/arm: Implement MVE VSHRN, VRSHRNPeter Maydell
2021-07-02target/arm: Implement MVE VSRI, VSLIPeter Maydell
2021-07-02target/arm: Implement MVE VSHLLPeter Maydell
2021-07-02target/arm: Implement MVE vector shift right by immediate insnsPeter Maydell
2021-07-02target/arm: Implement MVE vector shift left by immediate insnsPeter Maydell
2021-07-02target/arm: Implement MVE logical immediate insnsPeter Maydell
2021-07-02target/arm: Use dup_const() instead of bitfield_replicate()Peter Maydell
2021-07-02target/arm: Use asimd_imm_const for A64 decodePeter Maydell
2021-07-02target/arm: Make asimd_imm_const() publicPeter Maydell
2021-07-02target/arm: Fix bugs in MVE VRMLALDAVH, VRMLSLDAVHPeter Maydell
2021-07-02target/arm: Fix MVE widening/narrowing VLDR/VSTR offset calculationPeter Maydell
2021-07-02target/arm: Check NaN mode before silencing NaNJoe Komlodi
2021-07-02target/mips: Extract nanoMIPS ISA translation routinesPhilippe Mathieu-Daudé
2021-07-02target/mips: Extract the microMIPS ISA translation routinesPhilippe Mathieu-Daudé
2021-07-02target/mips: Extract Code Compaction ASE translation routinesPhilippe Mathieu-Daudé
2021-07-02target/mips: Add declarations for generic TCG helpersPhilippe Mathieu-Daudé
2021-07-01Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210629' into...Peter Maydell
2021-06-29target/mips: Fix gen_mxu_s32ldd_s32lddrRichard Henderson
2021-06-29target/sh4: Improve swap.b translationRichard Henderson
2021-06-29target/i386: Improve bswap translationRichard Henderson
2021-06-29target/arm: Improve REVSHRichard Henderson
2021-06-29target/arm: Improve vector REVRichard Henderson
2021-06-29target/arm: Improve REV32Richard Henderson
2021-06-29tcg: Add flags argument to tcg_gen_bswap16_*, tcg_gen_bswap32_i64Richard Henderson
2021-06-29target/cris: Do not exit tb for X_FLAG changesRichard Henderson
2021-06-29target/cris: Remove dc->flagx_knownRichard Henderson
2021-06-29target/cris: Improve JMP_INDIRECTRichard Henderson
2021-06-29target/cris: Use tcg_gen_lookup_and_goto_ptrRichard Henderson
2021-06-29target/cris: Add DISAS_DBRANCHRichard Henderson
2021-06-29target/cris: Add DISAS_UPDATE_NEXTRichard Henderson