Home
last modified time | relevance | path

Searched refs:opMask (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp243 uint64_t opMask = ~(uint64_t)0 >> (64 - N); in addCodeToMergeInOperand() local
245 opMask <<= opShift; in addCodeToMergeInOperand()
246 maskStr = "UINT64_C(" + utostr(opMask) + ")"; in addCodeToMergeInOperand()
H A DAsmMatcherEmitter.cpp730 unsigned opMask) { in create()
732 X.OperandMask = opMask; in create()
/freebsd/contrib/sqlite3/
H A Dsqlite3.c143164 u32 opMask; /* Mask of operations to perform */
143171 opMask = (u32)sqlite3Atoi(zRight);
143172 if( (opMask & 0x02)==0 ) break;
143174 opMask = 0xfffe;
143176 if( (opMask & 0x10)==0 ){
143216 }else if( opMask & 0x10000 ){
143240 sqlite3VdbeCurrentAddr(v)+2+(opMask&1),
143246 sqlite3VdbeCurrentAddr(v)+2+(opMask&1));
143251 if( opMask & 0x01 ){
159284 u32 opMask; /* Acceptable operators */
[all …]