commit | 7795b455ddc491946c90953358b36915d42d386a | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Fri Oct 13 08:42:58 2023 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue May 07 08:53:26 2024 +0200 |
tree | 2589ea74619274a5a3605a6df119a75c3e2a192b | |
parent | aef4f4affde2c8d644e8a509171d5995a3983f56 [diff] |
target/i386: decode x87 instructions in a separate function These are unlikely to be converted to the table-based decoding soon (perhaps there could be generic ESC decoding in decode-new.c.inc for the Mod/RM byte, but not operand decoding), so keep them separate from the remaining legacy-decoded instructions. Acked-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>