]> www.infradead.org Git - users/dwmw2/qemu.git/commit
target/i386: Introduce cc_op_size
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 15 Jul 2024 12:34:29 +0000 (14:34 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 31 Oct 2024 17:28:33 +0000 (18:28 +0100)
commitf359b2fb71c379db28a5184b565f43af6b5ec268
treead626ab8a891d21088d3ba26cc7e5253aa2f1f1b
parentee806f9f67ba908187a7d273d96ded398ae9192d
target/i386: Introduce cc_op_size

Replace arithmetic on cc_op with a helper function.
Assert that the op has a size and that it is valid
for the configuration.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Link: https://lore.kernel.org/r/20240701025115.1265117-6-richard.henderson@linaro.org
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/cpu.h
target/i386/tcg/emit.c.inc
target/i386/tcg/translate.c