On 6/8/24 01:41, Paolo Bonzini wrote:
These have very simple generators and no need for complex group
decoding. Apart from LAR/LSL which are simplified to use
gen_op_deposit_reg_v and movcond, the code is generally lifted
from translate.c into the generators.
Signed-off-by: Paolo Bonzini<pbonz...@redhat.com>
---
target/i386/tcg/decode-new.h | 7 ++
target/i386/tcg/seg_helper.c | 16 ++--
target/i386/tcg/translate.c | 148 ------------------------------
target/i386/tcg/decode-new.c.inc | 48 +++++++---
target/i386/tcg/emit.c.inc | 151 +++++++++++++++++++++++++++++++
5 files changed, 202 insertions(+), 168 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
r~