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

Function getFeatureBits

arch/SystemZ/SystemZDisassembler.c:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31#include "SystemZMCTargetDesc.h"
32
33static uint64_t getFeatureBits(int mode)
34{
35 // support everything
36 return (uint64_t)-1;
37}
38
39static DecodeStatus decodeRegisterClass(MCInst *Inst, uint64_t RegNo, const unsigned *Regs)
40{

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…