qemu-patch-raspberry4/target-cris
edgar_igl dceaf39458 CRIS: More TCG conversion.
* Convert moves to/from support function regs (including TLB updates) to TCG.
* SCC no longer requires T0 to strictly be 0 or 1, relaxed to 0 or non-zero.
* Convert the the condition code evaluation to TCG.
* Convert rfe into a helper and TCG.
* Convert evaluate_bcc and setf to TCG.
* Convert clrf to TCG.
* Convert CRIS exception raising to TCG.
* Convert btst to TCG.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4376 c046a42c-6fe2-441c-8c8c-71466251a162
2008-05-07 15:24:53 +00:00
..
cpu.h CRIS updates: 2008-05-02 22:16:17 +00:00
crisv32-decode.h Silently ignore CRIS cache flushes, instead of aborting due to unknown insn. 2008-02-25 09:58:22 +00:00
exec.h Replace is_user variable with mmu_idx in softmmu core, 2007-10-14 07:07:08 +00:00
helper.c CRIS MMU Updates 2008-05-06 08:04:40 +00:00
helper.h CRIS: More TCG conversion. 2008-05-07 15:24:53 +00:00
machine.c remove target ifdefs from vl.c 2008-05-04 13:11:44 +00:00
mmu.c CRIS: More TCG conversion. 2008-05-07 15:24:53 +00:00
mmu.h CRIS: More TCG conversion. 2008-05-07 15:24:53 +00:00
op.c CRIS updates: 2008-05-02 22:16:17 +00:00
op_helper.c CRIS: More TCG conversion. 2008-05-07 15:24:53 +00:00
op_mem.c The remainder of CRIS CPU emulation files, by Edgar E. Iglesias. 2007-10-08 13:04:02 +00:00
op_template.h The remainder of CRIS CPU emulation files, by Edgar E. Iglesias. 2007-10-08 13:04:02 +00:00
opcode-cris.h CRIS disassembler, originally from binutils, by Edgar E. Iglesias. 2007-10-08 12:45:38 +00:00
translate.c CRIS: More TCG conversion. 2008-05-07 15:24:53 +00:00