Ghidra Decompiler Analysis Engine
Public Member Functions | Public Attributes | List of all members
OpFollow Struct Reference

A simple node used to dynamically define a sequence of operations. More...

#include <userop.hh>

Public Member Functions

void restoreXml (const Element *el)
 Restore this node from an XML stream. More...
 

Public Attributes

OpCode opc
 The particular p-code operation.
 
uintb val
 A possible constant second input.
 
int4 slot
 Slot to follow.
 

Detailed Description

A simple node used to dynamically define a sequence of operations.

This should be deprecated in favor of ExecutablePcode objects. This class holds a single operation (within a sequence). It acts on the output of the previous operation with an optional constant value as the second input.

Member Function Documentation

◆ restoreXml()

void OpFollow::restoreXml ( const Element el)

Restore this node from an XML stream.

Process either a <baseop> or <innerop> element. Currently this only supports INT_ZEXT, INT_LEFT, and INT_AND operations

Parameters
elis the root XML element

The documentation for this struct was generated from the following files: