aboutsummaryrefslogtreecommitdiffstats
path: root/target-arm/neon_helper.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-23Correct spelling of licensedMatthew Fernandez1-1/+1
2011-06-22Revert "target-arm: Use global env in neon_helper.c helpers"Peter Maydell1-70/+74
2011-06-22target-arm: Pass fp status pointer explicitly to neon fp helpersPeter Maydell1-33/+24
2011-05-23target-arm: Signal InvalidOp for Neon GE and GT compares of QNaNPeter Maydell1-22/+18
2011-04-17move helpers.h to helper.hLluís1-1/+1
2011-04-13target-arm: Don't overflow when calculating value for signed VABALPeter Maydell1-17/+21
2011-04-04target-arm: Make Neon helper routines use correct FP statusPeter Maydell1-2/+1
2011-04-04target-arm: Use global env in neon_helper.c helpersPeter Maydell1-74/+70
2011-04-03target-arm: Use new softfloat min/max functions for VMAX, VMINPeter Maydell1-6/+2
2011-04-03target-arm: Correct ABD's handling of negative zeroesPeter Maydell1-3/+1
2011-04-03target-arm: Return right result for Neon comparison with NaNsPeter Maydell1-10/+18
2011-04-03target-arm/neon_helper.c: Use make_float32/float32_val macrosPeter Maydell1-39/+17
2011-02-20target-arm: Fix unsigned VQRSHL by large shift countsPeter Maydell1-3/+34
2011-02-20target-arm: Fix signed VQRSHL by large shift countsPeter Maydell1-3/+31
2011-02-20target-arm: Fix saturated values for Neon right shiftsPeter Maydell1-1/+4
2011-02-20target-arm: fix unsigned 64 bit right shifts.Christophe Lyon1-1/+1
2011-02-20target-arm: Fix unsigned VRSHL.s8 and .s16 right shifts by type widthChristophe Lyon1-1/+1
2011-02-20target-arm: Fix signed VRSHL by large shift countsPeter Maydell1-14/+3
2011-02-20target-arm: Fix rounding constant addition for Neon shiftsChristophe Lyon1-12/+127
2011-02-20target-arm: Move Neon VZIP to helper functionsPeter Maydell1-0/+92
2011-02-20target-arm: Move Neon VUZP to helper functionsPeter Maydell1-0/+94
2011-02-20target-arm: Implement VMULL.P8Peter Maydell1-0/+30
2011-02-10target-arm: Remove stray #include from middle of neon_helper.cPeter Maydell1-1/+0
2011-02-09target-arm: Fix 32 bit signed saturating narrowPeter Maydell1-1/+1
2011-02-09target-arm: Fix VQMOVUN Neon instruction.Juha Riihimäki1-0/+63
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