aboutsummaryrefslogtreecommitdiff
path: root/target/arm/translate-a64.c
AgeCommit message (Expand)Author
2023-02-27target/arm: move translate modules to tcg/Fabiano Rosas
2023-02-04target/arm: Use tcg_gen_atomic_cmpxchg_i128 for CASPRichard Henderson
2023-02-04target/arm: Use tcg_gen_atomic_cmpxchg_i128 for STXPRichard Henderson
2023-02-03target/arm: Implement the HFGITR_EL2.SVC_EL0 and SVC_EL1 trapsPeter Maydell
2023-02-03target/arm: Implement the HFGITR_EL2.ERET trapPeter Maydell
2023-02-03target/arm: Implement FGT trapping infrastructurePeter Maydell
2023-01-23target/arm: Look up ARMCPRegInfo at runtimeRichard Henderson
2023-01-23target/arm/sme: Unify set_pstate() SM/ZA helpers as set_svcr()Richard Henderson
2023-01-23target/arm/sme: Rebuild hflags in set_pstate() helpersRichard Henderson
2023-01-23target/arm/sme: Reorg SME access handling in handle_msr_i()Richard Henderson
2022-10-20target/arm: Enable TARGET_TB_PCRELRichard Henderson
2022-10-20target/arm: Introduce gen_pc_plus_diff for aarch64Richard Henderson
2022-10-20target/arm: Remove gen_exception_internal_insn pc argumentRichard Henderson
2022-10-20target/arm: Change gen_exception_insn* to work on displacementsRichard Henderson
2022-10-20target/arm: Change gen_*set_pc_im to gen_*update_pcRichard Henderson
2022-10-20target/arm: Change gen_goto_tb to work on displacementsRichard Henderson
2022-10-20target/arm: Use probe_access_full for BTIRichard Henderson
2022-10-10target/arm: Fold secure and non-secure a-profile mmu indexesRichard Henderson
2022-10-03accel/tcg: Rename CPUIOTLBEntry to CPUTLBEntryFullRichard Henderson
2022-09-13target/arm: Honour -semihosting-config userspace=onPeter Maydell
2022-09-13semihosting: Allow optional use of semihosting from userspacePeter Maydell
2022-07-18target/arm: Don't set syndrome ISS for loads and stores with writebackPeter Maydell
2022-07-11target/arm: Handle SME in sve_access_checkRichard Henderson
2022-07-11target/arm: Add SME enablement checksRichard Henderson
2022-07-11target/arm: Trap non-streaming usage when Streaming SVE is activeRichard Henderson
2022-07-11target/arm: Add infrastructure for disas_smeRichard Henderson
2022-06-27target/arm: Add SVL to TB flagsRichard Henderson
2022-06-27target/arm: Implement SMSTART, SMSTOPRichard Henderson
2022-06-27target/arm: Add PSTATE.{SM,ZA} to TB flagsRichard Henderson
2022-06-27target/arm: Add ARM_CP_SMERichard Henderson
2022-06-27target/arm: Add SMEEXC_EL to TB flagsRichard Henderson
2022-06-10target/arm: Remove default_exception_elRichard Henderson
2022-06-10target/arm: Remove TBFLAG_ANY.DEBUG_TARGET_ELRichard Henderson
2022-06-10target/arm: Introduce gen_exception_insnRichard Henderson
2022-06-10target/arm: Rename gen_exception_insn to gen_exception_insn_elRichard Henderson
2022-06-10target/arm: Add coproc parameter to syn_fp_access_trapRichard Henderson
2022-06-08target/arm: Rename TBFLAG_A64 ZCR_LEN to VLRichard Henderson
2022-05-30target/arm: Remove aa64_sve check from before disas_sveRichard Henderson
2022-05-19target/arm: Drop unsupported_encoding() macroPeter Maydell
2022-05-19target/arm: Implement FEAT_IDSTPeter Maydell
2022-05-09target/arm: Enable FEAT_DGH for -cpu maxRichard Henderson
2022-05-09target/arm: Implement ESB instructionRichard Henderson
2022-05-05target/arm: Avoid bare abort() or assert(0)Richard Henderson
2022-05-05target/arm: Reorg ARMCPRegInfo type field bitsRichard Henderson
2022-05-05target/arm: Split out cpregs.hRichard Henderson
2022-04-28target/arm: Use tcg_constant in balance of translate-a64.cRichard Henderson
2022-04-28target/arm: Use tcg_constant in 2misc expandersRichard Henderson
2022-04-28target/arm: Use tcg_constant in simd fp/int conversionRichard Henderson
2022-04-28target/arm: Use tcg_constant in simd shift expandersRichard Henderson
2022-04-28target/arm: Use tcg_constant in disas_fp*Richard Henderson