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