https://bugs.kde.org/show_bug.cgi?id=516223
--- Comment #1 from Alexandra Hajkova <[email protected]> --- Created attachment 191063 --> https://bugs.kde.org/attachment.cgi?id=191063&action=edit patch Add decoding of PBLENDVB (0x66 0F 38 10), BLENDVPS (0x66 0F 38 14) and BLENDVPD (0x66 0F 38 15) for x86 32-bit in guest_x86_toIR.c. Copy do_SseAssistedVectorAndScalar from VEX/priv/host_amd64_isel.c to VEX/priv/host_x86_isel.c and modify it for x86 32 bit. Also fix h_generic_calc_SarN64x2 and h_generic_calc_SarN8x16 to use VEX_REGPARM(3), required for the x86 helper call convention. Move PBLENDVB, BLENDVPS and BLENDVPD tests from sse4-64.c into the shared sse4-common.h so they are also exercised on x86. -- You are receiving this mail because: You are watching all bug changes.
