OSDN Git Service

target/i386: Move rex_w into DisasContext
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 14 May 2021 15:13:10 +0000 (10:13 -0500)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 19 May 2021 17:15:46 +0000 (12:15 -0500)
commit8ab1e4860b092b93f6c77ef5ffb22b3affe77d62
treee42e19be4fe15afd974cf40ff5dba0577452a052
parentbbdb4237c55ff0423d14dc1833749c8307e178a4
target/i386: Move rex_w into DisasContext

Treat this flag exactly like we treat the other rex bits.
The -1 initialization is unused; the two tests are > 0 and == 1,
so the value can be reduced to a bool.

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