aboutsummaryrefslogtreecommitdiffstats
path: root/target-arm/helper.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-25Add Cortex-A15 CPU definitionPeter Maydell1-5/+51
2012-01-25Add dummy implementation of generic timer cp15 registersPeter Maydell1-2/+10
2012-01-25arm: store the config_base_register during cpu_resetMark Langsdorf1-0/+3
2012-01-25target-arm/helper.c: Don't assume softfloat int32 is 32 bits onlyPeter Maydell1-1/+1
2012-01-25target-arm: Fix implementation of TLB invalidate operationsPeter Maydell1-7/+6
2012-01-13arm: Add dummy support for co-processor 15's secure config registerRob Herring1-0/+9
2012-01-05arm: add dummy A9-specific cp15 registersMark Langsdorf1-0/+48
2012-01-05target-arm: Ignore attempts to set invalid modes in CPSRPeter Maydell1-1/+29
2012-01-05target-arm: Don't use cpu_single_env in bank_number()Peter Maydell1-6/+6
2011-12-13target-arm: Infer VFPv3 feature from VFPv4Andreas Färber1-1/+3
2011-12-13target-arm: Infer VFP feature from VFPv3Andreas Färber1-3/+3
2011-12-13target-arm: Infer Thumb division feature from M profileAndreas Färber1-1/+3
2011-12-13target-arm: Infer Thumb2 feature from ARMv7Andreas Färber1-4/+1
2011-12-13target-arm: Infer AUXCR feature from ARMv6Andreas Färber1-5/+3
2011-12-13target-arm: Infer ARMv6(K) feature from ARMv7Andreas Färber1-4/+5
2011-12-13target-arm: Infer ARMv6 feature from v6KAndreas Färber1-5/+3
2011-12-13target-arm: Infer ARMv5 feature from ARMv6Andreas Färber1-7/+3
2011-12-13target-arm: Infer ARMv4T feature from ARMv5Andreas Färber1-12/+3
2011-12-13arm: Fix CP15 FSR (C5) domain settingJean-Christophe DUBOIS1-11/+15
2011-12-05target-arm/helper.c: Don't allocate TCG resources unless TCG enabledPeter Maydell1-1/+1
2011-10-20target-arm: Fix use of free() in cpu_arm_close()Andreas Färber1-1/+1
2011-10-19target-arm: Implement VFPv4 fused multiply-accumulate insnsPeter Maydell1-0/+14
2011-10-19target-arm: Add ARM UDIV/SDIV supportPeter Maydell1-1/+4
2011-10-19target-arm: Rename ARM_FEATURE_DIV to _THUMB_DIVPeter Maydell1-2/+2
2011-10-19rsqrte_f32: No need to copy sign bit.Christophe LYON1-2/+1
2011-10-05target-arm: Fix typoAndreas Färber1-1/+1
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-1/+1
2011-08-09Merge remote-tracking branch 'pm-arm/for-upstream' into pmEdgar E. Iglesias1-3/+44
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl1-2/+2
2011-07-26target-arm: Mark 1136r1 as a v6K corePeter Maydell1-2/+20
2011-07-26target-arm: support for ARM1176JZF-s coresJamie Iles1-0/+23
2011-07-26target-arm: make VMSAv7 remapping and AP dependent on V6KJamie Iles1-1/+1
2011-07-20Merge branch 'for-upstream' of git://git.linaro.org/people/pmaydell/qemu-armBlue Swirl1-29/+164
2011-06-26Remove exec-all.h include directivesBlue Swirl1-1/+0
2011-06-22target-arm: Fix BASEPRI, BASEPRI_MAX, and FAULTMASK accessSebastian Huber1-12/+12
2011-06-22target-arm: Minimal implementation of performance countersPeter Maydell1-13/+146
2011-06-22target-arm: Make VFP binop helpers take pointer to fpstatus, not CPUStatePeter Maydell1-4/+6
2011-06-03target-arm: BKPT instructions should raise prefetch aborts with IFSR type 00010Alex Zuepke1-0/+1
2011-05-23target-arm: Use correct float status for Neon int-float conversionsPeter Maydell1-95/+37
2011-05-23target-arm: Signal Underflow when denormal flushed to zero on outputPeter Maydell1-1/+1
2011-05-23target-arm: Signal InputDenormal for VRECPE, VRSQRTE, VRECPS, VRSQRTSPeter Maydell1-0/+12
2011-05-23target-arm: Don't set FP exceptions in recip, recip_sqrt estimate fnsPeter Maydell1-2/+10
2011-04-20target-arm: Set Invalid flag for NaN in float-to-int conversionsPeter Maydell1-0/+9
2011-04-20Implement basic part of SA-1110/SA-1100Dmitry Eremin-Solenikov1-0/+9
2011-04-17move helpers.h to helper.hLluís1-1/+1
2011-04-16Fix some typos in comments and documentationStefan Weil1-1/+1
2011-04-12target-arm: Detect tininess before rounding for FP operationsPeter Maydell1-0/+4
2011-04-10arm: basic support for ARMv4/ARMv4T emulationDmitry Eremin-Solenikov1-1/+28
2011-04-03target-arm/helper.c: For float-int conversion helpers pass ints as intsPeter Maydell1-100/+55
2011-03-22target-arm: use make_float32() to make constant floats for VRSQRTSPeter Maydell1-6/+5