aboutsummaryrefslogtreecommitdiffstats
path: root/target-arm/op_helper.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-08ARM: fix segfaultBlue Swirl1-0/+1
2011-10-01softmmu_header: pass CPUState to tlb_fillBlue Swirl1-4/+2
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl1-1/+1
2011-07-30exec.h cleanupBlue Swirl1-2/+7
2011-06-26cpu_loop_exit: avoid using AREG0Blue Swirl1-3/+3
2011-04-20Remove unused function parameter from cpu_restore_stateStefan Weil1-1/+1
2011-04-17move helpers.h to helper.hLluĂ­s1-1/+1
2011-02-04Set the right overflow bit for neon 32 and 64 bit saturating add/sub.Christophe Lyon1-49/+0
2010-12-03[PATCH] target-arm: remove unused functions cpu_lock(), cpu_unlock()Peter Maydell1-14/+0
2009-10-27target-arm: use native tcg-ops for ror/bic/vornAurelien Jarno1-8/+0
2009-10-17target-arm: convert NEON VZIP/VUZP/VTRN helper functions to pure TCGFilip Navara1-58/+0
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-1/+1
2009-10-01Get rid of _t suffixmalc1-1/+1
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-04-07target-arm: don't use T[x] in helperaurel321-1/+1
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel321-1/+1
2008-12-07Remove FORCE_RET() and RETURN()aurel321-5/+0
2008-10-26Fix undeclared symbol warnings from sparseblueswir11-1/+1
2008-09-22Fix ARM NEON vdup and vtbl bugs.pbrook1-1/+1
2008-07-19Fix smlald, smlsld, pkhtp, pkhbt, ssat, usat, umul, smul... (Laurent Desnogues).balrog1-2/+0
2008-07-03Convert remaining __builtin_expect to likely/unlikely, by Jan Kiszka.ths1-1/+1
2008-05-25Fix off-by-one unwinding error.pbrook1-5/+0
2008-04-01ARM N=Z=1 flag fix.pbrook1-4/+4
2008-03-31ARM TCG conversion 14/16.pbrook1-1/+116
2008-03-31ARM TCG conversion 13/16.pbrook1-7/+6
2008-03-31ARM TCG conversion 12/16.pbrook1-0/+148
2008-03-31ARM TCG conversion 10/16.pbrook1-188/+0
2008-03-31ARM TCG conversion 9/16.pbrook1-0/+33
2008-03-31ARM TCG conversion 8/16.pbrook1-0/+23
2008-03-31ARM TCG conversion 7/16.pbrook1-0/+67
2008-03-31ARM TCG conversion 4/16.pbrook1-0/+66
2007-11-11fixed invalid typebellard1-2/+2
2007-11-11ARMv7 support.pbrook1-2/+76
2007-10-29Adjust s390 addresses (the MSB is defined as "to be ignored").ths1-1/+5
2007-10-14Replace is_user variable with mmu_idx in softmmu core,j_mayer1-2/+2
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-1/+1
2006-02-20Add Arm926 core support.pbrook1-5/+7
2005-11-26ARM system emulation (Paul Brook)bellard1-0/+51
2005-04-23arm vfp fcmp and fcmpe instructions fix (Paul Brook)bellard1-2/+2
2005-03-13soft float supportbellard1-100/+45
2005-02-22ARM VFP support (Paul Brook)bellard1-0/+229