Statistics
| Branch: | Revision:

root / target-cris @ 75b9f690

Name Size
cpu.h 6.5 kB
crisv10-decode.h 3.4 kB
crisv32-decode.h 5.5 kB
exec.h 1.2 kB
helper.c 6.7 kB
helper.h 1 kB
machine.c 2.2 kB
mmu.c 8.7 kB
mmu.h 408 Bytes
op_helper.c 13.5 kB
opcode-cris.h 10 kB
translate.c 82 kB
translate_v10.c 38.4 kB

Latest revisions

# Date Author Comment
eda48c34 03/13/2011 04:44 pm Paolo Bonzini

inline cpu_halted into sole caller

All implementations are now the same, and there is only one caller,
so inline the function there.

Signed-off-by: Paolo Bonzini <>
Signed-off-by: Blue Swirl <>

c0c1dc99 02/08/2011 09:37 pm Paolo Bonzini

cris, microblaze: use cpu_has_work

Signed-off-by: Paolo Bonzini <>
Signed-off-by: Edgar E. Iglesias <>

5a30b7f6 01/25/2011 08:47 pm Edgar E. Iglesias

cris: Replace tcg branch sequence with setcond

Signed-off-by: Edgar E. Iglesias <>

d03d1126 01/13/2011 04:14 pm Edgar E. Iglesias

cris: Set btaken when storing direct jumps

When storing a direct jmp from translation state into
runtime state we should set the btaken flag.

Signed-off-by: Edgar E. Iglesias <>

05bf441e 01/11/2011 12:28 am Edgar E. Iglesias

cris: Remove unused orig_flags

Based on a patch by Blue Swirl <>.

Signed-off-by: Edgar E. Iglesias <>

5cabc5cc 01/11/2011 12:24 am Edgar E. Iglesias

cris: Allow more TB chaining for crisv10

Signed-off-by: Edgar E. Iglesias <>

cb752a60 01/07/2011 05:18 pm Edgar E. Iglesias

cris: Allow more TB chaning

Signed-off-by: Edgar E. Iglesias <>

2a704b13 01/07/2011 01:50 pm Edgar E. Iglesias

cris: Avoid useless tmp in t_gen_cc_jmp()

Signed-off-by: Edgar E. Iglesias <>

9a78eead 10/30/2010 11:01 am Stefan Weil

target-xxx: Use fprintf_function (format checking)

fprintf_function uses format checking with GCC_FMT_ATTR.

Format errors were fixed in
  • target-i386/helper.c
  • target-mips/translate.c
  • target-ppc/translate.c

Cc: Blue Swirl <>
Signed-off-by: Stefan Weil <>...

03e654c0 10/13/2010 09:42 pm Blue Swirl

cris: avoid a write only variable

Compiling with GCC 4.6.0 20100925 produced a warning:
In file included from /src/qemu/target-cris/translate.c:3154:0:
/src/qemu/target-cris/translate_v10.c: In function 'dec10_prep_move_m':
/src/qemu/target-cris/translate_v10.c:111:22: error: variable 'rd' set but not used [-Werror=unused-but-set-variable]...

View revisions

Also available in: Atom