Searched refs:OP_IdxLT (Results 1 – 2 of 2) sorted by relevance
16471 #define OP_IdxLT 42 /* jump, synopsis: key=r[P3@P4] */ macro96962 assert( pOp[1].opcode==OP_IdxLT || pOp[1].opcode==OP_IdxGT );96963 assert( pOp->opcode==OP_SeekGE || pOp[1].opcode==OP_IdxLT );97054 assert( pOp[1].opcode==OP_IdxLT || pOp[1].opcode==OP_IdxGT );98822 case OP_IdxLT: /* jump, ncycle */98838 if( pOp->opcode<OP_IdxLT ){98842 assert( pOp->opcode==OP_IdxGE || pOp->opcode==OP_IdxLT );98880 assert( (OP_IdxLE&1)==(OP_IdxLT&1) && (OP_IdxGE&1)==(OP_IdxGT&1) );98881 if( (pOp->opcode&1)==(OP_IdxLT&1) ){98882 assert( pOp->opcode==OP_IdxLE || pOp->opcode==OP_IdxLT );[all …]
8437 #define OP_IdxLT 100 macro68207 case OP_IdxLT: /* jump */68235 if( pOp->opcode==OP_IdxLT ){104361 OP_IdxLT /* 2: (end_constraints && bRev) */104514 testcase( op==OP_IdxLT );