x86: Fix issue with comparison of bits 96 to 128 in CMPPS instruction

This commit is contained in:
Sleigh-InSPECtor 2024-05-15 17:11:37 +09:30 committed by James
parent 947709ef0a
commit b59a1a3623

View File

@ -5301,7 +5301,7 @@ CMPPS_OPERAND: ", "^imm8 is imm8 { }
xmmTmp2_Da = XmmReg2[0,32];
xmmTmp2_Db = XmmReg2[32,32];
xmmTmp2_Dc = XmmReg2[64,32];
xmmTmp2_Dc = XmmReg2[96,32];
xmmTmp2_Dd = XmmReg2[96,32];
build XmmCondPS;