Lines Matching defs:opcode
33 /// Extracts the opcode from the given first word of a SPIR-V instruction.
78 spirv::Opcode &opcode, ArrayRef<uint32_t> &operands,
100 opcode = extractOpcode(binary[curOffset]);
107 spirv::Opcode opcode, ArrayRef<uint32_t> operands, bool deferInstructions) {
109 << spirv::stringifyOpcode(opcode) << "\n");
111 // First dispatch all the instructions whose opcode does not correspond to
113 switch (opcode) {
129 deferredInstructions.emplace_back(opcode, operands);
168 return processType(opcode, operands);
214 return dispatchToAutogenDeserialization(opcode, operands);
313 "<id>, result <id>, set <id> and instruction opcode");