Age | Commit message (Expand) | Author |
2024-10-29 | target/arm: Store FPSR cumulative exception bits in env->vfp.fpsr | Peter Maydell |
2024-09-05 | target/arm: Allow setting the FPCR.EBF bit for FEAT_EBF16 | Peter Maydell |
2024-07-11 | target/arm: Allow FPCR bits that aren't in FPSCR | Peter Maydell |
2024-07-11 | target/arm: Rename FPSR_MASK and FPCR_MASK and define them symbolically | Peter Maydell |
2024-07-11 | target/arm: Rename FPCR_ QC, NZCV macros to FPSR_ | Peter Maydell |
2024-07-11 | target/arm: Store FPSR and FPCR in separate CPU state fields | Peter Maydell |
2024-07-11 | target/arm: Make vfp_set_fpscr() call vfp_set_{fpcr, fpsr} | Peter Maydell |
2024-07-11 | target/arm: Make vfp_get_fpscr() call vfp_get_{fpcr, fpsr} | Peter Maydell |
2024-07-11 | target/arm: Correct comments about M-profile FPSCR | Peter Maydell |
2024-07-01 | target/arm: Fix FJCVTZS vs flush-to-zero | Richard Henderson |
2024-05-28 | target/arm: Expand vfp neg and abs inline | Richard Henderson |
2023-10-27 | target/arm: Move feature test functions to their own header | Peter Maydell |
2023-07-01 | target/arm: Use float64_to_int32_modulo for FJCVTZS | Richard Henderson |
2023-03-13 | target/arm: Improve arm_rmode_to_sf | Richard Henderson |
2023-03-13 | target/arm: Handle FPROUNDING_ODD in arm_rmode_to_sf | Richard Henderson |
2021-07-02 | target/arm: Check NaN mode before silencing NaN | Joe Komlodi |
2021-06-16 | target/arm: Enable FPSCR.QC bit for MVE | Peter Maydell |
2021-06-03 | target/arm: Implement vector float32 to bfloat16 conversion | Richard Henderson |
2021-06-03 | target/arm: Implement scalar float32 to bfloat16 conversion | Richard Henderson |
2021-06-03 | target/arm: Make FPSCR.LTPSIZE writable for MVE | Peter Maydell |
2020-10-20 | target/arm: Implement FPSCR.LTPSIZE for M-profile LOB extension | Peter Maydell |
2020-10-20 | target/arm: Allow M-profile CPUs with FP16 to set FPSCR.FP16 | Peter Maydell |
2020-10-20 | target/arm: AArch32 VCVT fixed-point to float is always round-to-nearest | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon VRINT-with-specified-rounding-mode | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon VRSQRTS | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon VRECPS | Peter Maydell |
2020-09-01 | target/arm: Implement VFP fp16 VRINT* | Peter Maydell |
2020-09-01 | target/arm: Use macros instead of open-coding fp16 conversion helpers | Peter Maydell |
2020-09-01 | target/arm: Make VFP_CONV_FIX macros take separate float type and float size | Peter Maydell |
2020-09-01 | target/arm: Implement VFP fp16 VCMP | Peter Maydell |
2020-09-01 | target/arm: Implement VFP fp16 for VABS, VNEG, VSQRT | Peter Maydell |
2020-09-01 | target/arm: Implement VFP fp16 for fused-multiply-add | Peter Maydell |
2020-09-01 | target/arm: Implement VFP fp16 VMLA, VMLS, VNMLS, VNMLA, VNMUL | Peter Maydell |
2020-09-01 | target/arm: Implement VFP fp16 for VFP_BINOP operations | Peter Maydell |
2020-09-01 | target/arm: Remove local definitions of float constants | Peter Maydell |
2020-08-24 | target/arm: Implement FPST_STD_F16 fpstatus | Peter Maydell |
2020-05-19 | softfloat: Name compare relation enum | Richard Henderson |
2020-05-19 | softfloat: Name rounding mode enum | Richard Henderson |
2020-05-19 | softfloat: Replace flag with bool | Richard Henderson |
2020-05-14 | target/arm: Move 'env' argument of recps_f32 and rsqrts_f32 helpers to usual ... | Peter Maydell |
2020-05-14 | target/arm: Remove fp_status from helper_{recpe, rsqrte}_u32 | Richard Henderson |
2020-02-21 | target/arm: Add isar_feature_any_fp16 and document naming/usage conventions | Peter Maydell |
2019-12-16 | target/arm: Handle trapping to EL2 of AArch32 VMRS instructions | Marc Zyngier |
2019-07-08 | target/arm/vfp_helper: Call set_fpscr_to_host before updating to FPSCR | Philippe Mathieu-Daudé |
2019-07-01 | target/arm/vfp_helper: Restrict the SoftFloat use to TCG | Philippe Mathieu-Daudé |
2019-07-01 | target/arm/vfp_helper: Extract vfp_set_fpscr_from_host() | Philippe Mathieu-Daudé |
2019-07-01 | target/arm/vfp_helper: Extract vfp_set_fpscr_to_host() | Philippe Mathieu-Daudé |
2019-07-01 | target/arm/vfp_helper: Move code around | Philippe Mathieu-Daudé |
2019-07-01 | target/arm: Fix coding style issues | Philippe Mathieu-Daudé |
2019-07-01 | target/arm: Fix multiline comment syntax | Philippe Mathieu-Daudé |