summaryrefslogtreecommitdiffstats
path: root/target-cris/op_helper.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* cputlb: Change tlb_flush_page() argument to CPUStateAndreas Färber2014-03-131-3/+9
* 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
* exec: Change tlb_fill() argument to CPUStateAndreas Färber2014-03-131-3/+4
* cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas Färber2014-03-131-2/+4
* cpu: Turn cpu_handle_mmu_fault() into a CPUClass hookAndreas Färber2014-03-131-1/+2
* target-cris: Build fix for debug outputAndreas Färber2013-02-041-1/+1
* target-cris: Fix typo in D_LOG() macroAndreas Färber2013-01-241-1/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-5/+5
* exec: refactor cpu_restore_stateBlue Swirl2012-12-161-7/+1
* target-cris: Switch to AREG0 free modeAurelien Jarno2012-09-151-8/+1
* target-cris: Avoid AREG0 for helpersAurelien Jarno2012-09-151-37/+43
* cris: Fix NMI-flag handling on crisv10.Lars Persson2012-06-151-2/+2
* Use uintptr_t for various op related functionsBlue Swirl2012-04-141-7/+5
* target-cris: Don't overuse CPUStateAndreas Färber2012-03-141-3/+3
* 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/+3
* cpu_loop_exit: avoid using AREG0Blue Swirl2011-06-261-2/+2
* Remove unused function parameter from cpu_restore_stateStefan Weil2011-04-201-1/+1
* cris: Consider the TLB valid bit on writes to the TLBEdgar E. Iglesias2010-10-071-1/+3
* crisv10: Always clear the V and C flags on btst.Edgar E. Iglesias2010-02-151-0/+2
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1
* Include assert.h from qemu-common.hPaul Brook2009-05-131-1/+0
* Convert references to logfile/loglevel to use qemu_log*() macrosaliguori2009-01-151-2/+2
* Clean up debugging code #ifdefs (Eduardo Habkost)aliguori2009-01-151-9/+17
* CRIS: Purify some of the flag evaluation helpers.edgar_igl2009-01-071-92/+75
* CRIS: Use a helper for lz.edgar_igl2009-01-071-0/+6
* CRIS: Speedup btst by using a helper.edgar_igl2009-01-071-0/+26
* CRIS: Slight performance improvement for flag evaluation.edgar_igl2009-01-071-51/+57
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-041-1/+1
* CRIS: Remove CRIS specific do_unassigned_access.edgar_igl2008-12-291-7/+0
* Remove FORCE_RET() and RETURN()aurel322008-12-071-1/+0
* CRIS: Fix brk 8 and add S-flag emulation.edgar_igl2008-10-071-0/+8
* Show size for unassigned accesses (Robert Reif)blueswir12008-10-061-3/+3
* CRIS: Improve ASID related TLB flushes.edgar_igl2008-09-221-15/+3
* Convert remaining __builtin_expect to likely/unlikely, by Jan Kiszka.ths2008-07-031-1/+1
* CRIS: Correct writes to TLB hi.edgar_igl2008-06-301-2/+2
* CRIS: Support RFN insn.edgar_igl2008-06-091-0/+19
* Remove dead and bitrotten "qemu-fast" code.pbrook2008-06-081-2/+6
* Correct P flag assertion in rfe.edgar_igl2008-06-061-1/+3
* CRIS: Restructure the translator to allow for better code generation.edgar_igl2008-05-271-16/+77
* Fix off-by-one unwinding error.pbrook2008-05-251-5/+0
* CRIS: Improve TLB management and handle delayslots at page boundaries.edgar_igl2008-05-131-4/+23
* CRIS: More TCG conversion.edgar_igl2008-05-071-32/+106
* CRIS MMU Updatesedgar_igl2008-05-061-3/+3
OpenPOWER on IntegriCloud