Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/capstone-engine/capstone
/ MCInst_setOpcode
Function
MCInst_setOpcode
MCInst.c:59–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
void MCInst_setOpcode(MCInst *inst, unsigned Op)
60
{
61
inst->Opcode = Op;
62
}
63
64
void MCInst_setOpcodePub(MCInst *inst, unsigned Op)
65
{
Callers
15
DecodeMemMultipleWritebackInstruction
Function · 0.85
DecodeCPSInstruction
Function · 0.85
DecodeT2CPSInstruction
Function · 0.85
DecodeSETPANInstruction
Function · 0.85
DecodeBranchImmInstruction
Function · 0.85
DecodeT2LoadShift
Function · 0.85
DecodeT2LoadImm8
Function · 0.85
DecodeT2LoadImm12
Function · 0.85
DecodeT2LoadT
Function · 0.85
DecodeT2LoadLabel
Function · 0.85
DecodeT2LdStPre
Function · 0.85
DecodeThumb2BCCInstruction
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…