Searched refs:NumOpcodes (Results 1 – 4 of 4) sorted by relevance
28 unsigned NumOpcodes; // Number of entries in the desc array variable38 NumOpcodes = NO; in InitMCInstrInfo()41 unsigned getNumOpcodes() const { return NumOpcodes; } in getNumOpcodes()46 assert(Opcode < NumOpcodes && "Invalid opcode!"); in get()52 assert(Opcode < NumOpcodes && "Invalid opcode!"); in getName()
28 unsigned NumOpcodes; // Number of entries in the desc array variable35 NumOpcodes = NO; in InitMCInstrInfo()38 unsigned getNumOpcodes() const { return NumOpcodes; } in getNumOpcodes()44 assert(Opcode < NumOpcodes && "Invalid opcode!"); in get()
100 GLuint NumOpcodes; member1450 if (ctx->ListExt->NumOpcodes < MAX_DLIST_EXT_OPCODES) { in _mesa_dlist_alloc_opcode()1451 const GLuint i = ctx->ListExt->NumOpcodes++; in _mesa_dlist_alloc_opcode()