Lines Matching refs:opCode
323 void writeOpCode(SpvOp_ opCode, int length, OutputStream& out);
331 void writeInstruction(SpvOp_ opCode, OutputStream& out);
333 void writeInstruction(SpvOp_ opCode, StringFragment string, OutputStream& out);
335 void writeInstruction(SpvOp_ opCode, int32_t word1, OutputStream& out);
337 void writeInstruction(SpvOp_ opCode, int32_t word1, StringFragment string, OutputStream& out);
339 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, StringFragment string,
342 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, OutputStream& out);
344 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3,
347 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
350 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
353 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
356 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
359 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,