aboutsummaryrefslogtreecommitdiffstats
path: root/target-arm/helper.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-05-01Fix incorrect argument types.pbrook1-2/+2
2008-04-20Remove an unused field and fix some non-code typos.balrog1-3/+3
2008-04-20Correct more ARM VFP 32/64 and signed/unsigned typos.balrog1-2/+2
2008-04-14Add basic OMAP2 chip support.balrog1-0/+7
2008-04-13Store the right TCG temp (typo).balrog1-1/+1
2008-04-11Remove osdep.c/qemu-img code duplicationaurel321-0/+1
2008-04-11Fix few spelling issues in commentsaurel321-4/+4
2008-04-01ARM N=Z=1 flag fix.pbrook1-8/+6
2008-03-31ARM TCG conversion 14/16.pbrook1-24/+5
2008-03-31ARM TCG conversion 13/16.pbrook1-6/+8
2008-03-31ARM TCG conversion 12/16.pbrook1-12/+12
2008-03-31ARM TCG conversion 11/16.pbrook1-1/+4
2008-03-31ARM TCG conversion 10/16.pbrook1-0/+363
2008-03-31ARM TCG conversion 9/16.pbrook1-4/+4
2008-03-31ARM TCG conversion 7/16.pbrook1-0/+245
2008-03-31ARM TCG conversion 6/16.pbrook1-0/+29
2008-03-31ARM TCG conversion 4/16.pbrook1-2/+0
2008-03-31ARM TCG conversion 2/16.pbrook1-0/+8
2008-03-31ARM TCG conversion 1/16.pbrook1-0/+26
2007-12-09Handle cpu_model in copy_cpu(), by Kirill A. Shutemov.ths1-0/+1
2007-11-24Thumb semihosting fixes.pbrook1-1/+10
2007-11-13Prevent cpsr_write/_read be put out of line in op.o (fixes a segfault on some...balrog1-0/+42
2007-11-11ARMv7 support.pbrook1-181/+923
2007-11-10added cpu_model parameter to cpu_init()bellard1-8/+11
2007-10-31Invalidate TLBs when domains are changed (Matthew Warton).balrog1-2/+1
2007-10-14Replace is_user variable with mmu_idx in softmmu core,j_mayer1-4/+5
2007-10-12Unify '-cpu ?' option.j_mayer1-3/+3
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-1/+1