decompiler 1.0.0
Public Attributes | List of all members
ghidra::PcodeData Struct Reference

Data for building one p-code instruction. More...

#include <sleigh.hh>

Public Attributes

OpCode opc
 The op code.
 
VarnodeData * outvar
 Output Varnode data (or null)
 
VarnodeData * invar
 Array of input Varnode data.
 
int4 isize
 Number of input Varnodes.
 

Detailed Description

Data for building one p-code instruction.

Raw data used by the emitter to produce a single PcodeOp


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