Re: [PATCH 36/37] target/i386: move 3DNow completely out of gen_sse

2022-09-13 Thread Richard Henderson
On 9/12/22 00:04, Paolo Bonzini wrote: Everything else has been converted to the new decoder, so separate the part that survives. Signed-off-by: Paolo Bonzini --- target/i386/tcg/translate.c | 104 +++- 1 file changed, 68 insertions(+), 36 deletions(-) Review

[PATCH 36/37] target/i386: move 3DNow completely out of gen_sse

2022-09-11 Thread Paolo Bonzini
Everything else has been converted to the new decoder, so separate the part that survives. Signed-off-by: Paolo Bonzini --- target/i386/tcg/translate.c | 104 +++- 1 file changed, 68 insertions(+), 36 deletions(-) diff --git a/target/i386/tcg/translate.c b/target