summaryrefslogtreecommitdiffstats
path: root/target-ppc/fpu_helper.c
Commit message (Expand)AuthorAgeFilesLines
* target-ppc: Eliminate set_fprf Argument From helper_compute_fprfTom Musta2015-01-071-30/+26
* target-ppc: VXSQRT Should Not Be Set for NaNsTom Musta2015-01-071-12/+17
* target-ppc : Allow fc[tf]id[*] mnemonics for non TARGET_PPC64Pierre Mallard2014-11-041-6/+0
* powerpc: use float64 for frsqrteTristan Gingold2014-06-161-3/+0
* tcg: Invert the inclusion of helper.hRichard Henderson2014-05-281-1/+1
* target-ppc: Correct VSX Integer to FP ConversionTom Musta2014-04-081-24/+13
* target-ppc: Correct VSX FP to Integer ConversionTom Musta2014-04-081-21/+15
* target-ppc: Correct VSX FP to FP ConversionsTom Musta2014-04-081-5/+4
* target-ppc: Correct VSX Scalar ComparesTom Musta2014-04-081-6/+7
* target-ppc: Correct Simple VSR LE Host InversionsTom Musta2014-04-081-190/+190
* target-ppc: Correct LE Host Inversion of Lower VSRsTom Musta2014-04-081-4/+4
* target-ppc: Define Endian-Correct Accessors for VSR Field AccessTom Musta2014-04-081-0/+8
* target-ppc: Bug: VSX Convert to Integer Should TruncateTom Musta2014-04-081-1/+2
* cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas Färber2014-03-131-8/+18
* target-ppc: Fix Compiler Warnings Due to 64-Bit Constants Declared as ULTom Musta2014-03-051-22/+22
* target-ppc: Add ISA 2.06 ftsqrtTom Musta2014-03-051-0/+31
* target-ppc: Add ISA 2.06 ftdiv InstructionTom Musta2014-03-051-10/+46
* target-ppc: Fix and enable fri[mnpz]Tom Musta2014-03-051-7/+11
* target-ppc: Add ISA 2.06 fcfid[u][s] InstructionsTom Musta2014-03-051-9/+19
* target-ppc: Add ISA2.06 Float to Integer InstructionsTom Musta2014-03-051-87/+33
* target-ppc: Scalar Non-Signalling ConversionsTom Musta2014-03-051-0/+16
* target-ppc: Scalar Round to Single PrecisionTom Musta2014-03-051-0/+11
* target-ppc: VSX Stage 4: Add xscvsxdsp and xscvuxdspTom Musta2014-03-051-11/+16
* target-ppc: VSX Stage 4: Add Scalar SP Fused Multiply-AddsTom Musta2014-03-051-29/+53
* target-ppc: VSX Stage 4: add xsrsqrtespTom Musta2014-03-051-4/+9
* target-ppc: VSX Stage 4: Add xssqrtspTom Musta2014-03-051-4/+9
* target-ppc: VSX Stage 4: Add xsrespTom Musta2014-03-051-4/+10
* target-ppc: VSX Stage 4: Add xsdivspTom Musta2014-03-051-4/+9
* target-ppc: VSX Stage 4: Add xsmulspTom Musta2014-03-051-4/+9
* target-ppc: VSX Stage 4: Add xsaddsp and xssubspTom Musta2014-03-051-7/+13
* target-ppc: Add VSX Rounding InstructionsTom Musta2014-03-051-0/+68
* target-ppc: Add VSX ISA2.06 Integer Conversion InstructionsTom Musta2014-03-051-0/+107
* target-ppc: Add VSX Floating Point to Floating Point Conversion InstructionsTom Musta2014-03-051-0/+46
* target-ppc: Add VSX Vector Compare InstructionsTom Musta2014-03-051-0/+57
* target-ppc: Add VSX xmax/xmin InstructionsTom Musta2014-03-051-0/+39
* target-ppc: Add VSX xscmp*dp InstructionsTom Musta2014-03-051-0/+39
* target-ppc: Add VSX ISA2.06 Multiply Add InstructionsTom Musta2014-03-051-0/+100
* target-ppc: Add VSX ISA2.06 xtsqrt InstructionsTom Musta2014-03-051-0/+54
* target-ppc: Add VSX ISA2.06 xtdiv InstructionsTom Musta2014-03-051-0/+67
* target-ppc: Add VSX ISA2.06 xrsqrte InstructionsTom Musta2014-03-051-0/+45
* target-ppc: Add VSX ISA2.06 xsqrt InstructionsTom Musta2014-03-051-0/+44
* target-ppc: Add VSX ISA2.06 xre InstructionsTom Musta2014-03-051-0/+35
* target-ppc: Add VSX ISA2.06 xdiv InstructionsTom Musta2014-03-051-0/+49
* target-ppc: Add VSX ISA2.06 xmul InstructionsTom Musta2014-03-051-0/+47
* target-ppc: Add VSX ISA2.06 xadd/xsub InstructionsTom Musta2014-03-051-0/+50
* target-ppc: General Support for VSX HelpersTom Musta2014-03-051-0/+41
* target-ppc: Add set_fprf Argument to fload_invalid_op_excp()Tom Musta2014-03-051-48/+55
* target-ppc: add support for extended mtfsf/mtfsfi formsAurelien Jarno2013-04-261-10/+7
* target-ppc: optimize fabs, fnabs, fnegAurelien Jarno2013-04-261-31/+0
* powerpc: correctly handle fpu exceptions.Tristan Gingold2013-04-261-11/+12
OpenPOWER on IntegriCloud