Searched hist:"9 da6079b2695dcffd8b18890db6cafdf4dc373db" (Results 1 – 2 of 2) sorted by relevance
/qemu/tcg/ |
H A D | tcg.c | 9da6079b2695dcffd8b18890db6cafdf4dc373db Sun Nov 27 02:54:23 UTC 2022 Richard Henderson <richard.henderson@linaro.org> tcg: Add TranslationBlock.jmp_insn_offset
Stop overloading jmp_target_arg for both offset and address, depending on TCG_TARGET_HAS_direct_jump. Instead, add a new field to hold the jump insn offset and always set the target address in jmp_target_addr[]. This will allow a tcg backend to use either direct or indirect depending on displacement.
Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/accel/tcg/ |
H A D | cpu-exec.c | 9da6079b2695dcffd8b18890db6cafdf4dc373db Sun Nov 27 02:54:23 UTC 2022 Richard Henderson <richard.henderson@linaro.org> tcg: Add TranslationBlock.jmp_insn_offset
Stop overloading jmp_target_arg for both offset and address, depending on TCG_TARGET_HAS_direct_jump. Instead, add a new field to hold the jump insn offset and always set the target address in jmp_target_addr[]. This will allow a tcg backend to use either direct or indirect depending on displacement.
Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|