summaryrefslogtreecommitdiff
path: root/target-arm/helper.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-14target-arm: Don't generate code specific to current CPU mode for SRSPeter Maydell1-2/+10
2011-01-14target-arm: Use the standard FPSCR value for VRSQRTSPeter Maydell1-1/+1
2011-01-14target-arm: Add support for 'Standard FPSCR Value' as used by NeonPeter Maydell1-0/+5
2011-01-14target-arm: Fix implementation of VRSQRTSPeter Maydell1-1/+9
2011-01-06target-arm: wire up the softfloat flush_input_to_zero flagPeter Maydell1-1/+7
2011-01-06target-arm: Set softfloat cumulative exc flags from correct FPSCR bitsPeter Maydell1-1/+1
2010-12-27target-arm: correct cp15 c1_sys reset value for arm1136 and cortex-a9Juha Riihimäki1-0/+2
2010-12-27target-arm: correct cp15 c1_sys reset value for cortex-a8Mattias Holm1-0/+1
2010-12-27target-arm: fix vmsav6 access controlJuha Riihimäki1-15/+19
2010-12-07ARM: Implement VCVT to 16 bit integer using new softfloat routinesPeter Maydell1-1/+1
2010-12-07ARM: Ignore top 16 bits when doing VCVT from 16 bit fixed pointPeter Maydell1-1/+1
2010-12-07ARM: Return correct result for single<->double conversion of NaNPeter Maydell1-2/+10
2010-12-07ARM: Return correct result for float-to-integer conversion of NaNPeter Maydell1-0/+27
2010-12-03ARM: Expose vfp_get_fpscr() and vfp_set_fpscr() to C codePeter Maydell1-0/+10
2010-12-03ARM: enable XScale/iWMMXT in linux-user modePeter Maydell1-0/+6
2010-10-30target-xxx: Use fprintf_function (format checking)Stefan Weil1-1/+1
2010-07-01target-arm : fix parallel saturated subtraction implementationChih-Min Chao1-2/+2
2010-05-31arm: fix arm kernel boot for non zero start addrLars Munch1-1/+0
2010-04-05Fix arm-linux-userPaul Brook1-0/+2
2010-04-05ARMv7-M reset fixesPaul Brook1-9/+24
2010-03-27target-arm: disable PAGE_EXEC for XN pagesRabin Vincent1-3/+7
2010-03-17Large page TLB flushPaul Brook1-21/+27
2010-03-12Remove cpu_get_phys_page_debug from userspace emulationPaul Brook1-5/+0
2010-02-19target-arm: support thumb exception handlersRabin Vincent1-3/+2
2010-02-06target-arm: refactor cp15.c13 register accessRiku Voipio1-16/+0
2009-11-22ARM atomic ops rewritePaul Brook1-84/+0
2009-11-19ARM Cortex-A9 cpu supportPaul Brook1-1/+35
2009-11-19ARM FP16 supportPaul Brook1-0/+16
2009-10-27target-arm: allow modifying vfp fpexc en bit onlyJuha Riihimäki1-1/+1
2009-10-23target-arm: fix sdiv helperAurelien Jarno1-0/+2
2009-10-23target-arm: use clz32() instead of a for loopAurelien Jarno1-4/+2
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-2/+2
2009-10-01Get rid of _t suffixmalc1-2/+2
2009-04-24qemu: introduce qemu_init_vcpu (Marcelo Tosatti)aliguori1-0/+1
2009-03-07Fix correct reset value for ARM CP15 c1 auxiliary control registeraurel321-1/+1
2009-03-07clean build: Fix arm build warningsaurel321-1/+1
2009-02-05targets: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-4/+0
2009-01-26Log reset events (Jan Kiszka)aliguori1-0/+6
2008-12-19Implement flush-to-zero mode (denormal results are replaced with zero).pbrook1-1/+2
2008-12-19Implement default-NaN mode.pbrook1-0/+2
2008-12-19Implement ARMv7 cp15 cache ID registers.pbrook1-7/+25
2008-12-19Implement (very) basic Thumb2-EE support. This doesn't actually implementpbrook1-0/+11
2008-12-19Fix VFP fixed point conversion routines.pbrook1-1/+1
2008-12-19Implement ARMv7 MMU access permissions.pbrook1-1/+11
2008-10-22Fix ARMv6 translation table base address calculation.pbrook1-21/+20
2008-10-22Optimize redundant cp15 coprocessor access control register writes.pbrook1-3/+5
2008-10-11Add GDB XML register description support.pbrook1-0/+62
2008-07-19ARMv6: fix SIMD add/sub carry flags (Vincent Palatin).balrog1-4/+4
2008-07-19Fix smlald, smlsld, pkhtp, pkhbt, ssat, usat, umul, smul... (Laurent Desnogues).balrog1-3/+3
2008-07-02ARMv7-M interrupt stack alignment fix.pbrook1-1/+1