aboutsummaryrefslogtreecommitdiff
path: root/target/arm/vfp_helper.c
AgeCommit message (Expand)Author
2020-10-20target/arm: Implement FPSCR.LTPSIZE for M-profile LOB extensionpull-target-arm-20201020-1Peter Maydell
2020-10-20target/arm: Allow M-profile CPUs with FP16 to set FPSCR.FP16Peter Maydell
2020-10-20target/arm: AArch32 VCVT fixed-point to float is always round-to-nearestPeter Maydell
2020-09-01target/arm: Implement fp16 for Neon VRINT-with-specified-rounding-modePeter Maydell
2020-09-01target/arm: Implement fp16 for Neon VRSQRTSPeter Maydell
2020-09-01target/arm: Implement fp16 for Neon VRECPSPeter Maydell
2020-09-01target/arm: Implement VFP fp16 VRINT*Peter Maydell
2020-09-01target/arm: Use macros instead of open-coding fp16 conversion helpersPeter Maydell
2020-09-01target/arm: Make VFP_CONV_FIX macros take separate float type and float sizePeter Maydell
2020-09-01target/arm: Implement VFP fp16 VCMPPeter Maydell
2020-09-01target/arm: Implement VFP fp16 for VABS, VNEG, VSQRTPeter Maydell
2020-09-01target/arm: Implement VFP fp16 for fused-multiply-addPeter Maydell
2020-09-01target/arm: Implement VFP fp16 VMLA, VMLS, VNMLS, VNMLA, VNMULPeter Maydell
2020-09-01target/arm: Implement VFP fp16 for VFP_BINOP operationsPeter Maydell
2020-09-01target/arm: Remove local definitions of float constantsPeter Maydell
2020-08-24target/arm: Implement FPST_STD_F16 fpstatusPeter Maydell
2020-05-19softfloat: Name compare relation enumRichard Henderson
2020-05-19softfloat: Name rounding mode enumRichard Henderson
2020-05-19softfloat: Replace flag with boolRichard Henderson
2020-05-14target/arm: Move 'env' argument of recps_f32 and rsqrts_f32 helpers to usual ...Peter Maydell
2020-05-14target/arm: Remove fp_status from helper_{recpe, rsqrte}_u32Richard Henderson
2020-02-21target/arm: Add isar_feature_any_fp16 and document naming/usage conventionsPeter Maydell
2019-12-16target/arm: Handle trapping to EL2 of AArch32 VMRS instructionsMarc Zyngier
2019-07-08target/arm/vfp_helper: Call set_fpscr_to_host before updating to FPSCRpull-target-arm-20190708Philippe Mathieu-Daudé
2019-07-01target/arm/vfp_helper: Restrict the SoftFloat use to TCGPhilippe Mathieu-Daudé
2019-07-01target/arm/vfp_helper: Extract vfp_set_fpscr_from_host()Philippe Mathieu-Daudé
2019-07-01target/arm/vfp_helper: Extract vfp_set_fpscr_to_host()Philippe Mathieu-Daudé
2019-07-01target/arm/vfp_helper: Move code aroundPhilippe Mathieu-Daudé
2019-07-01target/arm: Fix coding style issuesPhilippe Mathieu-Daudé
2019-07-01target/arm: Fix multiline comment syntaxPhilippe Mathieu-Daudé
2019-06-10target/arm: Use env_cpu, env_archcpuRichard Henderson
2019-04-29target/arm: Make sure M-profile FPSCR RES0 bits are not settablePeter Maydell
2019-03-05target/arm: Implement ARMv8.5-FRINTRichard Henderson
2019-02-21target/arm: Implement ARMv8.3-JSConvRichard Henderson
2019-02-21target/arm: Split out vfp_helper.cRichard Henderson