aboutsummaryrefslogtreecommitdiff
path: root/target-cris/op_helper.c
AgeCommit message (Expand)Author
2014-06-05softmmu: introduce cpu_ldst.hPaolo Bonzini
2014-06-05softmmu: commonize helper definitionsPaolo Bonzini
2014-05-28tcg: Invert the inclusion of helper.hRichard Henderson
2014-03-13cputlb: Change tlb_flush_page() argument to CPUStateAndreas Färber
2014-03-13translate-all: Change cpu_restore_state() argument to CPUStateAndreas Färber
2014-03-13cpu-exec: Change cpu_loop_exit() argument to CPUStateAndreas Färber
2014-03-13exec: Change tlb_fill() argument to CPUStateAndreas Färber
2014-03-13cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas Färber
2014-03-13cpu: Turn cpu_handle_mmu_fault() into a CPUClass hookAndreas Färber
2013-02-04target-cris: Build fix for debug outputAndreas Färber
2013-01-24target-cris: Fix typo in D_LOG() macroAndreas Färber
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19exec: move include files to include/exec/Paolo Bonzini
2012-12-16exec: refactor cpu_restore_stateBlue Swirl
2012-09-15target-cris: Switch to AREG0 free modeAurelien Jarno
2012-09-15target-cris: Avoid AREG0 for helpersAurelien Jarno
2012-06-15cris: Fix NMI-flag handling on crisv10.Lars Persson
2012-04-14Use uintptr_t for various op related functionsBlue Swirl
2012-03-14target-cris: Don't overuse CPUStateAndreas Färber
2011-10-01softmmu_header: pass CPUState to tlb_fillBlue Swirl
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl
2011-07-30exec.h cleanupBlue Swirl
2011-06-26cpu_loop_exit: avoid using AREG0Blue Swirl
2011-04-20Remove unused function parameter from cpu_restore_stateStefan Weil
2010-10-07cris: Consider the TLB valid bit on writes to the TLBEdgar E. Iglesias
2010-02-15crisv10: Always clear the V and C flags on btst.Edgar E. Iglesias
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl
2009-05-13Include assert.h from qemu-common.hPaul Brook
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori
2009-01-15Clean up debugging code #ifdefs (Eduardo Habkost)aliguori
2009-01-07CRIS: Purify some of the flag evaluation helpers.edgar_igl
2009-01-07CRIS: Use a helper for lz.edgar_igl
2009-01-07CRIS: Speedup btst by using a helper.edgar_igl
2009-01-07CRIS: Slight performance improvement for flag evaluation.edgar_igl
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel32
2008-12-29CRIS: Remove CRIS specific do_unassigned_access.edgar_igl
2008-12-07Remove FORCE_RET() and RETURN()aurel32
2008-10-07CRIS: Fix brk 8 and add S-flag emulation.edgar_igl
2008-10-06Show size for unassigned accesses (Robert Reif)blueswir1
2008-09-22CRIS: Improve ASID related TLB flushes.edgar_igl
2008-07-03Convert remaining __builtin_expect to likely/unlikely, by Jan Kiszka.ths
2008-06-30CRIS: Correct writes to TLB hi.edgar_igl
2008-06-09CRIS: Support RFN insn.edgar_igl
2008-06-08Remove dead and bitrotten "qemu-fast" code.pbrook
2008-06-06Correct P flag assertion in rfe.edgar_igl
2008-05-27CRIS: Restructure the translator to allow for better code generation.edgar_igl
2008-05-25Fix off-by-one unwinding error.pbrook
2008-05-13CRIS: Improve TLB management and handle delayslots at page boundaries.edgar_igl
2008-05-07CRIS: More TCG conversion.edgar_igl
2008-05-06CRIS MMU Updatesedgar_igl