summaryrefslogtreecommitdiffstats
path: root/target-arm
Commit message (Expand)AuthorAgeFilesLines
...
* target-arm: Detect tininess before rounding for FP operationsPeter Maydell2011-04-121-0/+4
* target-arm: Handle UNDEF cases for VDUP (scalar)Juha Riihimäki2011-04-121-0/+3
* target-arm: Treat UNPREDICTABLE VTBL, VTBX case as UNDEFPeter Maydell2011-04-121-1/+8
* target-arm: Handle UNDEF cases for Neon 2 register misc formsPeter Maydell2011-04-121-5/+16
* target-arm: Simplify checking of size field in Neon 2reg-misc formsPeter Maydell2011-04-121-76/+179
* target-arm: Handle UNDEF cases for VEXTPeter Maydell2011-04-121-0/+4
* target-arm: Handle UNDEF cases for Neon 2 regs + scalar formsPeter Maydell2011-04-121-10/+27
* target-arm: Handle UNDEF cases for Neon 3-regs-different-widthsPeter Maydell2011-04-121-20/+36
* target-arm: Handle UNDEF cases for Neon invalid modified-immediatesPeter Maydell2011-04-121-0/+10
* target-arm: Collapse VSRI case into VSHL, VSLIPeter Maydell2011-04-121-4/+0
* target-arm: Handle UNDEF cases for Neon "2 regs and shift" insnsPeter Maydell2011-04-121-19/+22
* target-arm: Simplify three-register pairwise codeJuha Riihimäki2011-04-121-11/+8
* target-arm: Handle UNDEF cases for Neon 3-regs-same insnsPeter Maydell2011-04-121-11/+43
* target-arm: Use lookup table for size check on Neon 3-reg-same insnsPeter Maydell2011-04-121-64/+133
* arm: basic support for ARMv4/ARMv4T emulationDmitry Eremin-Solenikov2011-04-103-12/+80
* Fix conversions from pointer to tcg_target_longStefan Weil2011-04-101-1/+1
* target-arm: Make Neon helper routines use correct FP statusPeter Maydell2011-04-041-2/+1
* target-arm: Use global env in iwmmxt_helper.c helpersPeter Maydell2011-04-043-175/+156
* target-arm: Use global env in neon_helper.c helpersPeter Maydell2011-04-043-206/+191
* target-arm/helper.c: For float-int conversion helpers pass ints as intsPeter Maydell2011-04-032-130/+85
* 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: 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/+17
* 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/+5
* 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/+0
* 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/+338
* 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/+1
* 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/+19
* 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
OpenPOWER on IntegriCloud