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

Function MCInst_getOpcode

MCInst.c:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69unsigned MCInst_getOpcode(const MCInst *inst)
70{
71 return inst->Opcode;
72}
73
74unsigned MCInst_getOpcodePub(const MCInst *inst)
75{

Callers 15

map_implicit_readsFunction · 0.85
map_implicit_writesFunction · 0.85
map_groupsFunction · 0.85
map_cs_idFunction · 0.85
MCInst_handleWritebackFunction · 0.85
DecodePredicateOperandFunction · 0.85
checkDecodedInstructionFunction · 0.85
AddThumb1SBitFunction · 0.85
AddThumbPredicateFunction · 0.85
UpdateThumbVFPPredicateFunction · 0.85
_Thumb_getInstructionFunction · 0.85
DecodeRegListOperandFunction · 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…