MCPcopy Create free account
hub / github.com/capstone-engine/capstone / MCInst_getNumOperands

Function MCInst_getNumOperands

MCInst.c:85–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85unsigned MCInst_getNumOperands(const MCInst *inst)
86{
87 return inst->size;
88}
89
90// This addOperand2 function doesnt free Op
91void MCInst_addOperand2(MCInst *inst, MCOperand *Op)

Callers 10

AddThumb1SBitFunction · 0.85
AddThumbPredicateFunction · 0.85
ARM_printInstFunction · 0.85
printRegisterListFunction · 0.85
printAliasInstructionFunction · 0.85
convert_operandsFunction · 0.85
printAliasBccFunction · 0.85
printMemOperandFunction · 0.85
printRegisterListFunction · 0.85
printSparcAliasInstrFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…