Searched defs:ExtInstContext (Results 1 – 2 of 2) sorted by relevance
30 struct ExtInstContext { struct31 const char* extInstOpName;32 const char* extInstOperandVars;35 uint32_t extInstOpcode; ///< Opcode value for this extended instruction.36 uint32_t extInstLength; ///< Wordcount of this extended instruction.37 std::vector<uint32_t> extInstOperandIds; ///< Ids for operands.