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

Function decodeUImmOperand

arch/PowerPC/PPCDisassembler.c:341–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

339#define DecodeQBRCRegisterClass DecodeQFRCRegisterClass
340
341static DecodeStatus decodeUImmOperand(MCInst *Inst, uint64_t Imm,
342 int64_t Address, const void *Decoder, unsigned N)
343{
344 //assert(isUInt<N>(Imm) && "Invalid immediate");
345 MCOperand_CreateImm0(Inst, Imm);
346
347 return MCDisassembler_Success;
348}
349
350static DecodeStatus decodeSImmOperand(MCInst *Inst, uint64_t Imm,
351 int64_t Address, const void *Decoder, unsigned N)

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…