summaryrefslogtreecommitdiffstats
path: root/target-arm/op_helper.c
Commit message (Expand)AuthorAgeFilesLines
* tcg: Invert the inclusion of helper.hRichard Henderson2014-05-281-1/+1
* target-arm: A64: Generalize ERET to various ELsEdgar E. Iglesias2014-05-271-5/+6
* target-arm: A64: Forbid ERET to higher or unimplemented ELsEdgar E. Iglesias2014-05-271-2/+6
* target-arm: A64: Introduce aarch64_banked_spsr_index()Edgar E. Iglesias2014-05-271-1/+2
* target-arm: Make elr_el1 an arrayEdgar E. Iglesias2014-05-271-3/+3
* target-arm: Correct a comment refering to EL0Edgar E. Iglesias2014-05-011-1/+1
* target-arm: Implement AArch64 EL1 exception handlingRob Herring2014-04-171-0/+60
* target-arm: Implement SP_EL0, SP_EL1Peter Maydell2014-04-171-1/+1
* target-arm: Add support for generating exceptions with syndrome informationPeter Maydell2014-04-171-1/+20
* target-arm: Provide correct syndrome information for cpreg access trapsPeter Maydell2014-04-171-4/+4
* target-arm: Split out private-to-target functions into internals.hPeter Maydell2014-04-171-0/+1
* translate-all: Change cpu_restore_state() argument to CPUStateAndreas Färber2014-03-131-1/+1
* cpu-exec: Change cpu_loop_exit() argument to CPUStateAndreas Färber2014-03-131-4/+4
* exec: Change tlb_fill() argument to CPUStateAndreas Färber2014-03-131-5/+7
* cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas Färber2014-03-131-6/+14
* cpu: Turn cpu_handle_mmu_fault() into a CPUClass hookAndreas Färber2014-03-131-1/+2
* target-arm: Implement WFE as a yield operationPeter Maydell2014-03-101-0/+9
* target-arm: A64: Implement MSR (immediate) instructionsPeter Maydell2014-02-261-0/+25
* target-arm: Drop success/fail return from cpreg read and write functionsPeter Maydell2014-02-201-20/+8
* target-arm: Split cpreg access checks out from read/write functionsPeter Maydell2014-02-201-0/+18
* cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber2013-03-121-1/+3
* target-arm: Implement sbc_cc inlineRichard Henderson2013-02-231-15/+0
* target-arm: Implement adc_cc inlineRichard Henderson2013-02-231-15/+0
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-5/+5
* exec: refactor cpu_restore_stateBlue Swirl2012-12-161-7/+1
* target-arm: Remove out of date FIXME regarding saturating arithmeticPeter Maydell2012-10-241-2/+0
* target-arm: convert sar, shl and shr helpers to TCGAurelien Jarno2012-10-051-24/+0
* target-arm: convert add_cc and sub_cc helpers to TCGAurelien Jarno2012-10-051-20/+0
* target-arm: final conversion to AREG0 free modeBlue Swirl2012-09-151-7/+1
* target-arm: convert remaining helpersBlue Swirl2012-09-151-32/+32
* target-arm: convert void helpersBlue Swirl2012-09-151-10/+10
* target-arm: Fix typos in commentsPeter Maydell2012-08-101-1/+1
* target-arm: initial coprocessor register frameworkPeter Maydell2012-06-201-2/+40
* Use uintptr_t for various op related functionsBlue Swirl2012-04-141-5/+3
* 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
OpenPOWER on IntegriCloud