diff --git a/Ghidra/Processors/PA-RISC/data/languages/pa-risc.sinc b/Ghidra/Processors/PA-RISC/data/languages/pa-risc.sinc index 0f375bec63..5ac67a6773 100644 --- a/Ghidra/Processors/PA-RISC/data/languages/pa-risc.sinc +++ b/Ghidra/Processors/PA-RISC/data/languages/pa-risc.sinc @@ -356,7 +356,7 @@ attach names [ ldcwcc ] [ # Table 5-7 attach names [ SEDCondSym ] [ - "" ",=" ",<" ",OD" ",TR" ",<>" ",>=" ",EV" + "" ",=" ",<" ",OD" ",TR" ",<>" ",>=" ",EV" ]; attach names [ RegUnitCondSym ] [ @@ -368,28 +368,28 @@ attach names [ InvUnitCondSym ] [ ]; attach names [ RegLogicCondSym ] [ - "" ",=" ",<" ",<=" _ _ _ ",OD" + "" ",=" ",<" ",<=" _ _ _ ",OD" ]; attach names [ InvLogicCondSym ] [ - "" ",<>" ",>=" ",>" _ _ _ ",EV" + "" ",<>" ",>=" ",>" _ _ _ ",EV" ]; # Table 5-4 attach names [ RegAddCondSym ] [ - "" ",=" ",<" ",<=" ",NUV" ",ZNV" ",SV" ",OD" + "" ",=" ",<" ",<=" ",NUV" ",ZNV" ",SV" ",OD" ]; attach names [ InvAddCondSym ] [ - "" ",<>" ",>=" ",>" ",UV" ",VNZ" ",NSV" ",EV" + "" ",<>" ",>=" ",>" ",UV" ",VNZ" ",NSV" ",EV" ]; attach names [ RegCSCondSym ] [ - "" ",=" ",<" ",<=" ",<<" ",<<=" ",SV" ",OD" + "" ",=" ",<" ",<=" ",<<" ",<<=" ",SV" ",OD" ]; attach names [ InvCSCondSym ] [ - "" ",<>" ",>=" ",>" ",>>=" ",>>" ",NSV" ",EV" + "" ",<>" ",>=" ",>" ",>>=" ",>>" ",NSV" ",EV" ]; # the different tests used by the FTEST instruction