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

/external/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp160 uint64_t opMask = ~(uint64_t)0 >> (64-N); local
162 opMask <<= opShift;
166 Case += " Value |= (op & UINT64_C(" + utostr(opMask) + ")) << " +
169 Case += " Value |= (op & UINT64_C(" + utostr(opMask) + ")) >> " +
172 Case += " Value |= op & UINT64_C(" + utostr(opMask) + ");\n";
H A DAsmMatcherEmitter.cpp596 unsigned opMask) {
598 X.OperandMask = opMask;
595 create(const MatchableInfo *mi, ClassInfo *ci, unsigned opMask) argument
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.hpp861 deUint32 opMask; member in struct:sglr::ReferenceContext::StencilState
/external/sqlite/dist/orig/
H A Dsqlite3.c116016 u32 opMask; /* Acceptable operators */ member in struct:WhereScan
116702 whereScanInit( WhereScan *pScan, WhereClause *pWC, int iCur, int iColumn, u32 opMask, Index *pIdx ) argument
117425 u16 opMask = (pTerm->prereqRight & prereqLeft)==0 ? WO_ALL : WO_EQUIV; local
120875 int opMask; /* Valid operators for constraints */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c116034 u32 opMask; /* Acceptable operators */ member in struct:WhereScan
116720 whereScanInit( WhereScan *pScan, WhereClause *pWC, int iCur, int iColumn, u32 opMask, Index *pIdx ) argument
117443 u16 opMask = (pTerm->prereqRight & prereqLeft)==0 ? WO_ALL : WO_EQUIV; local
120893 int opMask; /* Valid operators for constraints */ local
[all...]

Completed in 1442 milliseconds