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

Function DecodeGR64BitRegisterClass

arch/SystemZ/SystemZDisassembler.c:62–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62static DecodeStatus DecodeGR64BitRegisterClass(MCInst *Inst, uint64_t RegNo,
63 uint64_t Address, const void *Decoder)
64{
65 return decodeRegisterClass(Inst, RegNo, SystemZMC_GR64Regs);
66}
67
68static DecodeStatus DecodeGR128BitRegisterClass(MCInst *Inst, uint64_t RegNo,
69 uint64_t Address, const void *Decoder)

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…