From b59a1a3623ad1e64251c09ffe0915052b8825f39 Mon Sep 17 00:00:00 2001 From: Sleigh-InSPECtor Date: Wed, 15 May 2024 17:11:37 +0930 Subject: [PATCH] x86: Fix issue with comparison of bits 96 to 128 in CMPPS instruction --- Ghidra/Processors/x86/data/languages/ia.sinc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ghidra/Processors/x86/data/languages/ia.sinc b/Ghidra/Processors/x86/data/languages/ia.sinc index 1bd925045d..3e2f0a6d80 100644 --- a/Ghidra/Processors/x86/data/languages/ia.sinc +++ b/Ghidra/Processors/x86/data/languages/ia.sinc @@ -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;