mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-21 19:42:14 +00:00
Merge remote-tracking branch 'origin/GP-0_FixPaRisc'
This commit is contained in:
commit
63e64d5b28
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user