summaryrefslogtreecommitdiff
path: root/target-arm/helper.c
AgeCommit message (Expand)Author
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-09Merge remote-tracking branch 'pm-arm/for-upstream' into pmEdgar E. Iglesias
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl
2011-07-26target-arm: Mark 1136r1 as a v6K corePeter Maydell
2011-07-26target-arm: support for ARM1176JZF-s coresJamie Iles
2011-07-26target-arm: make VMSAv7 remapping and AP dependent on V6KJamie Iles
2011-07-20Merge branch 'for-upstream' of git://git.linaro.org/people/pmaydell/qemu-armBlue Swirl
2011-06-26Remove exec-all.h include directivesBlue Swirl
2011-06-22target-arm: Fix BASEPRI, BASEPRI_MAX, and FAULTMASK accessSebastian Huber
2011-06-22target-arm: Minimal implementation of performance countersPeter Maydell
2011-06-22target-arm: Make VFP binop helpers take pointer to fpstatus, not CPUStatePeter Maydell
2011-06-03target-arm: BKPT instructions should raise prefetch aborts with IFSR type 00010Alex Zuepke
2011-05-23target-arm: Use correct float status for Neon int-float conversionsPeter Maydell
2011-05-23target-arm: Signal Underflow when denormal flushed to zero on outputPeter Maydell
2011-05-23target-arm: Signal InputDenormal for VRECPE, VRSQRTE, VRECPS, VRSQRTSPeter Maydell
2011-05-23target-arm: Don't set FP exceptions in recip, recip_sqrt estimate fnsPeter Maydell
2011-04-20target-arm: Set Invalid flag for NaN in float-to-int conversionsPeter Maydell
2011-04-20Implement basic part of SA-1110/SA-1100Dmitry Eremin-Solenikov
2011-04-17move helpers.h to helper.hLluís
2011-04-16Fix some typos in comments and documentationStefan Weil
2011-04-12target-arm: Detect tininess before rounding for FP operationsPeter Maydell
2011-04-10arm: basic support for ARMv4/ARMv4T emulationDmitry Eremin-Solenikov
2011-04-03target-arm/helper.c: For float-int conversion helpers pass ints as intsPeter 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 GE bits for v6media signed modulo arithmeticPeter Maydell
2011-03-06target-arm: Implement cp15 VA->PA translationAdam Lackorzynski
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-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
2011-02-04target-arm: Clean up handling of MPIDRPeter Maydell
2011-02-04target-arm: Add CPU feature flag for v7MPPeter Maydell
2011-01-14target-arm: Don't generate code specific to current CPU mode for SRSPeter Maydell
2011-01-14target-arm: Use the standard FPSCR value for VRSQRTSPeter Maydell
2011-01-14target-arm: Add support for 'Standard FPSCR Value' as used by NeonPeter Maydell
2011-01-14target-arm: Fix implementation of VRSQRTSPeter Maydell
2011-01-06target-arm: wire up the softfloat flush_input_to_zero flagPeter Maydell
2011-01-06target-arm: Set softfloat cumulative exc flags from correct FPSCR bitsPeter Maydell
2010-12-27target-arm: correct cp15 c1_sys reset value for arm1136 and cortex-a9Juha Riihimäki
2010-12-27target-arm: correct cp15 c1_sys reset value for cortex-a8Mattias Holm
2010-12-27target-arm: fix vmsav6 access controlJuha Riihimäki
2010-12-07ARM: Implement VCVT to 16 bit integer using new softfloat routinesPeter Maydell
2010-12-07ARM: Ignore top 16 bits when doing VCVT from 16 bit fixed pointPeter Maydell
2010-12-07ARM: Return correct result for single<->double conversion of NaNPeter Maydell
2010-12-07ARM: Return correct result for float-to-integer conversion of NaNPeter Maydell
2010-12-03ARM: Expose vfp_get_fpscr() and vfp_set_fpscr() to C codePeter Maydell
2010-12-03ARM: enable XScale/iWMMXT in linux-user modePeter Maydell