Re: [PATCH 15/25] target/i386: pull load/writeback out of gen_shiftd_rm_T1

2024-06-08 Thread Richard Henderson
On 6/8/24 01:41, Paolo Bonzini wrote: Use gen_ld_modrm/gen_st_modrm, moving them and gen_shift_flags to the caller. This way, gen_shiftd_rm_T1 becomes something that the new decoder can call. Signed-off-by: Paolo Bonzini --- target/i386/tcg/translate.c | 55 ++-

[PATCH 15/25] target/i386: pull load/writeback out of gen_shiftd_rm_T1

2024-06-08 Thread Paolo Bonzini
Use gen_ld_modrm/gen_st_modrm, moving them and gen_shift_flags to the caller. This way, gen_shiftd_rm_T1 becomes something that the new decoder can call. Signed-off-by: Paolo Bonzini --- target/i386/tcg/translate.c | 55 ++--- 1 file changed, 14 insertions(+), 41