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

Function DecodeCR64BitRegisterClass

arch/SystemZ/SystemZDisassembler.c:122–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122static DecodeStatus DecodeCR64BitRegisterClass(MCInst *Inst, uint64_t RegNo,
123 uint64_t Address, const void *Decoder)
124{
125 return decodeRegisterClass(Inst, RegNo, SystemZMC_CR64Regs);
126}
127
128static DecodeStatus decodeUImmOperand(MCInst *Inst, uint64_t Imm)
129{

Callers

nothing calls this directly

Calls 1

decodeRegisterClassFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…