..
|
|
|
cpu.h
|
|
added cpu_model parameter to cpu_init()
|
crisv32-decode.h
|
|
CRIS insn decoding macros, by Edgar E. Iglesias.
|
exec.h
|
|
Replace is_user variable with mmu_idx in softmmu core,
|
helper.c
|
|
Use the shiny new clz helpers.
|
mmu.c
|
|
Replace is_user variable with mmu_idx in softmmu core,
|
mmu.h
|
|
Replace is_user variable with mmu_idx in softmmu core,
|
op.c
|
|
Use the shiny new clz helpers.
|
op_helper.c
|
|
fixed invalid type
|
op_mem.c
|
|
The remainder of CRIS CPU emulation files, by Edgar E. Iglesias.
|
op_template.h
|
|
The remainder of CRIS CPU emulation files, by Edgar E. Iglesias.
|
opcode-cris.h
|
|
CRIS disassembler, originally from binutils, by Edgar E. Iglesias.
|
translate.c
|
|
added cpu_model parameter to cpu_init()
|