Lines Matching defs:arith
165234 int arith = OP_Add; /* OP_Add or OP_Subtract */165251 arith = OP_Subtract;165255 reg1, (arith==OP_Add ? "+" : "-"), regVal,165320 if( (op==OP_Ge && arith==OP_Add) || (op==OP_Le && arith==OP_Subtract) ){165323 sqlite3VdbeAddOp3(v, arith, regVal, reg1, reg1);