commit | 2b8046f3618756dee9c8169bc389b890c43f7190 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Wed Oct 11 11:51:58 2023 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue May 07 08:53:26 2024 +0200 |
tree | 69c8f09ae1a4a6d455bac1579c1d80d0182f4da1 | |
parent | 40c4b92f1c8df3b501484511f319d7220fd72eca [diff] |
target/i386: move remaining conditional operations to new decoder Move long-displacement Jcc, SETcc and CMOVcc to the new decoder. While filling in the tables makes the code seem longer, the new emitters are all just one line of code. Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>