aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2021-07-02target/arm: Implement MVE shifts by registerpull-target-arm-20210702Peter 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-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
2021-06-29target/cris: Set cpustate_changed for rfe/rfnRichard Henderson
2021-06-29target/cris: Fold unhandled X_FLAG changes into cpustate_changedRichard Henderson
2021-06-29target/cris: Mark static arrays constRichard Henderson
2021-06-29target/cris: Mark helper_raise_exception noreturnRichard Henderson
2021-06-29target/cris: Convert to TranslatorOpsRichard Henderson
2021-06-29target/cris: Fix use_goto_tbRichard Henderson
2021-06-29target/cris: Mark exceptions as DISAS_NORETURNRichard Henderson
2021-06-29target/cris: Replace DISAS_TB_JUMP with DISAS_NORETURNRichard Henderson
2021-06-29target/cris: Remove DISAS_SWIRichard Henderson
2021-06-29target/cris: Add DisasContextBase to DisasContextRichard Henderson
2021-06-29target/avr: Convert to TranslatorOpsRichard Henderson
2021-06-29target/avr: Change ctx to DisasContext* in gen_intermediate_codeRichard Henderson
2021-06-29target/avr: Add DisasContextBase to DisasContextRichard Henderson
2021-06-29target/nios2: Use pc_next for pc + 4Richard Henderson
2021-06-29target/nios2: Inline handle_instructionRichard Henderson
2021-06-29target/nios2: Clean up goto in handle_instructionRichard Henderson
2021-06-29target/nios2: Remove assignment to env in handle_instructionRichard Henderson