Searched refs:OpTbl0 (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp279 static const X86OpTblEntry OpTbl0[] = { local
380 for (unsigned i = 0, e = array_lengthof(OpTbl0); i != e; ++i) {
381 unsigned RegOp = OpTbl0[i].RegOp;
382 unsigned MemOp = OpTbl0[i].MemOp;
383 unsigned Flags = OpTbl0[i].Flags;

Completed in 141 milliseconds