Re: [PATCH 04/37] target/i386: introduce insn_get_addr

2022-09-12 Thread Richard Henderson
On 9/12/22 00:03, Paolo Bonzini wrote: The "O" operand type in the Intel SDM needs to load an 8- to 64-bit unsigned value, while insn_get is limited to 32 bits. Extract the code out of disas_insn and into a separate function. Signed-off-by: Paolo Bonzini --- target/i386/tcg/translate.c | 36

[PATCH 04/37] target/i386: introduce insn_get_addr

2022-09-11 Thread Paolo Bonzini
The "O" operand type in the Intel SDM needs to load an 8- to 64-bit unsigned value, while insn_get is limited to 32 bits. Extract the code out of disas_insn and into a separate function. Signed-off-by: Paolo Bonzini --- target/i386/tcg/translate.c | 36 ++-- 1