| 182 | const char* getDesc(int op) const { return desc[op]; } |
| 183 | bool isOptional(int op) const { return optional[op]; } |
| 184 | int getNum() const { return (int)opClass.size(); } |
| 185 | |
| 186 | protected: |
| 187 | std::vector<OperandClass> opClass; |
no test coverage detected