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

Function getFeatureBits

arch/PowerPC/PPCDisassembler.c:214–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212
213#if 0
214static uint64_t getFeatureBits(int feature)
215{
216 // enable all features
217 return (uint64_t)-1;
218}
219#endif
220
221static DecodeStatus decodeRegisterClass(MCInst *Inst, uint64_t RegNo,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…