Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c16674 #define OP_ShiftRight 105 /* same as TK_RSHIFT, synopsis: r[P3]=r[P2]>>r[P1] */ macro
94584 case OP_ShiftRight: { /* same as TK_RSHIFT, in1, in2, out3 */
94605 assert( op==OP_ShiftRight || op==OP_ShiftLeft );
94609 assert( OP_ShiftRight==OP_ShiftLeft+1 );
113090 assert( TK_RSHIFT==OP_ShiftRight ); testcase( op==TK_RSHIFT );