summaryrefslogtreecommitdiffstats
path: root/target-arm/op_helper.c
Commit message (Expand)AuthorAgeFilesLines
* target-arm: Don't overuse CPUStateAndreas Färber2012-03-141-3/+3
* ARM: fix segfaultBlue Swirl2011-10-081-0/+1
* softmmu_header: pass CPUState to tlb_fillBlue Swirl2011-10-011-4/+2
* Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl2011-08-071-1/+1
* exec.h cleanupBlue Swirl2011-07-301-2/+7
* cpu_loop_exit: avoid using AREG0Blue Swirl2011-06-261-3/+3
* Remove unused function parameter from cpu_restore_stateStefan Weil2011-04-201-1/+1
* move helpers.h to helper.hLluís2011-04-171-1/+1
* Set the right overflow bit for neon 32 and 64 bit saturating add/sub.Christophe Lyon2011-02-041-49/+0
* [PATCH] target-arm: remove unused functions cpu_lock(), cpu_unlock()Peter Maydell2010-12-031-14/+0
* target-arm: use native tcg-ops for ror/bic/vornAurelien Jarno2009-10-271-8/+0
* target-arm: convert NEON VZIP/VUZP/VTRN helper functions to pure TCGFilip Navara2009-10-171-58/+0
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-1/+1
* Get rid of _t suffixmalc2009-10-011-1/+1
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1
* target-arm: don't use T[x] in helperaurel322009-04-071-1/+1
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-041-1/+1
* Remove FORCE_RET() and RETURN()aurel322008-12-071-5/+0
* Fix undeclared symbol warnings from sparseblueswir12008-10-261-1/+1
* Fix ARM NEON vdup and vtbl bugs.pbrook2008-09-221-1/+1
* Fix smlald, smlsld, pkhtp, pkhbt, ssat, usat, umul, smul... (Laurent Desnogues).balrog2008-07-191-2/+0
* Convert remaining __builtin_expect to likely/unlikely, by Jan Kiszka.ths2008-07-031-1/+1
* Fix off-by-one unwinding error.pbrook2008-05-251-5/+0
* ARM N=Z=1 flag fix.pbrook2008-04-011-4/+4
* ARM TCG conversion 14/16.pbrook2008-03-311-1/+116
* ARM TCG conversion 13/16.pbrook2008-03-311-7/+6
* ARM TCG conversion 12/16.pbrook2008-03-311-0/+148
* ARM TCG conversion 10/16.pbrook2008-03-311-188/+0
* ARM TCG conversion 9/16.pbrook2008-03-311-0/+33
* ARM TCG conversion 8/16.pbrook2008-03-311-0/+23
* ARM TCG conversion 7/16.pbrook2008-03-311-0/+67
* ARM TCG conversion 4/16.pbrook2008-03-311-0/+66
* fixed invalid typebellard2007-11-111-2/+2
* ARMv7 support.pbrook2007-11-111-2/+76
* Adjust s390 addresses (the MSB is defined as "to be ignored").ths2007-10-291-1/+5
* Replace is_user variable with mmu_idx in softmmu core,j_mayer2007-10-141-2/+2
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-1/+1
* Add Arm926 core support.pbrook2006-02-201-5/+7
* ARM system emulation (Paul Brook)bellard2005-11-261-0/+51
* arm vfp fcmp and fcmpe instructions fix (Paul Brook)bellard2005-04-231-2/+2
* soft float supportbellard2005-03-131-100/+45
* ARM VFP support (Paul Brook)bellard2005-02-221-0/+229
OpenPOWER on IntegriCloud