aboutsummaryrefslogtreecommitdiff
path: root/target/riscv/fpu_helper.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-26target/riscv: Fix froundnx.h nanbox checkBranislav Brzak1-1/+1
2023-07-10riscv: Add support for the Zfa extensionChristoph Müllner1-0/+154
2023-07-10target/riscv: Add support for Zfbfmin extensionWeiwei Li1-0/+12
2023-05-05target/riscv: Fix format for indentationWeiwei Li1-12/+12
2023-01-20target/riscv: Remove helper_set_rod_rounding_modeRichard Henderson1-5/+0
2023-01-20target/riscv: Introduce helper_set_rounding_mode_chkfrmRichard Henderson1-0/+37
2022-03-03target/riscv: add support for zhinx/zhinxminWeiwei Li1-44/+45
2022-03-03target/riscv: add support for zfinxWeiwei Li1-44/+45
2021-12-20target/riscv: add "set round to odd" rounding mode helper functionFrank Chang1-0/+5
2021-12-20target/riscv: introduce floating-point rounding mode enumFrank Chang1-6/+6
2021-12-20target/riscv: zfh: half-precision floating-point classifyKito Cheng1-0/+6
2021-12-20target/riscv: zfh: half-precision floating-point compareKito Cheng1-0/+21
2021-12-20target/riscv: zfh: half-precision convert and moveKito Cheng1-0/+67
2021-12-20target/riscv: zfh: half-precision computationalKito Cheng1-0/+86
2021-10-29target/riscv: change the api for RVF/RVD fmin/fmaxChih-Min Chao1-4/+12
2021-05-11target/riscv: Consolidate RV32/64 32-bit instructionsAlistair Francis1-8/+8
2020-12-17target/riscv: fpu_helper: Match function defs in HELPER macrosAlistair Francis1-8/+0
2020-08-21target/riscv: Check nanboxed inputs to fp helpersRichard Henderson1-18/+46
2020-08-21target/riscv: Generate nanboxed results from fp helpersRichard Henderson1-19/+23
2020-07-02target/riscv: vector floating-point classify instructionsLIU Zhiwei1-30/+3
2019-08-19target/riscv: rationalise softfloat includesAlex Bennée1-0/+1
2019-02-11RISC-V: Use riscv prefix consistently on cpu helpersMichael Clark1-3/+3
2018-12-20Clean up includesMarkus Armbruster1-1/+0
2018-05-17target/riscv: Remove floatX_maybe_silence_nan from conversionsRichard Henderson1-4/+2
2018-03-07RISC-V FPU SupportMichael Clark1-0/+373