target/i386: document and group DISAS_* constants
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 16 May 2024 17:04:36 +0000 (19:04 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 25 May 2024 11:28:01 +0000 (13:28 +0200)
commit9594b593315a56ca459b8bc2de1cad5a91597f37
tree7e909e36a9cb6da623368376a27478dbc3139668
parentabdcc5c8eff0879c76aeb9f16d0c13044bfecbda
target/i386: document and group DISAS_* constants

Place DISAS_* constants that update cpu_eip first, and
the "jump" ones last.  Add comments explaining the differences
and usage.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/tcg/translate.c