Lines Matching full:op_ge
8630 #define OP_Ge 80 /* same as TK_GE */
66679 case OP_Ge: { /* same as TK_GE, jump, in1, in3 */
74622 ** opcode (OP_Eq, OP_Ge etc.) used to compare pExpr1 and pExpr2.
76845 assert( TK_GE==OP_Ge );
77114 codeCompare(pParse, pLeft, pRight, OP_Ge,
77911 assert( TK_GE==OP_Ge );
78011 OP_Ge
78026 assert( pExpr->op!=TK_LT || op==OP_Ge );
79074 j1 = sqlite3VdbeAddOp3(v, OP_Ge, r2, 0, r1);
106543 testOp = bRev ? OP_Le : OP_Ge;