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

Function DecodeFP32BitRegisterClass

arch/SystemZ/SystemZDisassembler.c:80–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80static DecodeStatus DecodeFP32BitRegisterClass(MCInst *Inst, uint64_t RegNo,
81 uint64_t Address, const void *Decoder)
82{
83 return decodeRegisterClass(Inst, RegNo, SystemZMC_FP32Regs);
84}
85
86static DecodeStatus DecodeFP64BitRegisterClass(MCInst *Inst, uint64_t RegNo,
87 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…