Searched hist:"2 b8046f3618756dee9c8169bc389b890c43f7190" (Results 1 – 4 of 4) sorted by relevance
/qemu/target/i386/tcg/ |
H A D | decode-new.h | 2b8046f3618756dee9c8169bc389b890c43f7190 Wed Oct 11 09:51:58 UTC 2023 Paolo Bonzini <pbonzini@redhat.com> 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>
|
H A D | decode-new.c.inc | 2b8046f3618756dee9c8169bc389b890c43f7190 Wed Oct 11 09:51:58 UTC 2023 Paolo Bonzini <pbonzini@redhat.com> 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>
|
H A D | emit.c.inc | 2b8046f3618756dee9c8169bc389b890c43f7190 Wed Oct 11 09:51:58 UTC 2023 Paolo Bonzini <pbonzini@redhat.com> 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>
|
H A D | translate.c | 2b8046f3618756dee9c8169bc389b890c43f7190 Wed Oct 11 09:51:58 UTC 2023 Paolo Bonzini <pbonzini@redhat.com> 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>
|