Age | Commit message (Expand) | Author |
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 |
2017-03-03 | target/ppc: rewrite f[n]m[add,sub] using float64_muladd | Nikunj A Dadhania |
2017-02-22 | target-ppc: Add xscvqpudz and xscvqpuwz instructions | Bharata B Rao |
2017-02-22 | target-ppc: Implement round to odd variants of quad FP instructions | Bharata B Rao |
2017-02-22 | target-ppc: Add xsmaxjdp and xsminjdp instructions | Bharata B Rao |
2017-02-22 | target-ppc: Add xsmaxcdp and xsmincdp instructions | Bharata B Rao |
2017-02-22 | ppc: implement xssubqp instruction | Jose Ricardo Ziviani |
2017-02-22 | ppc: implement xssqrtqp instruction | Jose Ricardo Ziviani |
2017-02-22 | ppc: implement xsrqpxp instruction | Jose Ricardo Ziviani |
2017-02-22 | ppc: implement xsrqpi[x] instruction | Jose Ricardo Ziviani |
2017-02-02 | target-ppc: Add xststdc[sp, dp, qp] instructions | Nikunj A Dadhania |
2017-02-02 | target-ppc: Add xvtstdc[sp,dp] instructions | Nikunj A Dadhania |
2017-01-31 | target-ppc: Add xvcv[hpsp, sphp] instructions | Nikunj A Dadhania |
2017-01-31 | target-ppc: Add xsmulqp instruction | Bharata B Rao |
2017-01-31 | target-ppc: Add xsdivqp instruction | Bharata B Rao |
2017-01-31 | target-ppc: Add xscvsdqp and xscvudqp instructions | Bharata B Rao |
2017-01-31 | target-ppc: Use ppc_vsr_t.f128 in xscmp[o,u,exp]qp | Bharata B Rao |