Searched hist:"1813 e1758dcc60c96f8caf2d0c66c2193f1f86e0" (Results 1 – 3 of 3) sorted by relevance
/qemu/include/tcg/ |
H A D | tcg.h | 1813e1758dcc60c96f8caf2d0c66c2193f1f86e0 Fri Mar 28 19:56:22 UTC 2014 Richard Henderson <rth@twiddle.net> tcg: Define tcg_insn_unit for code pointers
To be defined by the tcg backend based on the elemental unit of the ISA. During the transition, allow TCG_TARGET_INSN_UNIT_SIZE to be undefined, which allows us to default tcg_insn_unit to the current uint8_t.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <rth@twiddle.net>
|
/qemu/accel/tcg/ |
H A D | translate-all.c | 1813e1758dcc60c96f8caf2d0c66c2193f1f86e0 Fri Mar 28 19:56:22 UTC 2014 Richard Henderson <rth@twiddle.net> tcg: Define tcg_insn_unit for code pointers
To be defined by the tcg backend based on the elemental unit of the ISA. During the transition, allow TCG_TARGET_INSN_UNIT_SIZE to be undefined, which allows us to default tcg_insn_unit to the current uint8_t.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <rth@twiddle.net>
|
/qemu/tcg/ |
H A D | tcg.c | 1813e1758dcc60c96f8caf2d0c66c2193f1f86e0 Fri Mar 28 19:56:22 UTC 2014 Richard Henderson <rth@twiddle.net> tcg: Define tcg_insn_unit for code pointers
To be defined by the tcg backend based on the elemental unit of the ISA. During the transition, allow TCG_TARGET_INSN_UNIT_SIZE to be undefined, which allows us to default tcg_insn_unit to the current uint8_t.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <rth@twiddle.net>
|