summaryrefslogtreecommitdiffstats
path: root/target-arm/helper.c
Commit message (Expand)AuthorAgeFilesLines
* target-arm: Fix typoAndreas Färber2011-10-051-1/+1
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-1/+1
* Merge remote-tracking branch 'pm-arm/for-upstream' into pmEdgar E. Iglesias2011-08-091-3/+44
|\
| * target-arm: Mark 1136r1 as a v6K corePeter Maydell2011-07-261-2/+20
| * target-arm: support for ARM1176JZF-s coresJamie Iles2011-07-261-0/+23
| * target-arm: make VMSAv7 remapping and AP dependent on V6KJamie Iles2011-07-261-1/+1
* | Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl2011-08-071-2/+2
|/
* Merge branch 'for-upstream' of git://git.linaro.org/people/pmaydell/qemu-armBlue Swirl2011-07-201-29/+164
|\
| * target-arm: Fix BASEPRI, BASEPRI_MAX, and FAULTMASK accessSebastian Huber2011-06-221-12/+12
| * target-arm: Minimal implementation of performance countersPeter Maydell2011-06-221-13/+146
| * target-arm: Make VFP binop helpers take pointer to fpstatus, not CPUStatePeter Maydell2011-06-221-4/+6
* | Remove exec-all.h include directivesBlue Swirl2011-06-261-1/+0
|/
* target-arm: BKPT instructions should raise prefetch aborts with IFSR type 00010Alex Zuepke2011-06-031-0/+1
* target-arm: Use correct float status for Neon int-float conversionsPeter Maydell2011-05-231-95/+37
* 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: 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-201-0/+9
* move helpers.h to helper.hLluís2011-04-171-1/+1
* Fix some typos in comments and documentationStefan Weil2011-04-161-1/+1
* target-arm: Detect tininess before rounding for FP operationsPeter Maydell2011-04-121-0/+4
* arm: basic support for ARMv4/ARMv4T emulationDmitry Eremin-Solenikov2011-04-101-1/+28
* target-arm/helper.c: For float-int conversion helpers pass ints as intsPeter Maydell2011-04-031-100/+55
* 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 GE bits for v6media signed modulo arithmeticPeter Maydell2011-03-221-2/+2
* target-arm: Implement cp15 VA->PA translationAdam Lackorzynski2011-03-061-2/+46
* 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: Use standard FPSCR for Neon half-precision operationsPeter Maydell2011-02-101-4/+22
* 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: Clean up handling of MPIDRPeter Maydell2011-02-041-5/+21
* target-arm: Add CPU feature flag for v7MPPeter Maydell2011-02-041-0/+6
* target-arm: Don't generate code specific to current CPU mode for SRSPeter Maydell2011-01-141-2/+10
* target-arm: Use the standard FPSCR value for VRSQRTSPeter Maydell2011-01-141-1/+1
* target-arm: Add support for 'Standard FPSCR Value' as used by NeonPeter Maydell2011-01-141-0/+5
* target-arm: Fix implementation of VRSQRTSPeter Maydell2011-01-141-1/+9
* target-arm: wire up the softfloat flush_input_to_zero flagPeter Maydell2011-01-061-1/+7
* target-arm: Set softfloat cumulative exc flags from correct FPSCR bitsPeter Maydell2011-01-061-1/+1
* target-arm: correct cp15 c1_sys reset value for arm1136 and cortex-a9Juha Riihimäki2010-12-271-0/+2
* target-arm: correct cp15 c1_sys reset value for cortex-a8Mattias Holm2010-12-271-0/+1
* target-arm: fix vmsav6 access controlJuha Riihimäki2010-12-271-15/+19
* ARM: Implement VCVT to 16 bit integer using new softfloat routinesPeter Maydell2010-12-071-1/+1
* ARM: Ignore top 16 bits when doing VCVT from 16 bit fixed pointPeter Maydell2010-12-071-1/+1
* ARM: Return correct result for single<->double conversion of NaNPeter Maydell2010-12-071-2/+10
* ARM: Return correct result for float-to-integer conversion of NaNPeter Maydell2010-12-071-0/+27
* ARM: Expose vfp_get_fpscr() and vfp_set_fpscr() to C codePeter Maydell2010-12-031-0/+10
OpenPOWER on IntegriCloud