Home | History | Annotate | Download | only in dist

Lines Matching refs:OP_Add

13930 #define OP_Add            88 /* same as TK_PLUS, synopsis: r[P3]=r[P1]+r[P2] */
81460 case OP_Add: /* same as TK_PLUS, in1, in2, out3 */
81485 case OP_Add: if( sqlite3AddInt64(&iB,iA) ) goto fp_math; break;
81511 case OP_Add: rB += rA; break;
96340 assert( TK_PLUS==OP_Add ); testcase( op==TK_PLUS );