Ghidra 11.3.2
Ghidra internal decompiler documentation.
Loading...
Searching...
No Matches
ghidra::SubfloatFlow::State Class Reference

Internal state for walking floating-point data-flow and computing precision. More...

Collaboration diagram for ghidra::SubfloatFlow::State:
[legend]

Public Member Functions

 State (PcodeOp *o)
 
void incorporateInputSize (int4 sz)
 Accumulate precision coming in from an input Varnode to this node.
 

Public Attributes

PcodeOpop
 Operation being traversed.
 
int4 slot
 Input edge being traversed.
 
int4 maxPrecision
 Maximum precision traversed through inputs so far.
 

Detailed Description

Internal state for walking floating-point data-flow and computing precision.

Constructor & Destructor Documentation

◆ State()

ghidra::SubfloatFlow::State::State ( PcodeOp o)
inline

Constructor

References maxPrecision, op, and slot.


The documentation for this class was generated from the following file: