Ghidra 11.3.2
Ghidra internal decompiler documentation.
|
Internal state for walking floating-point data-flow and computing precision. More...
Public Member Functions | |
State (PcodeOp *o) | |
void | incorporateInputSize (int4 sz) |
Accumulate precision coming in from an input Varnode to this node. | |
Public Attributes | |
PcodeOp * | op |
Operation being traversed. | |
int4 | slot |
Input edge being traversed. | |
int4 | maxPrecision |
Maximum precision traversed through inputs so far. | |
Internal state for walking floating-point data-flow and computing precision.
|
inline |
References maxPrecision, op, and slot.