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

Function getFeatureBits

arch/XCore/XCoreDisassembler.c:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29#include "../../MathExtras.h"
30
31static uint64_t getFeatureBits(int mode)
32{
33 // support everything
34 return (uint64_t)-1;
35}
36
37static bool readInstruction16(const uint8_t *code, size_t code_len, uint16_t *insn)
38{

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…