Re: [PATCH v2 11/23] target/i386: Create cur_insn_len, cur_insn_len_i32

2022-09-21 Thread Paolo Bonzini
On Tue, Sep 6, 2022 at 4:50 PM Philippe Mathieu-Daudé wrote: > > On 6/9/22 12:09, Richard Henderson wrote: > > Create common routines for computing the length of the insn. > > > > Signed-off-by: Richard Henderson > > --- > > target/i386/tcg/translate.c | 31 +++ > >

Re: [PATCH v2 11/23] target/i386: Create cur_insn_len, cur_insn_len_i32

2022-09-06 Thread Philippe Mathieu-Daudé via
On 6/9/22 12:09, Richard Henderson wrote: Create common routines for computing the length of the insn. Signed-off-by: Richard Henderson --- target/i386/tcg/translate.c | 31 +++ 1 file changed, 19 insertions(+), 12 deletions(-) And tcg_const -> tcg_constant.

[PATCH v2 11/23] target/i386: Create cur_insn_len, cur_insn_len_i32

2022-09-06 Thread Richard Henderson
Create common routines for computing the length of the insn. Signed-off-by: Richard Henderson --- target/i386/tcg/translate.c | 31 +++ 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/target/i386/tcg/translate.c b/target/i386/tcg/translate.c index