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

Function DecodeVR128BitRegisterClass

arch/SystemZ/SystemZDisassembler.c:110–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110static DecodeStatus DecodeVR128BitRegisterClass(MCInst *Inst, uint64_t RegNo,
111 uint64_t Address, const void *Decoder)
112{
113 return decodeRegisterClass(Inst, RegNo, SystemZMC_VR128Regs);
114}
115
116static DecodeStatus DecodeAR32BitRegisterClass(MCInst *Inst, uint64_t RegNo,
117 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…