Skip to content

Commit

Permalink
x86: Fix issue with comparison of bits 96 to 128 in CMPPS instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
Sleigh-InSPECtor authored and ghidracadabra committed Jul 12, 2024
1 parent 947709e commit b59a1a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ghidra/Processors/x86/data/languages/ia.sinc
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit b59a1a3

Please sign in to comment.