diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2022-09-05 23:27:53 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2022-10-18 13:58:05 +0200 |
commit | 71a0891d611189b651887414f56f8bb10c796d6f (patch) | |
tree | 73a12441cf6f06b73777f8084c41f46cd2325f05 /target/i386/ops_sse_header.h | |
parent | 0339ddfa7562d835cca1dd468c2ad08b84a7abb5 (diff) |
target/i386: move 3DNow to the new decoder
This adds another kind of weirdness when you thought you had seen it all:
an opcode byte that comes _after_ the address, not before. It's not
worth adding a new X86_SPECIAL_* constant for it, but it's actually
not unlike VCMP; so, forgive me for exploiting the similarity and just
deciding to dispatch to the right gen_helper_* call in a single code
generation function.
In fact, the old decoder had a bug where s->rip_offset should have
been set to 1 for 3DNow! instructions, and it's fixed now.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'target/i386/ops_sse_header.h')
0 files changed, 0 insertions, 0 deletions