Searched refs:OpCodeMask (Results 1 – 25 of 50) sorted by relevance
12
44 return static_cast<spv::Op>(*iter & spv::OpCodeMask); in opcode()
109 …(int id) const { return idInstruction[id] ? (Op)(stream[idInstruction[id]] & OpCodeMask) : OpNop; } in getOpCode()185 Op opCode = (Op)(firstWord & OpCodeMask); in processInstructions()
193 static spv::Op opOpCode(spirword_t data) { return spv::Op(data & spv::OpCodeMask); } in opOpCode()
51 public const uint OpCodeMask = 0xffff; field in Spv.Specification
46 OpCodeMask = 0xffff,
55 static const unsigned int OpCodeMask = 0xffff; variable