summaryrefslogtreecommitdiffstats
path: root/target-cris/op_helper.c
Commit message (Expand)AuthorAgeFilesLines
* Move target-* CPU file into a target/ folderThomas Huth2016-12-201-639/+0Star
* Fix confusing argument names in some common functionsSergey Sorokin2016-07-121-3/+3
* cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini2016-05-191-0/+1
* cris: Clean up includesPeter Maydell2016-01-291-0/+1
* cris: avoid "naked" qemu_logPaolo Bonzini2015-12-171-5/+0Star
* softmmu: introduce cpu_ldst.hPaolo Bonzini2014-06-051-2/+1Star
* softmmu: commonize helper definitionsPaolo Bonzini2014-06-051-14/+0Star
* 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/+1Star
* target-cris: Switch to AREG0 free modeAurelien Jarno2012-09-151-8/+1Star
* 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/+5Star
* target-cris: Don't overuse CPUStateAndreas Färber2012-03-141-3/+3
* softmmu_header: pass CPUState to tlb_fillBlue Swirl2011-10-011-4/+3Star
* 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/+1Star
* Include assert.h from qemu-common.hPaul Brook2009-05-131-1/+0Star
* 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-081-92/+75Star
* 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/+0Star
* Remove FORCE_RET() and RETURN()aurel322008-12-071-1/+0Star
* CRIS: Fix brk 8 and add S-flag emulation.edgar_igl2008-10-081-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/+3Star
* 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-101-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