Searched refs:extInstOperands (Results 1 – 1 of 1) sorted by relevance
1110 SmallVector<uint32_t, 8> extInstOperands; in encodeExtensionInstruction() local1111 extInstOperands.reserve(operands.size() + 2); in encodeExtensionInstruction()1112 extInstOperands.append(operands.begin(), std::next(operands.begin(), 2)); in encodeExtensionInstruction()1113 extInstOperands.push_back(setID); in encodeExtensionInstruction()1114 extInstOperands.push_back(extensionOpcode); in encodeExtensionInstruction()1115 extInstOperands.append(std::next(operands.begin(), 2), operands.end()); in encodeExtensionInstruction()1117 extInstOperands); in encodeExtensionInstruction()