MCPcopy Create free account
hub / github.com/D7EAD/mkPIVM / by_opcode

Method by_opcode

src/codec.cpp:4081–4083  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4079 }
4080
4081 const Codec* CodecRegistry::by_opcode(std::uint8_t b) const {
4082 return (b < order_.size()) ? order_[b] : nullptr;
4083 }
4084
4085 // pick codec family for an IR op.
4086 std::string codec_family_for(IROp op) {

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected