|
From: | Richard Henderson |
Subject: | Re: [PATCH 15/25] target/i386: pull load/writeback out of gen_shiftd_rm_T1 |
Date: | Sat, 8 Jun 2024 12:39:50 -0700 |
User-agent: | Mozilla Thunderbird |
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<pbonzini@redhat.com> --- target/i386/tcg/translate.c | 55 ++++++++++--------------------------- 1 file changed, 14 insertions(+), 41 deletions(-)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |