aboutsummaryrefslogtreecommitdiff
path: root/target/arm/helper-a64.c
AgeCommit message (Expand)Author
2023-02-27target/arm: move helpers to tcg/Claudio Fontana
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
2022-04-22target/arm: Change CPUArchState.aarch64 to boolRichard Henderson
2022-02-08arm: force flag recalculation when messing with DAIFAlex Bennée
2022-01-08exec/memop: Adding signedness to quad definitionsFrédéric Pétrot
2021-10-13target/arm: Use cpu_*_mmu instead of helper_*_mmuRichard Henderson
2021-10-13accel/tcg: Move cpu_atomic decls to exec/cpu_ldst.hRichard Henderson
2021-10-13target/arm: Use MO_128 for 16 byte atomicsRichard Henderson
2021-10-05tcg: Rename TCGMemOpIdx to MemOpIdxRichard Henderson
2021-09-13target/arm: Take an exception if PSTATE.IL is setPeter Maydell
2021-07-21tcg: Rename helper_atomic_*_mmu and provide for user-onlyRichard Henderson
2021-07-02target/arm: Check NaN mode before silencing NaNJoe Komlodi
2021-04-30target/arm: Add wrapper macros for accessing tbflagsRichard Henderson
2021-03-05target/arm: Speed up aarch64 TBL/TBXRichard Henderson
2021-02-16exec: Use cpu_untagged_addr in g2h; split out g2h_untaggedRichard Henderson
2021-02-11target/arm: Support AA32 DIT by moving PSTATE_SS from cpsr into env->pstateRebecca Cran
2021-01-19target/arm: use arm_is_el2_enabled() where applicableRémi Denis-Courmont
2020-11-15arm tcg cpus: Fix Lesser GPL version numberChetan Pant
2020-09-01target/arm: Remove local definitions of float constantsPeter Maydell
2020-06-26target/arm: Simplify DC_ZVARichard Henderson
2020-03-05target/arm: Move helper_dc_zva to helper-a64.cRichard Henderson
2020-03-05target/arm: Apply TBI to ESR_ELx in helper_exception_returnRichard Henderson
2020-02-13target/arm: Introduce aarch64_pstate_valid_maskRichard Henderson
2020-02-13target/arm: Use aarch32_cpsr_valid_mask in helper_exception_returnRichard Henderson
2020-02-07target/arm: Update arm_sctlr for VHERichard Henderson
2020-01-15tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé
2019-10-24target/arm: Rebuild hflags at EL changesRichard Henderson
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
2019-07-14tcg: Introduce set/clear_helper_retaddrRichard Henderson
2019-06-10target/arm: Use env_cpu, env_archcpuRichard Henderson
2019-03-05target/arm: Split helper_msr_i_pstate into 3Richard Henderson
2019-02-15target/arm: Fix int128_make128 lo, hi order in paired_cmpxchg64_beCatherine Ho
2019-01-21target/arm: Add new_pc argument to helper_exception_returnRichard Henderson
2019-01-21target/arm: Move helper_exception_return to helper-a64.cRichard Henderson
2018-10-18target/arm: Check HAVE_CMPXCHG128 at translate timeRichard Henderson
2018-10-18target/arm: Convert to HAVE_CMPXCHG128Richard Henderson
2018-05-31tcg: Fix helper function vs host abi for float16Richard Henderson
2018-05-31target/arm: Honour FPCR.FZ in FRECPXPeter Maydell
2018-05-17target/arm: Remove floatX_maybe_silence_nan from conversionsRichard Henderson
2018-05-17target/arm: Use floatX_silence_nan when we have already checked for SNaNRichard Henderson
2018-05-15target/arm: Implement FCMP for fp16Alex Bennée
2018-05-10target/arm: Implement CAS and CASPRichard Henderson
2018-03-01arm/translate-a64: add FP16 FSQRT to simd_two_reg_misc_fp16Alex Bennée
2018-03-01arm/translate-a64: add FP16 FRCPX to simd_two_reg_misc_fp16Alex Bennée
2018-03-01arm/translate-a64: add FCVTxx to simd_two_reg_misc_fp16Alex Bennée
2018-03-01arm/translate-a64: add FP16 FPRINTx to simd_two_reg_misc_fp16Alex Bennée
2018-03-01arm/translate-a64: add FP16 x2 ops for simd_indexedAlex Bennée
2018-03-01arm/translate-a64: add FP16 FR[ECP/SQRT]S to simd_three_reg_same_fp16Alex Bennée