Searched hist:b3a62939561e07bc34493444fa926b6137cba4e8 (Results 1 – 2 of 2) sorted by relevance
/qemu/include/tcg/ |
H A D | tcg.h | b3a62939561e07bc34493444fa926b6137cba4e8 Wed Sep 18 21:12:53 UTC 2013 Richard Henderson <rth@twiddle.net> tcg: Change ts->mem_reg to ts->mem_base
Chain the temporaries together via pointers intstead of indices. The mem_reg value is now mem_base->reg. This will be important later.
This does require that the frame pointer have a global temporary allocated for it. This is simple bar the existing reserved_regs check.
Reviewed-by: Aurelien Jarno <aurelien@aurel32.net> Signed-off-by: Richard Henderson <rth@twiddle.net>
|
/qemu/tcg/ |
H A D | tcg.c | b3a62939561e07bc34493444fa926b6137cba4e8 Wed Sep 18 21:12:53 UTC 2013 Richard Henderson <rth@twiddle.net> tcg: Change ts->mem_reg to ts->mem_base
Chain the temporaries together via pointers intstead of indices. The mem_reg value is now mem_base->reg. This will be important later.
This does require that the frame pointer have a global temporary allocated for it. This is simple bar the existing reserved_regs check.
Reviewed-by: Aurelien Jarno <aurelien@aurel32.net> Signed-off-by: Richard Henderson <rth@twiddle.net>
|