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

Function DecodeVRRCRegisterClass

arch/PowerPC/PPCDisassembler.c:269–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267}
268
269static DecodeStatus DecodeVRRCRegisterClass(MCInst *Inst, uint64_t RegNo,
270 uint64_t Address, const void *Decoder)
271{
272 return decodeRegisterClass(Inst, RegNo, VRegs, sizeof(VRegs));
273}
274
275static DecodeStatus DecodeVSRCRegisterClass(MCInst *Inst, uint64_t RegNo,
276 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…