Ghidra Decompiler Analysis Engine
|
This is the complete list of members for TypeOpPopcount, 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 |
getInputCast(const PcodeOp *op, int4 slot, const CastStrategy *castStrategy) const | TypeOp | virtual |
getInputLocal(const PcodeOp *op, int4 slot) const | TypeOpFunc | virtual |
getOperatorName(const PcodeOp *op) const | TypeOp | inlinevirtual |
getOutputLocal(const PcodeOp *op) const | TypeOpFunc | 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) | TypeOpFunc | virtual |
push(PrintLanguage *lng, const PcodeOp *op, const PcodeOp *readOp) const | TypeOpPopcount | 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 |
tlst | TypeOp | protected |
TypeOp(TypeFactory *t, OpCode opc, const string &n) | TypeOp | |
TypeOpPopcount(TypeFactory *t) | TypeOpPopcount | |
~TypeOp(void) | TypeOp | virtual |