summaryrefslogtreecommitdiff
path: root/target-ppc/int_helper.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-05target-ppc: Add ISA 2.06 divwe[o] InstructionsTom Musta1-0/+32
2014-03-05target-ppc: Add ISA 2.06 divweu[o] InstructionsTom Musta1-0/+31
2014-03-05target-ppc: Add ISA2.06 divde[o] InstructionsTom Musta1-0/+23
2014-03-05target-ppc: Add ISA2.06 divdeu[o] InstructionsTom Musta1-0/+27
2014-03-05target-ppc: Add ISA2.06 bpermd InstructionTom Musta1-0/+20
2013-04-26target-ppc: emulate cmpb instructionAurelien Jarno1-0/+15
2013-02-23target-ppc: Split out SO, OV, CA fields from XERRichard Henderson1-23/+15
2013-02-23target-ppc: Use mul*2 in mulh* insnsRichard Henderson1-18/+0
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-10-04target-ppc: get rid of the HANDLE_NAN{1, 2, 3} macrosAurelien Jarno1-21/+0
2012-10-04target-ppc: use the softfloat float32_muladd functionAurelien Jarno1-43/+14
2012-10-04target-ppc: use the softfloat min/max functionsAurelien Jarno1-21/+2
2012-10-04target-ppc: simplify NaN propagation for vector functionsAurelien Jarno1-19/+7
2012-06-24ppc: Make hbrev table constBlue Swirl1-1/+1
2012-06-24ppc: Avoid AREG0 for integer and vector helpersBlue Swirl1-47/+73
2012-06-24ppc: Split integer and vector opsBlue Swirl1-0/+1538