aboutsummaryrefslogtreecommitdiffstats
path: root/target-cris/op_helper.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-01softmmu_header: pass CPUState to tlb_fillBlue Swirl1-4/+3
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl1-1/+1
2011-07-30exec.h cleanupBlue Swirl1-1/+3
2011-06-26cpu_loop_exit: avoid using AREG0Blue Swirl1-2/+2
2011-04-20Remove unused function parameter from cpu_restore_stateStefan Weil1-1/+1
2010-10-07cris: Consider the TLB valid bit on writes to the TLBEdgar E. Iglesias1-1/+3
2010-02-15crisv10: Always clear the V and C flags on btst.Edgar E. Iglesias1-0/+2
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-05-13Include assert.h from qemu-common.hPaul Brook1-1/+0
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori1-2/+2
2009-01-15Clean up debugging code #ifdefs (Eduardo Habkost)aliguori1-9/+17
2009-01-07CRIS: Purify some of the flag evaluation helpers.edgar_igl1-92/+75
2009-01-07CRIS: Use a helper for lz.edgar_igl1-0/+6
2009-01-07CRIS: Speedup btst by using a helper.edgar_igl1-0/+26
2009-01-07CRIS: Slight performance improvement for flag evaluation.edgar_igl1-51/+57
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel321-1/+1
2008-12-29CRIS: Remove CRIS specific do_unassigned_access.edgar_igl1-7/+0
2008-12-07Remove FORCE_RET() and RETURN()aurel321-1/+0
2008-10-07CRIS: Fix brk 8 and add S-flag emulation.edgar_igl1-0/+8
2008-10-06Show size for unassigned accesses (Robert Reif)blueswir11-3/+3
2008-09-22CRIS: Improve ASID related TLB flushes.edgar_igl1-15/+3
2008-07-03Convert remaining __builtin_expect to likely/unlikely, by Jan Kiszka.ths1-1/+1
2008-06-30CRIS: Correct writes to TLB hi.edgar_igl1-2/+2
2008-06-09CRIS: Support RFN insn.edgar_igl1-0/+19
2008-06-08Remove dead and bitrotten "qemu-fast" code.pbrook1-2/+6
2008-06-06Correct P flag assertion in rfe.edgar_igl1-1/+3
2008-05-27CRIS: Restructure the translator to allow for better code generation.edgar_igl1-16/+77
2008-05-25Fix off-by-one unwinding error.pbrook1-5/+0
2008-05-13CRIS: Improve TLB management and handle delayslots at page boundaries.edgar_igl1-4/+23
2008-05-07CRIS: More TCG conversion.edgar_igl1-32/+106
2008-05-06CRIS MMU Updatesedgar_igl1-3/+3
2008-05-02CRIS updates:edgar_igl1-1/+368
2008-03-14Model more parts of the ETRAX mmu (still alot missing).edgar_igl1-1/+16
2007-11-11fixed invalid typebellard1-2/+2
2007-10-29Adjust s390 addresses (the MSB is defined as "to be ignored").ths1-1/+5
2007-10-14Replace is_user variable with mmu_idx in softmmu core,j_mayer1-2/+2
2007-10-08The remainder of CRIS CPU emulation files, by Edgar E. Iglesias.ths1-0/+76