Searched refs:firstWord (Results 1 – 13 of 13) sorted by relevance
444 std::string firstWord; in encodeInstructionStartingWithImmediate() local446 auto error = context->getWord(&firstWord, &nextPosition); in encodeInstructionStartingWithImmediate()449 if ((error = encodeImmediate(context, firstWord.c_str(), pInst))) { in encodeInstructionStartingWithImmediate()463 return context->diagnostic() << firstWord << " not allowed before =."; in encodeInstructionStartingWithImmediate()494 std::string firstWord; in spvTextEncodeOpcode() local496 spv_result_t error = context->getWord(&firstWord, &nextPosition); in spvTextEncodeOpcode()503 opcodeName = firstWord; in spvTextEncodeOpcode()505 result_id = firstWord; in spvTextEncodeOpcode()547 << firstWord << "'."; in spvTextEncodeOpcode()
252 uint32_t firstWord, in lookupExtInst() argument254 return spvExtInstTableValueLookup(extInstTable_, type, firstWord, extInst); in lookupExtInst()
112 spv_result_t lookupExtInst(spv_ext_inst_type_t type, uint32_t firstWord,
177 const uint32_t firstWord = spvOpcodeMake(wordCount, SpvOpMemberName); in TEST_F() local178 EXPECT_EQ(original, CompiledInstructions("!" + std::to_string(firstWord) + in TEST_F()
283 bool firstWord = true; in ToCamelCase()294 firstWord = false; in ToCamelCase()298 else if (firstWord) in ToCamelCase()307 firstWord = false; in ToCamelCase()
183 unsigned int firstWord = stream[word]; in processInstructions() local184 unsigned wordCount = firstWord >> WordCountShift; in processInstructions()185 Op opCode = (Op)(firstWord & OpCodeMask); in processInstructions()
115 BigInteger firstWord = p.shiftRight(bitLength - 64); in calculateResidue() local116 if (firstWord.longValue() == -1L) in calculateResidue()
105 BigInteger firstWord = p.shiftRight(bitLength - 64); in calculateResidue() local106 if (firstWord.longValue() == -1L) in calculateResidue()
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...