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

/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86InstrInfo.cpp272 static const unsigned OpTbl0[][3] = { local
372 for (unsigned i = 0, e = array_lengthof(OpTbl0); i != e; ++i) {
373 unsigned RegOp = OpTbl0[i][0];
374 unsigned MemOp = OpTbl0[i][1];
375 unsigned Flags = OpTbl0[i][2];

Completed in 38 milliseconds