summaryrefslogtreecommitdiff
path: root/target-arm/helper.c
AgeCommit message (Expand)Author
2012-01-05arm: add dummy A9-specific cp15 registersMark Langsdorf
2012-01-05target-arm: Ignore attempts to set invalid modes in CPSRPeter Maydell
2012-01-05target-arm: Don't use cpu_single_env in bank_number()Peter Maydell
2011-12-13target-arm: Infer VFPv3 feature from VFPv4Andreas Färber
2011-12-13target-arm: Infer VFP feature from VFPv3Andreas Färber
2011-12-13target-arm: Infer Thumb division feature from M profileAndreas Färber
2011-12-13target-arm: Infer Thumb2 feature from ARMv7Andreas Färber
2011-12-13target-arm: Infer AUXCR feature from ARMv6Andreas Färber
2011-12-13target-arm: Infer ARMv6(K) feature from ARMv7Andreas Färber
2011-12-13target-arm: Infer ARMv6 feature from v6KAndreas Färber
2011-12-13target-arm: Infer ARMv5 feature from ARMv6Andreas Färber
2011-12-13target-arm: Infer ARMv4T feature from ARMv5Andreas Färber
2011-12-13arm: Fix CP15 FSR (C5) domain settingJean-Christophe DUBOIS
2011-12-05target-arm/helper.c: Don't allocate TCG resources unless TCG enabledPeter Maydell
2011-10-20target-arm: Fix use of free() in cpu_arm_close()Andreas Färber
2011-10-19target-arm: Implement VFPv4 fused multiply-accumulate insnsPeter Maydell
2011-10-19target-arm: Add ARM UDIV/SDIV supportPeter Maydell
2011-10-19target-arm: Rename ARM_FEATURE_DIV to _THUMB_DIVPeter Maydell
2011-10-19rsqrte_f32: No need to copy sign bit.Christophe LYON
2011-10-05target-arm: Fix typoAndreas Färber
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