decompiler
1.0.0
|
This is the complete list of members for ghidra::TypeOpIntSless, including all inherited members.
addlflags | ghidra::TypeOp | protected |
arithmetic_op enum value | ghidra::TypeOp | |
behave | ghidra::TypeOp | protected |
evaluateBinary(int4 sizeout, int4 sizein, uintb in1, uintb in2) const | ghidra::TypeOp | inline |
evaluateUnary(int4 sizeout, int4 sizein, uintb in1) const | ghidra::TypeOp | inline |
floatingpoint_op enum value | ghidra::TypeOp | |
getBehavior(void) const | ghidra::TypeOp | inline |
getFlags(void) const | ghidra::TypeOp | inline |
getInputCast(const PcodeOp *op, int4 slot, const CastStrategy *castStrategy) const | ghidra::TypeOpIntSless | virtual |
getInputLocal(const PcodeOp *op, int4 slot) const | ghidra::TypeOpBinary | virtual |
getName(void) const | ghidra::TypeOp | inline |
getOpcode(void) const | ghidra::TypeOp | inline |
getOperatorName(const PcodeOp *op) const | ghidra::TypeOp | inlinevirtual |
getOutputLocal(const PcodeOp *op) const | ghidra::TypeOpBinary | virtual |
getOutputToken(const PcodeOp *op, CastStrategy *castStrategy) const | ghidra::TypeOp | virtual |
inherits_sign enum value | ghidra::TypeOp | |
inherits_sign_zero enum value | ghidra::TypeOp | |
inheritsSign(void) const | ghidra::TypeOp | inline |
inheritsSignFirstParamOnly(void) const | ghidra::TypeOp | inline |
isArithmeticOp(void) const | ghidra::TypeOp | inline |
isCommutative(void) const | ghidra::TypeOp | |
isFloatingPointOp(void) const | ghidra::TypeOp | inline |
isLogicalOp(void) const | ghidra::TypeOp | inline |
isShiftOp(void) const | ghidra::TypeOp | inline |
logical_op enum value | ghidra::TypeOp | |
name | ghidra::TypeOp | protected |
opcode | ghidra::TypeOp | protected |
opflags | ghidra::TypeOp | protected |
printRaw(ostream &s, const PcodeOp *op) | ghidra::TypeOpBinary | virtual |
propagateType(Datatype *alttype, PcodeOp *op, Varnode *invn, Varnode *outvn, int4 inslot, int4 outslot) | ghidra::TypeOpIntSless | virtual |
push(PrintLanguage *lng, const PcodeOp *op, const PcodeOp *readOp) const | ghidra::TypeOpIntSless | inlinevirtual |
recoverInputBinary(int4 slot, int4 sizeout, uintb out, int4 sizein, uintb in) const | ghidra::TypeOp | inline |
recoverInputUnary(int4 sizeout, uintb out, int4 sizein) const | ghidra::TypeOp | inline |
registerInstructions(vector< TypeOp *> &inst, TypeFactory *tlst, const Translate *trans) | ghidra::TypeOp | static |
selectJavaOperators(vector< TypeOp *> &inst, bool val) | ghidra::TypeOp | static |
setSymbol(const string &nm) | ghidra::TypeOp | inlineprotectedvirtual |
shift_op enum value | ghidra::TypeOp | |
tlst | ghidra::TypeOp | protected |
TypeOp(TypeFactory *t, OpCode opc, const string &n) | ghidra::TypeOp | |
TypeOpBinary(TypeFactory *t, OpCode opc, const string &n, type_metatype mout, type_metatype min) | ghidra::TypeOpBinary | inline |
TypeOpIntSless(TypeFactory *t) | ghidra::TypeOpIntSless | |
~TypeOp(void) | ghidra::TypeOp | virtual |