Lines Matching refs:OP_Compare
13936 #define OP_Compare 94 /* synopsis: r[P1@P3] <-> r[P2@P3] */
17000 #define OPFLAG_PERMUTE 0x01 /* OP_Compare: use the permutation */
82015 ** Set the permutation used by the OP_Compare operator in the next
82018 ** The permutation is only valid until the next OP_Compare that has
82020 ** occur immediately prior to the OP_Compare.
82028 assert( pOp[1].opcode==OP_Compare );
82053 case OP_Compare: {
82111 ** in the most recent OP_Compare instruction the P1 vector was less than
119242 sqlite3VdbeAddOp3(v, OP_Compare, regPrevKey, regBase, pSort->nOBSat);
121331 addr2 = sqlite3VdbeAddOp4(v, OP_Compare, pIn->iSdst, regPrev+1, pIn->nSdst,
121795 sqlite3VdbeAddOp4(v, OP_Compare, destA.iSdst, destB.iSdst, nOrderBy,
124518 sqlite3VdbeAddOp4(v, OP_Compare, iAMem, iBMem, pGroupBy->nExpr,