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
Showing
- target-cris/helper.h 5 additions, 1 deletiontarget-cris/helper.h
- target-cris/mmu.c 1 addition, 1 deletiontarget-cris/mmu.c
- target-cris/mmu.h 1 addition, 1 deletiontarget-cris/mmu.h
- target-cris/op_helper.c 106 additions, 32 deletionstarget-cris/op_helper.c
- target-cris/translate.c 219 additions, 68 deletionstarget-cris/translate.c
Loading
Please register or sign in to comment