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