Home | History | Annotate | Download | only in dist

Lines Matching defs:OP_IfNeg

9390 #define OP_IfNeg         136 /* synopsis: r[P1]+=P3, if r[P1]<0 goto P2    */
73626 case OP_IfNeg: { /* jump, in1 */
100018 { OP_IfNeg, 1, 0, 0}, /* 0 */
102013 addr = sqlite3VdbeAddOp3(v, OP_IfNeg, iOffset, 0, -1); VdbeCoverage(v);