aboutsummaryrefslogtreecommitdiff
path: root/target-arm/op_helper.c
AgeCommit message (Expand)Author
2012-03-23target-arm: initial coprocessor register frameworkPeter Maydell
2012-03-14target-arm: Don't overuse CPUStateAndreas Färber
2011-10-08ARM: fix segfaultBlue Swirl
2011-10-01softmmu_header: pass CPUState to tlb_fillBlue Swirl
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl
2011-07-30exec.h cleanupBlue Swirl
2011-06-26cpu_loop_exit: avoid using AREG0Blue Swirl
2011-04-20Remove unused function parameter from cpu_restore_stateStefan Weil
2011-04-17move helpers.h to helper.hLluís
2011-02-04Set the right overflow bit for neon 32 and 64 bit saturating add/sub.Christophe Lyon
2010-12-03[PATCH] target-arm: remove unused functions cpu_lock(), cpu_unlock()Peter Maydell
2009-10-27target-arm: use native tcg-ops for ror/bic/vornAurelien Jarno
2009-10-17target-arm: convert NEON VZIP/VUZP/VTRN helper functions to pure TCGFilip Navara
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl
2009-04-07target-arm: don't use T[x] in helperaurel32
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel32
2008-12-07Remove FORCE_RET() and RETURN()aurel32
2008-10-26Fix undeclared symbol warnings from sparseblueswir1
2008-09-22Fix ARM NEON vdup and vtbl bugs.pbrook
2008-07-19Fix smlald, smlsld, pkhtp, pkhbt, ssat, usat, umul, smul... (Laurent Desnogues).balrog
2008-07-03Convert remaining __builtin_expect to likely/unlikely, by Jan Kiszka.ths
2008-05-25Fix off-by-one unwinding error.pbrook
2008-04-01ARM N=Z=1 flag fix.pbrook
2008-03-31ARM TCG conversion 14/16.pbrook
2008-03-31ARM TCG conversion 13/16.pbrook
2008-03-31ARM TCG conversion 12/16.pbrook
2008-03-31ARM TCG conversion 10/16.pbrook
2008-03-31ARM TCG conversion 9/16.pbrook
2008-03-31ARM TCG conversion 8/16.pbrook
2008-03-31ARM TCG conversion 7/16.pbrook
2008-03-31ARM TCG conversion 4/16.pbrook
2007-11-11fixed invalid typebellard
2007-11-11ARMv7 support.pbrook
2007-10-29Adjust s390 addresses (the MSB is defined as "to be ignored").ths
2007-10-14Replace is_user variable with mmu_idx in softmmu core,j_mayer
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2006-02-20Add Arm926 core support.pbrook
2005-11-26ARM system emulation (Paul Brook)bellard
2005-04-23arm vfp fcmp and fcmpe instructions fix (Paul Brook)bellard
2005-03-13soft float supportbellard
2005-02-22ARM VFP support (Paul Brook)bellard