Lines Matching defs:in1
16204 #define OPFLG_IN1 0x02 /* in1: P1 is an input */
91221 ** Keywords include: in1, in2, in3, out2, out3. See
91337 case OP_Return: { /* in1 */
91386 case OP_EndCoroutine: { /* in1 */
91412 case OP_Yield: { /* in1, jump */
92003 case OP_Concat: { /* same as TK_CONCAT, in1, in2, out3 */
92099 case OP_Add: /* same as TK_PLUS, in1, in2, out3 */
92100 case OP_Subtract: /* same as TK_MINUS, in1, in2, out3 */
92101 case OP_Multiply: /* same as TK_STAR, in1, in2, out3 */
92102 case OP_Divide: /* same as TK_SLASH, in1, in2, out3 */
92103 case OP_Remainder: { /* same as TK_REM, in1, in2, out3 */
92238 case OP_BitAnd: /* same as TK_BITAND, in1, in2, out3 */
92239 case OP_BitOr: /* same as TK_BITOR, in1, in2, out3 */
92240 case OP_ShiftLeft: /* same as TK_LSHIFT, in1, in2, out3 */
92241 case OP_ShiftRight: { /* same as TK_RSHIFT, in1, in2, out3 */
92298 case OP_AddImm: { /* in1 */
92313 case OP_MustBeInt: { /* jump, in1 */
92342 case OP_RealAffinity: { /* in1 */
92370 case OP_Cast: { /* in1 */
92481 case OP_Eq: /* same as TK_EQ, jump, in1, in3 */
92482 case OP_Ne: /* same as TK_NE, jump, in1, in3 */
92483 case OP_Lt: /* same as TK_LT, jump, in1, in3 */
92484 case OP_Le: /* same as TK_LE, jump, in1, in3 */
92485 case OP_Gt: /* same as TK_GT, jump, in1, in3 */
92486 case OP_Ge: { /* same as TK_GE, jump, in1, in3 */
92801 case OP_And: /* same as TK_AND, in1, in2, out3 */
92802 case OP_Or: { /* same as TK_OR, in1, in2, out3 */
92845 case OP_IsTrue: { /* in1, out2 */
92861 case OP_Not: { /* same as TK_NOT, in1, out2 */
92879 case OP_BitNot: { /* same as TK_BITNOT, in1, out2 */
92934 case OP_If: { /* jump, in1 */
92948 case OP_IfNot: { /* jump, in1 */
92961 case OP_IsNull: { /* same as TK_ISNULL, jump, in1 */
93064 case OP_ZeroOrNull: { /* in1, in2, out2, in3 */
93080 case OP_NotNull: { /* same as TK_NOTNULL, jump, in1 */
97356 case OP_RowSetAdd: { /* in1, in2 */
97376 case OP_RowSetRead: { /* jump, in1, out3 */
97419 case OP_RowSetTest: { /* jump, in1, in3 */
97707 case OP_IfPos: { /* jump, in1 */
97736 case OP_OffsetLimit: { /* in1, out2, in3 */
97767 case OP_IfNotZero: { /* jump, in1 */
97784 case OP_DecrJumpZero: { /* jump, in1 */
98845 case OP_ClrSubtype: { /* in1 */
106199 int in1, int in2, /* Register holding operands */
106215 addr = sqlite3VdbeAddOp4(pParse->pVdbe, opcode, in2, dest, in1,