Lines Matching defs:opcode
165 const auto opcode = static_cast<SpvOp>(desc_word & SpvOpCodeMask);
168 switch (opcode) {
391 if (opcode == SpvOpTypePointer)
396 alignment = opcode == SpvOpTypePointer ? types[pointer_types[id]].target_align : 0;
555 const auto opcode = static_cast<SpvOp>(desc_word & SpvOpCodeMask);
558 if (opcode != SpvOpCapability)
626 const auto opcode = static_cast<SpvOp>(desc_word & SpvOpCodeMask);
629 if (opcode == SpvOpCapability) {
633 if (opcode != SpvOpExtension)
656 const auto opcode = static_cast<SpvOp>(desc_word & SpvOpCodeMask);
659 switch (opcode) {