Searched hist:"2666 fbd271fdaae8b2956baf0a096e77c9b3c793" (Results 1 – 3 of 3) sorted by relevance
/qemu/target/i386/tcg/ |
H A D | decode-new.h | 2666fbd271fdaae8b2956baf0a096e77c9b3c793 Mon Oct 23 06:41:39 UTC 2023 Paolo Bonzini <pbonzini@redhat.com> target/i386: allow instructions with more than one immediate
While keeping decode->immediate for convenience and for 4-operand instructions, store the immediate in X86DecodedOp as well. This enables instructions with more than one immediate such as ENTER. It can also be used for far calls and jumps.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
H A D | decode-new.c.inc | 2666fbd271fdaae8b2956baf0a096e77c9b3c793 Mon Oct 23 06:41:39 UTC 2023 Paolo Bonzini <pbonzini@redhat.com> target/i386: allow instructions with more than one immediate
While keeping decode->immediate for convenience and for 4-operand instructions, store the immediate in X86DecodedOp as well. This enables instructions with more than one immediate such as ENTER. It can also be used for far calls and jumps.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
H A D | emit.c.inc | 2666fbd271fdaae8b2956baf0a096e77c9b3c793 Mon Oct 23 06:41:39 UTC 2023 Paolo Bonzini <pbonzini@redhat.com> target/i386: allow instructions with more than one immediate
While keeping decode->immediate for convenience and for 4-operand instructions, store the immediate in X86DecodedOp as well. This enables instructions with more than one immediate such as ENTER. It can also be used for far calls and jumps.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|