Home | History | Annotate | Download | only in orig

Lines Matching defs:OP_IdxGE

9368 #define OP_IdxGE         114 /* synopsis: key=r[P3@P4]                     */
72871 case OP_IdxGE: { /* jump */
72890 assert( pOp->opcode==OP_IdxGE || pOp->opcode==OP_IdxLT );
72899 assert( (OP_IdxLE&1)==(OP_IdxLT&1) && (OP_IdxGE&1)==(OP_IdxGT&1) );
72904 assert( pOp->opcode==OP_IdxGE || pOp->opcode==OP_IdxGT );
114046 OP_IdxGE, /* 0: (end_constraints && !bRev && !endEq) */
114218 testcase( op==OP_IdxGE ); VdbeCoverageIf(v, op==OP_IdxGE );