Searched hist:"57 a269469dbf70013dab3a176e1735636010a772" (Results 1 – 3 of 3) sorted by relevance
/qemu/include/tcg/ |
H A D | tcg.h | 57a269469dbf70013dab3a176e1735636010a772 Sun Jul 30 20:13:21 UTC 2017 Richard Henderson <rth@twiddle.net> tcg: Infrastructure for managing constant pools
A new shared header tcg-pool.inc.c adds new_pool_label, for registering a tcg_target_ulong to be emitted after the generated code, plus relocation data to install a pointer to the data.
A new pointer is added to the TCGContext, so that we dump the constant pool as data, not code.
Signed-off-by: Richard Henderson <rth@twiddle.net>
|
/qemu/accel/tcg/ |
H A D | translate-all.c | 57a269469dbf70013dab3a176e1735636010a772 Sun Jul 30 20:13:21 UTC 2017 Richard Henderson <rth@twiddle.net> tcg: Infrastructure for managing constant pools
A new shared header tcg-pool.inc.c adds new_pool_label, for registering a tcg_target_ulong to be emitted after the generated code, plus relocation data to install a pointer to the data.
A new pointer is added to the TCGContext, so that we dump the constant pool as data, not code.
Signed-off-by: Richard Henderson <rth@twiddle.net>
|
/qemu/tcg/ |
H A D | tcg.c | 57a269469dbf70013dab3a176e1735636010a772 Sun Jul 30 20:13:21 UTC 2017 Richard Henderson <rth@twiddle.net> tcg: Infrastructure for managing constant pools
A new shared header tcg-pool.inc.c adds new_pool_label, for registering a tcg_target_ulong to be emitted after the generated code, plus relocation data to install a pointer to the data.
A new pointer is added to the TCGContext, so that we dump the constant pool as data, not code.
Signed-off-by: Richard Henderson <rth@twiddle.net>
|