Searched refs:WordCountShift (Results 1 – 25 of 50) sorted by relevance
12
49 return *iter >> spv::WordCountShift; in wordCount()
192 static unsigned opWordCount(spirword_t data) { return data >> spv::WordCountShift; } in opWordCount()
168 out.push_back(((wordCount) << WordCountShift) | opCode); in dump()
52 public const uint WordCountShift = 16; field in Spv.Specification
47 WordCountShift = 16,
56 static const unsigned int WordCountShift = 16; variable