On 3/24/22 02:08, Paolo Bonzini wrote:
High bits in the immediate operand of SSE comparisons are ignored, they do not result in an undefined opcode exception. This is mentioned explicitly in the Intel documentation.Reported-by:[email protected] Closes:https://gitlab.com/qemu-project/qemu/-/issues/184 Signed-off-by: Paolo Bonzini<[email protected]> --- target/i386/tcg/translate.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
