| 212 | |
| 213 | #if 0 |
| 214 | static uint64_t getFeatureBits(int feature) |
| 215 | { |
| 216 | // enable all features |
| 217 | return (uint64_t)-1; |
| 218 | } |
| 219 | #endif |
| 220 | |
| 221 | static DecodeStatus decodeRegisterClass(MCInst *Inst, uint64_t RegNo, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…