On 12/10/25 07:16, Paolo Bonzini wrote:
Let translate.c only concern itself with TCG code generation.  Move everything
that uses CPUX86State*, as well as gen_lea_modrm_0 now that it is only used
to fill decode->mem, to decode-new.c.inc.

While at it also rename gen_lea_modrm_0.

Signed-off-by: Paolo Bonzini<[email protected]>
---
  target/i386/tcg/translate.c      | 271 ------------------------------
  target/i386/tcg/decode-new.c.inc | 277 ++++++++++++++++++++++++++++++-
  2 files changed, 274 insertions(+), 274 deletions(-)

Reviewed-by: Richard Henderson <[email protected]>

r~

Reply via email to