Searched refs:OpCodeMask (Results 1 – 25 of 55) sorted by relevance
123
98 …(int id) const { return idInstruction[id] ? (Op)(stream[idInstruction[id]] & OpCodeMask) : OpNop; } in getOpCode()175 Op opCode = (Op)(firstWord & OpCodeMask); in processInstructions()
172 static spv::Op opOpCode(spirword_t data) { return spv::Op(data & spv::OpCodeMask); } in opOpCode()
46 OpCodeMask = 0xffff,
51 public const uint OpCodeMask = 0xffff; field in Spv.Specification
55 static const unsigned int OpCodeMask = 0xffff; variable