| 31 | #include "SystemZMCTargetDesc.h" |
| 32 | |
| 33 | static uint64_t getFeatureBits(int mode) |
| 34 | { |
| 35 | // support everything |
| 36 | return (uint64_t)-1; |
| 37 | } |
| 38 | |
| 39 | static DecodeStatus decodeRegisterClass(MCInst *Inst, uint64_t RegNo, const unsigned *Regs) |
| 40 | { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…