mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 09:49:23 +02:00
Merge remote-tracking branch 'origin/GP-0_FixPaRisc'
This commit is contained in:
commit
63e64d5b28
1 changed files with 7 additions and 7 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue