commit | 5e9e21bcc4d22dbd4473cab494a1beefbd3786a9 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Wed Oct 11 10:55:16 2023 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue May 07 08:53:14 2024 +0200 |
tree | d60e5cb7691613743e8023bab0341ab494b6fc99 | |
parent | 2666fbd271fdaae8b2956baf0a096e77c9b3c793 [diff] |
target/i386: move 60-BF opcodes to new decoder Compared to the old decoder, the main differences in translation are for the little-used ARPL instruction. IMUL is adjusted a bit to share more code to produce flags, but is otherwise very similar. Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>