Update contrib.
1 /* Automatically generated. Do not edit */
2 /* See the mkopcodeh.awk script for details */
3 #define OP_ReadCookie 1
4 #define OP_AutoCommit 2
7 #define OP_Lt 71 /* same as TK_LT */
10 #define OP_RealAffinity 7
15 #define OP_Add 78 /* same as TK_PLUS */
16 #define OP_NotFound 12
17 #define OP_ResultRow 13
18 #define OP_IsNull 65 /* same as TK_ISNULL */
21 #define OP_CreateIndex 17
23 #define OP_Statement 19
24 #define OP_DropIndex 20
26 #define OP_ToInt 141 /* same as TK_TO_INT */
28 #define OP_LoadAnalysis 23
29 #define OP_IdxInsert 24
32 #define OP_SetNumColumns 27
33 #define OP_ToNumeric 140 /* same as TK_TO_NUMERIC*/
34 #define OP_Ge 72 /* same as TK_GE */
35 #define OP_BitNot 87 /* same as TK_BITNOT */
37 #define OP_Multiply 80 /* same as TK_STAR */
38 #define OP_ToReal 142 /* same as TK_TO_REAL */
39 #define OP_Gt 69 /* same as TK_GT */
41 #define OP_MustBeInt 30
42 #define OP_Ne 67 /* same as TK_NE */
44 #define OP_IncrVacuum 32
47 #define OP_ForceInt 35
49 #define OP_AggFinal 37
51 #define OP_IdxRowid 39
52 #define OP_Pagecount 40
53 #define OP_BitOr 75 /* same as TK_BITOR */
54 #define OP_NotNull 66 /* same as TK_NOTNULL */
56 #define OP_Not 16 /* same as TK_NOT */
57 #define OP_OpenPseudo 42
60 #define OP_NewRowid 45
61 #define OP_Real 125 /* same as TK_FLOAT */
64 #define OP_Function 48
65 #define OP_IntegrityCk 49
66 #define OP_Remainder 82 /* same as TK_REM */
68 #define OP_ShiftLeft 76 /* same as TK_LSHIFT */
70 #define OP_FifoWrite 52
71 #define OP_BitAnd 74 /* same as TK_BITAND */
72 #define OP_Or 60 /* same as TK_OR */
73 #define OP_NotExists 53
74 #define OP_VDestroy 54
75 #define OP_IdxDelete 55
84 #define OP_Permutation 84
86 #define OP_OpenEphemeral 86
89 #define OP_Divide 81 /* same as TK_SLASH */
90 #define OP_String8 88 /* same as TK_STRING */
91 #define OP_Concat 83 /* same as TK_CONCAT */
93 #define OP_MakeRecord 92
95 #define OP_SetCookie 94
97 #define OP_ContextPush 96
98 #define OP_DropTrigger 97
99 #define OP_And 61 /* same as TK_AND */
100 #define OP_VColumn 98
102 #define OP_OpenWrite 100
103 #define OP_Integer 101
104 #define OP_Transaction 102
106 #define OP_CollSeq 104
107 #define OP_VRename 105
108 #define OP_ToBlob 139 /* same as TK_TO_BLOB */
109 #define OP_Sequence 106
110 #define OP_ContextPop 107
111 #define OP_ShiftRight 77 /* same as TK_RSHIFT */
112 #define OP_VCreate 108
113 #define OP_CreateTable 109
114 #define OP_AddImm 110
115 #define OP_ToText 138 /* same as TK_TO_TEXT */
116 #define OP_DropTable 111
117 #define OP_IsUnique 112
119 #define OP_IfZero 114
121 #define OP_RowKey 116
122 #define OP_Expire 117
123 #define OP_FifoRead 118
124 #define OP_Delete 119
125 #define OP_Subtract 79 /* same as TK_MINUS */
129 #define OP_ParseSchema 123
130 #define OP_Eq 68 /* same as TK_EQ */
132 #define OP_Le 70 /* same as TK_LE */
133 #define OP_TableLock 126
134 #define OP_VerifyCookie 127
135 #define OP_Column 128
136 #define OP_OpenRead 129
137 #define OP_ResetCount 130
139 /* The following opcode values are never used */
140 #define OP_NotUsed_131 131
141 #define OP_NotUsed_132 132
142 #define OP_NotUsed_133 133
143 #define OP_NotUsed_134 134
144 #define OP_NotUsed_135 135
145 #define OP_NotUsed_136 136
146 #define OP_NotUsed_137 137
149 /* Properties such as "out2" or "jump" that are specified in
150 ** comments following the "case" for each opcode in the vdbe.c
151 ** are encoded into bitvectors as follows:
153 #define OPFLG_JUMP 0x0001 /* jump: P2 holds jmp target */
154 #define OPFLG_OUT2_PRERELEASE 0x0002 /* out2-prerelease: */
155 #define OPFLG_IN1 0x0004 /* in1: P1 is an input */
156 #define OPFLG_IN2 0x0008 /* in2: P2 is an input */
157 #define OPFLG_IN3 0x0010 /* in3: P3 is an input */
158 #define OPFLG_OUT3 0x0020 /* out3: P3 is an output */
159 #define OPFLG_INITIALIZER {\
160 /* 0 */ 0x00, 0x02, 0x00, 0x11, 0x00, 0x11, 0x02, 0x04,\
161 /* 8 */ 0x01, 0x00, 0x05, 0x01, 0x11, 0x00, 0x11, 0x02,\
162 /* 16 */ 0x04, 0x02, 0x00, 0x00, 0x00, 0x02, 0x02, 0x00,\
163 /* 24 */ 0x08, 0x00, 0x01, 0x00, 0x01, 0x01, 0x05, 0x11,\
164 /* 32 */ 0x01, 0x02, 0x01, 0x05, 0x00, 0x00, 0x00, 0x02,\
165 /* 40 */ 0x02, 0x11, 0x00, 0x00, 0x00, 0x02, 0x11, 0x0c,\
166 /* 48 */ 0x00, 0x00, 0x00, 0x05, 0x04, 0x11, 0x00, 0x00,\
167 /* 56 */ 0x00, 0x00, 0x05, 0x01, 0x2c, 0x2c, 0x02, 0x00,\
168 /* 64 */ 0x00, 0x05, 0x05, 0x15, 0x15, 0x15, 0x15, 0x15,\
169 /* 72 */ 0x15, 0x00, 0x2c, 0x2c, 0x2c, 0x2c, 0x2c, 0x2c,\
170 /* 80 */ 0x2c, 0x2c, 0x2c, 0x2c, 0x00, 0x00, 0x00, 0x04,\
171 /* 88 */ 0x02, 0x11, 0x00, 0x02, 0x00, 0x00, 0x10, 0x01,\
172 /* 96 */ 0x00, 0x00, 0x00, 0x04, 0x00, 0x02, 0x00, 0x05,\
173 /* 104 */ 0x00, 0x00, 0x02, 0x00, 0x00, 0x02, 0x04, 0x00,\
174 /* 112 */ 0x11, 0x00, 0x05, 0x00, 0x00, 0x00, 0x01, 0x00,\
175 /* 120 */ 0x02, 0x00, 0x01, 0x00, 0x01, 0x02, 0x00, 0x00,\
176 /* 128 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\
177 /* 136 */ 0x00, 0x00, 0x04, 0x04, 0x04, 0x04, 0x04,}