aboutsummaryrefslogtreecommitdiffstats
path: root/target-sparc/vis_helper.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-22target-sparc: Fix mixup of uint64 and uint64_tAndreas Färber1-1/+1
2011-10-26target-sparc: Implement FALIGNDATA inline.Richard Henderson1-12/+0
2011-10-26target-sparc: Implement BMASK/BSHUFFLE.Richard Henderson1-0/+29
2011-10-26target-sparc: Implement ALIGNADDR* inline.Richard Henderson1-11/+0
2011-10-26target-sparc: Implement fpack{16,32,fix}.Richard Henderson1-0/+64
2011-10-26target-sparc: Implement PDIST.Richard Henderson1-0/+21
2011-10-26target-sparc: Make FPU/VIS helpers const when possible.Richard Henderson1-19/+16
2011-10-26target-sparc: Pass float64 parameters instead of dt0/1 temporaries.Richard Henderson1-59/+54
2011-10-23Sparc: avoid AREG0 for float and VIS opsBlue Swirl1-19/+22
2011-10-23Sparc: split FPU and VIS op helpersBlue Swirl1-0/+403