MCPcopy 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
59void MCInst_setOpcode(MCInst *inst, unsigned Op)
60{
61 inst->Opcode = Op;
62}
63
64void MCInst_setOpcodePub(MCInst *inst, unsigned Op)
65{

Callers 15

DecodeCPSInstructionFunction · 0.85
DecodeT2CPSInstructionFunction · 0.85
DecodeSETPANInstructionFunction · 0.85
DecodeT2LoadShiftFunction · 0.85
DecodeT2LoadImm8Function · 0.85
DecodeT2LoadImm12Function · 0.85
DecodeT2LoadTFunction · 0.85
DecodeT2LoadLabelFunction · 0.85
DecodeT2LdStPreFunction · 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…