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

/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DCodeEmitterGen.cpp166 unsigned opMask = ~0U >> (32-N); local
168 opMask <<= opShift;
172 Case += " Value |= (op & " + utostr(opMask) + "U) << " +
175 Case += " Value |= (op & " + utostr(opMask) + "U) >> " +
178 Case += " Value |= op & " + utostr(opMask) + "U;\n";
H A DAsmMatcherEmitter.cpp539 unsigned opMask) {
541 X.OperandMask = opMask;
538 Create(MatchableInfo* mi, ClassInfo *ci, unsigned opMask) argument
/external/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp159 uint64_t opMask = ~(uint64_t)0 >> (64-N); local
161 opMask <<= opShift;
165 Case += " Value |= (op & UINT64_C(" + utostr(opMask) + ")) << " +
168 Case += " Value |= (op & UINT64_C(" + utostr(opMask) + ")) >> " +
171 Case += " Value |= op & UINT64_C(" + utostr(opMask) + ");\n";
H A DAsmMatcherEmitter.cpp684 unsigned opMask) {
686 X.OperandMask = opMask;
683 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
H A DsglrReferenceContext.cpp304 , opMask (~0u)
2783 m_stencil[type].opMask = mask;
4313 state.fragOps.stencilStates[faceType].compMask = m_stencil[faceType].opMask;
/external/sqlite/dist/orig/
H A Dsqlite3.c117277 u32 opMask; /* Mask of operations to perform */ local
128928 u32 opMask; /* Acceptable operators */ member in struct:WhereScan
132408 u16 opMask = (pTerm->prereqRight & prereqLeft)==0 ? WO_ALL : WO_EQUIV; local
133217 whereScanInit( WhereScan *pScan, WhereClause *pWC, int iCur, int iColumn, u32 opMask, Index *pIdx ) argument
135267 int opMask; /* Valid operators for constraints */ local
137217 int opMask; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c117277 u32 opMask; /* Mask of operations to perform */ local
128928 u32 opMask; /* Acceptable operators */ member in struct:WhereScan
132408 u16 opMask = (pTerm->prereqRight & prereqLeft)==0 ? WO_ALL : WO_EQUIV; local
133217 whereScanInit( WhereScan *pScan, WhereClause *pWC, int iCur, int iColumn, u32 opMask, Index *pIdx ) argument
135267 int opMask; /* Valid operators for constraints */ local
137217 int opMask; local
[all...]

Completed in 1423 milliseconds