summaryrefslogtreecommitdiffstats
path: root/target-arm
Commit message (Expand)AuthorAgeFilesLines
* target-arm/exec.h: Remove unused #define of M0Peter Maydell2011-05-231-2/+0
* target-arm: Signal InvalidOp for Neon GE and GT compares of QNaNPeter Maydell2011-05-231-22/+18
* target-arm: Use correct float status for Neon int-float conversionsPeter Maydell2011-05-233-194/+146
* target-arm: Signal Underflow when denormal flushed to zero on outputPeter Maydell2011-05-231-1/+1
* target-arm: Signal InputDenormal for VRECPE, VRSQRTE, VRECPS, VRSQRTSPeter Maydell2011-05-231-0/+12
* target-arm: Don't set FP exceptions in recip, recip_sqrt estimate fnsPeter Maydell2011-05-231-2/+10
* target-arm: Fix VMLA, VMLS, VNMLS, VNMLA handling of NaNsPeter Maydell2011-05-151-13/+40
* Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2011-05-121-5/+5
|\
| * Fix typos in comments and code (occured -> occurred and related)Stefan Weil2011-05-081-3/+3
| * Fix typos in comments (neccessary -> necessary)Stefan Weil2011-05-081-2/+2
* | target-arm: Privatize CPU_INTERRUPT_FIQ.Richard Henderson2011-05-081-0/+4
|/
* target-arm: Don't update base register on abort in Thumb T1 LDMPeter Maydell2011-04-271-3/+14
* target-arm: fix LDMIA bug on page boundaryYuYeon Oh2011-04-271-1/+9
* target-arm: Handle UNDEF cases for Neon VLD/VST multiple-structuresPeter Maydell2011-04-251-0/+15
* target-arm: Handle UNDEFs for Neon single element load/storesPeter Maydell2011-04-251-0/+34
* target-arm: Set Invalid flag for NaN in float-to-int conversionsPeter Maydell2011-04-201-0/+9
* Implement basic part of SA-1110/SA-1100Dmitry Eremin-Solenikov2011-04-202-0/+12
* Remove unused function parameter from cpu_restore_stateStefan Weil2011-04-201-1/+1
* Remove unused function parameters from gen_pc_load and rename the functionStefan Weil2011-04-201-4/+3
* move helpers.h to helper.hLluís2011-04-176-7/+7
* Fix some typos in comments and documentationStefan Weil2011-04-161-1/+1
* target-arm: Don't overflow when calculating value for signed VABALPeter Maydell2011-04-131-17/+21
* 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
OpenPOWER on IntegriCloud