index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
ppc
/
fpu_helper.c
Age
Commit message (
Expand
)
Author
2021-06-03
target/ppc: overhauled and moved logic of storing fpscr
Bruno Larsen (billionai)
2021-06-03
target/ppc: reduce usage of fpscr_set_rounding_mode
Bruno Larsen (billionai)
2020-12-14
ppc/translate: Raise exceptions after setting the cc
Giuseppe Musacchio
2020-12-14
ppc/translate: Delay NaN checking after comparison
Giuseppe Musacchio
2020-12-14
ppc/translate: Turn the helper macros into functions
Giuseppe Musacchio
2020-12-14
ppc/translate: Fix unordered f64/f128 comparisons
Giuseppe Musacchio
2020-11-15
powerpc tcg: Fix Lesser GPL version number
Chetan Pant
2020-10-28
ppc/: fix some comment spelling errors
zhaolichang
2020-02-21
target/ppc: Fix typo in comments
BALATON Zoltan
2019-10-04
ppc: Use FPSCR defines instead of constants
Paul A. Clarke
2019-08-29
target/ppc: Fix do_float_check_status vs inexact
Richard Henderson
2019-08-29
ppc: Fix xscvdpspn for SNAN
Paul A. Clarke
2019-08-21
ppc: Fix emulated single to double denormalized conversions
Paul A. Clarke
2019-08-21
ppc: Fix emulated INFINITY and NAN conversions
Paul A. Clarke
2019-08-21
ppc: conform to processor User's Manual for xscvdpspn
Paul A. Clarke
2019-08-21
ppc: Add support for 'mffsl' instruction
Paul A. Clarke
2019-07-02
target/ppc: improve VSX_FMADD with new GEN_VSX_HELPER_VSX_MADD macro
Mark Cave-Ayland
2019-07-02
target/ppc: introduce GEN_VSX_HELPER_R2_AB macro to fpu_helper.c
Mark Cave-Ayland
2019-07-02
target/ppc: introduce GEN_VSX_HELPER_R2 macro to fpu_helper.c
Mark Cave-Ayland
2019-07-02
target/ppc: introduce GEN_VSX_HELPER_R3 macro to fpu_helper.c
Mark Cave-Ayland
2019-07-02
target/ppc: introduce GEN_VSX_HELPER_X1 macro to fpu_helper.c
Mark Cave-Ayland
2019-07-02
target/ppc: introduce GEN_VSX_HELPER_X2_AB macro to fpu_helper.c
Mark Cave-Ayland
2019-07-02
target/ppc: introduce GEN_VSX_HELPER_X2 macro to fpu_helper.c
Mark Cave-Ayland
2019-07-02
target/ppc: introduce separate generator and helper for xscvqpdp
Mark Cave-Ayland
2019-07-02
target/ppc: introduce GEN_VSX_HELPER_X3 macro to fpu_helper.c
Mark Cave-Ayland
2019-07-02
target/ppc: introduce separate VSX_CMP macro for xvcmp* instructions
Mark Cave-Ayland
2019-07-02
target/ppc: remove getVSR()/putVSR() from fpu_helper.c
Mark Cave-Ayland
2019-06-10
target/ppc: Use env_cpu, env_archcpu
Richard Henderson
2019-04-26
target/ppc: Style fixes for fpu_helper.c
David Gibson
2018-11-08
target/ppc: Split out float_invalid_cvt
Richard Henderson
2018-11-08
target/ppc: Split out float_invalid_op_div
Richard Henderson
2018-11-08
target/ppc: Split out float_invalid_op_mul
Richard Henderson
2018-11-08
target/ppc: Split out float_invalid_op_addsub
Richard Henderson
2018-11-08
target/ppc: Introduce fp number classification
Richard Henderson
2018-11-08
target/ppc: Remove float_check_status
Richard Henderson
2018-11-08
target/ppc: Split up float_invalid_op_excp
Richard Henderson
2018-08-21
target/ppc: Use non-arithmetic conversions for fp load/store
Richard Henderson
2018-08-21
target/ppc: Honor fpscr_ze semantics and tidy fre, fresqrt
Richard Henderson
2018-08-21
target/ppc: Tidy helper_fsqrt
Richard Henderson
2018-08-21
target/ppc: Tidy helper_fadd, helper_fsub
Richard Henderson
2018-08-21
target/ppc: Tidy helper_fmul
Richard Henderson
2018-08-21
target/ppc: Honor fpscr_ze semantics and tidy fdiv
Richard Henderson
2018-08-21
target/ppc: Enable fp exceptions for user-only
Richard Henderson
2018-07-03
fpu_helper.c: fix setting FPSCR[FI] bit
John Arbuckle
2018-06-21
fpu_helper.c: fix helper_fpscr_clrbit() function
John Arbuckle
2018-05-17
fpu/softfloat: Specialize on snan_bit_is_one
Richard Henderson
2018-02-21
target/*/cpu.h: remove softfloat.h
Alex Bennée
2017-03-06
target/ppc: use helper for excp handling
Nikunj A Dadhania
2017-03-06
target/ppc: fmadd: add macro for updating flags
Nikunj A Dadhania
2017-03-06
target/ppc: fmadd check for excp independently
Nikunj A Dadhania
[next]