aboutsummaryrefslogtreecommitdiff
path: root/target-arm/neon_helper.c
AgeCommit message (Expand)Author
2014-01-08target-arm: Use VFP_BINOP macro for min, max, minnum, maxnumPeter Maydell
2012-12-19exec: move include files to include/exec/Paolo Bonzini
2012-10-24target-arm: Use TCG operation for Neon 64 bit negationPeter Maydell
2012-10-19target-arm/neon_helper: Remove obsolete FIXME commentPeter Maydell
2012-08-10target-arm: Fix typos in commentsPeter Maydell
2012-05-10target-arm: When setting FPSCR.QC, don't clear other FPSCR bitsMatt Craighead
2012-03-14target-arm: Don't overuse CPUStateAndreas Färber
2011-07-23Correct spelling of licensedMatthew Fernandez
2011-06-22Revert "target-arm: Use global env in neon_helper.c helpers"Peter Maydell
2011-06-22target-arm: Pass fp status pointer explicitly to neon fp helpersPeter Maydell
2011-05-23target-arm: Signal InvalidOp for Neon GE and GT compares of QNaNPeter Maydell
2011-04-17move helpers.h to helper.hLluís
2011-04-13target-arm: Don't overflow when calculating value for signed VABALPeter Maydell
2011-04-04target-arm: Make Neon helper routines use correct FP statusPeter Maydell
2011-04-04target-arm: Use global env in neon_helper.c helpersPeter Maydell
2011-04-03target-arm: Use new softfloat min/max functions for VMAX, VMINPeter Maydell
2011-04-03target-arm: Correct ABD's handling of negative zeroesPeter Maydell
2011-04-03target-arm: Return right result for Neon comparison with NaNsPeter Maydell
2011-04-03target-arm/neon_helper.c: Use make_float32/float32_val macrosPeter Maydell
2011-02-20target-arm: Fix unsigned VQRSHL by large shift countsPeter Maydell
2011-02-20target-arm: Fix signed VQRSHL by large shift countsPeter Maydell
2011-02-20target-arm: Fix saturated values for Neon right shiftsPeter Maydell
2011-02-20target-arm: fix unsigned 64 bit right shifts.Christophe Lyon
2011-02-20target-arm: Fix unsigned VRSHL.s8 and .s16 right shifts by type widthChristophe Lyon
2011-02-20target-arm: Fix signed VRSHL by large shift countsPeter Maydell
2011-02-20target-arm: Fix rounding constant addition for Neon shiftsChristophe Lyon
2011-02-20target-arm: Move Neon VZIP to helper functionsPeter Maydell
2011-02-20target-arm: Move Neon VUZP to helper functionsPeter Maydell
2011-02-20target-arm: Implement VMULL.P8Peter Maydell
2011-02-10target-arm: Remove stray #include from middle of neon_helper.cPeter Maydell
2011-02-09target-arm: Fix 32 bit signed saturating narrowPeter Maydell
2011-02-09target-arm: Fix VQMOVUN Neon instruction.Juha Riihimäki
2011-02-04Set the right overflow bit for neon 32 and 64 bit saturating add/sub.Christophe Lyon
2011-01-29target-arm: Fix Neon VQ(R)DMULH.S16 instructionsJuha Riihimäki
2011-01-12ARM: add neon helpers for VQSHLUJuha Riihimäki
2010-12-27target-arm: Correct result in saturating cases for VQSHL of s8/16/32Peter Maydell
2010-12-27target-arm: remove pointless else clause in VQSHL of u64Juha Riihimäki
2010-12-27target-arm: Fix VQSHL of signed 64 bit values by shift counts >= 64Peter Maydell
2010-12-27target-arm: Fix VQSHL of signed 64 bit valuesJuha Riihimäki
2009-10-27target-arm: fix neon shift helper functionsJuha Riihimäki
2009-07-27rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela
2009-05-09Fixe ARM NEON vrshl.Paul Brook
2008-04-11Fix few spelling issues in commentsaurel32
2008-03-31ARM TCG conversion 15/16.pbrook
2008-03-31ARM TCG conversion 14/16.pbrook