Re: [PATCH 06/25] target/i386: replace NoSeg special with NoLoadEA

2024-06-08 Thread Richard Henderson
On 6/8/24 01:40, Paolo Bonzini wrote: This is a bit more generic, as it can be applied to MPX as well. Signed-off-by: Paolo Bonzini --- target/i386/tcg/decode-new.h | 5 +++-- target/i386/tcg/decode-new.c.inc | 12 target/i386/tcg/emit.c.inc | 3 ++- 3 files changed

[PATCH 06/25] target/i386: replace NoSeg special with NoLoadEA

2024-06-08 Thread Paolo Bonzini
This is a bit more generic, as it can be applied to MPX as well. Signed-off-by: Paolo Bonzini --- target/i386/tcg/decode-new.h | 5 +++-- target/i386/tcg/decode-new.c.inc | 12 target/i386/tcg/emit.c.inc | 3 ++- 3 files changed, 9 insertions(+), 11 deletions(-) diff --