summaryrefslogtreecommitdiff
path: root/target-arm/neon_helper.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-04Set the right overflow bit for neon 32 and 64 bit saturating add/sub.Christophe Lyon1-0/+89
2011-01-29target-arm: Fix Neon VQ(R)DMULH.S16 instructionsJuha Riihimäki1-1/+2
2011-01-12ARM: add neon helpers for VQSHLUJuha Riihimäki1-0/+47
2010-12-27target-arm: Correct result in saturating cases for VQSHL of s8/16/32Peter Maydell1-3/+12
2010-12-27target-arm: remove pointless else clause in VQSHL of u64Juha Riihimäki1-2/+0
2010-12-27target-arm: Fix VQSHL of signed 64 bit values by shift counts >= 64Peter Maydell1-1/+1
2010-12-27target-arm: Fix VQSHL of signed 64 bit valuesJuha Riihimäki1-1/+1
2009-10-27target-arm: fix neon shift helper functionsJuha Riihimäki1-12/+14
2009-07-27rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela1-1/+1
2009-05-09Fixe ARM NEON vrshl.Paul Brook1-2/+2
2008-04-11Fix few spelling issues in commentsaurel321-1/+1
2008-03-31ARM TCG conversion 15/16.pbrook1-0/+8
2008-03-31ARM TCG conversion 14/16.pbrook1-0/+1449