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

Function DecodeGR32BitRegisterClass

arch/SystemZ/SystemZDisassembler.c:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50static DecodeStatus DecodeGR32BitRegisterClass(MCInst *Inst, uint64_t RegNo,
51 uint64_t Address, const void *Decoder)
52{
53 return decodeRegisterClass(Inst, RegNo, SystemZMC_GR32Regs);
54}
55
56static DecodeStatus DecodeGRH32BitRegisterClass(MCInst *Inst, uint64_t RegNo,
57 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…