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

Function DecodeVR32BitRegisterClass

arch/SystemZ/SystemZDisassembler.c:98–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98static DecodeStatus DecodeVR32BitRegisterClass(MCInst *Inst, uint64_t RegNo,
99 uint64_t Address, const void *Decoder)
100{
101 return decodeRegisterClass(Inst, RegNo, SystemZMC_VR32Regs);
102}
103
104static DecodeStatus DecodeVR64BitRegisterClass(MCInst *Inst, uint64_t RegNo,
105 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…