1 | // SHA1Hash: 28750767099e284e592d1aac6d0607d04968d174 |
2 | /* |
3 | * Copyright (C) 2019 Apple Inc. All rights reserved. |
4 | * |
5 | * Redistribution and use in source and binary forms, with or without |
6 | * modification, are permitted provided that the following conditions |
7 | * are met: |
8 | * |
9 | * 1. Redistributions of source code must retain the above copyright |
10 | * notice, this list of conditions and the following disclaimer. |
11 | * 2. Redistributions in binary form must reproduce the above copyright |
12 | * notice, this list of conditions and the following disclaimer in the |
13 | * documentation and/or other materials provided with the distribution. |
14 | * |
15 | * THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND ANY |
16 | * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
17 | * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
18 | * DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY |
19 | * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
20 | * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
21 | * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND |
22 | * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
23 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
24 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
25 | |
26 | * Autogenerated, do not modify. |
27 | */ |
28 | |
29 | namespace JSC { |
30 | |
31 | const unsigned OpCreateThis_m_dst_index = 1; |
32 | const unsigned OpCreateThis_m_callee_index = 2; |
33 | const unsigned OpCreateThis_m_inlineCapacity_index = 3; |
34 | const unsigned OpCreateThis_m_metadataID_index = 4; |
35 | const unsigned OpCreatePromise_m_dst_index = 1; |
36 | const unsigned OpCreatePromise_m_callee_index = 2; |
37 | const unsigned OpCreatePromise_m_isInternalPromise_index = 3; |
38 | const unsigned OpCreatePromise_m_metadataID_index = 4; |
39 | const unsigned OpCreateGenerator_m_dst_index = 1; |
40 | const unsigned OpCreateGenerator_m_callee_index = 2; |
41 | const unsigned OpCreateGenerator_m_metadataID_index = 3; |
42 | const unsigned OpCreateAsyncGenerator_m_dst_index = 1; |
43 | const unsigned OpCreateAsyncGenerator_m_callee_index = 2; |
44 | const unsigned OpCreateAsyncGenerator_m_metadataID_index = 3; |
45 | const unsigned OpGetArgument_m_dst_index = 1; |
46 | const unsigned OpGetArgument_m_index_index = 2; |
47 | const unsigned OpGetArgument_m_metadataID_index = 3; |
48 | const unsigned OpToThis_m_srcDst_index = 1; |
49 | const unsigned OpToThis_m_metadataID_index = 2; |
50 | const unsigned OpNewObject_m_dst_index = 1; |
51 | const unsigned OpNewObject_m_inlineCapacity_index = 2; |
52 | const unsigned OpNewObject_m_metadataID_index = 3; |
53 | const unsigned OpNewArray_m_dst_index = 1; |
54 | const unsigned OpNewArray_m_argv_index = 2; |
55 | const unsigned OpNewArray_m_argc_index = 3; |
56 | const unsigned OpNewArray_m_recommendedIndexingType_index = 4; |
57 | const unsigned OpNewArray_m_metadataID_index = 5; |
58 | const unsigned OpNewArrayWithSize_m_dst_index = 1; |
59 | const unsigned OpNewArrayWithSize_m_length_index = 2; |
60 | const unsigned OpNewArrayWithSize_m_metadataID_index = 3; |
61 | const unsigned OpNewArrayBuffer_m_dst_index = 1; |
62 | const unsigned OpNewArrayBuffer_m_immutableButterfly_index = 2; |
63 | const unsigned OpNewArrayBuffer_m_recommendedIndexingType_index = 3; |
64 | const unsigned OpNewArrayBuffer_m_metadataID_index = 4; |
65 | const unsigned OpAdd_m_dst_index = 1; |
66 | const unsigned OpAdd_m_lhs_index = 2; |
67 | const unsigned OpAdd_m_rhs_index = 3; |
68 | const unsigned OpAdd_m_operandTypes_index = 4; |
69 | const unsigned OpAdd_m_metadataID_index = 5; |
70 | const unsigned OpMul_m_dst_index = 1; |
71 | const unsigned OpMul_m_lhs_index = 2; |
72 | const unsigned OpMul_m_rhs_index = 3; |
73 | const unsigned OpMul_m_operandTypes_index = 4; |
74 | const unsigned OpMul_m_metadataID_index = 5; |
75 | const unsigned OpDiv_m_dst_index = 1; |
76 | const unsigned OpDiv_m_lhs_index = 2; |
77 | const unsigned OpDiv_m_rhs_index = 3; |
78 | const unsigned OpDiv_m_operandTypes_index = 4; |
79 | const unsigned OpDiv_m_metadataID_index = 5; |
80 | const unsigned OpSub_m_dst_index = 1; |
81 | const unsigned OpSub_m_lhs_index = 2; |
82 | const unsigned OpSub_m_rhs_index = 3; |
83 | const unsigned OpSub_m_operandTypes_index = 4; |
84 | const unsigned OpSub_m_metadataID_index = 5; |
85 | const unsigned OpBitand_m_dst_index = 1; |
86 | const unsigned OpBitand_m_lhs_index = 2; |
87 | const unsigned OpBitand_m_rhs_index = 3; |
88 | const unsigned OpBitand_m_metadataID_index = 4; |
89 | const unsigned OpBitor_m_dst_index = 1; |
90 | const unsigned OpBitor_m_lhs_index = 2; |
91 | const unsigned OpBitor_m_rhs_index = 3; |
92 | const unsigned OpBitor_m_metadataID_index = 4; |
93 | const unsigned OpBitxor_m_dst_index = 1; |
94 | const unsigned OpBitxor_m_lhs_index = 2; |
95 | const unsigned OpBitxor_m_rhs_index = 3; |
96 | const unsigned OpBitxor_m_metadataID_index = 4; |
97 | const unsigned OpLshift_m_dst_index = 1; |
98 | const unsigned OpLshift_m_lhs_index = 2; |
99 | const unsigned OpLshift_m_rhs_index = 3; |
100 | const unsigned OpLshift_m_metadataID_index = 4; |
101 | const unsigned OpRshift_m_dst_index = 1; |
102 | const unsigned OpRshift_m_lhs_index = 2; |
103 | const unsigned OpRshift_m_rhs_index = 3; |
104 | const unsigned OpRshift_m_metadataID_index = 4; |
105 | const unsigned OpBitnot_m_dst_index = 1; |
106 | const unsigned OpBitnot_m_operand_index = 2; |
107 | const unsigned OpBitnot_m_metadataID_index = 3; |
108 | const unsigned OpInc_m_srcDst_index = 1; |
109 | const unsigned OpInc_m_metadataID_index = 2; |
110 | const unsigned OpDec_m_srcDst_index = 1; |
111 | const unsigned OpDec_m_metadataID_index = 2; |
112 | const unsigned OpToObject_m_dst_index = 1; |
113 | const unsigned OpToObject_m_operand_index = 2; |
114 | const unsigned OpToObject_m_message_index = 3; |
115 | const unsigned OpToObject_m_metadataID_index = 4; |
116 | const unsigned OpToNumber_m_dst_index = 1; |
117 | const unsigned OpToNumber_m_operand_index = 2; |
118 | const unsigned OpToNumber_m_metadataID_index = 3; |
119 | const unsigned OpToNumeric_m_dst_index = 1; |
120 | const unsigned OpToNumeric_m_operand_index = 2; |
121 | const unsigned OpToNumeric_m_metadataID_index = 3; |
122 | const unsigned OpNegate_m_dst_index = 1; |
123 | const unsigned OpNegate_m_operand_index = 2; |
124 | const unsigned OpNegate_m_resultType_index = 3; |
125 | const unsigned OpNegate_m_metadataID_index = 4; |
126 | const unsigned OpInByVal_m_dst_index = 1; |
127 | const unsigned OpInByVal_m_base_index = 2; |
128 | const unsigned OpInByVal_m_property_index = 3; |
129 | const unsigned OpInByVal_m_metadataID_index = 4; |
130 | const unsigned OpGetById_m_dst_index = 1; |
131 | const unsigned OpGetById_m_base_index = 2; |
132 | const unsigned OpGetById_m_property_index = 3; |
133 | const unsigned OpGetById_m_metadataID_index = 4; |
134 | const unsigned OpGetByIdWithThis_m_dst_index = 1; |
135 | const unsigned OpGetByIdWithThis_m_base_index = 2; |
136 | const unsigned OpGetByIdWithThis_m_thisValue_index = 3; |
137 | const unsigned OpGetByIdWithThis_m_property_index = 4; |
138 | const unsigned OpGetByIdWithThis_m_metadataID_index = 5; |
139 | const unsigned OpGetByValWithThis_m_dst_index = 1; |
140 | const unsigned OpGetByValWithThis_m_base_index = 2; |
141 | const unsigned OpGetByValWithThis_m_thisValue_index = 3; |
142 | const unsigned OpGetByValWithThis_m_property_index = 4; |
143 | const unsigned OpGetByValWithThis_m_metadataID_index = 5; |
144 | const unsigned OpGetByIdDirect_m_dst_index = 1; |
145 | const unsigned OpGetByIdDirect_m_base_index = 2; |
146 | const unsigned OpGetByIdDirect_m_property_index = 3; |
147 | const unsigned OpGetByIdDirect_m_metadataID_index = 4; |
148 | const unsigned OpTryGetById_m_dst_index = 1; |
149 | const unsigned OpTryGetById_m_base_index = 2; |
150 | const unsigned OpTryGetById_m_property_index = 3; |
151 | const unsigned OpTryGetById_m_metadataID_index = 4; |
152 | const unsigned OpPutById_m_base_index = 1; |
153 | const unsigned OpPutById_m_property_index = 2; |
154 | const unsigned OpPutById_m_value_index = 3; |
155 | const unsigned OpPutById_m_flags_index = 4; |
156 | const unsigned OpPutById_m_metadataID_index = 5; |
157 | const unsigned OpGetByVal_m_dst_index = 1; |
158 | const unsigned OpGetByVal_m_base_index = 2; |
159 | const unsigned OpGetByVal_m_property_index = 3; |
160 | const unsigned OpGetByVal_m_metadataID_index = 4; |
161 | const unsigned OpPutByVal_m_base_index = 1; |
162 | const unsigned OpPutByVal_m_property_index = 2; |
163 | const unsigned OpPutByVal_m_value_index = 3; |
164 | const unsigned OpPutByVal_m_metadataID_index = 4; |
165 | const unsigned OpPutByValDirect_m_base_index = 1; |
166 | const unsigned OpPutByValDirect_m_property_index = 2; |
167 | const unsigned OpPutByValDirect_m_value_index = 3; |
168 | const unsigned OpPutByValDirect_m_metadataID_index = 4; |
169 | const unsigned OpJneqPtr_m_value_index = 1; |
170 | const unsigned OpJneqPtr_m_specialPointer_index = 2; |
171 | const unsigned OpJneqPtr_m_targetLabel_index = 3; |
172 | const unsigned OpJneqPtr_m_metadataID_index = 4; |
173 | const unsigned OpCall_m_dst_index = 1; |
174 | const unsigned OpCall_m_callee_index = 2; |
175 | const unsigned OpCall_m_argc_index = 3; |
176 | const unsigned OpCall_m_argv_index = 4; |
177 | const unsigned OpCall_m_metadataID_index = 5; |
178 | const unsigned OpTailCall_m_dst_index = 1; |
179 | const unsigned OpTailCall_m_callee_index = 2; |
180 | const unsigned OpTailCall_m_argc_index = 3; |
181 | const unsigned OpTailCall_m_argv_index = 4; |
182 | const unsigned OpTailCall_m_metadataID_index = 5; |
183 | const unsigned OpCallEval_m_dst_index = 1; |
184 | const unsigned OpCallEval_m_callee_index = 2; |
185 | const unsigned OpCallEval_m_argc_index = 3; |
186 | const unsigned OpCallEval_m_argv_index = 4; |
187 | const unsigned OpCallEval_m_metadataID_index = 5; |
188 | const unsigned OpCallVarargs_m_dst_index = 1; |
189 | const unsigned OpCallVarargs_m_callee_index = 2; |
190 | const unsigned OpCallVarargs_m_thisValue_index = 3; |
191 | const unsigned OpCallVarargs_m_arguments_index = 4; |
192 | const unsigned OpCallVarargs_m_firstFree_index = 5; |
193 | const unsigned OpCallVarargs_m_firstVarArg_index = 6; |
194 | const unsigned OpCallVarargs_m_metadataID_index = 7; |
195 | const unsigned OpTailCallVarargs_m_dst_index = 1; |
196 | const unsigned OpTailCallVarargs_m_callee_index = 2; |
197 | const unsigned OpTailCallVarargs_m_thisValue_index = 3; |
198 | const unsigned OpTailCallVarargs_m_arguments_index = 4; |
199 | const unsigned OpTailCallVarargs_m_firstFree_index = 5; |
200 | const unsigned OpTailCallVarargs_m_firstVarArg_index = 6; |
201 | const unsigned OpTailCallVarargs_m_metadataID_index = 7; |
202 | const unsigned OpTailCallForwardArguments_m_dst_index = 1; |
203 | const unsigned OpTailCallForwardArguments_m_callee_index = 2; |
204 | const unsigned OpTailCallForwardArguments_m_thisValue_index = 3; |
205 | const unsigned OpTailCallForwardArguments_m_arguments_index = 4; |
206 | const unsigned OpTailCallForwardArguments_m_firstFree_index = 5; |
207 | const unsigned OpTailCallForwardArguments_m_firstVarArg_index = 6; |
208 | const unsigned OpTailCallForwardArguments_m_metadataID_index = 7; |
209 | const unsigned OpConstruct_m_dst_index = 1; |
210 | const unsigned OpConstruct_m_callee_index = 2; |
211 | const unsigned OpConstruct_m_argc_index = 3; |
212 | const unsigned OpConstruct_m_argv_index = 4; |
213 | const unsigned OpConstruct_m_metadataID_index = 5; |
214 | const unsigned OpConstructVarargs_m_dst_index = 1; |
215 | const unsigned OpConstructVarargs_m_callee_index = 2; |
216 | const unsigned OpConstructVarargs_m_thisValue_index = 3; |
217 | const unsigned OpConstructVarargs_m_arguments_index = 4; |
218 | const unsigned OpConstructVarargs_m_firstFree_index = 5; |
219 | const unsigned OpConstructVarargs_m_firstVarArg_index = 6; |
220 | const unsigned OpConstructVarargs_m_metadataID_index = 7; |
221 | const unsigned OpResolveScope_m_dst_index = 1; |
222 | const unsigned OpResolveScope_m_scope_index = 2; |
223 | const unsigned OpResolveScope_m_var_index = 3; |
224 | const unsigned OpResolveScope_m_resolveType_index = 4; |
225 | const unsigned OpResolveScope_m_localScopeDepth_index = 5; |
226 | const unsigned OpResolveScope_m_metadataID_index = 6; |
227 | const unsigned OpGetFromScope_m_dst_index = 1; |
228 | const unsigned OpGetFromScope_m_scope_index = 2; |
229 | const unsigned OpGetFromScope_m_var_index = 3; |
230 | const unsigned OpGetFromScope_m_getPutInfo_index = 4; |
231 | const unsigned OpGetFromScope_m_localScopeDepth_index = 5; |
232 | const unsigned OpGetFromScope_m_offset_index = 6; |
233 | const unsigned OpGetFromScope_m_metadataID_index = 7; |
234 | const unsigned OpPutToScope_m_scope_index = 1; |
235 | const unsigned OpPutToScope_m_var_index = 2; |
236 | const unsigned OpPutToScope_m_value_index = 3; |
237 | const unsigned OpPutToScope_m_getPutInfo_index = 4; |
238 | const unsigned OpPutToScope_m_symbolTableOrScopeDepth_index = 5; |
239 | const unsigned OpPutToScope_m_offset_index = 6; |
240 | const unsigned OpPutToScope_m_metadataID_index = 7; |
241 | const unsigned OpGetFromArguments_m_dst_index = 1; |
242 | const unsigned OpGetFromArguments_m_arguments_index = 2; |
243 | const unsigned OpGetFromArguments_m_index_index = 3; |
244 | const unsigned OpGetFromArguments_m_metadataID_index = 4; |
245 | const unsigned OpCatch_m_exception_index = 1; |
246 | const unsigned OpCatch_m_thrownValue_index = 2; |
247 | const unsigned OpCatch_m_metadataID_index = 3; |
248 | const unsigned OpProfileType_m_targetVirtualRegister_index = 1; |
249 | const unsigned OpProfileType_m_symbolTableOrScopeDepth_index = 2; |
250 | const unsigned OpProfileType_m_flag_index = 3; |
251 | const unsigned OpProfileType_m_identifier_index = 4; |
252 | const unsigned OpProfileType_m_resolveType_index = 5; |
253 | const unsigned OpProfileType_m_metadataID_index = 6; |
254 | const unsigned OpProfileControlFlow_m_textOffset_index = 1; |
255 | const unsigned OpProfileControlFlow_m_metadataID_index = 2; |
256 | const unsigned OpHasIndexedProperty_m_dst_index = 1; |
257 | const unsigned OpHasIndexedProperty_m_base_index = 2; |
258 | const unsigned OpHasIndexedProperty_m_property_index = 3; |
259 | const unsigned OpHasIndexedProperty_m_metadataID_index = 4; |
260 | const unsigned OpGetDirectPname_m_dst_index = 1; |
261 | const unsigned OpGetDirectPname_m_base_index = 2; |
262 | const unsigned OpGetDirectPname_m_property_index = 3; |
263 | const unsigned OpGetDirectPname_m_index_index = 4; |
264 | const unsigned OpGetDirectPname_m_enumerator_index = 5; |
265 | const unsigned OpGetDirectPname_m_metadataID_index = 6; |
266 | const unsigned OpGetInternalField_m_dst_index = 1; |
267 | const unsigned OpGetInternalField_m_base_index = 2; |
268 | const unsigned OpGetInternalField_m_index_index = 3; |
269 | const unsigned OpGetInternalField_m_metadataID_index = 4; |
270 | |
271 | |
272 | |
273 | const unsigned OpGetScope_m_dst_index = 1; |
274 | const unsigned OpCreateDirectArguments_m_dst_index = 1; |
275 | const unsigned OpCreateScopedArguments_m_dst_index = 1; |
276 | const unsigned OpCreateScopedArguments_m_scope_index = 2; |
277 | const unsigned OpCreateClonedArguments_m_dst_index = 1; |
278 | const unsigned OpNewPromise_m_dst_index = 1; |
279 | const unsigned OpNewPromise_m_isInternalPromise_index = 2; |
280 | const unsigned OpNewGenerator_m_dst_index = 1; |
281 | const unsigned OpArgumentCount_m_dst_index = 1; |
282 | const unsigned OpCheckTdz_m_targetVirtualRegister_index = 1; |
283 | const unsigned OpNewArrayWithSpread_m_dst_index = 1; |
284 | const unsigned OpNewArrayWithSpread_m_argv_index = 2; |
285 | const unsigned OpNewArrayWithSpread_m_argc_index = 3; |
286 | const unsigned OpNewArrayWithSpread_m_bitVector_index = 4; |
287 | const unsigned OpSpread_m_dst_index = 1; |
288 | const unsigned OpSpread_m_argument_index = 2; |
289 | const unsigned OpNewRegexp_m_dst_index = 1; |
290 | const unsigned OpNewRegexp_m_regexp_index = 2; |
291 | const unsigned OpMov_m_dst_index = 1; |
292 | const unsigned OpMov_m_src_index = 2; |
293 | const unsigned OpEq_m_dst_index = 1; |
294 | const unsigned OpEq_m_lhs_index = 2; |
295 | const unsigned OpEq_m_rhs_index = 3; |
296 | const unsigned OpNeq_m_dst_index = 1; |
297 | const unsigned OpNeq_m_lhs_index = 2; |
298 | const unsigned OpNeq_m_rhs_index = 3; |
299 | const unsigned OpStricteq_m_dst_index = 1; |
300 | const unsigned OpStricteq_m_lhs_index = 2; |
301 | const unsigned OpStricteq_m_rhs_index = 3; |
302 | const unsigned OpNstricteq_m_dst_index = 1; |
303 | const unsigned OpNstricteq_m_lhs_index = 2; |
304 | const unsigned OpNstricteq_m_rhs_index = 3; |
305 | const unsigned OpLess_m_dst_index = 1; |
306 | const unsigned OpLess_m_lhs_index = 2; |
307 | const unsigned OpLess_m_rhs_index = 3; |
308 | const unsigned OpLesseq_m_dst_index = 1; |
309 | const unsigned OpLesseq_m_lhs_index = 2; |
310 | const unsigned OpLesseq_m_rhs_index = 3; |
311 | const unsigned OpGreater_m_dst_index = 1; |
312 | const unsigned OpGreater_m_lhs_index = 2; |
313 | const unsigned OpGreater_m_rhs_index = 3; |
314 | const unsigned OpGreatereq_m_dst_index = 1; |
315 | const unsigned OpGreatereq_m_lhs_index = 2; |
316 | const unsigned OpGreatereq_m_rhs_index = 3; |
317 | const unsigned OpBelow_m_dst_index = 1; |
318 | const unsigned OpBelow_m_lhs_index = 2; |
319 | const unsigned OpBelow_m_rhs_index = 3; |
320 | const unsigned OpBeloweq_m_dst_index = 1; |
321 | const unsigned OpBeloweq_m_lhs_index = 2; |
322 | const unsigned OpBeloweq_m_rhs_index = 3; |
323 | const unsigned OpMod_m_dst_index = 1; |
324 | const unsigned OpMod_m_lhs_index = 2; |
325 | const unsigned OpMod_m_rhs_index = 3; |
326 | const unsigned OpPow_m_dst_index = 1; |
327 | const unsigned OpPow_m_lhs_index = 2; |
328 | const unsigned OpPow_m_rhs_index = 3; |
329 | const unsigned OpUrshift_m_dst_index = 1; |
330 | const unsigned OpUrshift_m_lhs_index = 2; |
331 | const unsigned OpUrshift_m_rhs_index = 3; |
332 | const unsigned OpEqNull_m_dst_index = 1; |
333 | const unsigned OpEqNull_m_operand_index = 2; |
334 | const unsigned OpNeqNull_m_dst_index = 1; |
335 | const unsigned OpNeqNull_m_operand_index = 2; |
336 | const unsigned OpToString_m_dst_index = 1; |
337 | const unsigned OpToString_m_operand_index = 2; |
338 | const unsigned OpUnsigned_m_dst_index = 1; |
339 | const unsigned OpUnsigned_m_operand_index = 2; |
340 | const unsigned OpIsEmpty_m_dst_index = 1; |
341 | const unsigned OpIsEmpty_m_operand_index = 2; |
342 | const unsigned OpIsUndefined_m_dst_index = 1; |
343 | const unsigned OpIsUndefined_m_operand_index = 2; |
344 | const unsigned OpIsUndefinedOrNull_m_dst_index = 1; |
345 | const unsigned OpIsUndefinedOrNull_m_operand_index = 2; |
346 | const unsigned OpIsBoolean_m_dst_index = 1; |
347 | const unsigned OpIsBoolean_m_operand_index = 2; |
348 | const unsigned OpIsNumber_m_dst_index = 1; |
349 | const unsigned OpIsNumber_m_operand_index = 2; |
350 | const unsigned OpIsObject_m_dst_index = 1; |
351 | const unsigned OpIsObject_m_operand_index = 2; |
352 | const unsigned OpIsObjectOrNull_m_dst_index = 1; |
353 | const unsigned OpIsObjectOrNull_m_operand_index = 2; |
354 | const unsigned OpIsFunction_m_dst_index = 1; |
355 | const unsigned OpIsFunction_m_operand_index = 2; |
356 | const unsigned OpNot_m_dst_index = 1; |
357 | const unsigned OpNot_m_operand_index = 2; |
358 | const unsigned OpIdentityWithProfile_m_srcDst_index = 1; |
359 | const unsigned OpIdentityWithProfile_m_topProfile_index = 2; |
360 | const unsigned OpIdentityWithProfile_m_bottomProfile_index = 3; |
361 | const unsigned OpOverridesHasInstance_m_dst_index = 1; |
362 | const unsigned OpOverridesHasInstance_m_constructor_index = 2; |
363 | const unsigned OpOverridesHasInstance_m_hasInstanceValue_index = 3; |
364 | const unsigned OpInstanceof_m_dst_index = 1; |
365 | const unsigned OpInstanceof_m_value_index = 2; |
366 | const unsigned OpInstanceof_m_prototype_index = 3; |
367 | const unsigned OpInstanceofCustom_m_dst_index = 1; |
368 | const unsigned OpInstanceofCustom_m_value_index = 2; |
369 | const unsigned OpInstanceofCustom_m_constructor_index = 3; |
370 | const unsigned OpInstanceofCustom_m_hasInstanceValue_index = 4; |
371 | const unsigned OpTypeof_m_dst_index = 1; |
372 | const unsigned OpTypeof_m_value_index = 2; |
373 | const unsigned OpIsCellWithType_m_dst_index = 1; |
374 | const unsigned OpIsCellWithType_m_operand_index = 2; |
375 | const unsigned OpIsCellWithType_m_type_index = 3; |
376 | const unsigned OpInById_m_dst_index = 1; |
377 | const unsigned OpInById_m_base_index = 2; |
378 | const unsigned OpInById_m_property_index = 3; |
379 | const unsigned OpPutByIdWithThis_m_base_index = 1; |
380 | const unsigned OpPutByIdWithThis_m_thisValue_index = 2; |
381 | const unsigned OpPutByIdWithThis_m_property_index = 3; |
382 | const unsigned OpPutByIdWithThis_m_value_index = 4; |
383 | const unsigned OpDelById_m_dst_index = 1; |
384 | const unsigned OpDelById_m_base_index = 2; |
385 | const unsigned OpDelById_m_property_index = 3; |
386 | const unsigned OpPutByValWithThis_m_base_index = 1; |
387 | const unsigned OpPutByValWithThis_m_thisValue_index = 2; |
388 | const unsigned OpPutByValWithThis_m_property_index = 3; |
389 | const unsigned OpPutByValWithThis_m_value_index = 4; |
390 | const unsigned OpDelByVal_m_dst_index = 1; |
391 | const unsigned OpDelByVal_m_base_index = 2; |
392 | const unsigned OpDelByVal_m_property_index = 3; |
393 | const unsigned OpPutGetterById_m_base_index = 1; |
394 | const unsigned OpPutGetterById_m_property_index = 2; |
395 | const unsigned OpPutGetterById_m_attributes_index = 3; |
396 | const unsigned OpPutGetterById_m_accessor_index = 4; |
397 | const unsigned OpPutSetterById_m_base_index = 1; |
398 | const unsigned OpPutSetterById_m_property_index = 2; |
399 | const unsigned OpPutSetterById_m_attributes_index = 3; |
400 | const unsigned OpPutSetterById_m_accessor_index = 4; |
401 | const unsigned OpPutGetterSetterById_m_base_index = 1; |
402 | const unsigned OpPutGetterSetterById_m_property_index = 2; |
403 | const unsigned OpPutGetterSetterById_m_attributes_index = 3; |
404 | const unsigned OpPutGetterSetterById_m_getter_index = 4; |
405 | const unsigned OpPutGetterSetterById_m_setter_index = 5; |
406 | const unsigned OpPutGetterByVal_m_base_index = 1; |
407 | const unsigned OpPutGetterByVal_m_property_index = 2; |
408 | const unsigned OpPutGetterByVal_m_attributes_index = 3; |
409 | const unsigned OpPutGetterByVal_m_accessor_index = 4; |
410 | const unsigned OpPutSetterByVal_m_base_index = 1; |
411 | const unsigned OpPutSetterByVal_m_property_index = 2; |
412 | const unsigned OpPutSetterByVal_m_attributes_index = 3; |
413 | const unsigned OpPutSetterByVal_m_accessor_index = 4; |
414 | const unsigned OpDefineDataProperty_m_base_index = 1; |
415 | const unsigned OpDefineDataProperty_m_property_index = 2; |
416 | const unsigned OpDefineDataProperty_m_value_index = 3; |
417 | const unsigned OpDefineDataProperty_m_attributes_index = 4; |
418 | const unsigned OpDefineAccessorProperty_m_base_index = 1; |
419 | const unsigned OpDefineAccessorProperty_m_property_index = 2; |
420 | const unsigned OpDefineAccessorProperty_m_getter_index = 3; |
421 | const unsigned OpDefineAccessorProperty_m_setter_index = 4; |
422 | const unsigned OpDefineAccessorProperty_m_attributes_index = 5; |
423 | const unsigned OpJmp_m_targetLabel_index = 1; |
424 | const unsigned OpJtrue_m_condition_index = 1; |
425 | const unsigned OpJtrue_m_targetLabel_index = 2; |
426 | const unsigned OpJfalse_m_condition_index = 1; |
427 | const unsigned OpJfalse_m_targetLabel_index = 2; |
428 | const unsigned OpJeqNull_m_value_index = 1; |
429 | const unsigned OpJeqNull_m_targetLabel_index = 2; |
430 | const unsigned OpJneqNull_m_value_index = 1; |
431 | const unsigned OpJneqNull_m_targetLabel_index = 2; |
432 | const unsigned OpJundefinedOrNull_m_value_index = 1; |
433 | const unsigned OpJundefinedOrNull_m_targetLabel_index = 2; |
434 | const unsigned OpJnundefinedOrNull_m_value_index = 1; |
435 | const unsigned OpJnundefinedOrNull_m_targetLabel_index = 2; |
436 | const unsigned OpJeq_m_lhs_index = 1; |
437 | const unsigned OpJeq_m_rhs_index = 2; |
438 | const unsigned OpJeq_m_targetLabel_index = 3; |
439 | const unsigned OpJstricteq_m_lhs_index = 1; |
440 | const unsigned OpJstricteq_m_rhs_index = 2; |
441 | const unsigned OpJstricteq_m_targetLabel_index = 3; |
442 | const unsigned OpJneq_m_lhs_index = 1; |
443 | const unsigned OpJneq_m_rhs_index = 2; |
444 | const unsigned OpJneq_m_targetLabel_index = 3; |
445 | const unsigned OpJnstricteq_m_lhs_index = 1; |
446 | const unsigned OpJnstricteq_m_rhs_index = 2; |
447 | const unsigned OpJnstricteq_m_targetLabel_index = 3; |
448 | const unsigned OpJless_m_lhs_index = 1; |
449 | const unsigned OpJless_m_rhs_index = 2; |
450 | const unsigned OpJless_m_targetLabel_index = 3; |
451 | const unsigned OpJlesseq_m_lhs_index = 1; |
452 | const unsigned OpJlesseq_m_rhs_index = 2; |
453 | const unsigned OpJlesseq_m_targetLabel_index = 3; |
454 | const unsigned OpJgreater_m_lhs_index = 1; |
455 | const unsigned OpJgreater_m_rhs_index = 2; |
456 | const unsigned OpJgreater_m_targetLabel_index = 3; |
457 | const unsigned OpJgreatereq_m_lhs_index = 1; |
458 | const unsigned OpJgreatereq_m_rhs_index = 2; |
459 | const unsigned OpJgreatereq_m_targetLabel_index = 3; |
460 | const unsigned OpJnless_m_lhs_index = 1; |
461 | const unsigned OpJnless_m_rhs_index = 2; |
462 | const unsigned OpJnless_m_targetLabel_index = 3; |
463 | const unsigned OpJnlesseq_m_lhs_index = 1; |
464 | const unsigned OpJnlesseq_m_rhs_index = 2; |
465 | const unsigned OpJnlesseq_m_targetLabel_index = 3; |
466 | const unsigned OpJngreater_m_lhs_index = 1; |
467 | const unsigned OpJngreater_m_rhs_index = 2; |
468 | const unsigned OpJngreater_m_targetLabel_index = 3; |
469 | const unsigned OpJngreatereq_m_lhs_index = 1; |
470 | const unsigned OpJngreatereq_m_rhs_index = 2; |
471 | const unsigned OpJngreatereq_m_targetLabel_index = 3; |
472 | const unsigned OpJbelow_m_lhs_index = 1; |
473 | const unsigned OpJbelow_m_rhs_index = 2; |
474 | const unsigned OpJbelow_m_targetLabel_index = 3; |
475 | const unsigned OpJbeloweq_m_lhs_index = 1; |
476 | const unsigned OpJbeloweq_m_rhs_index = 2; |
477 | const unsigned OpJbeloweq_m_targetLabel_index = 3; |
478 | |
479 | const unsigned OpSwitchImm_m_tableIndex_index = 1; |
480 | const unsigned OpSwitchImm_m_defaultOffset_index = 2; |
481 | const unsigned OpSwitchImm_m_scrutinee_index = 3; |
482 | const unsigned OpSwitchChar_m_tableIndex_index = 1; |
483 | const unsigned OpSwitchChar_m_defaultOffset_index = 2; |
484 | const unsigned OpSwitchChar_m_scrutinee_index = 3; |
485 | const unsigned OpSwitchString_m_tableIndex_index = 1; |
486 | const unsigned OpSwitchString_m_defaultOffset_index = 2; |
487 | const unsigned OpSwitchString_m_scrutinee_index = 3; |
488 | const unsigned OpNewFunc_m_dst_index = 1; |
489 | const unsigned OpNewFunc_m_scope_index = 2; |
490 | const unsigned OpNewFunc_m_functionDecl_index = 3; |
491 | const unsigned OpNewFuncExp_m_dst_index = 1; |
492 | const unsigned OpNewFuncExp_m_scope_index = 2; |
493 | const unsigned OpNewFuncExp_m_functionDecl_index = 3; |
494 | const unsigned OpNewGeneratorFunc_m_dst_index = 1; |
495 | const unsigned OpNewGeneratorFunc_m_scope_index = 2; |
496 | const unsigned OpNewGeneratorFunc_m_functionDecl_index = 3; |
497 | const unsigned OpNewGeneratorFuncExp_m_dst_index = 1; |
498 | const unsigned OpNewGeneratorFuncExp_m_scope_index = 2; |
499 | const unsigned OpNewGeneratorFuncExp_m_functionDecl_index = 3; |
500 | const unsigned OpNewAsyncFunc_m_dst_index = 1; |
501 | const unsigned OpNewAsyncFunc_m_scope_index = 2; |
502 | const unsigned OpNewAsyncFunc_m_functionDecl_index = 3; |
503 | const unsigned OpNewAsyncFuncExp_m_dst_index = 1; |
504 | const unsigned OpNewAsyncFuncExp_m_scope_index = 2; |
505 | const unsigned OpNewAsyncFuncExp_m_functionDecl_index = 3; |
506 | const unsigned OpNewAsyncGeneratorFunc_m_dst_index = 1; |
507 | const unsigned OpNewAsyncGeneratorFunc_m_scope_index = 2; |
508 | const unsigned OpNewAsyncGeneratorFunc_m_functionDecl_index = 3; |
509 | const unsigned OpNewAsyncGeneratorFuncExp_m_dst_index = 1; |
510 | const unsigned OpNewAsyncGeneratorFuncExp_m_scope_index = 2; |
511 | const unsigned OpNewAsyncGeneratorFuncExp_m_functionDecl_index = 3; |
512 | const unsigned OpSetFunctionName_m_function_index = 1; |
513 | const unsigned OpSetFunctionName_m_name_index = 2; |
514 | const unsigned OpRet_m_value_index = 1; |
515 | const unsigned OpStrcat_m_dst_index = 1; |
516 | const unsigned OpStrcat_m_src_index = 2; |
517 | const unsigned OpStrcat_m_count_index = 3; |
518 | const unsigned OpToPrimitive_m_dst_index = 1; |
519 | const unsigned OpToPrimitive_m_src_index = 2; |
520 | const unsigned OpPutToArguments_m_arguments_index = 1; |
521 | const unsigned OpPutToArguments_m_index_index = 2; |
522 | const unsigned OpPutToArguments_m_value_index = 3; |
523 | const unsigned OpPushWithScope_m_dst_index = 1; |
524 | const unsigned OpPushWithScope_m_currentScope_index = 2; |
525 | const unsigned OpPushWithScope_m_newScope_index = 3; |
526 | const unsigned OpCreateLexicalEnvironment_m_dst_index = 1; |
527 | const unsigned OpCreateLexicalEnvironment_m_scope_index = 2; |
528 | const unsigned OpCreateLexicalEnvironment_m_symbolTable_index = 3; |
529 | const unsigned OpCreateLexicalEnvironment_m_initialValue_index = 4; |
530 | const unsigned OpCreateGeneratorFrameEnvironment_m_dst_index = 1; |
531 | const unsigned OpCreateGeneratorFrameEnvironment_m_scope_index = 2; |
532 | const unsigned OpCreateGeneratorFrameEnvironment_m_symbolTable_index = 3; |
533 | const unsigned OpCreateGeneratorFrameEnvironment_m_initialValue_index = 4; |
534 | const unsigned OpGetParentScope_m_dst_index = 1; |
535 | const unsigned OpGetParentScope_m_scope_index = 2; |
536 | const unsigned OpThrow_m_value_index = 1; |
537 | const unsigned OpThrowStaticError_m_message_index = 1; |
538 | const unsigned OpThrowStaticError_m_errorType_index = 2; |
539 | const unsigned OpDebug_m_debugHookType_index = 1; |
540 | const unsigned OpDebug_m_hasBreakpoint_index = 2; |
541 | const unsigned OpEnd_m_value_index = 1; |
542 | const unsigned OpGetEnumerableLength_m_dst_index = 1; |
543 | const unsigned OpGetEnumerableLength_m_base_index = 2; |
544 | const unsigned OpHasStructureProperty_m_dst_index = 1; |
545 | const unsigned OpHasStructureProperty_m_base_index = 2; |
546 | const unsigned OpHasStructureProperty_m_property_index = 3; |
547 | const unsigned OpHasStructureProperty_m_enumerator_index = 4; |
548 | const unsigned OpHasGenericProperty_m_dst_index = 1; |
549 | const unsigned OpHasGenericProperty_m_base_index = 2; |
550 | const unsigned OpHasGenericProperty_m_property_index = 3; |
551 | const unsigned OpGetPropertyEnumerator_m_dst_index = 1; |
552 | const unsigned OpGetPropertyEnumerator_m_base_index = 2; |
553 | const unsigned OpEnumeratorStructurePname_m_dst_index = 1; |
554 | const unsigned OpEnumeratorStructurePname_m_enumerator_index = 2; |
555 | const unsigned OpEnumeratorStructurePname_m_index_index = 3; |
556 | const unsigned OpEnumeratorGenericPname_m_dst_index = 1; |
557 | const unsigned OpEnumeratorGenericPname_m_enumerator_index = 2; |
558 | const unsigned OpEnumeratorGenericPname_m_index_index = 3; |
559 | const unsigned OpToIndexString_m_dst_index = 1; |
560 | const unsigned OpToIndexString_m_index_index = 2; |
561 | |
562 | const unsigned OpCreateRest_m_dst_index = 1; |
563 | const unsigned OpCreateRest_m_arraySize_index = 2; |
564 | const unsigned OpCreateRest_m_numParametersToSkip_index = 3; |
565 | const unsigned OpGetRestLength_m_dst_index = 1; |
566 | const unsigned OpGetRestLength_m_numParametersToSkip_index = 2; |
567 | const unsigned OpYield_m_generator_index = 1; |
568 | const unsigned OpYield_m_yieldPoint_index = 2; |
569 | const unsigned OpYield_m_argument_index = 3; |
570 | |
571 | const unsigned OpLogShadowChickenPrologue_m_scope_index = 1; |
572 | const unsigned OpLogShadowChickenTail_m_thisValue_index = 1; |
573 | const unsigned OpLogShadowChickenTail_m_scope_index = 2; |
574 | const unsigned OpResolveScopeForHoistingFuncDeclInEval_m_dst_index = 1; |
575 | const unsigned OpResolveScopeForHoistingFuncDeclInEval_m_scope_index = 2; |
576 | const unsigned OpResolveScopeForHoistingFuncDeclInEval_m_property_index = 3; |
577 | const unsigned OpPutInternalField_m_base_index = 1; |
578 | const unsigned OpPutInternalField_m_index_index = 2; |
579 | const unsigned OpPutInternalField_m_value_index = 3; |
580 | |
581 | |
582 | |
583 | const unsigned WasmI32Add_m_dst_index = 1; |
584 | const unsigned WasmI32Add_m_lhs_index = 2; |
585 | const unsigned WasmI32Add_m_rhs_index = 3; |
586 | const unsigned WasmI32Sub_m_dst_index = 1; |
587 | const unsigned WasmI32Sub_m_lhs_index = 2; |
588 | const unsigned WasmI32Sub_m_rhs_index = 3; |
589 | const unsigned WasmI32Mul_m_dst_index = 1; |
590 | const unsigned WasmI32Mul_m_lhs_index = 2; |
591 | const unsigned WasmI32Mul_m_rhs_index = 3; |
592 | const unsigned WasmI32DivS_m_dst_index = 1; |
593 | const unsigned WasmI32DivS_m_lhs_index = 2; |
594 | const unsigned WasmI32DivS_m_rhs_index = 3; |
595 | const unsigned WasmI32DivU_m_dst_index = 1; |
596 | const unsigned WasmI32DivU_m_lhs_index = 2; |
597 | const unsigned WasmI32DivU_m_rhs_index = 3; |
598 | const unsigned WasmI32RemS_m_dst_index = 1; |
599 | const unsigned WasmI32RemS_m_lhs_index = 2; |
600 | const unsigned WasmI32RemS_m_rhs_index = 3; |
601 | const unsigned WasmI32RemU_m_dst_index = 1; |
602 | const unsigned WasmI32RemU_m_lhs_index = 2; |
603 | const unsigned WasmI32RemU_m_rhs_index = 3; |
604 | const unsigned WasmI32And_m_dst_index = 1; |
605 | const unsigned WasmI32And_m_lhs_index = 2; |
606 | const unsigned WasmI32And_m_rhs_index = 3; |
607 | const unsigned WasmI32Or_m_dst_index = 1; |
608 | const unsigned WasmI32Or_m_lhs_index = 2; |
609 | const unsigned WasmI32Or_m_rhs_index = 3; |
610 | const unsigned WasmI32Xor_m_dst_index = 1; |
611 | const unsigned WasmI32Xor_m_lhs_index = 2; |
612 | const unsigned WasmI32Xor_m_rhs_index = 3; |
613 | const unsigned WasmI32Shl_m_dst_index = 1; |
614 | const unsigned WasmI32Shl_m_lhs_index = 2; |
615 | const unsigned WasmI32Shl_m_rhs_index = 3; |
616 | const unsigned WasmI32ShrU_m_dst_index = 1; |
617 | const unsigned WasmI32ShrU_m_lhs_index = 2; |
618 | const unsigned WasmI32ShrU_m_rhs_index = 3; |
619 | const unsigned WasmI32ShrS_m_dst_index = 1; |
620 | const unsigned WasmI32ShrS_m_lhs_index = 2; |
621 | const unsigned WasmI32ShrS_m_rhs_index = 3; |
622 | const unsigned WasmI32Rotr_m_dst_index = 1; |
623 | const unsigned WasmI32Rotr_m_lhs_index = 2; |
624 | const unsigned WasmI32Rotr_m_rhs_index = 3; |
625 | const unsigned WasmI32Rotl_m_dst_index = 1; |
626 | const unsigned WasmI32Rotl_m_lhs_index = 2; |
627 | const unsigned WasmI32Rotl_m_rhs_index = 3; |
628 | const unsigned WasmI32Eq_m_dst_index = 1; |
629 | const unsigned WasmI32Eq_m_lhs_index = 2; |
630 | const unsigned WasmI32Eq_m_rhs_index = 3; |
631 | const unsigned WasmI32Ne_m_dst_index = 1; |
632 | const unsigned WasmI32Ne_m_lhs_index = 2; |
633 | const unsigned WasmI32Ne_m_rhs_index = 3; |
634 | const unsigned WasmI32LtS_m_dst_index = 1; |
635 | const unsigned WasmI32LtS_m_lhs_index = 2; |
636 | const unsigned WasmI32LtS_m_rhs_index = 3; |
637 | const unsigned WasmI32LeS_m_dst_index = 1; |
638 | const unsigned WasmI32LeS_m_lhs_index = 2; |
639 | const unsigned WasmI32LeS_m_rhs_index = 3; |
640 | const unsigned WasmI32LtU_m_dst_index = 1; |
641 | const unsigned WasmI32LtU_m_lhs_index = 2; |
642 | const unsigned WasmI32LtU_m_rhs_index = 3; |
643 | const unsigned WasmI32LeU_m_dst_index = 1; |
644 | const unsigned WasmI32LeU_m_lhs_index = 2; |
645 | const unsigned WasmI32LeU_m_rhs_index = 3; |
646 | const unsigned WasmI32GtS_m_dst_index = 1; |
647 | const unsigned WasmI32GtS_m_lhs_index = 2; |
648 | const unsigned WasmI32GtS_m_rhs_index = 3; |
649 | const unsigned WasmI32GeS_m_dst_index = 1; |
650 | const unsigned WasmI32GeS_m_lhs_index = 2; |
651 | const unsigned WasmI32GeS_m_rhs_index = 3; |
652 | const unsigned WasmI32GtU_m_dst_index = 1; |
653 | const unsigned WasmI32GtU_m_lhs_index = 2; |
654 | const unsigned WasmI32GtU_m_rhs_index = 3; |
655 | const unsigned WasmI32GeU_m_dst_index = 1; |
656 | const unsigned WasmI32GeU_m_lhs_index = 2; |
657 | const unsigned WasmI32GeU_m_rhs_index = 3; |
658 | const unsigned WasmI32Clz_m_dst_index = 1; |
659 | const unsigned WasmI32Clz_m_operand_index = 2; |
660 | const unsigned WasmI32Ctz_m_dst_index = 1; |
661 | const unsigned WasmI32Ctz_m_operand_index = 2; |
662 | const unsigned WasmI32Popcnt_m_dst_index = 1; |
663 | const unsigned WasmI32Popcnt_m_operand_index = 2; |
664 | const unsigned WasmI32Eqz_m_dst_index = 1; |
665 | const unsigned WasmI32Eqz_m_operand_index = 2; |
666 | const unsigned WasmI64Add_m_dst_index = 1; |
667 | const unsigned WasmI64Add_m_lhs_index = 2; |
668 | const unsigned WasmI64Add_m_rhs_index = 3; |
669 | const unsigned WasmI64Sub_m_dst_index = 1; |
670 | const unsigned WasmI64Sub_m_lhs_index = 2; |
671 | const unsigned WasmI64Sub_m_rhs_index = 3; |
672 | const unsigned WasmI64Mul_m_dst_index = 1; |
673 | const unsigned WasmI64Mul_m_lhs_index = 2; |
674 | const unsigned WasmI64Mul_m_rhs_index = 3; |
675 | const unsigned WasmI64DivS_m_dst_index = 1; |
676 | const unsigned WasmI64DivS_m_lhs_index = 2; |
677 | const unsigned WasmI64DivS_m_rhs_index = 3; |
678 | const unsigned WasmI64DivU_m_dst_index = 1; |
679 | const unsigned WasmI64DivU_m_lhs_index = 2; |
680 | const unsigned WasmI64DivU_m_rhs_index = 3; |
681 | const unsigned WasmI64RemS_m_dst_index = 1; |
682 | const unsigned WasmI64RemS_m_lhs_index = 2; |
683 | const unsigned WasmI64RemS_m_rhs_index = 3; |
684 | const unsigned WasmI64RemU_m_dst_index = 1; |
685 | const unsigned WasmI64RemU_m_lhs_index = 2; |
686 | const unsigned WasmI64RemU_m_rhs_index = 3; |
687 | const unsigned WasmI64And_m_dst_index = 1; |
688 | const unsigned WasmI64And_m_lhs_index = 2; |
689 | const unsigned WasmI64And_m_rhs_index = 3; |
690 | const unsigned WasmI64Or_m_dst_index = 1; |
691 | const unsigned WasmI64Or_m_lhs_index = 2; |
692 | const unsigned WasmI64Or_m_rhs_index = 3; |
693 | const unsigned WasmI64Xor_m_dst_index = 1; |
694 | const unsigned WasmI64Xor_m_lhs_index = 2; |
695 | const unsigned WasmI64Xor_m_rhs_index = 3; |
696 | const unsigned WasmI64Shl_m_dst_index = 1; |
697 | const unsigned WasmI64Shl_m_lhs_index = 2; |
698 | const unsigned WasmI64Shl_m_rhs_index = 3; |
699 | const unsigned WasmI64ShrU_m_dst_index = 1; |
700 | const unsigned WasmI64ShrU_m_lhs_index = 2; |
701 | const unsigned WasmI64ShrU_m_rhs_index = 3; |
702 | const unsigned WasmI64ShrS_m_dst_index = 1; |
703 | const unsigned WasmI64ShrS_m_lhs_index = 2; |
704 | const unsigned WasmI64ShrS_m_rhs_index = 3; |
705 | const unsigned WasmI64Rotr_m_dst_index = 1; |
706 | const unsigned WasmI64Rotr_m_lhs_index = 2; |
707 | const unsigned WasmI64Rotr_m_rhs_index = 3; |
708 | const unsigned WasmI64Rotl_m_dst_index = 1; |
709 | const unsigned WasmI64Rotl_m_lhs_index = 2; |
710 | const unsigned WasmI64Rotl_m_rhs_index = 3; |
711 | const unsigned WasmI64Eq_m_dst_index = 1; |
712 | const unsigned WasmI64Eq_m_lhs_index = 2; |
713 | const unsigned WasmI64Eq_m_rhs_index = 3; |
714 | const unsigned WasmI64Ne_m_dst_index = 1; |
715 | const unsigned WasmI64Ne_m_lhs_index = 2; |
716 | const unsigned WasmI64Ne_m_rhs_index = 3; |
717 | const unsigned WasmI64LtS_m_dst_index = 1; |
718 | const unsigned WasmI64LtS_m_lhs_index = 2; |
719 | const unsigned WasmI64LtS_m_rhs_index = 3; |
720 | const unsigned WasmI64LeS_m_dst_index = 1; |
721 | const unsigned WasmI64LeS_m_lhs_index = 2; |
722 | const unsigned WasmI64LeS_m_rhs_index = 3; |
723 | const unsigned WasmI64LtU_m_dst_index = 1; |
724 | const unsigned WasmI64LtU_m_lhs_index = 2; |
725 | const unsigned WasmI64LtU_m_rhs_index = 3; |
726 | const unsigned WasmI64LeU_m_dst_index = 1; |
727 | const unsigned WasmI64LeU_m_lhs_index = 2; |
728 | const unsigned WasmI64LeU_m_rhs_index = 3; |
729 | const unsigned WasmI64GtS_m_dst_index = 1; |
730 | const unsigned WasmI64GtS_m_lhs_index = 2; |
731 | const unsigned WasmI64GtS_m_rhs_index = 3; |
732 | const unsigned WasmI64GeS_m_dst_index = 1; |
733 | const unsigned WasmI64GeS_m_lhs_index = 2; |
734 | const unsigned WasmI64GeS_m_rhs_index = 3; |
735 | const unsigned WasmI64GtU_m_dst_index = 1; |
736 | const unsigned WasmI64GtU_m_lhs_index = 2; |
737 | const unsigned WasmI64GtU_m_rhs_index = 3; |
738 | const unsigned WasmI64GeU_m_dst_index = 1; |
739 | const unsigned WasmI64GeU_m_lhs_index = 2; |
740 | const unsigned WasmI64GeU_m_rhs_index = 3; |
741 | const unsigned WasmI64Clz_m_dst_index = 1; |
742 | const unsigned WasmI64Clz_m_operand_index = 2; |
743 | const unsigned WasmI64Ctz_m_dst_index = 1; |
744 | const unsigned WasmI64Ctz_m_operand_index = 2; |
745 | const unsigned WasmI64Popcnt_m_dst_index = 1; |
746 | const unsigned WasmI64Popcnt_m_operand_index = 2; |
747 | const unsigned WasmI64Eqz_m_dst_index = 1; |
748 | const unsigned WasmI64Eqz_m_operand_index = 2; |
749 | const unsigned WasmF32Add_m_dst_index = 1; |
750 | const unsigned WasmF32Add_m_lhs_index = 2; |
751 | const unsigned WasmF32Add_m_rhs_index = 3; |
752 | const unsigned WasmF32Sub_m_dst_index = 1; |
753 | const unsigned WasmF32Sub_m_lhs_index = 2; |
754 | const unsigned WasmF32Sub_m_rhs_index = 3; |
755 | const unsigned WasmF32Mul_m_dst_index = 1; |
756 | const unsigned WasmF32Mul_m_lhs_index = 2; |
757 | const unsigned WasmF32Mul_m_rhs_index = 3; |
758 | const unsigned WasmF32Div_m_dst_index = 1; |
759 | const unsigned WasmF32Div_m_lhs_index = 2; |
760 | const unsigned WasmF32Div_m_rhs_index = 3; |
761 | const unsigned WasmF32Min_m_dst_index = 1; |
762 | const unsigned WasmF32Min_m_lhs_index = 2; |
763 | const unsigned WasmF32Min_m_rhs_index = 3; |
764 | const unsigned WasmF32Max_m_dst_index = 1; |
765 | const unsigned WasmF32Max_m_lhs_index = 2; |
766 | const unsigned WasmF32Max_m_rhs_index = 3; |
767 | const unsigned WasmF32Abs_m_dst_index = 1; |
768 | const unsigned WasmF32Abs_m_operand_index = 2; |
769 | const unsigned WasmF32Neg_m_dst_index = 1; |
770 | const unsigned WasmF32Neg_m_operand_index = 2; |
771 | const unsigned WasmF32Copysign_m_dst_index = 1; |
772 | const unsigned WasmF32Copysign_m_lhs_index = 2; |
773 | const unsigned WasmF32Copysign_m_rhs_index = 3; |
774 | const unsigned WasmF32Ceil_m_dst_index = 1; |
775 | const unsigned WasmF32Ceil_m_operand_index = 2; |
776 | const unsigned WasmF32Floor_m_dst_index = 1; |
777 | const unsigned WasmF32Floor_m_operand_index = 2; |
778 | const unsigned WasmF32Trunc_m_dst_index = 1; |
779 | const unsigned WasmF32Trunc_m_operand_index = 2; |
780 | const unsigned WasmF32Nearest_m_dst_index = 1; |
781 | const unsigned WasmF32Nearest_m_operand_index = 2; |
782 | const unsigned WasmF32Sqrt_m_dst_index = 1; |
783 | const unsigned WasmF32Sqrt_m_operand_index = 2; |
784 | const unsigned WasmF32Eq_m_dst_index = 1; |
785 | const unsigned WasmF32Eq_m_lhs_index = 2; |
786 | const unsigned WasmF32Eq_m_rhs_index = 3; |
787 | const unsigned WasmF32Ne_m_dst_index = 1; |
788 | const unsigned WasmF32Ne_m_lhs_index = 2; |
789 | const unsigned WasmF32Ne_m_rhs_index = 3; |
790 | const unsigned WasmF32Lt_m_dst_index = 1; |
791 | const unsigned WasmF32Lt_m_lhs_index = 2; |
792 | const unsigned WasmF32Lt_m_rhs_index = 3; |
793 | const unsigned WasmF32Le_m_dst_index = 1; |
794 | const unsigned WasmF32Le_m_lhs_index = 2; |
795 | const unsigned WasmF32Le_m_rhs_index = 3; |
796 | const unsigned WasmF32Gt_m_dst_index = 1; |
797 | const unsigned WasmF32Gt_m_lhs_index = 2; |
798 | const unsigned WasmF32Gt_m_rhs_index = 3; |
799 | const unsigned WasmF32Ge_m_dst_index = 1; |
800 | const unsigned WasmF32Ge_m_lhs_index = 2; |
801 | const unsigned WasmF32Ge_m_rhs_index = 3; |
802 | const unsigned WasmF64Add_m_dst_index = 1; |
803 | const unsigned WasmF64Add_m_lhs_index = 2; |
804 | const unsigned WasmF64Add_m_rhs_index = 3; |
805 | const unsigned WasmF64Sub_m_dst_index = 1; |
806 | const unsigned WasmF64Sub_m_lhs_index = 2; |
807 | const unsigned WasmF64Sub_m_rhs_index = 3; |
808 | const unsigned WasmF64Mul_m_dst_index = 1; |
809 | const unsigned WasmF64Mul_m_lhs_index = 2; |
810 | const unsigned WasmF64Mul_m_rhs_index = 3; |
811 | const unsigned WasmF64Div_m_dst_index = 1; |
812 | const unsigned WasmF64Div_m_lhs_index = 2; |
813 | const unsigned WasmF64Div_m_rhs_index = 3; |
814 | const unsigned WasmF64Min_m_dst_index = 1; |
815 | const unsigned WasmF64Min_m_lhs_index = 2; |
816 | const unsigned WasmF64Min_m_rhs_index = 3; |
817 | const unsigned WasmF64Max_m_dst_index = 1; |
818 | const unsigned WasmF64Max_m_lhs_index = 2; |
819 | const unsigned WasmF64Max_m_rhs_index = 3; |
820 | const unsigned WasmF64Abs_m_dst_index = 1; |
821 | const unsigned WasmF64Abs_m_operand_index = 2; |
822 | const unsigned WasmF64Neg_m_dst_index = 1; |
823 | const unsigned WasmF64Neg_m_operand_index = 2; |
824 | const unsigned WasmF64Copysign_m_dst_index = 1; |
825 | const unsigned WasmF64Copysign_m_lhs_index = 2; |
826 | const unsigned WasmF64Copysign_m_rhs_index = 3; |
827 | const unsigned WasmF64Ceil_m_dst_index = 1; |
828 | const unsigned WasmF64Ceil_m_operand_index = 2; |
829 | const unsigned WasmF64Floor_m_dst_index = 1; |
830 | const unsigned WasmF64Floor_m_operand_index = 2; |
831 | const unsigned WasmF64Trunc_m_dst_index = 1; |
832 | const unsigned WasmF64Trunc_m_operand_index = 2; |
833 | const unsigned WasmF64Nearest_m_dst_index = 1; |
834 | const unsigned WasmF64Nearest_m_operand_index = 2; |
835 | const unsigned WasmF64Sqrt_m_dst_index = 1; |
836 | const unsigned WasmF64Sqrt_m_operand_index = 2; |
837 | const unsigned WasmF64Eq_m_dst_index = 1; |
838 | const unsigned WasmF64Eq_m_lhs_index = 2; |
839 | const unsigned WasmF64Eq_m_rhs_index = 3; |
840 | const unsigned WasmF64Ne_m_dst_index = 1; |
841 | const unsigned WasmF64Ne_m_lhs_index = 2; |
842 | const unsigned WasmF64Ne_m_rhs_index = 3; |
843 | const unsigned WasmF64Lt_m_dst_index = 1; |
844 | const unsigned WasmF64Lt_m_lhs_index = 2; |
845 | const unsigned WasmF64Lt_m_rhs_index = 3; |
846 | const unsigned WasmF64Le_m_dst_index = 1; |
847 | const unsigned WasmF64Le_m_lhs_index = 2; |
848 | const unsigned WasmF64Le_m_rhs_index = 3; |
849 | const unsigned WasmF64Gt_m_dst_index = 1; |
850 | const unsigned WasmF64Gt_m_lhs_index = 2; |
851 | const unsigned WasmF64Gt_m_rhs_index = 3; |
852 | const unsigned WasmF64Ge_m_dst_index = 1; |
853 | const unsigned WasmF64Ge_m_lhs_index = 2; |
854 | const unsigned WasmF64Ge_m_rhs_index = 3; |
855 | const unsigned WasmI32TruncSF32_m_dst_index = 1; |
856 | const unsigned WasmI32TruncSF32_m_operand_index = 2; |
857 | const unsigned WasmI32TruncSF64_m_dst_index = 1; |
858 | const unsigned WasmI32TruncSF64_m_operand_index = 2; |
859 | const unsigned WasmI32TruncUF32_m_dst_index = 1; |
860 | const unsigned WasmI32TruncUF32_m_operand_index = 2; |
861 | const unsigned WasmI32TruncUF64_m_dst_index = 1; |
862 | const unsigned WasmI32TruncUF64_m_operand_index = 2; |
863 | const unsigned WasmI32WrapI64_m_dst_index = 1; |
864 | const unsigned WasmI32WrapI64_m_operand_index = 2; |
865 | const unsigned WasmI64TruncSF32_m_dst_index = 1; |
866 | const unsigned WasmI64TruncSF32_m_operand_index = 2; |
867 | const unsigned WasmI64TruncSF64_m_dst_index = 1; |
868 | const unsigned WasmI64TruncSF64_m_operand_index = 2; |
869 | const unsigned WasmI64TruncUF32_m_dst_index = 1; |
870 | const unsigned WasmI64TruncUF32_m_operand_index = 2; |
871 | const unsigned WasmI64TruncUF64_m_dst_index = 1; |
872 | const unsigned WasmI64TruncUF64_m_operand_index = 2; |
873 | const unsigned WasmI64ExtendSI32_m_dst_index = 1; |
874 | const unsigned WasmI64ExtendSI32_m_operand_index = 2; |
875 | const unsigned WasmI64ExtendUI32_m_dst_index = 1; |
876 | const unsigned WasmI64ExtendUI32_m_operand_index = 2; |
877 | const unsigned WasmF32ConvertSI32_m_dst_index = 1; |
878 | const unsigned WasmF32ConvertSI32_m_operand_index = 2; |
879 | const unsigned WasmF32ConvertUI32_m_dst_index = 1; |
880 | const unsigned WasmF32ConvertUI32_m_operand_index = 2; |
881 | const unsigned WasmF32ConvertSI64_m_dst_index = 1; |
882 | const unsigned WasmF32ConvertSI64_m_operand_index = 2; |
883 | const unsigned WasmF32ConvertUI64_m_dst_index = 1; |
884 | const unsigned WasmF32ConvertUI64_m_operand_index = 2; |
885 | const unsigned WasmF32DemoteF64_m_dst_index = 1; |
886 | const unsigned WasmF32DemoteF64_m_operand_index = 2; |
887 | const unsigned WasmF32ReinterpretI32_m_dst_index = 1; |
888 | const unsigned WasmF32ReinterpretI32_m_operand_index = 2; |
889 | const unsigned WasmF64ConvertSI32_m_dst_index = 1; |
890 | const unsigned WasmF64ConvertSI32_m_operand_index = 2; |
891 | const unsigned WasmF64ConvertUI32_m_dst_index = 1; |
892 | const unsigned WasmF64ConvertUI32_m_operand_index = 2; |
893 | const unsigned WasmF64ConvertSI64_m_dst_index = 1; |
894 | const unsigned WasmF64ConvertSI64_m_operand_index = 2; |
895 | const unsigned WasmF64ConvertUI64_m_dst_index = 1; |
896 | const unsigned WasmF64ConvertUI64_m_operand_index = 2; |
897 | const unsigned WasmF64PromoteF32_m_dst_index = 1; |
898 | const unsigned WasmF64PromoteF32_m_operand_index = 2; |
899 | const unsigned WasmF64ReinterpretI64_m_dst_index = 1; |
900 | const unsigned WasmF64ReinterpretI64_m_operand_index = 2; |
901 | const unsigned WasmI32ReinterpretF32_m_dst_index = 1; |
902 | const unsigned WasmI32ReinterpretF32_m_operand_index = 2; |
903 | const unsigned WasmI64ReinterpretF64_m_dst_index = 1; |
904 | const unsigned WasmI64ReinterpretF64_m_operand_index = 2; |
905 | |
906 | |
907 | |
908 | |
909 | |
910 | |
911 | const unsigned WasmMov_m_dst_index = 1; |
912 | const unsigned WasmMov_m_src_index = 2; |
913 | const unsigned WasmJtrue_m_condition_index = 1; |
914 | const unsigned WasmJtrue_m_targetLabel_index = 2; |
915 | const unsigned WasmJfalse_m_condition_index = 1; |
916 | const unsigned WasmJfalse_m_targetLabel_index = 2; |
917 | const unsigned WasmJmp_m_targetLabel_index = 1; |
918 | |
919 | const unsigned WasmSwitch_m_scrutinee_index = 1; |
920 | const unsigned WasmSwitch_m_tableIndex_index = 2; |
921 | const unsigned WasmSwitch_m_defaultTarget_index = 3; |
922 | |
923 | |
924 | const unsigned WasmRefIsNull_m_dst_index = 1; |
925 | const unsigned WasmRefIsNull_m_ref_index = 2; |
926 | const unsigned WasmRefFunc_m_dst_index = 1; |
927 | const unsigned WasmRefFunc_m_functionIndex_index = 2; |
928 | const unsigned WasmGetGlobal_m_dst_index = 1; |
929 | const unsigned WasmGetGlobal_m_globalIndex_index = 2; |
930 | const unsigned WasmSetGlobal_m_globalIndex_index = 1; |
931 | const unsigned WasmSetGlobal_m_value_index = 2; |
932 | const unsigned WasmSetGlobalRef_m_globalIndex_index = 1; |
933 | const unsigned WasmSetGlobalRef_m_value_index = 2; |
934 | const unsigned WasmTableGet_m_dst_index = 1; |
935 | const unsigned WasmTableGet_m_index_index = 2; |
936 | const unsigned WasmTableGet_m_tableIndex_index = 3; |
937 | const unsigned WasmTableSet_m_index_index = 1; |
938 | const unsigned WasmTableSet_m_value_index = 2; |
939 | const unsigned WasmTableSet_m_tableIndex_index = 3; |
940 | const unsigned WasmTableSize_m_dst_index = 1; |
941 | const unsigned WasmTableSize_m_tableIndex_index = 2; |
942 | const unsigned WasmTableGrow_m_dst_index = 1; |
943 | const unsigned WasmTableGrow_m_fill_index = 2; |
944 | const unsigned WasmTableGrow_m_size_index = 3; |
945 | const unsigned WasmTableGrow_m_tableIndex_index = 4; |
946 | const unsigned WasmTableFill_m_offset_index = 1; |
947 | const unsigned WasmTableFill_m_fill_index = 2; |
948 | const unsigned WasmTableFill_m_size_index = 3; |
949 | const unsigned WasmTableFill_m_tableIndex_index = 4; |
950 | const unsigned WasmCall_m_functionIndex_index = 1; |
951 | const unsigned WasmCall_m_stackOffset_index = 2; |
952 | const unsigned WasmCall_m_numberOfStackArgs_index = 3; |
953 | const unsigned WasmCallNoTls_m_functionIndex_index = 1; |
954 | const unsigned WasmCallNoTls_m_stackOffset_index = 2; |
955 | const unsigned WasmCallNoTls_m_numberOfStackArgs_index = 3; |
956 | const unsigned WasmCallIndirect_m_functionIndex_index = 1; |
957 | const unsigned WasmCallIndirect_m_signatureIndex_index = 2; |
958 | const unsigned WasmCallIndirect_m_stackOffset_index = 3; |
959 | const unsigned WasmCallIndirect_m_numberOfStackArgs_index = 4; |
960 | const unsigned WasmCallIndirect_m_tableIndex_index = 5; |
961 | const unsigned WasmCallIndirectNoTls_m_functionIndex_index = 1; |
962 | const unsigned WasmCallIndirectNoTls_m_signatureIndex_index = 2; |
963 | const unsigned WasmCallIndirectNoTls_m_stackOffset_index = 3; |
964 | const unsigned WasmCallIndirectNoTls_m_numberOfStackArgs_index = 4; |
965 | const unsigned WasmCallIndirectNoTls_m_tableIndex_index = 5; |
966 | const unsigned WasmCurrentMemory_m_dst_index = 1; |
967 | const unsigned WasmGrowMemory_m_dst_index = 1; |
968 | const unsigned WasmGrowMemory_m_delta_index = 2; |
969 | const unsigned WasmSelect_m_dst_index = 1; |
970 | const unsigned WasmSelect_m_condition_index = 2; |
971 | const unsigned WasmSelect_m_nonZero_index = 3; |
972 | const unsigned WasmSelect_m_zero_index = 4; |
973 | const unsigned WasmLoad8U_m_dst_index = 1; |
974 | const unsigned WasmLoad8U_m_pointer_index = 2; |
975 | const unsigned WasmLoad8U_m_offset_index = 3; |
976 | const unsigned WasmLoad16U_m_dst_index = 1; |
977 | const unsigned WasmLoad16U_m_pointer_index = 2; |
978 | const unsigned WasmLoad16U_m_offset_index = 3; |
979 | const unsigned WasmLoad32U_m_dst_index = 1; |
980 | const unsigned WasmLoad32U_m_pointer_index = 2; |
981 | const unsigned WasmLoad32U_m_offset_index = 3; |
982 | const unsigned WasmLoad64U_m_dst_index = 1; |
983 | const unsigned WasmLoad64U_m_pointer_index = 2; |
984 | const unsigned WasmLoad64U_m_offset_index = 3; |
985 | const unsigned WasmI32Load8S_m_dst_index = 1; |
986 | const unsigned WasmI32Load8S_m_pointer_index = 2; |
987 | const unsigned WasmI32Load8S_m_offset_index = 3; |
988 | const unsigned WasmI64Load8S_m_dst_index = 1; |
989 | const unsigned WasmI64Load8S_m_pointer_index = 2; |
990 | const unsigned WasmI64Load8S_m_offset_index = 3; |
991 | const unsigned WasmI32Load16S_m_dst_index = 1; |
992 | const unsigned WasmI32Load16S_m_pointer_index = 2; |
993 | const unsigned WasmI32Load16S_m_offset_index = 3; |
994 | const unsigned WasmI64Load16S_m_dst_index = 1; |
995 | const unsigned WasmI64Load16S_m_pointer_index = 2; |
996 | const unsigned WasmI64Load16S_m_offset_index = 3; |
997 | const unsigned WasmI64Load32S_m_dst_index = 1; |
998 | const unsigned WasmI64Load32S_m_pointer_index = 2; |
999 | const unsigned WasmI64Load32S_m_offset_index = 3; |
1000 | const unsigned WasmStore8_m_pointer_index = 1; |
1001 | const unsigned WasmStore8_m_value_index = 2; |
1002 | const unsigned WasmStore8_m_offset_index = 3; |
1003 | const unsigned WasmStore16_m_pointer_index = 1; |
1004 | const unsigned WasmStore16_m_value_index = 2; |
1005 | const unsigned WasmStore16_m_offset_index = 3; |
1006 | const unsigned WasmStore32_m_pointer_index = 1; |
1007 | const unsigned WasmStore32_m_value_index = 2; |
1008 | const unsigned WasmStore32_m_offset_index = 3; |
1009 | const unsigned WasmStore64_m_pointer_index = 1; |
1010 | const unsigned WasmStore64_m_value_index = 2; |
1011 | const unsigned WasmStore64_m_offset_index = 3; |
1012 | |
1013 | } // namespace JSC |
1014 | |