qemu-e2k/target/i386/tcg
Paolo Bonzini 3d304620ec target/i386: fix operand size of unary SSE operations
VRCPSS, VRSQRTSS and VCVTSx2Sx have a 32-bit or 64-bit memory operand,
which is represented in the decoding tables by X86_VEX_REPScalar.  Add it
to the tables, and make validate_vex() handle the case of an instruction
that is in exception type 4 without the REP prefix and exception type 5
with it; this is the cas of VRCP and VRSQRT.

Reported-by: yongwoo <https://gitlab.com/yongwoo36>
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1377
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2023-01-11 10:44:35 +01:00
..
sysemu
user
bpt_helper.c
cc_helper_template.h
cc_helper.c
decode-new.c.inc target/i386: fix operand size of unary SSE operations 2023-01-11 10:44:35 +01:00
decode-new.h
emit.c.inc
excp_helper.c
fpu_helper.c
helper-tcg.h
int_helper.c
mem_helper.c
meson.build
misc_helper.c
mpx_helper.c
seg_helper.c
seg_helper.h
tcg-cpu.c
tcg-cpu.h
tcg-stub.c
translate.c