diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2024-05-22 14:39:12 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2024-05-22 15:53:30 +0200 |
commit | ec56891984e682c0e6a7bbf5a51372648a60a353 (patch) | |
tree | 28346b44a7afd359f494a88fd6e5af5e56aa33c5 /docs/devel/index-api.rst | |
parent | d0414d71f612651699de019b911a772b07d0ac4a (diff) | |
download | qemu-ec56891984e682c0e6a7bbf5a51372648a60a353.zip qemu-ec56891984e682c0e6a7bbf5a51372648a60a353.tar.gz qemu-ec56891984e682c0e6a7bbf5a51372648a60a353.tar.bz2 |
target/i386: clean up AAM/AAD
The 32-bit AAM/AAD opcodes are using helpers that read and write flags and
env->regs[R_EAX]. Clean them up so that the table correctly includes AX
as a 16-bit input and output.
No real reason to do it to be honest, but they are nice one-output helpers
and it removes the masking of env->regs[R_EAX] that generic load/writeback
code already does.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20240522123912.608497-1-pbonzini@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'docs/devel/index-api.rst')
0 files changed, 0 insertions, 0 deletions