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

Function decodePC32DBLOperand

arch/SystemZ/SystemZDisassembler.c:250–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248}
249
250static DecodeStatus decodePC32DBLOperand(MCInst *Inst, uint64_t Imm,
251 uint64_t Address,
252 const void *Decoder)
253{
254 return decodePCDBLOperand(Inst, Imm, Address, 32);
255}
256
257static DecodeStatus decodeBDAddr12Operand(MCInst *Inst, uint64_t Field,
258 const unsigned *Regs)

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…