summaryrefslogtreecommitdiffstats
path: root/target-arm/neon_helper.c
Commit message (Expand)AuthorAgeFilesLines
* target-arm: add support for v8 VMULL.P64 instructionPeter Maydell2014-06-091-0/+30
* tcg: Invert the inclusion of helper.hRichard Henderson2014-05-281-1/+1
* target-arm: A64: Add saturating accumulate ops (USQADD/SUQADD)Alex Bennée2014-03-181-0/+165
* target-arm: A64: Add saturating int ops (SQNEG/SQABS)Alex Bennée2014-03-181-0/+22
* target-arm: A64: Implement remaining 3-same instructionsPeter Maydell2014-02-201-0/+16
* target-arm: A64: Implement 2-reg-misc CNT, NOT and RBITPeter Maydell2014-02-081-0/+12
* target-arm: Use VFP_BINOP macro for min, max, minnum, maxnumPeter Maydell2014-01-081-12/+0
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-1/+1
* target-arm: Use TCG operation for Neon 64 bit negationPeter Maydell2012-10-241-6/+0
* target-arm/neon_helper: Remove obsolete FIXME commentPeter Maydell2012-10-191-1/+0
* target-arm: Fix typos in commentsPeter Maydell2012-08-101-13/+13
* target-arm: When setting FPSCR.QC, don't clear other FPSCR bitsMatt Craighead2012-05-101-1/+1
* target-arm: Don't overuse CPUStateAndreas Färber2012-03-141-44/+44
* Correct spelling of licensedMatthew Fernandez2011-07-231-1/+1
* Revert "target-arm: Use global env in neon_helper.c helpers"Peter Maydell2011-06-221-70/+74
* target-arm: Pass fp status pointer explicitly to neon fp helpersPeter Maydell2011-06-221-33/+24
* target-arm: Signal InvalidOp for Neon GE and GT compares of QNaNPeter Maydell2011-05-231-22/+18
* move helpers.h to helper.hLluís2011-04-171-1/+1
* target-arm: Don't overflow when calculating value for signed VABALPeter Maydell2011-04-131-17/+21
* target-arm: Make Neon helper routines use correct FP statusPeter Maydell2011-04-041-2/+1
* target-arm: Use global env in neon_helper.c helpersPeter Maydell2011-04-041-74/+70
* target-arm: Use new softfloat min/max functions for VMAX, VMINPeter Maydell2011-04-031-6/+2
* target-arm: Correct ABD's handling of negative zeroesPeter Maydell2011-04-031-3/+1
* target-arm: Return right result for Neon comparison with NaNsPeter Maydell2011-04-031-10/+18
* target-arm/neon_helper.c: Use make_float32/float32_val macrosPeter Maydell2011-04-031-39/+17
* target-arm: Fix unsigned VQRSHL by large shift countsPeter Maydell2011-02-201-3/+34
* target-arm: Fix signed VQRSHL by large shift countsPeter Maydell2011-02-201-3/+31
* target-arm: Fix saturated values for Neon right shiftsPeter Maydell2011-02-201-1/+4
* target-arm: fix unsigned 64 bit right shifts.Christophe Lyon2011-02-201-1/+1
* target-arm: Fix unsigned VRSHL.s8 and .s16 right shifts by type widthChristophe Lyon2011-02-201-1/+1
* target-arm: Fix signed VRSHL by large shift countsPeter Maydell2011-02-201-14/+3
* target-arm: Fix rounding constant addition for Neon shiftsChristophe Lyon2011-02-201-12/+127
* target-arm: Move Neon VZIP to helper functionsPeter Maydell2011-02-201-0/+92
* target-arm: Move Neon VUZP to helper functionsPeter Maydell2011-02-201-0/+94
* target-arm: Implement VMULL.P8Peter Maydell2011-02-201-0/+30
* target-arm: Remove stray #include from middle of neon_helper.cPeter Maydell2011-02-101-1/+0
* target-arm: Fix 32 bit signed saturating narrowPeter Maydell2011-02-091-1/+1
* target-arm: Fix VQMOVUN Neon instruction.Juha Riihimäki2011-02-091-0/+63
* Set the right overflow bit for neon 32 and 64 bit saturating add/sub.Christophe Lyon2011-02-041-0/+89
* target-arm: Fix Neon VQ(R)DMULH.S16 instructionsJuha Riihimäki2011-01-291-1/+2
* ARM: add neon helpers for VQSHLUJuha Riihimäki2011-01-121-0/+47
* target-arm: Correct result in saturating cases for VQSHL of s8/16/32Peter Maydell2010-12-271-3/+12
* target-arm: remove pointless else clause in VQSHL of u64Juha Riihimäki2010-12-271-2/+0
* target-arm: Fix VQSHL of signed 64 bit values by shift counts >= 64Peter Maydell2010-12-271-1/+1
* target-arm: Fix VQSHL of signed 64 bit valuesJuha Riihimäki2010-12-271-1/+1
* target-arm: fix neon shift helper functionsJuha Riihimäki2009-10-271-12/+14
* rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela2009-07-271-1/+1
* Fixe ARM NEON vrshl.Paul Brook2009-05-091-2/+2
* Fix few spelling issues in commentsaurel322008-04-111-1/+1
* ARM TCG conversion 15/16.pbrook2008-03-311-0/+8
OpenPOWER on IntegriCloud