aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/powerpc/powerpc64/power8
AgeCommit message (Collapse)AuthorFilesLines
2014-03-31PowerPC: Fix little endian enconding for mfvsrdAdhemerval Zanella5-0/+25
This patch fixes the MFVSRD_R3_V1 macro that encodes 'mfvsrd r3,vs1' (to support old binutils) for little endian.
2014-02-27PowerPC: llround/llroundf POWER8 optimizationAdhemerval Zanella1-0/+47
This patch add a optimized llround/llroundf implementation for POWER8 using the new Move From VSR Doubleword instruction to gains some cycles from FP to GRP register move.
2014-02-27PowerPC: llrint/llrintf POWER8 optimizationAdhemerval Zanella1-0/+45
This patch add a optimized llrint/llrintf implementation for POWER8 using the new Move From VSR Doubleword instruction to gains some cycles from FP to GRP register move.
2014-02-27PowerPC: Optimized finite/finitef for POWER8Adhemerval Zanella2-0/+57
This patch add a optimized finite/finitef implementation for POWER8 using the new Move From VSR Doubleword instruction to gains some cycles from FP to GRP register move.
2014-02-27PowerPC: Optimized isinf/isinff for POWER8Adhemerval Zanella2-0/+62
This patch add a optimized isinf/isinff implementation for POWER8 using the new Move From VSR Doubleword instruction to gains some cycles from FP to GRP register move.
2014-02-27PowerPC: Optimized isnan/isnanf for POWER8Adhemerval Zanella2-0/+54
This patch add a optimized isnan/isnanf implementation for POWER8 using the new Move From VSR Doubleword instruction to gains some cycles from FP to GRP register move.
2013-12-13PowerPC: Adjust multiarch Implies for PowerPC64Adhemerval Zanella3-0/+3
This patch adds Implies files on multiarch folder for POWER chips so multirach is enabled when building with --with-cpu and powerN option.
2013-06-24PowerPC: Enable POWER8 platform sans hwcap bits.Ryan S. Arnold1-0/+2