summaryrefslogtreecommitdiffstats
path: root/target/arm/helper-a64.c
Commit message (Expand)AuthorAgeFilesLines
* target/arm: Check NaN mode before silencing NaNJoe Komlodi2021-07-021-3/+9
* target/arm: Add wrapper macros for accessing tbflagsRichard Henderson2021-04-301-1/+1
* target/arm: Speed up aarch64 TBL/TBXRichard Henderson2021-03-051-32/+0Star
* exec: Use cpu_untagged_addr in g2h; split out g2h_untaggedRichard Henderson2021-02-161-2/+2
* target/arm: Support AA32 DIT by moving PSTATE_SS from cpsr into env->pstateRebecca Cran2021-02-111-4/+23
* target/arm: use arm_is_el2_enabled() where applicableRémi Denis-Courmont2021-01-191-7/+1Star
* arm tcg cpus: Fix Lesser GPL version numberChetan Pant2020-11-151-1/+1
* target/arm: Remove local definitions of float constantsPeter Maydell2020-09-011-11/+0Star
* target/arm: Simplify DC_ZVARichard Henderson2020-06-261-70/+26Star
* target/arm: Move helper_dc_zva to helper-a64.cRichard Henderson2020-03-051-0/+91
* target/arm: Apply TBI to ESR_ELx in helper_exception_returnRichard Henderson2020-03-051-1/+22
* target/arm: Introduce aarch64_pstate_valid_maskRichard Henderson2020-02-131-0/+1
* target/arm: Use aarch32_cpsr_valid_mask in helper_exception_returnRichard Henderson2020-02-131-2/+3
* target/arm: Update arm_sctlr for VHERichard Henderson2020-02-071-1/+1
* tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé2020-01-161-1/+1
* target/arm: Rebuild hflags at EL changesRichard Henderson2019-10-241-0/+3
* Clean up inclusion of sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+0Star
* Include qemu/main-loop.h lessMarkus Armbruster2019-08-161-0/+1
* tcg: Introduce set/clear_helper_retaddrRichard Henderson2019-07-141-4/+4
* target/arm: Use env_cpu, env_archcpuRichard Henderson2019-06-101-2/+2
* target/arm: Split helper_msr_i_pstate into 3Richard Henderson2019-03-051-0/+30
* target/arm: Fix int128_make128 lo, hi order in paired_cmpxchg64_beCatherine Ho2019-02-151-2/+2
* target/arm: Add new_pc argument to helper_exception_returnRichard Henderson2019-01-211-5/+5
* target/arm: Move helper_exception_return to helper-a64.cRichard Henderson2019-01-211-0/+155
* target/arm: Check HAVE_CMPXCHG128 at translate timeRichard Henderson2018-10-191-12/+4Star
* target/arm: Convert to HAVE_CMPXCHG128Richard Henderson2018-10-191-127/+134
* tcg: Fix helper function vs host abi for float16Richard Henderson2018-05-311-17/+18
* target/arm: Honour FPCR.FZ in FRECPXPeter Maydell2018-05-311-0/+6
* target/arm: Remove floatX_maybe_silence_nan from conversionsRichard Henderson2018-05-181-1/+0Star
* target/arm: Use floatX_silence_nan when we have already checked for SNaNRichard Henderson2018-05-181-3/+3
* target/arm: Implement FCMP for fp16Alex Bennée2018-05-151-0/+10
* target/arm: Implement CAS and CASPRichard Henderson2018-05-101-0/+43
* arm/translate-a64: add FP16 FSQRT to simd_two_reg_misc_fp16Alex Bennée2018-03-011-0/+13
* arm/translate-a64: add FP16 FRCPX to simd_two_reg_misc_fp16Alex Bennée2018-03-011-0/+29
* arm/translate-a64: add FCVTxx to simd_two_reg_misc_fp16Alex Bennée2018-03-011-0/+32
* arm/translate-a64: add FP16 FPRINTx to simd_two_reg_misc_fp16Alex Bennée2018-03-011-0/+22
* arm/translate-a64: add FP16 x2 ops for simd_indexedAlex Bennée2018-03-011-1/+45
* arm/translate-a64: add FP16 FR[ECP/SQRT]S to simd_three_reg_same_fp16Alex Bennée2018-03-011-0/+34
* arm/translate-a64: add FP16 FMULA/X/S to simd_three_reg_same_fp16Alex Bennée2018-03-011-0/+24
* arm/translate-a64: add FP16 F[A]C[EQ/GE/GT] to simd_three_reg_same_fp16Alex Bennée2018-03-011-0/+49
* arm/translate-a64: add FP16 FADD/FABD/FSUB/FMUL/FDIV to simd_three_reg_same_fp16Alex Bennée2018-03-011-0/+4
* arm/translate-a64: implement half-precision F(MIN|MAX)(V|NMV)Alex Bennée2018-03-011-0/+18
* target/*/cpu.h: remove softfloat.hAlex Bennée2018-02-211-0/+1
* target/arm: Add aa{32, 64}_vfp_{dreg, qreg} helpersRichard Henderson2018-01-251-2/+3
* target/arm: Fix stlxp for aarch64_beMichael Weiser2018-01-111-2/+5
* target/arm: Fix GETPC usage in do_paired_cmpxchg64_l/beRichard Henderson2017-11-151-8/+6Star
* target/arm: Use helper_retaddr in stxp helpersRichard Henderson2017-11-151-0/+6
* target/arm: check CF_PARALLEL instead of parallel_cpusEmilio G. Cota2017-10-241-6/+32
* target-arm: Use clrsb helperRichard Henderson2017-01-101-10/+0Star
* target-arm: Use clz opcodeRichard Henderson2017-01-101-10/+0Star