Searched refs:OP_ShiftRight (Results 1 – 4 of 4) sorted by relevance
25 #define OP_ShiftRight 24 macro
1036 case TK_RSHIFT: op = OP_ShiftRight; break; in sqliteExprCode()
1157 case OP_ShiftRight: { in sqliteVdbeExec()1176 case OP_ShiftRight: a >>= b; break; in sqliteVdbeExec()
8326 #define OP_ShiftRight 85 /* same as TK_RSHIFT */ macro64244 case OP_ShiftRight: { /* same as TK_RSHIFT, in1, in2, out3 */64267 assert( u.ah.op==OP_ShiftRight || u.ah.op==OP_ShiftLeft );64271 assert( OP_ShiftRight==OP_ShiftLeft+1 );73672 assert( TK_RSHIFT==OP_ShiftRight );
Completed in 265 milliseconds