Package ghidra.pcode.emu.jit.op
Interface JitSyntheticOp
- All Superinterfaces:
JitOp
- All Known Implementing Classes:
JitCatenateOp
,JitPhiOp
,JitSynthSubPieceOp
A synthetic p-code operator use-def node.
Synthetic nodes do not correspond to a PcodeOp
emitted in the actual decoded passage.
Instead, they are created as part of the data flow analysis. They are used by downstream
analyzers, but do not directly result in any emitted bytecode.
- See Also:
-
Method Summary