PcodeOp

Package: ghidra.program.model.pcode
Type: class

11.0_PUBLIC

addedmethod: isCommutative
boolean isCommutative()
addedmethod: isCommutative
static boolean isCommutative(int opcode)

10.3_PUBLIC

addedfield: LZCOUNT
static int LZCOUNT
modifiedfield: PCODE_MAX
constant: 73 → 74
- static int PCODE_MAX
+ static int PCODE_MAX

10.2_PUBLIC

addedmethod: decode
static ghidra.program.model.pcode.PcodeOp decode(ghidra.program.model.pcode.Decoder decoder, ghidra.program.model.pcode.PcodeFactory pfact) throws DecoderException
addedmethod: encodeRaw
void encodeRaw(ghidra.program.model.pcode.Encoder encoder, ghidra.program.model.address.AddressFactory addrFactory) throws IOException
removedmethod: buildXML
void buildXML(java.lang.StringBuilder resBuf, ghidra.program.model.address.AddressFactory addrFactory)
removedmethod: readXML
static ghidra.program.model.pcode.PcodeOp readXML(ghidra.xml.XmlPullParser parser, ghidra.program.model.pcode.PcodeFactory pfact) throws PcodeXMLException

9.2_PUBLIC

addedfield: EXTRACT
static int EXTRACT
addedfield: INSERT
static int INSERT
addedfield: POPCOUNT
static int POPCOUNT
modifiedfield: PCODE_MAX
constant: 70 → 73
- static int PCODE_MAX
+ static int PCODE_MAX

9.0.1_PUBLIC

introducedInitial version