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

Function DecodeNegImmOperand

arch/XCore/XCoreDisassembler.c:188–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188static DecodeStatus DecodeNegImmOperand(MCInst *Inst, unsigned Val,
189 uint64_t Address, const void *Decoder)
190{
191 MCOperand_CreateImm0(Inst, -(int64_t)Val);
192 return MCDisassembler_Success;
193}
194
195static DecodeStatus Decode2OpInstruction(unsigned Insn, unsigned *Op1, unsigned *Op2)
196{

Callers

nothing calls this directly

Calls 1

MCOperand_CreateImm0Function · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…