Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c9872 #define OP_ShiftRight 88 /* same as TK_RSHIFT, synopsis: r[P3]=r[P2]>>r[P1] */ macro
72490 case OP_ShiftRight: { /* same as TK_RSHIFT, in1, in2, out3 */
72511 assert( op==OP_ShiftRight || op==OP_ShiftLeft );
72515 assert( OP_ShiftRight==OP_ShiftLeft+1 );
85558 assert( TK_RSHIFT==OP_ShiftRight ); testcase( op==TK_RSHIFT );

Completed in 324 milliseconds