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.c141221 u32 opMask; /* Mask of operations to perform */
141228 opMask = (u32)sqlite3Atoi(zRight);
141229 if( (opMask & 0x02)==0 ) break;
141231 opMask = 0xfffe;
141233 if( (opMask & 0x10)==0 ){
141273 }else if( opMask & 0x10000 ){
141297 sqlite3VdbeCurrentAddr(v)+2+(opMask&1),
141303 sqlite3VdbeCurrentAddr(v)+2+(opMask&1));
141308 if( opMask & 0x01 ){
157113 u32 opMask; /* Acceptable operators */
[all …]