summaryrefslogtreecommitdiff
path: root/target-ppc
AgeCommit message (Expand)AuthorFilesLines
2014-03-05target-ppc: Add ISA2.06 lfiwzx InstructionTom Musta1-0/+15
2014-03-05target-ppc: Enable frsqrtes on Power7 and Power8Tom Musta1-0/+3
2014-03-05target-ppc: Add ISA 2.06 ftsqrtTom Musta3-0/+42
2014-03-05target-ppc: Add ISA 2.06 ftdiv InstructionTom Musta3-10/+61
2014-03-05target-ppc: Add Flag for Power ISA V2.06 Floating Point Test InstructionsTom Musta2-4/+9
2014-03-05target-ppc: Fix and enable fri[mnpz]Tom Musta2-7/+14
2014-03-05target-ppc: Add ISA 2.06 fcfid[u][s] InstructionsTom Musta3-9/+31
2014-03-05target-ppc: Add ISA2.06 Float to Integer InstructionsTom Musta3-87/+49
2014-03-05target-ppc: Add Flag for ISA V2.06 Floating Point ConversionTom Musta2-4/+7
2014-03-05target-ppc: Add ISA 2.06 stbcx. and sthcx. InstructionsTom Musta1-47/+44
2014-03-05target-ppc: Add ISA2.06 lbarx, lharx InstructionsTom Musta1-26/+24
2014-03-05target-ppc: Add Flag for ISA2.06 Atomic InstructionsTom Musta2-4/+10
2014-03-05target-ppc: Add ISA 2.06 divwe[o] InstructionsTom Musta3-0/+37
2014-03-05target-ppc: Add ISA 2.06 divweu[o] InstructionsTom Musta3-0/+37
2014-03-05target-ppc: Add ISA2.06 divde[o] InstructionsTom Musta3-1/+28
2014-03-05target-ppc: Add ISA2.06 divdeu[o] InstructionsTom Musta3-0/+49
2014-03-05target-ppc: Add Flag for ISA2.06 Divide Extended InstructionsTom Musta2-4/+7
2014-03-05target-ppc: Add ISA2.06 bpermd InstructionTom Musta5-5/+41
2014-03-05target-ppc: Scalar Non-Signalling ConversionsTom Musta3-0/+22
2014-03-05target-ppc: Scalar Round to Single PrecisionTom Musta3-0/+29
2014-03-05target-ppc: Floating Merge Word InstructionsTom Musta1-0/+28
2014-03-05target-ppc: Move To/From VSR InstructionsTom Musta1-0/+59
2014-03-05target-ppc: VSX Stage 4: Add xxleqv, xxlnand and xxlorcTom Musta1-0/+6
2014-03-05target-ppc: VSX Stage 4: Add xscvsxdsp and xscvuxdspTom Musta3-11/+22
2014-03-05target-ppc: VSX Stage 4: Add Scalar SP Fused Multiply-AddsTom Musta3-29/+77
2014-03-05target-ppc: VSX Stage 4: add xsrsqrtespTom Musta3-4/+12
2014-03-05target-ppc: VSX Stage 4: Add xssqrtspTom Musta3-4/+12
2014-03-05target-ppc: VSX Stage 4: Add xsrespTom Musta3-4/+13
2014-03-05target-ppc: VSX Stage 4: Add xsdivspTom Musta3-4/+12
2014-03-05target-ppc: VSX Stage 4: Add xsmulspTom Musta3-4/+12
2014-03-05target-ppc: VSX Stage 4: Add xsaddsp and xssubspTom Musta3-7/+22
2014-03-05target-ppc: VSX Stage 4: Add stxsiwx and stxsspxTom Musta1-0/+4
2014-03-05target-ppc: VSX Stage 4: Refactor stxsdxTom Musta1-12/+15
2014-03-05target-ppc: VSX Stage 4: Add lxsiwax, lxsiwzx and lxsspxTom Musta1-0/+14
2014-03-05target-ppc: VSX Stage 4: Refactor lxsdxTom Musta1-14/+17
2014-03-05target-ppc: VSX Stage 4: Add VSX 2.07 FlagTom Musta2-2/+4
2014-03-05target-ppc: Add VSX Rounding InstructionsTom Musta3-0/+113
2014-03-05target-ppc: Add VSX ISA2.06 Integer Conversion InstructionsTom Musta3-0/+173
2014-03-05target-ppc: Add VSX Floating Point to Floating Point Conversion InstructionsTom Musta3-0/+58
2014-03-05target-ppc: Add VSX Vector Compare InstructionsTom Musta3-0/+86
2014-03-05target-ppc: Add VSX xmax/xmin InstructionsTom Musta3-0/+57
2014-03-05target-ppc: Add VSX xscmp*dp InstructionsTom Musta3-0/+45
2014-03-05target-ppc: Add VSX ISA2.06 Multiply Add InstructionsTom Musta3-0/+172
2014-03-05target-ppc: Add VSX ISA2.06 xtsqrt InstructionsTom Musta3-0/+63
2014-03-05target-ppc: Add VSX ISA2.06 xtdiv InstructionsTom Musta3-0/+76
2014-03-05target-ppc: Add VSX ISA2.06 xrsqrte InstructionsTom Musta3-0/+54
2014-03-05target-ppc: Add VSX ISA2.06 xsqrt InstructionsTom Musta3-0/+53
2014-03-05target-ppc: Add VSX ISA2.06 xre InstructionsTom Musta3-0/+44
2014-03-05target-ppc: Add VSX ISA2.06 xdiv InstructionsTom Musta3-0/+58
2014-03-05target-ppc: Add VSX ISA2.06 xmul InstructionsTom Musta3-0/+56