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

Function decodePC32DBLBranchOperand

arch/SystemZ/SystemZDisassembler.c:243–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241}
242
243static DecodeStatus decodePC32DBLBranchOperand(MCInst *Inst, uint64_t Imm,
244 uint64_t Address,
245 const void *Decoder)
246{
247 return decodePCDBLOperand(Inst, Imm, Address, 32);
248}
249
250static DecodeStatus decodePC32DBLOperand(MCInst *Inst, uint64_t Imm,
251 uint64_t Address,

Callers

nothing calls this directly

Calls 1

decodePCDBLOperandFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…