Re: [PATCH] target/i386: Expand eflags updates inline

2022-10-30 Thread Richard Henderson
On 10/27/22 21:26, Richard Henderson wrote: The helpers for reset_rf, cli, sti, clac, stac are completely trivial; implement them inline. Drop some nearby #if 0 code. Signed-off-by: Richard Henderson --- target/i386/helper.h| 5 - target/i386/tcg/cc_helper.c | 41 --

Re: [PATCH] target/i386: Expand eflags updates inline

2022-10-27 Thread Philippe Mathieu-Daudé
On 27/10/22 12:26, Richard Henderson wrote: The helpers for reset_rf, cli, sti, clac, stac are completely trivial; implement them inline. Drop some nearby #if 0 code. Signed-off-by: Richard Henderson --- target/i386/helper.h| 5 - target/i386/tcg/cc_helper.c | 41 --

Re: [PATCH] target/i386: Expand eflags updates inline

2022-10-27 Thread Paolo Bonzini
> The helpers for reset_rf, cli, sti, clac, stac are > completely trivial; implement them inline. > > Drop some nearby #if 0 code. Reviewed-by: Paolo Bonzini

[PATCH] target/i386: Expand eflags updates inline

2022-10-27 Thread Richard Henderson
The helpers for reset_rf, cli, sti, clac, stac are completely trivial; implement them inline. Drop some nearby #if 0 code. Signed-off-by: Richard Henderson --- target/i386/helper.h| 5 - target/i386/tcg/cc_helper.c | 41 - target/i386/tcg/transla