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

Function DecodeVSSRCRegisterClass

arch/PowerPC/PPCDisassembler.c:287–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285}
286
287static DecodeStatus DecodeVSSRCRegisterClass(MCInst *Inst, uint64_t RegNo,
288 uint64_t Address, const void *Decoder)
289{
290 return decodeRegisterClass(Inst, RegNo, VSSRegs, sizeof(VSSRegs));
291}
292
293static DecodeStatus DecodeGPRCRegisterClass(MCInst *Inst, uint64_t RegNo,
294 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…