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

Function DecodeSPERCRegisterClass

arch/PowerPC/PPCDisassembler.c:332–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

330}
331
332static DecodeStatus DecodeSPERCRegisterClass(MCInst *Inst, uint64_t RegNo,
333 uint64_t Address, const void *Decoder)
334{
335 return decodeRegisterClass(Inst, RegNo, SPERegs, sizeof(SPERegs));
336}
337
338#define DecodeQSRCRegisterClass DecodeQFRCRegisterClass
339#define DecodeQBRCRegisterClass DecodeQFRCRegisterClass

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…