summaryrefslogtreecommitdiffstats
path: root/target-arm
Commit message (Expand)AuthorAgeFilesLines
* target-arm/helper.c: For float-int conversion helpers pass ints as intsPeter Maydell2011-04-032-130/+85Star
* target-arm: Use new softfloat min/max functions for VMAX, VMINPeter Maydell2011-04-031-6/+2Star
* target-arm: Correct ABD's handling of negative zeroesPeter Maydell2011-04-031-3/+1Star
* target-arm: Fix VCLE.F32 #0, VCLT.F32 #0 NaN handlingPeter Maydell2011-04-031-6/+12
* 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/+17Star
* target-arm: Don't leak TCG temp for UNDEFs in Neon load/store spacePeter Maydell2011-04-011-2/+6
* target-arm: Fix VLD of single element to all lanesPeter Maydell2011-04-011-25/+59
* target-arm: use make_float32() to make constant floats for VRSQRTSPeter Maydell2011-03-221-6/+5Star
* target-arm: Fix VRECPS edge cases handlingPeter Maydell2011-03-221-3/+8
* target-arm: Fix TCG temporary leaks for scalar VMULLPeter Maydell2011-03-221-0/+2
* target-arm: Set Q bit for overflow in SMUAD and SMLADPeter Maydell2011-03-221-4/+12
* target-arm: Fix GE bits for v6media signed modulo arithmeticPeter Maydell2011-03-221-2/+2
* target-arm: Fix UNDEF cases in Thumb load/storePeter Maydell2011-03-221-11/+18
* inline cpu_halted into sole callerPaolo Bonzini2011-03-131-13/+0Star
* target-arm: Implement a minimal set of cp14 debug registersPeter Maydell2011-03-071-0/+28
* target-arm: Use TCG temporary leak debugging facilitiesPeter Maydell2011-03-071-0/+7
* target-arm: Remove ad-hoc leak checking codePeter Maydell2011-03-071-360/+338Star
* target-arm: Implement cp15 VA->PA translationAdam Lackorzynski2011-03-063-3/+50
* target-arm: Set carry flag correctly for Thumb2 ORNSPeter Maydell2011-03-061-2/+1Star
* target-arm: Handle VMOV between two core and VFP single regsPeter Maydell2011-03-061-5/+5
* target-arm: Don't decode old cp15 WFI instructions on v7 coresPeter Maydell2011-03-061-5/+30
* target-arm: fix support for VRSQRTE.Christophe Lyon2011-02-241-10/+113
* target-arm: fix support for VRECPE.Christophe Lyon2011-02-241-12/+71
* target-arm: Introduce float64_256 and float64_512 constants.Christophe Lyon2011-02-241-0/+5
* target-arm: Fix shift by immediate and narrow where src, dest overlapPeter Maydell2011-02-211-40/+44
* target-arm: Refactor to pull narrowing decode into separate functionPeter Maydell2011-02-211-26/+19Star
* 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 decoding of Neon 64 bit shifts.Christophe Lyon2011-02-201-15/+30
* target-arm: fix Neon VQSHRN and VSHRN.Christophe Lyon2011-02-201-2/+2
* 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/+3Star
* target-arm: Fix rounding constant addition for Neon shiftsChristophe Lyon2011-02-201-12/+127
* target-arm: Move Neon VZIP to helper functionsPeter Maydell2011-02-203-73/+133
* target-arm: Move Neon VUZP to helper functionsPeter Maydell2011-02-203-75/+137
* target-arm: Correct conversion of Thumb Neon dp encodings into ARMJuha Riihimäki2011-02-201-1/+1
* target-arm: Fix Neon VQDMLSL instructionPeter Maydell2011-02-201-8/+14
* target-arm: Refactor handling of VQDMULLPeter Maydell2011-02-201-10/+6Star
* target-arm: Implement VMULL.P8Peter Maydell2011-02-203-2/+35
* arm: drop unused irq-related part of CPUARMStateDmitry Eremin-Solenikov2011-02-111-4/+0Star
* target-arm: Remove stray #include from middle of neon_helper.cPeter Maydell2011-02-101-1/+0Star
* target-arm: Use standard FPSCR for Neon half-precision operationsPeter Maydell2011-02-103-12/+32
* target-arm: Silence NaNs resulting from half-precision conversionsPeter Maydell2011-02-101-2/+10
* softfloat: Add float16 type and float16 NaN handling functionsPeter Maydell2011-02-101-2/+2
* target-arm: implement vsli.64, vsri.64Christophe Lyon2011-02-091-1/+13
* target-arm: fix VSHLL Neon instruction.Christophe Lyon2011-02-091-3/+15
* target-arm: Fix 32 bit signed saturating narrowPeter Maydell2011-02-091-1/+1