Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.c17155 #define OP_ShiftRight 106 /* same as TK_RSHIFT, synopsis: r[P3]=r[P2]>>r[P1] */ macro
96338 case OP_ShiftRight: { /* same as TK_RSHIFT, in1, in2, out3 */
96359 assert( op==OP_ShiftRight || op==OP_ShiftLeft );
96363 assert( OP_ShiftRight==OP_ShiftLeft+1 );
115356 assert( TK_RSHIFT==OP_ShiftRight ); testcase( op==TK_RSHIFT );