Home | History | Annotate | Download | only in orig

Lines Matching defs:OP_BitAnd

9339 #define OP_BitAnd         85 /* same as TK_BITAND, synopsis: r[P3]=r[P1]&r[P2] */
69626 case OP_BitAnd: /* same as TK_BITAND, in1, in2, out3 */
69645 if( op==OP_BitAnd ){
80240 sqlite3VdbeAddOp3(v, OP_BitAnd, r1, r1, regCkNull);
80245 sqlite3VdbeAddOp3(v, OP_BitAnd, regCkNull, r2, regCkNull);
80901 assert( TK_BITAND==OP_BitAnd ); testcase( op==TK_BITAND );