Re: [Qemu-devel] [RFC PATCH v1 05/22] target/i386: introduce gen_ld_modrm_* helpers

2019-08-02 Thread Jan Bobek
On 7/31/19 3:08 PM, Richard Henderson wrote: > On 7/31/19 10:56 AM, Jan Bobek wrote: >> These help with decoding/loading ModR/M vector operands; the operand's >> register offset is returned, which is suitable for use with gvec >> infrastructure. >> >> Signed-off-by: Jan Bobek >> --- >>

Re: [Qemu-devel] [RFC PATCH v1 05/22] target/i386: introduce gen_ld_modrm_* helpers

2019-07-31 Thread Richard Henderson
On 7/31/19 10:56 AM, Jan Bobek wrote: > These help with decoding/loading ModR/M vector operands; the operand's > register offset is returned, which is suitable for use with gvec > infrastructure. > > Signed-off-by: Jan Bobek > --- > target/i386/translate.c | 47

[Qemu-devel] [RFC PATCH v1 05/22] target/i386: introduce gen_ld_modrm_* helpers

2019-07-31 Thread Jan Bobek
These help with decoding/loading ModR/M vector operands; the operand's register offset is returned, which is suitable for use with gvec infrastructure. Signed-off-by: Jan Bobek --- target/i386/translate.c | 47 + 1 file changed, 47 insertions(+) diff