summaryrefslogtreecommitdiff
path: root/target-arm/op_helper.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-13translate-all: Change cpu_restore_state() argument to CPUStateAndreas Färber1-1/+1
2014-03-13cpu-exec: Change cpu_loop_exit() argument to CPUStateAndreas Färber1-4/+4
2014-03-13exec: Change tlb_fill() argument to CPUStateAndreas Färber1-5/+7
2014-03-13cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas Färber1-6/+14
2014-03-13cpu: Turn cpu_handle_mmu_fault() into a CPUClass hookAndreas Färber1-1/+2
2014-03-10target-arm: Implement WFE as a yield operationPeter Maydell1-0/+9
2014-02-26target-arm: A64: Implement MSR (immediate) instructionsPeter Maydell1-0/+25
2014-02-20target-arm: Drop success/fail return from cpreg read and write functionsPeter Maydell1-20/+8
2014-02-20target-arm: Split cpreg access checks out from read/write functionsPeter Maydell1-0/+18
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber1-1/+3
2013-02-23target-arm: Implement sbc_cc inlineRichard Henderson1-15/+0
2013-02-23target-arm: Implement adc_cc inlineRichard Henderson1-15/+0
2012-12-19exec: move include files to include/exec/Paolo Bonzini1-5/+5
2012-12-16exec: refactor cpu_restore_stateBlue Swirl1-7/+1
2012-10-24target-arm: Remove out of date FIXME regarding saturating arithmeticPeter Maydell1-2/+0
2012-10-05target-arm: convert sar, shl and shr helpers to TCGAurelien Jarno1-24/+0
2012-10-05target-arm: convert add_cc and sub_cc helpers to TCGAurelien Jarno1-20/+0
2012-09-15target-arm: final conversion to AREG0 free modeBlue Swirl1-7/+1
2012-09-15target-arm: convert remaining helpersBlue Swirl1-32/+32
2012-09-15target-arm: convert void helpersBlue Swirl1-10/+10
2012-08-10target-arm: Fix typos in commentsPeter Maydell1-1/+1
2012-06-20target-arm: initial coprocessor register frameworkPeter Maydell1-2/+40
2012-04-14Use uintptr_t for various op related functionsBlue Swirl1-5/+3
2012-03-14target-arm: Don't overuse CPUStateAndreas Färber1-3/+3
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