aboutsummaryrefslogtreecommitdiff
path: root/target/arm/helper-a64.c
AgeCommit message (Expand)Author
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
2018-03-01arm/translate-a64: add FP16 FMULA/X/S to simd_three_reg_same_fp16Alex Bennée
2018-03-01arm/translate-a64: add FP16 F[A]C[EQ/GE/GT] to simd_three_reg_same_fp16Alex Bennée
2018-03-01arm/translate-a64: add FP16 FADD/FABD/FSUB/FMUL/FDIV to simd_three_reg_same_fp16Alex Bennée
2018-03-01arm/translate-a64: implement half-precision F(MIN|MAX)(V|NMV)Alex Bennée
2018-02-21target/*/cpu.h: remove softfloat.hAlex Bennée
2018-01-25target/arm: Add aa{32, 64}_vfp_{dreg, qreg} helpersRichard Henderson
2018-01-11target/arm: Fix stlxp for aarch64_beMichael Weiser
2017-11-15target/arm: Fix GETPC usage in do_paired_cmpxchg64_l/beRichard Henderson
2017-11-15target/arm: Use helper_retaddr in stxp helpersRichard Henderson
2017-10-24target/arm: check CF_PARALLEL instead of parallel_cpusEmilio G. Cota
2017-01-10target-arm: Use clrsb helperRichard Henderson
2017-01-10target-arm: Use clz opcodeRichard Henderson
2016-12-20Move target-* CPU file into a target/ folderThomas Huth