| 29 | #include "../../MathExtras.h" |
| 30 | |
| 31 | static uint64_t getFeatureBits(int mode) |
| 32 | { |
| 33 | // support everything |
| 34 | return (uint64_t)-1; |
| 35 | } |
| 36 | |
| 37 | static bool readInstruction16(const uint8_t *code, size_t code_len, uint16_t *insn) |
| 38 | { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…