HomeSort by relevance Sort by last modified time
    Searched refs:InstInfo (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_instruction.c 154 static const struct instruction_info InstInfo[MAX_OPCODE] = {
260 ASSERT(opcode == InstInfo[opcode].Opcode);
261 ASSERT(OPCODE_XPD == InstInfo[OPCODE_XPD].Opcode);
262 return InstInfo[opcode].NumSrcRegs;
273 ASSERT(opcode == InstInfo[opcode].Opcode);
274 ASSERT(OPCODE_XPD == InstInfo[OPCODE_XPD].Opcode);
275 return InstInfo[opcode].NumDstRegs;
347 return InstInfo[opcode].Name;
  /external/mesa3d/src/mesa/program/
prog_instruction.c 154 static const struct instruction_info InstInfo[MAX_OPCODE] = {
260 ASSERT(opcode == InstInfo[opcode].Opcode);
261 ASSERT(OPCODE_XPD == InstInfo[OPCODE_XPD].Opcode);
262 return InstInfo[opcode].NumSrcRegs;
273 ASSERT(opcode == InstInfo[opcode].Opcode);
274 ASSERT(OPCODE_XPD == InstInfo[OPCODE_XPD].Opcode);
275 return InstInfo[opcode].NumDstRegs;
347 return InstInfo[opcode].Name;
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp     [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 60 ParseInstructionInfo *InstInfo;
748 InstInfo(nullptr) {
    [all...]

Completed in 72 milliseconds