aboutsummaryrefslogtreecommitdiff
path: root/target/arm/translate-vfp.inc.c
AgeCommit message (Expand)Author
2020-05-04target/arm/translate-vfp.inc.c: Remove duplicate simd_r32 checkPeter Maydell
2020-02-28target/arm: Split VMINMAXNM decodeRichard Henderson
2020-02-28target/arm: Split VFM decodeRichard Henderson
2020-02-28target/arm: Move VLLDM and VLSTM to vfp.decodeRichard Henderson
2020-02-28target/arm: Replace ARM_FEATURE_VFP4 with isar_feature_aa32_simdfmacRichard Henderson
2020-02-28target/arm: Add missing checks for fpsp_v2Richard Henderson
2020-02-28target/arm: Replace ARM_FEATURE_VFP3 checks with fp{sp, dp}_v3Richard Henderson
2020-02-28target/arm: Perform fpdp_v2 check firstRichard Henderson
2020-02-28target/arm: Rename isar_feature_aa32_fpdp_v2Richard Henderson
2020-02-21target/arm: Rename isar_feature_aa32_simd_r32Richard Henderson
2019-12-16target/arm: Handle trapping to EL2 of AArch32 VMRS instructionsMarc Zyngier
2019-11-01target/arm: Allow reading flags from FPSCR for M-profileChristophe Lyon
2019-09-03target/arm: Free TCG temps in trans_VMOV_64_sp()Peter Maydell
2019-09-03target/arm: Factor out unallocated_encoding for aarch32Richard Henderson
2019-09-03Revert "target/arm: Use unallocated_encoding for aarch32"Richard Henderson
2019-08-16target/arm: Use unallocated_encoding for aarch32Richard Henderson
2019-08-16target/arm: Replace offset with pc in gen_exception_insnRichard Henderson
2019-08-16target/arm: Introduce add_reg_for_litRichard Henderson
2019-07-04target/arm: Correct VMOV_imm_dp handling of short vectorsPeter Maydell
2019-06-18target/arm: Check for dp support for dp VFM, not spPeter Maydell
2019-06-17target/arm: Only implement doubles if the FPU supports themPeter Maydell
2019-06-17target/arm: Fix typos in trans function prototypesPeter Maydell
2019-06-17target/arm: Use vfp_expand_imm() for AArch32 VFP VMOV_immPeter Maydell
2019-06-17target/arm: Move vfp_expand_imm() to translate.[ch]Peter Maydell
2019-06-13target/arm: Fix short-vector increment behaviourPeter Maydell
2019-06-13target/arm: Convert float-to-integer VCVT insns to decodetreePeter Maydell
2019-06-13target/arm: Convert VCVT fp/fixed-point conversion insns to decodetreePeter Maydell
2019-06-13target/arm: Convert VJCVT to decodetreePeter Maydell
2019-06-13target/arm: Convert integer-to-float insns to decodetreePeter Maydell
2019-06-13target/arm: Convert double-single precision conversion insns to decodetreePeter Maydell
2019-06-13target/arm: Convert VFP round insns to decodetreePeter Maydell
2019-06-13target/arm: Convert the VCVT-to-f16 insns to decodetreePeter Maydell
2019-06-13target/arm: Convert the VCVT-from-f16 insns to decodetreePeter Maydell
2019-06-13target/arm: Convert VFP comparison insns to decodetreePeter Maydell
2019-06-13target/arm: Convert VMOV (register) to decodetreePeter Maydell
2019-06-13target/arm: Convert VSQRT to decodetreePeter Maydell
2019-06-13target/arm: Convert VNEG to decodetreePeter Maydell
2019-06-13target/arm: Convert VABS to decodetreePeter Maydell
2019-06-13target/arm: Convert VMOV (imm) to decodetreePeter Maydell
2019-06-13target/arm: Convert VFP fused multiply-add insns to decodetreePeter Maydell
2019-06-13target/arm: Convert VDIV to decodetreePeter Maydell
2019-06-13target/arm: Convert VSUB to decodetreePeter Maydell
2019-06-13target/arm: Convert VADD to decodetreePeter Maydell
2019-06-13target/arm: Convert VNMUL to decodetreePeter Maydell
2019-06-13target/arm: Convert VMUL to decodetreePeter Maydell
2019-06-13target/arm: Convert VFP VNMLA to decodetreePeter Maydell
2019-06-13target/arm: Convert VFP VNMLS to decodetreePeter Maydell
2019-06-13target/arm: Convert VFP VMLS to decodetreePeter Maydell
2019-06-13target/arm: Convert VFP VMLA to decodetreePeter Maydell
2019-06-13target/arm: Remove VLDR/VSTR/VLDM/VSTM use of cpu_F0s and cpu_F0dPeter Maydell