qemu-patch-raspberry4/target/cris
Richard Henderson 15fa08f845 tcg: Dynamically allocate TCGOps
With no fixed array allocation, we can't overflow a buffer.
This will be important as optimizations related to host vectors
may expand the number of ops used.

Use QTAILQ to link the ops together.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2017-12-29 12:43:39 -08:00
..
cpu-qom.h Move target-* CPU file into a target/ folder 2016-12-20 21:52:12 +01:00
cpu.c cris: cleanup cpu type name composition 2017-10-27 16:03:54 +02:00
cpu.h cris: cleanup cpu type name composition 2017-10-27 16:03:54 +02:00
crisv10-decode.h Move target-* CPU file into a target/ folder 2016-12-20 21:52:12 +01:00
crisv32-decode.h Move target-* CPU file into a target/ folder 2016-12-20 21:52:12 +01:00
gdbstub.c Move target-* CPU file into a target/ folder 2016-12-20 21:52:12 +01:00
helper.c Move target-* CPU file into a target/ folder 2016-12-20 21:52:12 +01:00
helper.h target-cris: Use clz opcode 2017-01-10 08:06:11 -08:00
machine.c Move target-* CPU file into a target/ folder 2016-12-20 21:52:12 +01:00
Makefile.objs Move target-* CPU file into a target/ folder 2016-12-20 21:52:12 +01:00
mmu.c Move target-* CPU file into a target/ folder 2016-12-20 21:52:12 +01:00
mmu.h Move target-* CPU file into a target/ folder 2016-12-20 21:52:12 +01:00
op_helper.c target-cris: Use clz opcode 2017-01-10 08:06:11 -08:00
opcode-cris.h Move target-* CPU file into a target/ folder 2016-12-20 21:52:12 +01:00
translate.c tcg: Dynamically allocate TCGOps 2017-12-29 12:43:39 -08:00
translate_v10.c tcg: Initialize cpu_env generically 2017-10-24 13:53:42 -07:00