summaryrefslogtreecommitdiffstats
path: root/target-m68k/op_helper.c
Commit message (Expand)AuthorAgeFilesLines
* m68k: fix usp processing on interrupt entry and exception exitGreg Ungerer2015-06-221-4/+3
* semihosting: create SemihostingConfig structure and semihost.hLeon Alrae2015-06-191-3/+2
* target-m68k: Use cpu_exec_interrupt qom hookRichard Henderson2014-09-251-2/+20
* softmmu: introduce cpu_ldst.hPaolo Bonzini2014-06-051-2/+1
* softmmu: commonize helper definitionsPaolo Bonzini2014-06-051-14/+0
* tcg: Invert the inclusion of helper.hRichard Henderson2014-05-281-1/+1
* translate-all: Change cpu_restore_state() argument to CPUStateAndreas Färber2014-03-131-4/+1
* cpu-exec: Change cpu_loop_exit() argument to CPUStateAndreas Färber2014-03-131-3/+3
* exec: Change tlb_fill() argument to CPUStateAndreas Färber2014-03-131-3/+5
* cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas Färber2014-03-131-12/+10
* cpu: Turn cpu_handle_mmu_fault() into a CPUClass hookAndreas Färber2014-03-131-1/+2
* target-m68k: Rename helpers.h to helper.hRichard Henderson2013-10-101-1/+1
* cpu: Replace do_interrupt() by CPUClass::do_interrupt methodAndreas Färber2013-03-121-2/+8
* cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber2013-03-121-1/+3
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-5/+5
* exec: refactor cpu_restore_stateBlue Swirl2012-12-161-7/+1
* Remove unused CONFIG_TCG_PASS_AREG0 and dead codeBlue Swirl2012-09-151-3/+0
* target-m68k: switch to AREG0 free modeBlue Swirl2012-09-151-41/+27
* Use uintptr_t for various op related functionsBlue Swirl2012-04-141-5/+3
* target-m68k: Don't overuse CPUStateAndreas Färber2012-03-141-10/+10
* softmmu_header: pass CPUState to tlb_fillBlue Swirl2011-10-011-4/+3
* Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl2011-08-071-1/+1
* exec.h cleanupBlue Swirl2011-07-301-1/+4
* m68k: use caller supplied CPUState for interrupt related stuffBlue Swirl2011-06-261-3/+26
* cpu_loop_exit: avoid using AREG0Blue Swirl2011-06-261-3/+3
* Remove unused function parameter from cpu_restore_stateStefan Weil2011-04-201-1/+1
* 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
* 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
* Convert m68k target to TCG.pbrook2008-05-241-0/+69
* fixed invalid typebellard2007-11-111-2/+2
* 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
* M68K status register fixes.pbrook2007-06-091-2/+2
* MCF5208 emulation.pbrook2007-06-031-8/+10
* Clear SR_M on a hardware interrupt.pbrook2007-06-021-0/+1
* M68k system mode semihosting.pbrook2007-05-261-0/+16
* m68k/ColdFire system emulation.pbrook2007-05-231-0/+140
OpenPOWER on IntegriCloud