aboutsummaryrefslogtreecommitdiff
path: root/target-arm
AgeCommit message (Expand)Author
2011-04-04target-arm: Make Neon helper routines use correct FP statusPeter Maydell
2011-04-04target-arm: Use global env in iwmmxt_helper.c helpersPeter Maydell
2011-04-04target-arm: Use global env in neon_helper.c helpersPeter Maydell
2011-04-03target-arm/helper.c: For float-int conversion helpers pass ints as intsPeter 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: Fix VCLE.F32 #0, VCLT.F32 #0 NaN handlingPeter 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-04-01target-arm: Don't leak TCG temp for UNDEFs in Neon load/store spacePeter Maydell
2011-04-01target-arm: Fix VLD of single element to all lanesPeter Maydell
2011-03-22target-arm: use make_float32() to make constant floats for VRSQRTSPeter Maydell
2011-03-22target-arm: Fix VRECPS edge cases handlingPeter Maydell
2011-03-22target-arm: Fix TCG temporary leaks for scalar VMULLPeter Maydell
2011-03-22target-arm: Set Q bit for overflow in SMUAD and SMLADPeter Maydell
2011-03-22target-arm: Fix GE bits for v6media signed modulo arithmeticPeter Maydell
2011-03-22target-arm: Fix UNDEF cases in Thumb load/storePeter Maydell
2011-03-13inline cpu_halted into sole callerPaolo Bonzini
2011-03-07target-arm: Implement a minimal set of cp14 debug registersPeter Maydell
2011-03-07target-arm: Use TCG temporary leak debugging facilitiesPeter Maydell
2011-03-07target-arm: Remove ad-hoc leak checking codePeter Maydell
2011-03-06target-arm: Implement cp15 VA->PA translationAdam Lackorzynski
2011-03-06target-arm: Set carry flag correctly for Thumb2 ORNSPeter Maydell
2011-03-06target-arm: Handle VMOV between two core and VFP single regsPeter Maydell
2011-03-06target-arm: Don't decode old cp15 WFI instructions on v7 coresPeter Maydell
2011-02-24target-arm: fix support for VRSQRTE.Christophe Lyon
2011-02-24target-arm: fix support for VRECPE.Christophe Lyon
2011-02-24target-arm: Introduce float64_256 and float64_512 constants.Christophe Lyon
2011-02-21target-arm: Fix shift by immediate and narrow where src, dest overlapPeter Maydell
2011-02-21target-arm: Refactor to pull narrowing decode into separate functionPeter 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 decoding of Neon 64 bit shifts.Christophe Lyon
2011-02-20target-arm: fix Neon VQSHRN and VSHRN.Christophe Lyon
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: Correct conversion of Thumb Neon dp encodings into ARMJuha Riihimäki
2011-02-20target-arm: Fix Neon VQDMLSL instructionPeter Maydell
2011-02-20target-arm: Refactor handling of VQDMULLPeter Maydell
2011-02-20target-arm: Implement VMULL.P8Peter Maydell
2011-02-11arm: drop unused irq-related part of CPUARMStateDmitry Eremin-Solenikov
2011-02-10target-arm: Remove stray #include from middle of neon_helper.cPeter Maydell
2011-02-10target-arm: Use standard FPSCR for Neon half-precision operationsPeter Maydell
2011-02-10target-arm: Silence NaNs resulting from half-precision conversionsPeter Maydell
2011-02-10softfloat: Add float16 type and float16 NaN handling functionsPeter Maydell