Searched hist:"7 f6ceedf9c5da96ee2b1fe42573b781243bc2828" (Results 1 – 1 of 1) sorted by relevance
/qemu/tcg/ |
H A D | tcg.c | 7f6ceedf9c5da96ee2b1fe42573b781243bc2828 Tue Oct 09 19:53:06 UTC 2012 Aurelien Jarno <aurelien@aurel32.net> tcg: add tcg_reg_sync()
Add a new function tcg_reg_sync() to synchronize the canonical location of a temp with the value in the associated register, but without freeing it. Rewrite tcg_reg_free() to first call tcg_reg_sync() and then to free the register.
Reviewed-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|