Searched defs:ExtInstContext (Results 1 – 4 of 4) sorted by relevance
28 struct ExtInstContext { struct29 const char* extInstOpName;30 const char* extInstOperandVars;33 uint32_t extInstOpcode; ///< Opcode value for this extended instruction.34 uint32_t extInstLength; ///< Wordcount of this extended instruction.35 std::vector<uint32_t> extInstOperandIds; ///< Ids for operands.
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.