summaryrefslogtreecommitdiffstats
path: root/target-alpha/helper.c
Commit message (Expand)AuthorAgeFilesLines
* target-alpha: Use separate TCGv temporaries for the shadow registersRichard Henderson2015-08-181-37/+26
* target-alpha: Tidy FPCR representationRichard Henderson2015-05-181-109/+21
* target-alpha: Set PC correctly for floating-point exceptionsRichard Henderson2015-05-181-0/+2
* target-alpha: Use cpu_exec_interrupt qom hookRichard Henderson2014-09-251-0/+44
* tcg: Invert the inclusion of helper.hRichard Henderson2014-05-281-1/+1
* cputlb: Change tlb_set_page() argument to CPUStateAndreas Färber2014-03-131-1/+1
* exec: Change cpu_abort() argument to CPUStateAndreas Färber2014-03-131-1/+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-2/+2
* cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas Färber2014-03-131-6/+12
* cpu: Turn cpu_handle_mmu_fault() into a CPUClass hookAndreas Färber2014-03-131-4/+8
* target-alpha: Clean up ENV_GET_CPU() usageAndreas Färber2014-03-131-1/+1
* exec: Make ldq/ldub_*_phys input an AddressSpaceEdgar E. Iglesias2014-02-111-3/+4
* cpu: Turn cpu_get_phys_page_debug() into a CPUClass hookAndreas Färber2013-07-231-2/+3
* cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber2013-06-281-2/+4
* cpu: Replace do_interrupt() by CPUClass::do_interrupt methodAndreas Färber2013-03-121-1/+3
* fpu: move public header file to include/fpuPaolo Bonzini2012-12-191-1/+1
* exec: refactor cpu_restore_stateBlue Swirl2012-12-161-11/+3
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-1/+1
* Use uintptr_t for various op related functionsBlue Swirl2012-04-141-7/+6
* target-alpha: Make use of fp_status.flush_inputs_to_zero.Richard Henderson2012-03-241-5/+3
* target-alpha: Move fpcr helpers from op_helper.c to helper.c.Richard Henderson2012-03-241-2/+12
* target-alpha: Move exception helpers to helper.c.Richard Henderson2012-03-241-0/+39
* target-alpha: Don't overuse CPUStateAndreas Färber2012-03-141-9/+9
* Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl2011-08-071-2/+2
* Remove exec-all.h include directivesBlue Swirl2011-06-261-1/+0
* target-alpha: Remap PIO space for 43-bit KSEG for EV6.Richard Henderson2011-05-311-3/+7
* target-alpha: Implement cpu_alpha_handle_mmu_fault for system mode.Richard Henderson2011-05-311-4/+125
* target-alpha: Swap shadow registers moving to/from PALmode.Richard Henderson2011-05-311-1/+36
* target-alpha: Implement do_interrupt for system mode.Richard Henderson2011-05-311-10/+111
* target-alpha: Tidy exception constants.Richard Henderson2011-05-311-4/+1
* target-alpha: Rationalize internal processor registers.Richard Henderson2011-05-311-345/+4
* target-alpha: Remove partial support for palcode emulation.Richard Henderson2011-05-311-1/+1
* target-xxx: Use fprintf_function (format checking)Stefan Weil2010-10-301-2/+1
* target-alpha: Fix load-locked/store-conditional.Richard Henderson2010-04-271-2/+5
* alpha: add missing 'break', spotted by clang analyzerBlue Swirl2010-04-251-0/+1
* Remove cpu_get_phys_page_debug from userspace emulationPaul Brook2010-03-121-5/+0
* target-alpha: Split up FPCR value into separate fields.Richard Henderson2010-02-231-52/+109
* Fix incorrect exception_index useBlue Swirl2010-02-141-1/+1
* target-alpha: Fix compiler warning for gcc-4.3 (and older)Stefan Weil2009-12-161-0/+1
* target-alpha: Fixes for alpha-linux syscalls.Richard Henderson2009-12-131-0/+77
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-2/+2
* Get rid of _t suffixmalc2009-10-011-2/+2
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-041-1/+1
* Remove unnecessary trailing newlinesblueswir12008-12-131-1/+0
* target-alpha: fix locked loads/storesaurel322008-11-071-0/+1
* target-alpha: convert palcode ops to TCGaurel322008-09-301-10/+0
* target-alpha: convert FP ops to TCGaurel322008-09-291-6/+0
* Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir12008-09-201-1/+1
OpenPOWER on IntegriCloud