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