summary refs log tree commit diff stats
path: root/target/riscv/fpu_helper.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* riscv: Add support for the Zfa extensionChristoph Müllner2023-07-101-0/+154
* target/riscv: Add support for Zfbfmin extensionWeiwei Li2023-07-101-0/+12
* target/riscv: Fix format for indentationWeiwei Li2023-05-051-12/+12
* target/riscv: Remove helper_set_rod_rounding_modeRichard Henderson2023-01-201-5/+0
* target/riscv: Introduce helper_set_rounding_mode_chkfrmRichard Henderson2023-01-201-0/+37
* target/riscv: add support for zhinx/zhinxminWeiwei Li2022-03-031-44/+45
* target/riscv: add support for zfinxWeiwei Li2022-03-031-44/+45
* target/riscv: add "set round to odd" rounding mode helper functionFrank Chang2021-12-201-0/+5
* target/riscv: introduce floating-point rounding mode enumFrank Chang2021-12-201-6/+6
* target/riscv: zfh: half-precision floating-point classifyKito Cheng2021-12-201-0/+6
* target/riscv: zfh: half-precision floating-point compareKito Cheng2021-12-201-0/+21
* target/riscv: zfh: half-precision convert and moveKito Cheng2021-12-201-0/+67
* target/riscv: zfh: half-precision computationalKito Cheng2021-12-201-0/+86
* target/riscv: change the api for RVF/RVD fmin/fmaxChih-Min Chao2021-10-291-4/+12
* target/riscv: Consolidate RV32/64 32-bit instructionsAlistair Francis2021-05-111-8/+8
* target/riscv: fpu_helper: Match function defs in HELPER macrosAlistair Francis2020-12-171-8/+0
* target/riscv: Check nanboxed inputs to fp helpersRichard Henderson2020-08-211-18/+46
* target/riscv: Generate nanboxed results from fp helpersRichard Henderson2020-08-211-19/+23
* target/riscv: vector floating-point classify instructionsLIU Zhiwei2020-07-021-30/+3
* target/riscv: rationalise softfloat includesAlex Bennée2019-08-191-0/+1
* RISC-V: Use riscv prefix consistently on cpu helpersMichael Clark2019-02-111-3/+3
* Clean up includesMarkus Armbruster2018-12-201-1/+0
* target/riscv: Remove floatX_maybe_silence_nan from conversionsRichard Henderson2018-05-171-4/+2
* RISC-V FPU SupportMichael Clark2018-03-071-0/+373