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

Function DecodeGPRCRegisterClass

arch/PowerPC/PPCDisassembler.c:293–297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291}
292
293static DecodeStatus DecodeGPRCRegisterClass(MCInst *Inst, uint64_t RegNo,
294 uint64_t Address, const void *Decoder)
295{
296 return decodeRegisterClass(Inst, RegNo, GPRegs, sizeof(GPRegs));
297}
298
299static DecodeStatus DecodeGPRC_NOR0RegisterClass(MCInst *Inst, uint64_t RegNo,
300 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…