Home
last modified time | relevance | path

Searched refs:NumOpcodes (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/MC/
DMCInstrInfo.h28 unsigned NumOpcodes; // Number of entries in the desc array variable
38 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()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCInstrInfo.h28 unsigned NumOpcodes; // Number of entries in the desc array variable
35 NumOpcodes = NO; in InitMCInstrInfo()
38 unsigned getNumOpcodes() const { return NumOpcodes; } in getNumOpcodes()
44 assert(Opcode < NumOpcodes && "Invalid opcode!"); in get()
/external/mesa3d/src/mesa/main/
Ddlist.c100 GLuint NumOpcodes; member
1449 if (ctx->ListExt->NumOpcodes < MAX_DLIST_EXT_OPCODES) { in _mesa_dlist_alloc_opcode()
1450 const GLuint i = ctx->ListExt->NumOpcodes++; in _mesa_dlist_alloc_opcode()