mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-21 19:42:14 +00:00
x86: Fix issue with comparison of bits 96 to 128 in CMPPS instruction
This commit is contained in:
parent
947709ef0a
commit
b59a1a3623
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user