Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
69
unsigned MCInst_getOpcode(const MCInst *inst)
70
{
71
return inst->Opcode;
72
}
73
74
unsigned MCInst_getOpcodePub(const MCInst *inst)
75
{
Callers
15
map_implicit_reads
Function · 0.85
map_implicit_writes
Function · 0.85
map_groups
Function · 0.85
map_cs_id
Function · 0.85
MCInst_handleWriteback
Function · 0.85
DecodePredicateOperand
Function · 0.85
checkDecodedInstruction
Function · 0.85
AddThumb1SBit
Function · 0.85
AddThumbPredicate
Function · 0.85
UpdateThumbVFPPredicate
Function · 0.85
_Thumb_getInstruction
Function · 0.85
DecodeRegListOperand
Function · 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…