1/*===- TableGen'erated file -------------------------------------*- C++ -*-===*\
2|* *|
3|* DAG Instruction Selector for the WebAssembly target *|
4|* *|
5|* Automatically generated file, do not edit! *|
6|* *|
7\*===----------------------------------------------------------------------===*/
8
9// *** NOTE: This file is #included into the middle of the target
10// *** instruction selector class. These functions are really methods.
11
12// If GET_DAGISEL_DECL is #defined with any value, only function
13// declarations will be included when this file is included.
14// If GET_DAGISEL_BODY is #defined, its value should be the name of
15// the instruction selector class. Function bodies will be emitted
16// and each function's name will be qualified with the name of the
17// class.
18//
19// When neither of the GET_DAGISEL* macros is defined, the functions
20// are emitted inline.
21
22#if defined(GET_DAGISEL_DECL) && defined(GET_DAGISEL_BODY)
23#error GET_DAGISEL_DECL and GET_DAGISEL_BODY cannot be both defined, undef both for inline definitions
24#endif
25
26#ifdef GET_DAGISEL_BODY
27#define LOCAL_DAGISEL_STRINGIZE(X) LOCAL_DAGISEL_STRINGIZE_(X)
28#define LOCAL_DAGISEL_STRINGIZE_(X) #X
29static_assert(sizeof(LOCAL_DAGISEL_STRINGIZE(GET_DAGISEL_BODY)) > 1,
30 "GET_DAGISEL_BODY is empty: it should be defined with the class name");
31#undef LOCAL_DAGISEL_STRINGIZE_
32#undef LOCAL_DAGISEL_STRINGIZE
33#endif
34
35#if !defined(GET_DAGISEL_DECL) && !defined(GET_DAGISEL_BODY)
36#define DAGISEL_INLINE 1
37#else
38#define DAGISEL_INLINE 0
39#endif
40
41#if !DAGISEL_INLINE
42#define DAGISEL_CLASS_COLONCOLON GET_DAGISEL_BODY ::
43#else
44#define DAGISEL_CLASS_COLONCOLON
45#endif
46
47#ifdef GET_DAGISEL_DECL
48void SelectCode(SDNode *N);
49#endif
50#if defined(GET_DAGISEL_BODY) || DAGISEL_INLINE
51void DAGISEL_CLASS_COLONCOLON SelectCode(SDNode *N)
52{
53 // Some target values are emitted as 2 bytes, TARGET_VAL handles
54 // this. Coverage indexes are emitted as 4 bytes,
55 // COVERAGE_IDX_VAL handles this.
56 #define TARGET_VAL(X) X & 255, unsigned(X) >> 8
57 #define COVERAGE_IDX_VAL(X) X & 255, (unsigned(X) >> 8) & 255, (unsigned(X) >> 16) & 255, (unsigned(X) >> 24) & 255
58 static const uint8_t MatcherTable[] = {
59 OPC_SwitchOpcode , 107|128,8, TARGET_VAL(ISD::ZERO_EXTEND),
60 OPC_Scope, 95|128,8,
61 OPC_MoveChild0,
62 OPC_SwitchOpcode , 108, TARGET_VAL(ISD::AssertZext),
63 OPC_MoveChild0,
64 OPC_CheckOpcode, TARGET_VAL(ISD::ATOMIC_CMP_SWAP),
65 OPC_RecordMemRef,
66 OPC_RecordNode,
67 OPC_CheckFoldableChainNode,
68 OPC_RecordChild1,
69 OPC_Scope, 48,
70 OPC_CheckChild1TypeI32,
71 OPC_MoveChild2,
72 OPC_CheckOpcode, TARGET_VAL(ISD::TRUNCATE),
73 OPC_RecordChild0,
74 OPC_MoveSibling3,
75 OPC_CheckOpcode, TARGET_VAL(ISD::TRUNCATE),
76 OPC_RecordChild0,
77 OPC_MoveParent,
78 OPC_Scope, 16,
79 OPC_CheckPredicate1,
80 OPC_MoveParent,
81 OPC_MoveParent,
82 OPC_CheckPatternPredicate1,
83 OPC_CheckComplexPat0, /*#*/1,
84 OPC_EmitMergeInputChains1_0,
85 OPC_EmitIntegerI32, 0,
86 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_CMPXCHG_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
87 MVT::i64, 6, 62,
88 16,
89 OPC_CheckPredicate2,
90 OPC_MoveParent,
91 OPC_MoveParent,
92 OPC_CheckPatternPredicate1,
93 OPC_CheckComplexPat0, /*#*/1,
94 OPC_EmitMergeInputChains1_0,
95 OPC_EmitIntegerI32, 0,
96 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_CMPXCHG_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
97 MVT::i64, 6, 62,
98 0,
99 48,
100 OPC_CheckChild1TypeI64,
101 OPC_MoveChild2,
102 OPC_CheckOpcode, TARGET_VAL(ISD::TRUNCATE),
103 OPC_RecordChild0,
104 OPC_MoveSibling3,
105 OPC_CheckOpcode, TARGET_VAL(ISD::TRUNCATE),
106 OPC_RecordChild0,
107 OPC_MoveParent,
108 OPC_Scope, 16,
109 OPC_CheckPredicate1,
110 OPC_MoveParent,
111 OPC_MoveParent,
112 OPC_CheckPatternPredicate2,
113 OPC_CheckComplexPat1, /*#*/1,
114 OPC_EmitMergeInputChains1_0,
115 OPC_EmitIntegerI32, 0,
116 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_CMPXCHG_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
117 MVT::i64, 6, 62,
118 16,
119 OPC_CheckPredicate2,
120 OPC_MoveParent,
121 OPC_MoveParent,
122 OPC_CheckPatternPredicate2,
123 OPC_CheckComplexPat1, /*#*/1,
124 OPC_EmitMergeInputChains1_0,
125 OPC_EmitIntegerI32, 0,
126 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_CMPXCHG_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
127 MVT::i64, 6, 62,
128 0,
129 0,
130 61, TARGET_VAL(ISD::ATOMIC_CMP_SWAP),
131 OPC_RecordMemRef,
132 OPC_RecordNode,
133 OPC_RecordChild1,
134 OPC_Scope, 27,
135 OPC_CheckChild1TypeI32,
136 OPC_MoveChild2,
137 OPC_CheckOpcode, TARGET_VAL(ISD::TRUNCATE),
138 OPC_RecordChild0,
139 OPC_MoveSibling3,
140 OPC_CheckOpcode, TARGET_VAL(ISD::TRUNCATE),
141 OPC_RecordChild0,
142 OPC_MoveParent,
143 OPC_CheckPredicate3,
144 OPC_MoveParent,
145 OPC_CheckPatternPredicate1,
146 OPC_CheckComplexPat0, /*#*/1,
147 OPC_EmitMergeInputChains1_0,
148 OPC_EmitIntegerI32, 0,
149 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW32_U_CMPXCHG_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
150 MVT::i64, 6, 62,
151 27,
152 OPC_CheckChild1TypeI64,
153 OPC_MoveChild2,
154 OPC_CheckOpcode, TARGET_VAL(ISD::TRUNCATE),
155 OPC_RecordChild0,
156 OPC_MoveSibling3,
157 OPC_CheckOpcode, TARGET_VAL(ISD::TRUNCATE),
158 OPC_RecordChild0,
159 OPC_MoveParent,
160 OPC_CheckPredicate3,
161 OPC_MoveParent,
162 OPC_CheckPatternPredicate2,
163 OPC_CheckComplexPat1, /*#*/1,
164 OPC_EmitMergeInputChains1_0,
165 OPC_EmitIntegerI32, 0,
166 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW32_U_CMPXCHG_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
167 MVT::i64, 6, 62,
168 0,
169 121, TARGET_VAL(ISD::ATOMIC_LOAD_ADD),
170 OPC_RecordMemRef,
171 OPC_RecordNode,
172 OPC_RecordChild1,
173 OPC_Scope, 57,
174 OPC_CheckChild1TypeI32,
175 OPC_MoveChild2,
176 OPC_CheckOpcode, TARGET_VAL(ISD::TRUNCATE),
177 OPC_RecordChild0,
178 OPC_MoveParent,
179 OPC_Scope, 15,
180 OPC_CheckPredicate1,
181 OPC_MoveParent,
182 OPC_CheckPatternPredicate1,
183 OPC_CheckComplexPat0, /*#*/1,
184 OPC_EmitMergeInputChains1_0,
185 OPC_EmitIntegerI32, 0,
186 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_ADD_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
187 MVT::i64, 5, 50,
188 15,
189 OPC_CheckPredicate2,
190 OPC_MoveParent,
191 OPC_CheckPatternPredicate1,
192 OPC_CheckComplexPat0, /*#*/1,
193 OPC_EmitMergeInputChains1_0,
194 OPC_EmitIntegerI32, 0,
195 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_ADD_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
196 MVT::i64, 5, 50,
197 15,
198 OPC_CheckPredicate3,
199 OPC_MoveParent,
200 OPC_CheckPatternPredicate1,
201 OPC_CheckComplexPat0, /*#*/1,
202 OPC_EmitMergeInputChains1_0,
203 OPC_EmitIntegerI32, 0,
204 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW32_U_ADD_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
205 MVT::i64, 5, 50,
206 0,
207 57,
208 OPC_CheckChild1TypeI64,
209 OPC_MoveChild2,
210 OPC_CheckOpcode, TARGET_VAL(ISD::TRUNCATE),
211 OPC_RecordChild0,
212 OPC_MoveParent,
213 OPC_Scope, 15,
214 OPC_CheckPredicate1,
215 OPC_MoveParent,
216 OPC_CheckPatternPredicate2,
217 OPC_CheckComplexPat1, /*#*/1,
218 OPC_EmitMergeInputChains1_0,
219 OPC_EmitIntegerI32, 0,
220 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_ADD_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
221 MVT::i64, 5, 50,
222 15,
223 OPC_CheckPredicate2,
224 OPC_MoveParent,
225 OPC_CheckPatternPredicate2,
226 OPC_CheckComplexPat1, /*#*/1,
227 OPC_EmitMergeInputChains1_0,
228 OPC_EmitIntegerI32, 0,
229 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_ADD_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
230 MVT::i64, 5, 50,
231 15,
232 OPC_CheckPredicate3,
233 OPC_MoveParent,
234 OPC_CheckPatternPredicate2,
235 OPC_CheckComplexPat1, /*#*/1,
236 OPC_EmitMergeInputChains1_0,
237 OPC_EmitIntegerI32, 0,
238 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW32_U_ADD_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
239 MVT::i64, 5, 50,
240 0,
241 0,
242 121, TARGET_VAL(ISD::ATOMIC_LOAD_SUB),
243 OPC_RecordMemRef,
244 OPC_RecordNode,
245 OPC_RecordChild1,
246 OPC_Scope, 57,
247 OPC_CheckChild1TypeI32,
248 OPC_MoveChild2,
249 OPC_CheckOpcode, TARGET_VAL(ISD::TRUNCATE),
250 OPC_RecordChild0,
251 OPC_MoveParent,
252 OPC_Scope, 15,
253 OPC_CheckPredicate1,
254 OPC_MoveParent,
255 OPC_CheckPatternPredicate1,
256 OPC_CheckComplexPat0, /*#*/1,
257 OPC_EmitMergeInputChains1_0,
258 OPC_EmitIntegerI32, 0,
259 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_SUB_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
260 MVT::i64, 5, 50,
261 15,
262 OPC_CheckPredicate2,
263 OPC_MoveParent,
264 OPC_CheckPatternPredicate1,
265 OPC_CheckComplexPat0, /*#*/1,
266 OPC_EmitMergeInputChains1_0,
267 OPC_EmitIntegerI32, 0,
268 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_SUB_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
269 MVT::i64, 5, 50,
270 15,
271 OPC_CheckPredicate3,
272 OPC_MoveParent,
273 OPC_CheckPatternPredicate1,
274 OPC_CheckComplexPat0, /*#*/1,
275 OPC_EmitMergeInputChains1_0,
276 OPC_EmitIntegerI32, 0,
277 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW32_U_SUB_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
278 MVT::i64, 5, 50,
279 0,
280 57,
281 OPC_CheckChild1TypeI64,
282 OPC_MoveChild2,
283 OPC_CheckOpcode, TARGET_VAL(ISD::TRUNCATE),
284 OPC_RecordChild0,
285 OPC_MoveParent,
286 OPC_Scope, 15,
287 OPC_CheckPredicate1,
288 OPC_MoveParent,
289 OPC_CheckPatternPredicate2,
290 OPC_CheckComplexPat1, /*#*/1,
291 OPC_EmitMergeInputChains1_0,
292 OPC_EmitIntegerI32, 0,
293 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_SUB_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
294 MVT::i64, 5, 50,
295 15,
296 OPC_CheckPredicate2,
297 OPC_MoveParent,
298 OPC_CheckPatternPredicate2,
299 OPC_CheckComplexPat1, /*#*/1,
300 OPC_EmitMergeInputChains1_0,
301 OPC_EmitIntegerI32, 0,
302 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_SUB_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
303 MVT::i64, 5, 50,
304 15,
305 OPC_CheckPredicate3,
306 OPC_MoveParent,
307 OPC_CheckPatternPredicate2,
308 OPC_CheckComplexPat1, /*#*/1,
309 OPC_EmitMergeInputChains1_0,
310 OPC_EmitIntegerI32, 0,
311 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW32_U_SUB_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
312 MVT::i64, 5, 50,
313 0,
314 0,
315 121, TARGET_VAL(ISD::ATOMIC_LOAD_AND),
316 OPC_RecordMemRef,
317 OPC_RecordNode,
318 OPC_RecordChild1,
319 OPC_Scope, 57,
320 OPC_CheckChild1TypeI32,
321 OPC_MoveChild2,
322 OPC_CheckOpcode, TARGET_VAL(ISD::TRUNCATE),
323 OPC_RecordChild0,
324 OPC_MoveParent,
325 OPC_Scope, 15,
326 OPC_CheckPredicate1,
327 OPC_MoveParent,
328 OPC_CheckPatternPredicate1,
329 OPC_CheckComplexPat0, /*#*/1,
330 OPC_EmitMergeInputChains1_0,
331 OPC_EmitIntegerI32, 0,
332 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_AND_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
333 MVT::i64, 5, 50,
334 15,
335 OPC_CheckPredicate2,
336 OPC_MoveParent,
337 OPC_CheckPatternPredicate1,
338 OPC_CheckComplexPat0, /*#*/1,
339 OPC_EmitMergeInputChains1_0,
340 OPC_EmitIntegerI32, 0,
341 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_AND_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
342 MVT::i64, 5, 50,
343 15,
344 OPC_CheckPredicate3,
345 OPC_MoveParent,
346 OPC_CheckPatternPredicate1,
347 OPC_CheckComplexPat0, /*#*/1,
348 OPC_EmitMergeInputChains1_0,
349 OPC_EmitIntegerI32, 0,
350 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW32_U_AND_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
351 MVT::i64, 5, 50,
352 0,
353 57,
354 OPC_CheckChild1TypeI64,
355 OPC_MoveChild2,
356 OPC_CheckOpcode, TARGET_VAL(ISD::TRUNCATE),
357 OPC_RecordChild0,
358 OPC_MoveParent,
359 OPC_Scope, 15,
360 OPC_CheckPredicate1,
361 OPC_MoveParent,
362 OPC_CheckPatternPredicate2,
363 OPC_CheckComplexPat1, /*#*/1,
364 OPC_EmitMergeInputChains1_0,
365 OPC_EmitIntegerI32, 0,
366 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_AND_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
367 MVT::i64, 5, 50,
368 15,
369 OPC_CheckPredicate2,
370 OPC_MoveParent,
371 OPC_CheckPatternPredicate2,
372 OPC_CheckComplexPat1, /*#*/1,
373 OPC_EmitMergeInputChains1_0,
374 OPC_EmitIntegerI32, 0,
375 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_AND_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
376 MVT::i64, 5, 50,
377 15,
378 OPC_CheckPredicate3,
379 OPC_MoveParent,
380 OPC_CheckPatternPredicate2,
381 OPC_CheckComplexPat1, /*#*/1,
382 OPC_EmitMergeInputChains1_0,
383 OPC_EmitIntegerI32, 0,
384 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW32_U_AND_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
385 MVT::i64, 5, 50,
386 0,
387 0,
388 121, TARGET_VAL(ISD::ATOMIC_LOAD_OR),
389 OPC_RecordMemRef,
390 OPC_RecordNode,
391 OPC_RecordChild1,
392 OPC_Scope, 57,
393 OPC_CheckChild1TypeI32,
394 OPC_MoveChild2,
395 OPC_CheckOpcode, TARGET_VAL(ISD::TRUNCATE),
396 OPC_RecordChild0,
397 OPC_MoveParent,
398 OPC_Scope, 15,
399 OPC_CheckPredicate1,
400 OPC_MoveParent,
401 OPC_CheckPatternPredicate1,
402 OPC_CheckComplexPat0, /*#*/1,
403 OPC_EmitMergeInputChains1_0,
404 OPC_EmitIntegerI32, 0,
405 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_OR_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
406 MVT::i64, 5, 50,
407 15,
408 OPC_CheckPredicate2,
409 OPC_MoveParent,
410 OPC_CheckPatternPredicate1,
411 OPC_CheckComplexPat0, /*#*/1,
412 OPC_EmitMergeInputChains1_0,
413 OPC_EmitIntegerI32, 0,
414 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_OR_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
415 MVT::i64, 5, 50,
416 15,
417 OPC_CheckPredicate3,
418 OPC_MoveParent,
419 OPC_CheckPatternPredicate1,
420 OPC_CheckComplexPat0, /*#*/1,
421 OPC_EmitMergeInputChains1_0,
422 OPC_EmitIntegerI32, 0,
423 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW32_U_OR_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
424 MVT::i64, 5, 50,
425 0,
426 57,
427 OPC_CheckChild1TypeI64,
428 OPC_MoveChild2,
429 OPC_CheckOpcode, TARGET_VAL(ISD::TRUNCATE),
430 OPC_RecordChild0,
431 OPC_MoveParent,
432 OPC_Scope, 15,
433 OPC_CheckPredicate1,
434 OPC_MoveParent,
435 OPC_CheckPatternPredicate2,
436 OPC_CheckComplexPat1, /*#*/1,
437 OPC_EmitMergeInputChains1_0,
438 OPC_EmitIntegerI32, 0,
439 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_OR_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
440 MVT::i64, 5, 50,
441 15,
442 OPC_CheckPredicate2,
443 OPC_MoveParent,
444 OPC_CheckPatternPredicate2,
445 OPC_CheckComplexPat1, /*#*/1,
446 OPC_EmitMergeInputChains1_0,
447 OPC_EmitIntegerI32, 0,
448 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_OR_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
449 MVT::i64, 5, 50,
450 15,
451 OPC_CheckPredicate3,
452 OPC_MoveParent,
453 OPC_CheckPatternPredicate2,
454 OPC_CheckComplexPat1, /*#*/1,
455 OPC_EmitMergeInputChains1_0,
456 OPC_EmitIntegerI32, 0,
457 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW32_U_OR_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
458 MVT::i64, 5, 50,
459 0,
460 0,
461 121, TARGET_VAL(ISD::ATOMIC_LOAD_XOR),
462 OPC_RecordMemRef,
463 OPC_RecordNode,
464 OPC_RecordChild1,
465 OPC_Scope, 57,
466 OPC_CheckChild1TypeI32,
467 OPC_MoveChild2,
468 OPC_CheckOpcode, TARGET_VAL(ISD::TRUNCATE),
469 OPC_RecordChild0,
470 OPC_MoveParent,
471 OPC_Scope, 15,
472 OPC_CheckPredicate1,
473 OPC_MoveParent,
474 OPC_CheckPatternPredicate1,
475 OPC_CheckComplexPat0, /*#*/1,
476 OPC_EmitMergeInputChains1_0,
477 OPC_EmitIntegerI32, 0,
478 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_XOR_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
479 MVT::i64, 5, 50,
480 15,
481 OPC_CheckPredicate2,
482 OPC_MoveParent,
483 OPC_CheckPatternPredicate1,
484 OPC_CheckComplexPat0, /*#*/1,
485 OPC_EmitMergeInputChains1_0,
486 OPC_EmitIntegerI32, 0,
487 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_XOR_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
488 MVT::i64, 5, 50,
489 15,
490 OPC_CheckPredicate3,
491 OPC_MoveParent,
492 OPC_CheckPatternPredicate1,
493 OPC_CheckComplexPat0, /*#*/1,
494 OPC_EmitMergeInputChains1_0,
495 OPC_EmitIntegerI32, 0,
496 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW32_U_XOR_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
497 MVT::i64, 5, 50,
498 0,
499 57,
500 OPC_CheckChild1TypeI64,
501 OPC_MoveChild2,
502 OPC_CheckOpcode, TARGET_VAL(ISD::TRUNCATE),
503 OPC_RecordChild0,
504 OPC_MoveParent,
505 OPC_Scope, 15,
506 OPC_CheckPredicate1,
507 OPC_MoveParent,
508 OPC_CheckPatternPredicate2,
509 OPC_CheckComplexPat1, /*#*/1,
510 OPC_EmitMergeInputChains1_0,
511 OPC_EmitIntegerI32, 0,
512 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_XOR_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
513 MVT::i64, 5, 50,
514 15,
515 OPC_CheckPredicate2,
516 OPC_MoveParent,
517 OPC_CheckPatternPredicate2,
518 OPC_CheckComplexPat1, /*#*/1,
519 OPC_EmitMergeInputChains1_0,
520 OPC_EmitIntegerI32, 0,
521 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_XOR_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
522 MVT::i64, 5, 50,
523 15,
524 OPC_CheckPredicate3,
525 OPC_MoveParent,
526 OPC_CheckPatternPredicate2,
527 OPC_CheckComplexPat1, /*#*/1,
528 OPC_EmitMergeInputChains1_0,
529 OPC_EmitIntegerI32, 0,
530 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW32_U_XOR_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
531 MVT::i64, 5, 50,
532 0,
533 0,
534 121, TARGET_VAL(ISD::ATOMIC_SWAP),
535 OPC_RecordMemRef,
536 OPC_RecordNode,
537 OPC_RecordChild1,
538 OPC_Scope, 57,
539 OPC_CheckChild1TypeI32,
540 OPC_MoveChild2,
541 OPC_CheckOpcode, TARGET_VAL(ISD::TRUNCATE),
542 OPC_RecordChild0,
543 OPC_MoveParent,
544 OPC_Scope, 15,
545 OPC_CheckPredicate1,
546 OPC_MoveParent,
547 OPC_CheckPatternPredicate1,
548 OPC_CheckComplexPat0, /*#*/1,
549 OPC_EmitMergeInputChains1_0,
550 OPC_EmitIntegerI32, 0,
551 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_XCHG_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
552 MVT::i64, 5, 50,
553 15,
554 OPC_CheckPredicate2,
555 OPC_MoveParent,
556 OPC_CheckPatternPredicate1,
557 OPC_CheckComplexPat0, /*#*/1,
558 OPC_EmitMergeInputChains1_0,
559 OPC_EmitIntegerI32, 0,
560 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_XCHG_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
561 MVT::i64, 5, 50,
562 15,
563 OPC_CheckPredicate3,
564 OPC_MoveParent,
565 OPC_CheckPatternPredicate1,
566 OPC_CheckComplexPat0, /*#*/1,
567 OPC_EmitMergeInputChains1_0,
568 OPC_EmitIntegerI32, 0,
569 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW32_U_XCHG_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
570 MVT::i64, 5, 50,
571 0,
572 57,
573 OPC_CheckChild1TypeI64,
574 OPC_MoveChild2,
575 OPC_CheckOpcode, TARGET_VAL(ISD::TRUNCATE),
576 OPC_RecordChild0,
577 OPC_MoveParent,
578 OPC_Scope, 15,
579 OPC_CheckPredicate1,
580 OPC_MoveParent,
581 OPC_CheckPatternPredicate2,
582 OPC_CheckComplexPat1, /*#*/1,
583 OPC_EmitMergeInputChains1_0,
584 OPC_EmitIntegerI32, 0,
585 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_XCHG_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
586 MVT::i64, 5, 50,
587 15,
588 OPC_CheckPredicate2,
589 OPC_MoveParent,
590 OPC_CheckPatternPredicate2,
591 OPC_CheckComplexPat1, /*#*/1,
592 OPC_EmitMergeInputChains1_0,
593 OPC_EmitIntegerI32, 0,
594 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_XCHG_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
595 MVT::i64, 5, 50,
596 15,
597 OPC_CheckPredicate3,
598 OPC_MoveParent,
599 OPC_CheckPatternPredicate2,
600 OPC_CheckComplexPat1, /*#*/1,
601 OPC_EmitMergeInputChains1_0,
602 OPC_EmitIntegerI32, 0,
603 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW32_U_XCHG_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
604 MVT::i64, 5, 50,
605 0,
606 0,
607 65|128,1, TARGET_VAL(ISD::ATOMIC_LOAD),
608 OPC_RecordMemRef,
609 OPC_RecordNode,
610 OPC_RecordChild1,
611 OPC_Scope, 93,
612 OPC_CheckChild1TypeI32,
613 OPC_Scope, 17,
614 OPC_CheckPredicate, 16,
615 OPC_CheckPredicate1,
616 OPC_MoveParent,
617 OPC_CheckPatternPredicate1,
618 OPC_CheckComplexPat0, /*#*/1,
619 OPC_EmitMergeInputChains1_0,
620 OPC_EmitIntegerI32, 0,
621 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_LOAD8_U_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
622 MVT::i64, 4, 64,
623 17,
624 OPC_CheckPredicate, 14,
625 OPC_CheckPredicate1,
626 OPC_MoveParent,
627 OPC_CheckPatternPredicate1,
628 OPC_CheckComplexPat0, /*#*/1,
629 OPC_EmitMergeInputChains1_0,
630 OPC_EmitIntegerI32, 0,
631 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_LOAD8_U_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
632 MVT::i64, 4, 64,
633 17,
634 OPC_CheckPredicate, 16,
635 OPC_CheckPredicate2,
636 OPC_MoveParent,
637 OPC_CheckPatternPredicate1,
638 OPC_CheckComplexPat0, /*#*/1,
639 OPC_EmitMergeInputChains1_0,
640 OPC_EmitIntegerI32, 0,
641 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_LOAD16_U_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
642 MVT::i64, 4, 64,
643 17,
644 OPC_CheckPredicate, 14,
645 OPC_CheckPredicate2,
646 OPC_MoveParent,
647 OPC_CheckPatternPredicate1,
648 OPC_CheckComplexPat0, /*#*/1,
649 OPC_EmitMergeInputChains1_0,
650 OPC_EmitIntegerI32, 0,
651 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_LOAD16_U_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
652 MVT::i64, 4, 64,
653 17,
654 OPC_CheckPredicate, 26,
655 OPC_CheckPredicate3,
656 OPC_MoveParent,
657 OPC_CheckPatternPredicate1,
658 OPC_CheckComplexPat0, /*#*/1,
659 OPC_EmitMergeInputChains1_0,
660 OPC_EmitIntegerI32, 0,
661 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_LOAD32_U_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
662 MVT::i64, 4, 64,
663 0,
664 93,
665 OPC_CheckChild1TypeI64,
666 OPC_Scope, 17,
667 OPC_CheckPredicate, 16,
668 OPC_CheckPredicate1,
669 OPC_MoveParent,
670 OPC_CheckPatternPredicate2,
671 OPC_CheckComplexPat1, /*#*/1,
672 OPC_EmitMergeInputChains1_0,
673 OPC_EmitIntegerI32, 0,
674 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_LOAD8_U_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
675 MVT::i64, 4, 64,
676 17,
677 OPC_CheckPredicate, 14,
678 OPC_CheckPredicate1,
679 OPC_MoveParent,
680 OPC_CheckPatternPredicate2,
681 OPC_CheckComplexPat1, /*#*/1,
682 OPC_EmitMergeInputChains1_0,
683 OPC_EmitIntegerI32, 0,
684 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_LOAD8_U_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
685 MVT::i64, 4, 64,
686 17,
687 OPC_CheckPredicate, 16,
688 OPC_CheckPredicate2,
689 OPC_MoveParent,
690 OPC_CheckPatternPredicate2,
691 OPC_CheckComplexPat1, /*#*/1,
692 OPC_EmitMergeInputChains1_0,
693 OPC_EmitIntegerI32, 0,
694 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_LOAD16_U_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
695 MVT::i64, 4, 64,
696 17,
697 OPC_CheckPredicate, 14,
698 OPC_CheckPredicate2,
699 OPC_MoveParent,
700 OPC_CheckPatternPredicate2,
701 OPC_CheckComplexPat1, /*#*/1,
702 OPC_EmitMergeInputChains1_0,
703 OPC_EmitIntegerI32, 0,
704 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_LOAD16_U_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
705 MVT::i64, 4, 64,
706 17,
707 OPC_CheckPredicate, 26,
708 OPC_CheckPredicate3,
709 OPC_MoveParent,
710 OPC_CheckPatternPredicate2,
711 OPC_CheckComplexPat1, /*#*/1,
712 OPC_EmitMergeInputChains1_0,
713 OPC_EmitIntegerI32, 0,
714 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_LOAD32_U_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
715 MVT::i64, 4, 64,
716 0,
717 0,
718 0,
719 7,
720 OPC_RecordChild0,
721 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I64_EXTEND_U_I32),
722 MVT::i64, 1, 2,
723 0,
724 71|128,6, TARGET_VAL(ISD::ANY_EXTEND),
725 OPC_Scope, 59|128,6,
726 OPC_MoveChild0,
727 OPC_SwitchOpcode , 108, TARGET_VAL(ISD::AssertZext),
728 OPC_MoveChild0,
729 OPC_CheckOpcode, TARGET_VAL(ISD::ATOMIC_CMP_SWAP),
730 OPC_RecordMemRef,
731 OPC_RecordNode,
732 OPC_CheckFoldableChainNode,
733 OPC_RecordChild1,
734 OPC_Scope, 48,
735 OPC_CheckChild1TypeI32,
736 OPC_MoveChild2,
737 OPC_CheckOpcode, TARGET_VAL(ISD::TRUNCATE),
738 OPC_RecordChild0,
739 OPC_MoveSibling3,
740 OPC_CheckOpcode, TARGET_VAL(ISD::TRUNCATE),
741 OPC_RecordChild0,
742 OPC_MoveParent,
743 OPC_Scope, 16,
744 OPC_CheckPredicate1,
745 OPC_MoveParent,
746 OPC_MoveParent,
747 OPC_CheckPatternPredicate1,
748 OPC_CheckComplexPat0, /*#*/1,
749 OPC_EmitMergeInputChains1_0,
750 OPC_EmitIntegerI32, 0,
751 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_CMPXCHG_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
752 MVT::i64, 6, 62,
753 16,
754 OPC_CheckPredicate2,
755 OPC_MoveParent,
756 OPC_MoveParent,
757 OPC_CheckPatternPredicate1,
758 OPC_CheckComplexPat0, /*#*/1,
759 OPC_EmitMergeInputChains1_0,
760 OPC_EmitIntegerI32, 0,
761 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_CMPXCHG_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
762 MVT::i64, 6, 62,
763 0,
764 48,
765 OPC_CheckChild1TypeI64,
766 OPC_MoveChild2,
767 OPC_CheckOpcode, TARGET_VAL(ISD::TRUNCATE),
768 OPC_RecordChild0,
769 OPC_MoveSibling3,
770 OPC_CheckOpcode, TARGET_VAL(ISD::TRUNCATE),
771 OPC_RecordChild0,
772 OPC_MoveParent,
773 OPC_Scope, 16,
774 OPC_CheckPredicate1,
775 OPC_MoveParent,
776 OPC_MoveParent,
777 OPC_CheckPatternPredicate2,
778 OPC_CheckComplexPat1, /*#*/1,
779 OPC_EmitMergeInputChains1_0,
780 OPC_EmitIntegerI32, 0,
781 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_CMPXCHG_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
782 MVT::i64, 6, 62,
783 16,
784 OPC_CheckPredicate2,
785 OPC_MoveParent,
786 OPC_MoveParent,
787 OPC_CheckPatternPredicate2,
788 OPC_CheckComplexPat1, /*#*/1,
789 OPC_EmitMergeInputChains1_0,
790 OPC_EmitIntegerI32, 0,
791 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_CMPXCHG_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
792 MVT::i64, 6, 62,
793 0,
794 0,
795 89, TARGET_VAL(ISD::ATOMIC_LOAD_ADD),
796 OPC_RecordMemRef,
797 OPC_RecordNode,
798 OPC_RecordChild1,
799 OPC_Scope, 41,
800 OPC_CheckChild1TypeI32,
801 OPC_MoveChild2,
802 OPC_CheckOpcode, TARGET_VAL(ISD::TRUNCATE),
803 OPC_RecordChild0,
804 OPC_MoveParent,
805 OPC_Scope, 15,
806 OPC_CheckPredicate1,
807 OPC_MoveParent,
808 OPC_CheckPatternPredicate1,
809 OPC_CheckComplexPat0, /*#*/1,
810 OPC_EmitMergeInputChains1_0,
811 OPC_EmitIntegerI32, 0,
812 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_ADD_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
813 MVT::i64, 5, 50,
814 15,
815 OPC_CheckPredicate2,
816 OPC_MoveParent,
817 OPC_CheckPatternPredicate1,
818 OPC_CheckComplexPat0, /*#*/1,
819 OPC_EmitMergeInputChains1_0,
820 OPC_EmitIntegerI32, 0,
821 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_ADD_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
822 MVT::i64, 5, 50,
823 0,
824 41,
825 OPC_CheckChild1TypeI64,
826 OPC_MoveChild2,
827 OPC_CheckOpcode, TARGET_VAL(ISD::TRUNCATE),
828 OPC_RecordChild0,
829 OPC_MoveParent,
830 OPC_Scope, 15,
831 OPC_CheckPredicate1,
832 OPC_MoveParent,
833 OPC_CheckPatternPredicate2,
834 OPC_CheckComplexPat1, /*#*/1,
835 OPC_EmitMergeInputChains1_0,
836 OPC_EmitIntegerI32, 0,
837 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_ADD_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
838 MVT::i64, 5, 50,
839 15,
840 OPC_CheckPredicate2,
841 OPC_MoveParent,
842 OPC_CheckPatternPredicate2,
843 OPC_CheckComplexPat1, /*#*/1,
844 OPC_EmitMergeInputChains1_0,
845 OPC_EmitIntegerI32, 0,
846 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_ADD_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
847 MVT::i64, 5, 50,
848 0,
849 0,
850 89, TARGET_VAL(ISD::ATOMIC_LOAD_SUB),
851 OPC_RecordMemRef,
852 OPC_RecordNode,
853 OPC_RecordChild1,
854 OPC_Scope, 41,
855 OPC_CheckChild1TypeI32,
856 OPC_MoveChild2,
857 OPC_CheckOpcode, TARGET_VAL(ISD::TRUNCATE),
858 OPC_RecordChild0,
859 OPC_MoveParent,
860 OPC_Scope, 15,
861 OPC_CheckPredicate1,
862 OPC_MoveParent,
863 OPC_CheckPatternPredicate1,
864 OPC_CheckComplexPat0, /*#*/1,
865 OPC_EmitMergeInputChains1_0,
866 OPC_EmitIntegerI32, 0,
867 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_SUB_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
868 MVT::i64, 5, 50,
869 15,
870 OPC_CheckPredicate2,
871 OPC_MoveParent,
872 OPC_CheckPatternPredicate1,
873 OPC_CheckComplexPat0, /*#*/1,
874 OPC_EmitMergeInputChains1_0,
875 OPC_EmitIntegerI32, 0,
876 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_SUB_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
877 MVT::i64, 5, 50,
878 0,
879 41,
880 OPC_CheckChild1TypeI64,
881 OPC_MoveChild2,
882 OPC_CheckOpcode, TARGET_VAL(ISD::TRUNCATE),
883 OPC_RecordChild0,
884 OPC_MoveParent,
885 OPC_Scope, 15,
886 OPC_CheckPredicate1,
887 OPC_MoveParent,
888 OPC_CheckPatternPredicate2,
889 OPC_CheckComplexPat1, /*#*/1,
890 OPC_EmitMergeInputChains1_0,
891 OPC_EmitIntegerI32, 0,
892 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_SUB_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
893 MVT::i64, 5, 50,
894 15,
895 OPC_CheckPredicate2,
896 OPC_MoveParent,
897 OPC_CheckPatternPredicate2,
898 OPC_CheckComplexPat1, /*#*/1,
899 OPC_EmitMergeInputChains1_0,
900 OPC_EmitIntegerI32, 0,
901 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_SUB_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
902 MVT::i64, 5, 50,
903 0,
904 0,
905 89, TARGET_VAL(ISD::ATOMIC_LOAD_AND),
906 OPC_RecordMemRef,
907 OPC_RecordNode,
908 OPC_RecordChild1,
909 OPC_Scope, 41,
910 OPC_CheckChild1TypeI32,
911 OPC_MoveChild2,
912 OPC_CheckOpcode, TARGET_VAL(ISD::TRUNCATE),
913 OPC_RecordChild0,
914 OPC_MoveParent,
915 OPC_Scope, 15,
916 OPC_CheckPredicate1,
917 OPC_MoveParent,
918 OPC_CheckPatternPredicate1,
919 OPC_CheckComplexPat0, /*#*/1,
920 OPC_EmitMergeInputChains1_0,
921 OPC_EmitIntegerI32, 0,
922 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_AND_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
923 MVT::i64, 5, 50,
924 15,
925 OPC_CheckPredicate2,
926 OPC_MoveParent,
927 OPC_CheckPatternPredicate1,
928 OPC_CheckComplexPat0, /*#*/1,
929 OPC_EmitMergeInputChains1_0,
930 OPC_EmitIntegerI32, 0,
931 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_AND_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
932 MVT::i64, 5, 50,
933 0,
934 41,
935 OPC_CheckChild1TypeI64,
936 OPC_MoveChild2,
937 OPC_CheckOpcode, TARGET_VAL(ISD::TRUNCATE),
938 OPC_RecordChild0,
939 OPC_MoveParent,
940 OPC_Scope, 15,
941 OPC_CheckPredicate1,
942 OPC_MoveParent,
943 OPC_CheckPatternPredicate2,
944 OPC_CheckComplexPat1, /*#*/1,
945 OPC_EmitMergeInputChains1_0,
946 OPC_EmitIntegerI32, 0,
947 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_AND_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
948 MVT::i64, 5, 50,
949 15,
950 OPC_CheckPredicate2,
951 OPC_MoveParent,
952 OPC_CheckPatternPredicate2,
953 OPC_CheckComplexPat1, /*#*/1,
954 OPC_EmitMergeInputChains1_0,
955 OPC_EmitIntegerI32, 0,
956 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_AND_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
957 MVT::i64, 5, 50,
958 0,
959 0,
960 89, TARGET_VAL(ISD::ATOMIC_LOAD_OR),
961 OPC_RecordMemRef,
962 OPC_RecordNode,
963 OPC_RecordChild1,
964 OPC_Scope, 41,
965 OPC_CheckChild1TypeI32,
966 OPC_MoveChild2,
967 OPC_CheckOpcode, TARGET_VAL(ISD::TRUNCATE),
968 OPC_RecordChild0,
969 OPC_MoveParent,
970 OPC_Scope, 15,
971 OPC_CheckPredicate1,
972 OPC_MoveParent,
973 OPC_CheckPatternPredicate1,
974 OPC_CheckComplexPat0, /*#*/1,
975 OPC_EmitMergeInputChains1_0,
976 OPC_EmitIntegerI32, 0,
977 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_OR_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
978 MVT::i64, 5, 50,
979 15,
980 OPC_CheckPredicate2,
981 OPC_MoveParent,
982 OPC_CheckPatternPredicate1,
983 OPC_CheckComplexPat0, /*#*/1,
984 OPC_EmitMergeInputChains1_0,
985 OPC_EmitIntegerI32, 0,
986 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_OR_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
987 MVT::i64, 5, 50,
988 0,
989 41,
990 OPC_CheckChild1TypeI64,
991 OPC_MoveChild2,
992 OPC_CheckOpcode, TARGET_VAL(ISD::TRUNCATE),
993 OPC_RecordChild0,
994 OPC_MoveParent,
995 OPC_Scope, 15,
996 OPC_CheckPredicate1,
997 OPC_MoveParent,
998 OPC_CheckPatternPredicate2,
999 OPC_CheckComplexPat1, /*#*/1,
1000 OPC_EmitMergeInputChains1_0,
1001 OPC_EmitIntegerI32, 0,
1002 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_OR_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
1003 MVT::i64, 5, 50,
1004 15,
1005 OPC_CheckPredicate2,
1006 OPC_MoveParent,
1007 OPC_CheckPatternPredicate2,
1008 OPC_CheckComplexPat1, /*#*/1,
1009 OPC_EmitMergeInputChains1_0,
1010 OPC_EmitIntegerI32, 0,
1011 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_OR_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
1012 MVT::i64, 5, 50,
1013 0,
1014 0,
1015 89, TARGET_VAL(ISD::ATOMIC_LOAD_XOR),
1016 OPC_RecordMemRef,
1017 OPC_RecordNode,
1018 OPC_RecordChild1,
1019 OPC_Scope, 41,
1020 OPC_CheckChild1TypeI32,
1021 OPC_MoveChild2,
1022 OPC_CheckOpcode, TARGET_VAL(ISD::TRUNCATE),
1023 OPC_RecordChild0,
1024 OPC_MoveParent,
1025 OPC_Scope, 15,
1026 OPC_CheckPredicate1,
1027 OPC_MoveParent,
1028 OPC_CheckPatternPredicate1,
1029 OPC_CheckComplexPat0, /*#*/1,
1030 OPC_EmitMergeInputChains1_0,
1031 OPC_EmitIntegerI32, 0,
1032 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_XOR_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
1033 MVT::i64, 5, 50,
1034 15,
1035 OPC_CheckPredicate2,
1036 OPC_MoveParent,
1037 OPC_CheckPatternPredicate1,
1038 OPC_CheckComplexPat0, /*#*/1,
1039 OPC_EmitMergeInputChains1_0,
1040 OPC_EmitIntegerI32, 0,
1041 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_XOR_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
1042 MVT::i64, 5, 50,
1043 0,
1044 41,
1045 OPC_CheckChild1TypeI64,
1046 OPC_MoveChild2,
1047 OPC_CheckOpcode, TARGET_VAL(ISD::TRUNCATE),
1048 OPC_RecordChild0,
1049 OPC_MoveParent,
1050 OPC_Scope, 15,
1051 OPC_CheckPredicate1,
1052 OPC_MoveParent,
1053 OPC_CheckPatternPredicate2,
1054 OPC_CheckComplexPat1, /*#*/1,
1055 OPC_EmitMergeInputChains1_0,
1056 OPC_EmitIntegerI32, 0,
1057 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_XOR_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
1058 MVT::i64, 5, 50,
1059 15,
1060 OPC_CheckPredicate2,
1061 OPC_MoveParent,
1062 OPC_CheckPatternPredicate2,
1063 OPC_CheckComplexPat1, /*#*/1,
1064 OPC_EmitMergeInputChains1_0,
1065 OPC_EmitIntegerI32, 0,
1066 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_XOR_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
1067 MVT::i64, 5, 50,
1068 0,
1069 0,
1070 89, TARGET_VAL(ISD::ATOMIC_SWAP),
1071 OPC_RecordMemRef,
1072 OPC_RecordNode,
1073 OPC_RecordChild1,
1074 OPC_Scope, 41,
1075 OPC_CheckChild1TypeI32,
1076 OPC_MoveChild2,
1077 OPC_CheckOpcode, TARGET_VAL(ISD::TRUNCATE),
1078 OPC_RecordChild0,
1079 OPC_MoveParent,
1080 OPC_Scope, 15,
1081 OPC_CheckPredicate1,
1082 OPC_MoveParent,
1083 OPC_CheckPatternPredicate1,
1084 OPC_CheckComplexPat0, /*#*/1,
1085 OPC_EmitMergeInputChains1_0,
1086 OPC_EmitIntegerI32, 0,
1087 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_XCHG_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
1088 MVT::i64, 5, 50,
1089 15,
1090 OPC_CheckPredicate2,
1091 OPC_MoveParent,
1092 OPC_CheckPatternPredicate1,
1093 OPC_CheckComplexPat0, /*#*/1,
1094 OPC_EmitMergeInputChains1_0,
1095 OPC_EmitIntegerI32, 0,
1096 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_XCHG_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
1097 MVT::i64, 5, 50,
1098 0,
1099 41,
1100 OPC_CheckChild1TypeI64,
1101 OPC_MoveChild2,
1102 OPC_CheckOpcode, TARGET_VAL(ISD::TRUNCATE),
1103 OPC_RecordChild0,
1104 OPC_MoveParent,
1105 OPC_Scope, 15,
1106 OPC_CheckPredicate1,
1107 OPC_MoveParent,
1108 OPC_CheckPatternPredicate2,
1109 OPC_CheckComplexPat1, /*#*/1,
1110 OPC_EmitMergeInputChains1_0,
1111 OPC_EmitIntegerI32, 0,
1112 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_XCHG_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
1113 MVT::i64, 5, 50,
1114 15,
1115 OPC_CheckPredicate2,
1116 OPC_MoveParent,
1117 OPC_CheckPatternPredicate2,
1118 OPC_CheckComplexPat1, /*#*/1,
1119 OPC_EmitMergeInputChains1_0,
1120 OPC_EmitIntegerI32, 0,
1121 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_XCHG_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
1122 MVT::i64, 5, 50,
1123 0,
1124 0,
1125 29|128,1, TARGET_VAL(ISD::ATOMIC_LOAD),
1126 OPC_RecordMemRef,
1127 OPC_RecordNode,
1128 OPC_RecordChild1,
1129 OPC_Scope, 75,
1130 OPC_CheckChild1TypeI32,
1131 OPC_Scope, 17,
1132 OPC_CheckPredicate, 16,
1133 OPC_CheckPredicate1,
1134 OPC_MoveParent,
1135 OPC_CheckPatternPredicate1,
1136 OPC_CheckComplexPat0, /*#*/1,
1137 OPC_EmitMergeInputChains1_0,
1138 OPC_EmitIntegerI32, 0,
1139 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_LOAD8_U_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
1140 MVT::i64, 4, 64,
1141 17,
1142 OPC_CheckPredicate, 14,
1143 OPC_CheckPredicate1,
1144 OPC_MoveParent,
1145 OPC_CheckPatternPredicate1,
1146 OPC_CheckComplexPat0, /*#*/1,
1147 OPC_EmitMergeInputChains1_0,
1148 OPC_EmitIntegerI32, 0,
1149 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_LOAD8_U_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
1150 MVT::i64, 4, 64,
1151 17,
1152 OPC_CheckPredicate, 16,
1153 OPC_CheckPredicate2,
1154 OPC_MoveParent,
1155 OPC_CheckPatternPredicate1,
1156 OPC_CheckComplexPat0, /*#*/1,
1157 OPC_EmitMergeInputChains1_0,
1158 OPC_EmitIntegerI32, 0,
1159 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_LOAD16_U_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
1160 MVT::i64, 4, 64,
1161 17,
1162 OPC_CheckPredicate, 14,
1163 OPC_CheckPredicate2,
1164 OPC_MoveParent,
1165 OPC_CheckPatternPredicate1,
1166 OPC_CheckComplexPat0, /*#*/1,
1167 OPC_EmitMergeInputChains1_0,
1168 OPC_EmitIntegerI32, 0,
1169 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_LOAD16_U_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
1170 MVT::i64, 4, 64,
1171 0,
1172 75,
1173 OPC_CheckChild1TypeI64,
1174 OPC_Scope, 17,
1175 OPC_CheckPredicate, 16,
1176 OPC_CheckPredicate1,
1177 OPC_MoveParent,
1178 OPC_CheckPatternPredicate2,
1179 OPC_CheckComplexPat1, /*#*/1,
1180 OPC_EmitMergeInputChains1_0,
1181 OPC_EmitIntegerI32, 0,
1182 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_LOAD8_U_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
1183 MVT::i64, 4, 64,
1184 17,
1185 OPC_CheckPredicate, 14,
1186 OPC_CheckPredicate1,
1187 OPC_MoveParent,
1188 OPC_CheckPatternPredicate2,
1189 OPC_CheckComplexPat1, /*#*/1,
1190 OPC_EmitMergeInputChains1_0,
1191 OPC_EmitIntegerI32, 0,
1192 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_LOAD8_U_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
1193 MVT::i64, 4, 64,
1194 17,
1195 OPC_CheckPredicate, 16,
1196 OPC_CheckPredicate2,
1197 OPC_MoveParent,
1198 OPC_CheckPatternPredicate2,
1199 OPC_CheckComplexPat1, /*#*/1,
1200 OPC_EmitMergeInputChains1_0,
1201 OPC_EmitIntegerI32, 0,
1202 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_LOAD16_U_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
1203 MVT::i64, 4, 64,
1204 17,
1205 OPC_CheckPredicate, 14,
1206 OPC_CheckPredicate2,
1207 OPC_MoveParent,
1208 OPC_CheckPatternPredicate2,
1209 OPC_CheckComplexPat1, /*#*/1,
1210 OPC_EmitMergeInputChains1_0,
1211 OPC_EmitIntegerI32, 0,
1212 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_LOAD16_U_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
1213 MVT::i64, 4, 64,
1214 0,
1215 0,
1216 0,
1217 7,
1218 OPC_RecordChild0,
1219 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I64_EXTEND_U_I32),
1220 MVT::i64, 1, 2,
1221 0,
1222 53|128,6, TARGET_VAL(ISD::STORE),
1223 OPC_RecordMemRef,
1224 OPC_RecordNode,
1225 OPC_Scope, 91|128,1,
1226 OPC_MoveChild1,
1227 OPC_CheckOpcode, TARGET_VAL(ISD::EXTRACT_VECTOR_ELT),
1228 OPC_RecordChild0,
1229 OPC_Scope, 54,
1230 OPC_CheckChild0Type, MVT::v16i8,
1231 OPC_RecordChild1,
1232 OPC_MoveChild1,
1233 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
1234 OPC_CheckPredicate, 21,
1235 OPC_CheckTypeI32,
1236 OPC_MoveParent,
1237 OPC_CheckTypeI32,
1238 OPC_MoveParent,
1239 OPC_RecordChild2,
1240 OPC_Scope, 18,
1241 OPC_CheckChild2TypeI32,
1242 OPC_CheckPredicate5,
1243 OPC_CheckPredicate, 17,
1244 OPC_CheckPredicate1,
1245 OPC_CheckPatternPredicate3,
1246 OPC_CheckComplexPat2, /*#*/3,
1247 OPC_EmitMergeInputChains1_0,
1248 OPC_EmitIntegerI32, 0,
1249 OPC_EmitConvertToTarget2,
1250 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_LANE_I8x16_A32), 0|OPFL_Chain|OPFL_MemRefs,
1251 5, 36,
1252 18,
1253 OPC_CheckChild2TypeI64,
1254 OPC_CheckPredicate5,
1255 OPC_CheckPredicate, 17,
1256 OPC_CheckPredicate1,
1257 OPC_CheckPatternPredicate4,
1258 OPC_CheckComplexPat3, /*#*/3,
1259 OPC_EmitMergeInputChains1_0,
1260 OPC_EmitIntegerI32, 0,
1261 OPC_EmitConvertToTarget2,
1262 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_LANE_I8x16_A64), 0|OPFL_Chain|OPFL_MemRefs,
1263 5, 36,
1264 0,
1265 54,
1266 OPC_CheckChild0Type, MVT::v8i16,
1267 OPC_RecordChild1,
1268 OPC_MoveChild1,
1269 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
1270 OPC_CheckPredicate, 15,
1271 OPC_CheckTypeI32,
1272 OPC_MoveParent,
1273 OPC_CheckTypeI32,
1274 OPC_MoveParent,
1275 OPC_RecordChild2,
1276 OPC_Scope, 18,
1277 OPC_CheckChild2TypeI32,
1278 OPC_CheckPredicate5,
1279 OPC_CheckPredicate, 17,
1280 OPC_CheckPredicate2,
1281 OPC_CheckPatternPredicate3,
1282 OPC_CheckComplexPat2, /*#*/3,
1283 OPC_EmitMergeInputChains1_0,
1284 OPC_EmitIntegerI32, 0,
1285 OPC_EmitConvertToTarget2,
1286 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_LANE_I16x8_A32), 0|OPFL_Chain|OPFL_MemRefs,
1287 5, 36,
1288 18,
1289 OPC_CheckChild2TypeI64,
1290 OPC_CheckPredicate5,
1291 OPC_CheckPredicate, 17,
1292 OPC_CheckPredicate2,
1293 OPC_CheckPatternPredicate4,
1294 OPC_CheckComplexPat3, /*#*/3,
1295 OPC_EmitMergeInputChains1_0,
1296 OPC_EmitIntegerI32, 0,
1297 OPC_EmitConvertToTarget2,
1298 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_LANE_I16x8_A64), 0|OPFL_Chain|OPFL_MemRefs,
1299 5, 36,
1300 0,
1301 50,
1302 OPC_CheckChild0Type, MVT::v4i32,
1303 OPC_RecordChild1,
1304 OPC_MoveChild1,
1305 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
1306 OPC_CheckPredicate, 12,
1307 OPC_CheckTypeI32,
1308 OPC_MoveParent,
1309 OPC_CheckTypeI32,
1310 OPC_MoveParent,
1311 OPC_RecordChild2,
1312 OPC_Scope, 16,
1313 OPC_CheckChild2TypeI32,
1314 OPC_CheckPredicate5,
1315 OPC_CheckPredicate6,
1316 OPC_CheckPatternPredicate3,
1317 OPC_CheckComplexPat2, /*#*/3,
1318 OPC_EmitMergeInputChains1_0,
1319 OPC_EmitIntegerI32, 0,
1320 OPC_EmitConvertToTarget2,
1321 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_LANE_I32x4_A32), 0|OPFL_Chain|OPFL_MemRefs,
1322 5, 36,
1323 16,
1324 OPC_CheckChild2TypeI64,
1325 OPC_CheckPredicate5,
1326 OPC_CheckPredicate6,
1327 OPC_CheckPatternPredicate4,
1328 OPC_CheckComplexPat3, /*#*/3,
1329 OPC_EmitMergeInputChains1_0,
1330 OPC_EmitIntegerI32, 0,
1331 OPC_EmitConvertToTarget2,
1332 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_LANE_I32x4_A64), 0|OPFL_Chain|OPFL_MemRefs,
1333 5, 36,
1334 0,
1335 50,
1336 OPC_CheckChild0Type, MVT::v2i64,
1337 OPC_RecordChild1,
1338 OPC_MoveChild1,
1339 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
1340 OPC_CheckPredicate, 13,
1341 OPC_CheckTypeI32,
1342 OPC_MoveParent,
1343 OPC_CheckTypeI64,
1344 OPC_MoveParent,
1345 OPC_RecordChild2,
1346 OPC_Scope, 16,
1347 OPC_CheckChild2TypeI32,
1348 OPC_CheckPredicate5,
1349 OPC_CheckPredicate6,
1350 OPC_CheckPatternPredicate3,
1351 OPC_CheckComplexPat2, /*#*/3,
1352 OPC_EmitMergeInputChains1_0,
1353 OPC_EmitIntegerI32, 0,
1354 OPC_EmitConvertToTarget2,
1355 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_LANE_I64x2_A32), 0|OPFL_Chain|OPFL_MemRefs,
1356 5, 36,
1357 16,
1358 OPC_CheckChild2TypeI64,
1359 OPC_CheckPredicate5,
1360 OPC_CheckPredicate6,
1361 OPC_CheckPatternPredicate4,
1362 OPC_CheckComplexPat3, /*#*/3,
1363 OPC_EmitMergeInputChains1_0,
1364 OPC_EmitIntegerI32, 0,
1365 OPC_EmitConvertToTarget2,
1366 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_LANE_I64x2_A64), 0|OPFL_Chain|OPFL_MemRefs,
1367 5, 36,
1368 0,
1369 0,
1370 82|128,4,
1371 OPC_RecordChild1,
1372 OPC_Scope, 108,
1373 OPC_CheckChild1TypeI32,
1374 OPC_RecordChild2,
1375 OPC_Scope, 51,
1376 OPC_CheckChild2TypeI32,
1377 OPC_CheckPredicate5,
1378 OPC_Scope, 13,
1379 OPC_CheckPredicate6,
1380 OPC_CheckPatternPredicate3,
1381 OPC_CheckComplexPat2, /*#*/2,
1382 OPC_EmitMergeInputChains1_0,
1383 OPC_EmitIntegerI32, 0,
1384 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
1385 4, 27,
1386 32,
1387 OPC_CheckPredicate, 17,
1388 OPC_Scope, 13,
1389 OPC_CheckPredicate1,
1390 OPC_CheckPatternPredicate3,
1391 OPC_CheckComplexPat2, /*#*/2,
1392 OPC_EmitMergeInputChains1_0,
1393 OPC_EmitIntegerI32, 0,
1394 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE8_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
1395 4, 27,
1396 13,
1397 OPC_CheckPredicate2,
1398 OPC_CheckPatternPredicate3,
1399 OPC_CheckComplexPat2, /*#*/2,
1400 OPC_EmitMergeInputChains1_0,
1401 OPC_EmitIntegerI32, 0,
1402 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE16_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
1403 4, 27,
1404 0,
1405 0,
1406 51,
1407 OPC_CheckChild2TypeI64,
1408 OPC_CheckPredicate5,
1409 OPC_Scope, 13,
1410 OPC_CheckPredicate6,
1411 OPC_CheckPatternPredicate4,
1412 OPC_CheckComplexPat3, /*#*/2,
1413 OPC_EmitMergeInputChains1_0,
1414 OPC_EmitIntegerI32, 0,
1415 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
1416 4, 27,
1417 32,
1418 OPC_CheckPredicate, 17,
1419 OPC_Scope, 13,
1420 OPC_CheckPredicate1,
1421 OPC_CheckPatternPredicate4,
1422 OPC_CheckComplexPat3, /*#*/2,
1423 OPC_EmitMergeInputChains1_0,
1424 OPC_EmitIntegerI32, 0,
1425 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE8_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
1426 4, 27,
1427 13,
1428 OPC_CheckPredicate2,
1429 OPC_CheckPatternPredicate4,
1430 OPC_CheckComplexPat3, /*#*/2,
1431 OPC_EmitMergeInputChains1_0,
1432 OPC_EmitIntegerI32, 0,
1433 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE16_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
1434 4, 27,
1435 0,
1436 0,
1437 0,
1438 8|128,1,
1439 OPC_CheckChild1TypeI64,
1440 OPC_RecordChild2,
1441 OPC_Scope, 65,
1442 OPC_CheckChild2TypeI32,
1443 OPC_CheckPredicate5,
1444 OPC_Scope, 13,
1445 OPC_CheckPredicate6,
1446 OPC_CheckPatternPredicate3,
1447 OPC_CheckComplexPat2, /*#*/2,
1448 OPC_EmitMergeInputChains1_0,
1449 OPC_EmitIntegerI32, 0,
1450 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
1451 4, 27,
1452 46,
1453 OPC_CheckPredicate, 17,
1454 OPC_Scope, 13,
1455 OPC_CheckPredicate1,
1456 OPC_CheckPatternPredicate3,
1457 OPC_CheckComplexPat2, /*#*/2,
1458 OPC_EmitMergeInputChains1_0,
1459 OPC_EmitIntegerI32, 0,
1460 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE8_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
1461 4, 27,
1462 13,
1463 OPC_CheckPredicate2,
1464 OPC_CheckPatternPredicate3,
1465 OPC_CheckComplexPat2, /*#*/2,
1466 OPC_EmitMergeInputChains1_0,
1467 OPC_EmitIntegerI32, 0,
1468 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE16_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
1469 4, 27,
1470 13,
1471 OPC_CheckPredicate3,
1472 OPC_CheckPatternPredicate3,
1473 OPC_CheckComplexPat2, /*#*/2,
1474 OPC_EmitMergeInputChains1_0,
1475 OPC_EmitIntegerI32, 0,
1476 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE32_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
1477 4, 27,
1478 0,
1479 0,
1480 65,
1481 OPC_CheckChild2TypeI64,
1482 OPC_CheckPredicate5,
1483 OPC_Scope, 13,
1484 OPC_CheckPredicate6,
1485 OPC_CheckPatternPredicate4,
1486 OPC_CheckComplexPat3, /*#*/2,
1487 OPC_EmitMergeInputChains1_0,
1488 OPC_EmitIntegerI32, 0,
1489 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
1490 4, 27,
1491 46,
1492 OPC_CheckPredicate, 17,
1493 OPC_Scope, 13,
1494 OPC_CheckPredicate1,
1495 OPC_CheckPatternPredicate4,
1496 OPC_CheckComplexPat3, /*#*/2,
1497 OPC_EmitMergeInputChains1_0,
1498 OPC_EmitIntegerI32, 0,
1499 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE8_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
1500 4, 27,
1501 13,
1502 OPC_CheckPredicate2,
1503 OPC_CheckPatternPredicate4,
1504 OPC_CheckComplexPat3, /*#*/2,
1505 OPC_EmitMergeInputChains1_0,
1506 OPC_EmitIntegerI32, 0,
1507 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE16_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
1508 4, 27,
1509 13,
1510 OPC_CheckPredicate3,
1511 OPC_CheckPatternPredicate4,
1512 OPC_CheckComplexPat3, /*#*/2,
1513 OPC_EmitMergeInputChains1_0,
1514 OPC_EmitIntegerI32, 0,
1515 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE32_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
1516 4, 27,
1517 0,
1518 0,
1519 0,
1520 37,
1521 OPC_CheckChild1Type, MVT::f32,
1522 OPC_RecordChild2,
1523 OPC_Scope, 15,
1524 OPC_CheckChild2TypeI32,
1525 OPC_CheckPredicate5,
1526 OPC_CheckPredicate6,
1527 OPC_CheckPatternPredicate3,
1528 OPC_CheckComplexPat2, /*#*/2,
1529 OPC_EmitMergeInputChains1_0,
1530 OPC_EmitIntegerI32, 0,
1531 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_F32_A32), 0|OPFL_Chain|OPFL_MemRefs,
1532 4, 27,
1533 15,
1534 OPC_CheckChild2TypeI64,
1535 OPC_CheckPredicate5,
1536 OPC_CheckPredicate6,
1537 OPC_CheckPatternPredicate4,
1538 OPC_CheckComplexPat3, /*#*/2,
1539 OPC_EmitMergeInputChains1_0,
1540 OPC_EmitIntegerI32, 0,
1541 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_F32_A64), 0|OPFL_Chain|OPFL_MemRefs,
1542 4, 27,
1543 0,
1544 37,
1545 OPC_CheckChild1Type, MVT::f64,
1546 OPC_RecordChild2,
1547 OPC_Scope, 15,
1548 OPC_CheckChild2TypeI32,
1549 OPC_CheckPredicate5,
1550 OPC_CheckPredicate6,
1551 OPC_CheckPatternPredicate3,
1552 OPC_CheckComplexPat2, /*#*/2,
1553 OPC_EmitMergeInputChains1_0,
1554 OPC_EmitIntegerI32, 0,
1555 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_F64_A32), 0|OPFL_Chain|OPFL_MemRefs,
1556 4, 27,
1557 15,
1558 OPC_CheckChild2TypeI64,
1559 OPC_CheckPredicate5,
1560 OPC_CheckPredicate6,
1561 OPC_CheckPatternPredicate4,
1562 OPC_CheckComplexPat3, /*#*/2,
1563 OPC_EmitMergeInputChains1_0,
1564 OPC_EmitIntegerI32, 0,
1565 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_F64_A64), 0|OPFL_Chain|OPFL_MemRefs,
1566 4, 27,
1567 0,
1568 37,
1569 OPC_CheckChild1Type, MVT::v16i8,
1570 OPC_RecordChild2,
1571 OPC_Scope, 15,
1572 OPC_CheckChild2TypeI32,
1573 OPC_CheckPredicate5,
1574 OPC_CheckPredicate6,
1575 OPC_CheckPatternPredicate3,
1576 OPC_CheckComplexPat2, /*#*/2,
1577 OPC_EmitMergeInputChains1_0,
1578 OPC_EmitIntegerI32, 0,
1579 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_V128_A32), 0|OPFL_Chain|OPFL_MemRefs,
1580 4, 27,
1581 15,
1582 OPC_CheckChild2TypeI64,
1583 OPC_CheckPredicate5,
1584 OPC_CheckPredicate6,
1585 OPC_CheckPatternPredicate4,
1586 OPC_CheckComplexPat3, /*#*/2,
1587 OPC_EmitMergeInputChains1_0,
1588 OPC_EmitIntegerI32, 0,
1589 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_V128_A64), 0|OPFL_Chain|OPFL_MemRefs,
1590 4, 27,
1591 0,
1592 37,
1593 OPC_CheckChild1Type, MVT::v8i16,
1594 OPC_RecordChild2,
1595 OPC_Scope, 15,
1596 OPC_CheckChild2TypeI32,
1597 OPC_CheckPredicate5,
1598 OPC_CheckPredicate6,
1599 OPC_CheckPatternPredicate3,
1600 OPC_CheckComplexPat2, /*#*/2,
1601 OPC_EmitMergeInputChains1_0,
1602 OPC_EmitIntegerI32, 0,
1603 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_V128_A32), 0|OPFL_Chain|OPFL_MemRefs,
1604 4, 27,
1605 15,
1606 OPC_CheckChild2TypeI64,
1607 OPC_CheckPredicate5,
1608 OPC_CheckPredicate6,
1609 OPC_CheckPatternPredicate4,
1610 OPC_CheckComplexPat3, /*#*/2,
1611 OPC_EmitMergeInputChains1_0,
1612 OPC_EmitIntegerI32, 0,
1613 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_V128_A64), 0|OPFL_Chain|OPFL_MemRefs,
1614 4, 27,
1615 0,
1616 37,
1617 OPC_CheckChild1Type, MVT::v4i32,
1618 OPC_RecordChild2,
1619 OPC_Scope, 15,
1620 OPC_CheckChild2TypeI32,
1621 OPC_CheckPredicate5,
1622 OPC_CheckPredicate6,
1623 OPC_CheckPatternPredicate3,
1624 OPC_CheckComplexPat2, /*#*/2,
1625 OPC_EmitMergeInputChains1_0,
1626 OPC_EmitIntegerI32, 0,
1627 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_V128_A32), 0|OPFL_Chain|OPFL_MemRefs,
1628 4, 27,
1629 15,
1630 OPC_CheckChild2TypeI64,
1631 OPC_CheckPredicate5,
1632 OPC_CheckPredicate6,
1633 OPC_CheckPatternPredicate4,
1634 OPC_CheckComplexPat3, /*#*/2,
1635 OPC_EmitMergeInputChains1_0,
1636 OPC_EmitIntegerI32, 0,
1637 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_V128_A64), 0|OPFL_Chain|OPFL_MemRefs,
1638 4, 27,
1639 0,
1640 37,
1641 OPC_CheckChild1Type, MVT::v2i64,
1642 OPC_RecordChild2,
1643 OPC_Scope, 15,
1644 OPC_CheckChild2TypeI32,
1645 OPC_CheckPredicate5,
1646 OPC_CheckPredicate6,
1647 OPC_CheckPatternPredicate3,
1648 OPC_CheckComplexPat2, /*#*/2,
1649 OPC_EmitMergeInputChains1_0,
1650 OPC_EmitIntegerI32, 0,
1651 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_V128_A32), 0|OPFL_Chain|OPFL_MemRefs,
1652 4, 27,
1653 15,
1654 OPC_CheckChild2TypeI64,
1655 OPC_CheckPredicate5,
1656 OPC_CheckPredicate6,
1657 OPC_CheckPatternPredicate4,
1658 OPC_CheckComplexPat3, /*#*/2,
1659 OPC_EmitMergeInputChains1_0,
1660 OPC_EmitIntegerI32, 0,
1661 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_V128_A64), 0|OPFL_Chain|OPFL_MemRefs,
1662 4, 27,
1663 0,
1664 38,
1665 OPC_CheckChild1Type, 6|128,1,
1666 OPC_RecordChild2,
1667 OPC_Scope, 15,
1668 OPC_CheckChild2TypeI32,
1669 OPC_CheckPredicate5,
1670 OPC_CheckPredicate6,
1671 OPC_CheckPatternPredicate3,
1672 OPC_CheckComplexPat2, /*#*/2,
1673 OPC_EmitMergeInputChains1_0,
1674 OPC_EmitIntegerI32, 0,
1675 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_V128_A32), 0|OPFL_Chain|OPFL_MemRefs,
1676 4, 27,
1677 15,
1678 OPC_CheckChild2TypeI64,
1679 OPC_CheckPredicate5,
1680 OPC_CheckPredicate6,
1681 OPC_CheckPatternPredicate4,
1682 OPC_CheckComplexPat3, /*#*/2,
1683 OPC_EmitMergeInputChains1_0,
1684 OPC_EmitIntegerI32, 0,
1685 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_V128_A64), 0|OPFL_Chain|OPFL_MemRefs,
1686 4, 27,
1687 0,
1688 38,
1689 OPC_CheckChild1Type, 24|128,1,
1690 OPC_RecordChild2,
1691 OPC_Scope, 15,
1692 OPC_CheckChild2TypeI32,
1693 OPC_CheckPredicate5,
1694 OPC_CheckPredicate6,
1695 OPC_CheckPatternPredicate3,
1696 OPC_CheckComplexPat2, /*#*/2,
1697 OPC_EmitMergeInputChains1_0,
1698 OPC_EmitIntegerI32, 0,
1699 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_V128_A32), 0|OPFL_Chain|OPFL_MemRefs,
1700 4, 27,
1701 15,
1702 OPC_CheckChild2TypeI64,
1703 OPC_CheckPredicate5,
1704 OPC_CheckPredicate6,
1705 OPC_CheckPatternPredicate4,
1706 OPC_CheckComplexPat3, /*#*/2,
1707 OPC_EmitMergeInputChains1_0,
1708 OPC_EmitIntegerI32, 0,
1709 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_V128_A64), 0|OPFL_Chain|OPFL_MemRefs,
1710 4, 27,
1711 0,
1712 37,
1713 OPC_CheckChild1Type, MVT::v8f16,
1714 OPC_RecordChild2,
1715 OPC_Scope, 15,
1716 OPC_CheckChild2TypeI32,
1717 OPC_CheckPredicate5,
1718 OPC_CheckPredicate6,
1719 OPC_CheckPatternPredicate3,
1720 OPC_CheckComplexPat2, /*#*/2,
1721 OPC_EmitMergeInputChains1_0,
1722 OPC_EmitIntegerI32, 0,
1723 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_V128_A32), 0|OPFL_Chain|OPFL_MemRefs,
1724 4, 27,
1725 15,
1726 OPC_CheckChild2TypeI64,
1727 OPC_CheckPredicate5,
1728 OPC_CheckPredicate6,
1729 OPC_CheckPatternPredicate4,
1730 OPC_CheckComplexPat3, /*#*/2,
1731 OPC_EmitMergeInputChains1_0,
1732 OPC_EmitIntegerI32, 0,
1733 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_V128_A64), 0|OPFL_Chain|OPFL_MemRefs,
1734 4, 27,
1735 0,
1736 0,
1737 0,
1738 110|128,1, TARGET_VAL(ISD::INTRINSIC_VOID),
1739 OPC_Scope, 36,
1740 OPC_RecordNode,
1741 OPC_CheckChild1Integer, 42|128,113|128,0,
1742 OPC_MoveChild2,
1743 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
1744 OPC_RecordChild0,
1745 OPC_MoveChild0,
1746 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
1747 OPC_MoveParent,
1748 OPC_MoveSibling3,
1749 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
1750 OPC_RecordChild0,
1751 OPC_MoveChild0,
1752 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
1753 OPC_MoveParent,
1754 OPC_MoveParent,
1755 OPC_RecordChild4,
1756 OPC_RecordChild5,
1757 OPC_RecordChild6,
1758 OPC_CheckPatternPredicate7,
1759 OPC_EmitMergeInputChains1_0,
1760 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::TABLE_COPY),
1761 5, 76,
1762 38,
1763 OPC_RecordMemRef,
1764 OPC_RecordNode,
1765 OPC_CheckChild1Integer, 40|128,113|128,0,
1766 OPC_RecordChild2,
1767 OPC_RecordChild3,
1768 OPC_Scope, 13,
1769 OPC_CheckChild3TypeI32,
1770 OPC_CheckPatternPredicate3,
1771 OPC_CheckComplexPat2, /*#*/2,
1772 OPC_EmitMergeInputChains1_0,
1773 OPC_EmitIntegerI32, 0,
1774 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_F16_F32_A32), 0|OPFL_Chain|OPFL_MemRefs,
1775 4, 27,
1776 13,
1777 OPC_CheckChild3TypeI64,
1778 OPC_CheckPatternPredicate4,
1779 OPC_CheckComplexPat3, /*#*/2,
1780 OPC_EmitMergeInputChains1_0,
1781 OPC_EmitIntegerI32, 0,
1782 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_F16_F32_A64), 0|OPFL_Chain|OPFL_MemRefs,
1783 4, 27,
1784 0,
1785 30|128,1,
1786 OPC_RecordNode,
1787 OPC_Scope, 24,
1788 OPC_CheckChild1Integer, 54|128,113|128,0,
1789 OPC_MoveChild2,
1790 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
1791 OPC_RecordChild0,
1792 OPC_MoveChild0,
1793 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
1794 OPC_MoveParent,
1795 OPC_MoveParent,
1796 OPC_RecordChild3,
1797 OPC_RecordChild4,
1798 OPC_CheckPatternPredicate7,
1799 OPC_EmitMergeInputChains1_0,
1800 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::TABLE_SET_FUNCREF),
1801 3, 56,
1802 25,
1803 OPC_CheckChild1Integer, 45|128,113|128,0,
1804 OPC_MoveChild2,
1805 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
1806 OPC_RecordChild0,
1807 OPC_MoveChild0,
1808 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
1809 OPC_MoveParent,
1810 OPC_MoveParent,
1811 OPC_RecordChild3,
1812 OPC_RecordChild4,
1813 OPC_RecordChild5,
1814 OPC_CheckPatternPredicate7,
1815 OPC_EmitMergeInputChains1_0,
1816 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::TABLE_FILL_FUNCREF),
1817 4, 68,
1818 24,
1819 OPC_CheckChild1Integer, 53|128,113|128,0,
1820 OPC_MoveChild2,
1821 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
1822 OPC_RecordChild0,
1823 OPC_MoveChild0,
1824 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
1825 OPC_MoveParent,
1826 OPC_MoveParent,
1827 OPC_RecordChild3,
1828 OPC_RecordChild4,
1829 OPC_CheckPatternPredicate7,
1830 OPC_EmitMergeInputChains1_0,
1831 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::TABLE_SET_EXTERNREF),
1832 3, 56,
1833 25,
1834 OPC_CheckChild1Integer, 44|128,113|128,0,
1835 OPC_MoveChild2,
1836 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
1837 OPC_RecordChild0,
1838 OPC_MoveChild0,
1839 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
1840 OPC_MoveParent,
1841 OPC_MoveParent,
1842 OPC_RecordChild3,
1843 OPC_RecordChild4,
1844 OPC_RecordChild5,
1845 OPC_CheckPatternPredicate7,
1846 OPC_EmitMergeInputChains1_0,
1847 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::TABLE_FILL_EXTERNREF),
1848 4, 68,
1849 25,
1850 OPC_CheckChild1Integer, 52|128,113|128,0,
1851 OPC_MoveChild2,
1852 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
1853 OPC_RecordChild0,
1854 OPC_MoveChild0,
1855 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
1856 OPC_MoveParent,
1857 OPC_MoveParent,
1858 OPC_RecordChild3,
1859 OPC_RecordChild4,
1860 OPC_CheckPatternPredicate, 8,
1861 OPC_EmitMergeInputChains1_0,
1862 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::TABLE_SET_EXNREF),
1863 3, 56,
1864 26,
1865 OPC_CheckChild1Integer, 43|128,113|128,0,
1866 OPC_MoveChild2,
1867 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
1868 OPC_RecordChild0,
1869 OPC_MoveChild0,
1870 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
1871 OPC_MoveParent,
1872 OPC_MoveParent,
1873 OPC_RecordChild3,
1874 OPC_RecordChild4,
1875 OPC_RecordChild5,
1876 OPC_CheckPatternPredicate, 8,
1877 OPC_EmitMergeInputChains1_0,
1878 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::TABLE_FILL_EXNREF),
1879 4, 68,
1880 0,
1881 0,
1882 117|128,1, TARGET_VAL(ISD::ATOMIC_STORE),
1883 OPC_RecordMemRef,
1884 OPC_RecordNode,
1885 OPC_Scope, 101,
1886 OPC_MoveChild1,
1887 OPC_CheckOpcode, TARGET_VAL(ISD::TRUNCATE),
1888 OPC_RecordChild0,
1889 OPC_MoveParent,
1890 OPC_RecordChild2,
1891 OPC_Scope, 45,
1892 OPC_CheckChild2TypeI32,
1893 OPC_Scope, 13,
1894 OPC_CheckPredicate1,
1895 OPC_CheckPatternPredicate1,
1896 OPC_CheckComplexPat0, /*#*/2,
1897 OPC_EmitMergeInputChains1_0,
1898 OPC_EmitIntegerI32, 0,
1899 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::ATOMIC_STORE8_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
1900 5, 31,
1901 13,
1902 OPC_CheckPredicate2,
1903 OPC_CheckPatternPredicate1,
1904 OPC_CheckComplexPat0, /*#*/2,
1905 OPC_EmitMergeInputChains1_0,
1906 OPC_EmitIntegerI32, 0,
1907 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::ATOMIC_STORE16_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
1908 5, 31,
1909 13,
1910 OPC_CheckPredicate3,
1911 OPC_CheckPatternPredicate1,
1912 OPC_CheckComplexPat0, /*#*/2,
1913 OPC_EmitMergeInputChains1_0,
1914 OPC_EmitIntegerI32, 0,
1915 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::ATOMIC_STORE32_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
1916 5, 31,
1917 0,
1918 45,
1919 OPC_CheckChild2TypeI64,
1920 OPC_Scope, 13,
1921 OPC_CheckPredicate1,
1922 OPC_CheckPatternPredicate2,
1923 OPC_CheckComplexPat1, /*#*/2,
1924 OPC_EmitMergeInputChains1_0,
1925 OPC_EmitIntegerI32, 0,
1926 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::ATOMIC_STORE8_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
1927 5, 31,
1928 13,
1929 OPC_CheckPredicate2,
1930 OPC_CheckPatternPredicate2,
1931 OPC_CheckComplexPat1, /*#*/2,
1932 OPC_EmitMergeInputChains1_0,
1933 OPC_EmitIntegerI32, 0,
1934 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::ATOMIC_STORE16_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
1935 5, 31,
1936 13,
1937 OPC_CheckPredicate3,
1938 OPC_CheckPatternPredicate2,
1939 OPC_CheckComplexPat1, /*#*/2,
1940 OPC_EmitMergeInputChains1_0,
1941 OPC_EmitIntegerI32, 0,
1942 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::ATOMIC_STORE32_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
1943 5, 31,
1944 0,
1945 0,
1946 9|128,1,
1947 OPC_RecordChild1,
1948 OPC_Scope, 96,
1949 OPC_CheckChild1TypeI32,
1950 OPC_RecordChild2,
1951 OPC_Scope, 45,
1952 OPC_CheckChild2TypeI32,
1953 OPC_Scope, 13,
1954 OPC_CheckPredicate3,
1955 OPC_CheckPatternPredicate1,
1956 OPC_CheckComplexPat0, /*#*/2,
1957 OPC_EmitMergeInputChains1_0,
1958 OPC_EmitIntegerI32, 0,
1959 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::ATOMIC_STORE_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
1960 5, 31,
1961 13,
1962 OPC_CheckPredicate1,
1963 OPC_CheckPatternPredicate1,
1964 OPC_CheckComplexPat0, /*#*/2,
1965 OPC_EmitMergeInputChains1_0,
1966 OPC_EmitIntegerI32, 0,
1967 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::ATOMIC_STORE8_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
1968 5, 31,
1969 13,
1970 OPC_CheckPredicate2,
1971 OPC_CheckPatternPredicate1,
1972 OPC_CheckComplexPat0, /*#*/2,
1973 OPC_EmitMergeInputChains1_0,
1974 OPC_EmitIntegerI32, 0,
1975 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::ATOMIC_STORE16_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
1976 5, 31,
1977 0,
1978 45,
1979 OPC_CheckChild2TypeI64,
1980 OPC_Scope, 13,
1981 OPC_CheckPredicate3,
1982 OPC_CheckPatternPredicate2,
1983 OPC_CheckComplexPat1, /*#*/2,
1984 OPC_EmitMergeInputChains1_0,
1985 OPC_EmitIntegerI32, 0,
1986 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::ATOMIC_STORE_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
1987 5, 31,
1988 13,
1989 OPC_CheckPredicate1,
1990 OPC_CheckPatternPredicate2,
1991 OPC_CheckComplexPat1, /*#*/2,
1992 OPC_EmitMergeInputChains1_0,
1993 OPC_EmitIntegerI32, 0,
1994 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::ATOMIC_STORE8_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
1995 5, 31,
1996 13,
1997 OPC_CheckPredicate2,
1998 OPC_CheckPatternPredicate2,
1999 OPC_CheckComplexPat1, /*#*/2,
2000 OPC_EmitMergeInputChains1_0,
2001 OPC_EmitIntegerI32, 0,
2002 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::ATOMIC_STORE16_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2003 5, 31,
2004 0,
2005 0,
2006 36,
2007 OPC_CheckChild1TypeI64,
2008 OPC_RecordChild2,
2009 OPC_Scope, 15,
2010 OPC_CheckChild2TypeI32,
2011 OPC_CheckPredicate, 9,
2012 OPC_CheckPatternPredicate1,
2013 OPC_CheckComplexPat0, /*#*/2,
2014 OPC_EmitMergeInputChains1_0,
2015 OPC_EmitIntegerI32, 0,
2016 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::ATOMIC_STORE_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
2017 5, 31,
2018 15,
2019 OPC_CheckChild2TypeI64,
2020 OPC_CheckPredicate, 9,
2021 OPC_CheckPatternPredicate2,
2022 OPC_CheckComplexPat1, /*#*/2,
2023 OPC_EmitMergeInputChains1_0,
2024 OPC_EmitIntegerI32, 0,
2025 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::ATOMIC_STORE_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
2026 5, 31,
2027 0,
2028 0,
2029 0,
2030 56|128,3, TARGET_VAL(ISD::INTRINSIC_W_CHAIN),
2031 OPC_Scope, 12|128,1,
2032 OPC_RecordMemRef,
2033 OPC_RecordNode,
2034 OPC_Scope, 43,
2035 OPC_CheckChild1Integer, 5|128,113|128,0,
2036 OPC_RecordChild2,
2037 OPC_Scope, 17,
2038 OPC_CheckChild2TypeI32,
2039 OPC_RecordChild3,
2040 OPC_CheckPatternPredicate1,
2041 OPC_CheckComplexPat2, /*#*/1,
2042 OPC_EmitMergeInputChains1_0,
2043 OPC_EmitIntegerI32, 0,
2044 OPC_EmitIntegerI32, 0,
2045 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::MEMORY_ATOMIC_NOTIFY_A32), 0|OPFL_Chain|OPFL_MemRefs,
2046 MVT::i32, 5, 50,
2047 17,
2048 OPC_CheckChild2TypeI64,
2049 OPC_RecordChild3,
2050 OPC_CheckPatternPredicate2,
2051 OPC_CheckComplexPat3, /*#*/1,
2052 OPC_EmitMergeInputChains1_0,
2053 OPC_EmitIntegerI32, 0,
2054 OPC_EmitIntegerI32, 0,
2055 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::MEMORY_ATOMIC_NOTIFY_A64), 0|OPFL_Chain|OPFL_MemRefs,
2056 MVT::i32, 5, 50,
2057 0,
2058 45,
2059 OPC_CheckChild1Integer, 6|128,113|128,0,
2060 OPC_RecordChild2,
2061 OPC_Scope, 18,
2062 OPC_CheckChild2TypeI32,
2063 OPC_RecordChild3,
2064 OPC_RecordChild4,
2065 OPC_CheckPatternPredicate1,
2066 OPC_CheckComplexPat2, /*#*/1,
2067 OPC_EmitMergeInputChains1_0,
2068 OPC_EmitIntegerI32, 0,
2069 OPC_EmitIntegerI32, 0,
2070 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::MEMORY_ATOMIC_WAIT32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2071 MVT::i32, 6, 62,
2072 18,
2073 OPC_CheckChild2TypeI64,
2074 OPC_RecordChild3,
2075 OPC_RecordChild4,
2076 OPC_CheckPatternPredicate2,
2077 OPC_CheckComplexPat3, /*#*/1,
2078 OPC_EmitMergeInputChains1_0,
2079 OPC_EmitIntegerI32, 0,
2080 OPC_EmitIntegerI32, 0,
2081 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::MEMORY_ATOMIC_WAIT32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2082 MVT::i32, 6, 62,
2083 0,
2084 45,
2085 OPC_CheckChild1Integer, 7|128,113|128,0,
2086 OPC_RecordChild2,
2087 OPC_Scope, 18,
2088 OPC_CheckChild2TypeI32,
2089 OPC_RecordChild3,
2090 OPC_RecordChild4,
2091 OPC_CheckPatternPredicate1,
2092 OPC_CheckComplexPat2, /*#*/1,
2093 OPC_EmitMergeInputChains1_0,
2094 OPC_EmitIntegerI32, 0,
2095 OPC_EmitIntegerI32, 0,
2096 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::MEMORY_ATOMIC_WAIT64_A32), 0|OPFL_Chain|OPFL_MemRefs,
2097 MVT::i32, 6, 62,
2098 18,
2099 OPC_CheckChild2TypeI64,
2100 OPC_RecordChild3,
2101 OPC_RecordChild4,
2102 OPC_CheckPatternPredicate2,
2103 OPC_CheckComplexPat3, /*#*/1,
2104 OPC_EmitMergeInputChains1_0,
2105 OPC_EmitIntegerI32, 0,
2106 OPC_EmitIntegerI32, 0,
2107 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::MEMORY_ATOMIC_WAIT64_A64), 0|OPFL_Chain|OPFL_MemRefs,
2108 MVT::i32, 6, 62,
2109 0,
2110 0,
2111 126|128,1,
2112 OPC_RecordNode,
2113 OPC_Scope, 25,
2114 OPC_CheckChild1Integer, 48|128,113|128,0,
2115 OPC_MoveChild2,
2116 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
2117 OPC_RecordChild0,
2118 OPC_MoveChild0,
2119 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
2120 OPC_MoveParent,
2121 OPC_MoveParent,
2122 OPC_RecordChild3,
2123 OPC_CheckPatternPredicate7,
2124 OPC_EmitMergeInputChains1_0,
2125 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::TABLE_GET_FUNCREF),
2126 122|128,1, 2, 45,
2127 25,
2128 OPC_CheckChild1Integer, 51|128,113|128,0,
2129 OPC_MoveChild2,
2130 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
2131 OPC_RecordChild0,
2132 OPC_MoveChild0,
2133 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
2134 OPC_MoveParent,
2135 OPC_MoveParent,
2136 OPC_RecordChild3,
2137 OPC_RecordChild4,
2138 OPC_CheckPatternPredicate7,
2139 OPC_EmitMergeInputChains1_0,
2140 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::TABLE_GROW_FUNCREF),
2141 MVT::i32, 3, 56,
2142 25,
2143 OPC_CheckChild1Integer, 47|128,113|128,0,
2144 OPC_MoveChild2,
2145 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
2146 OPC_RecordChild0,
2147 OPC_MoveChild0,
2148 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
2149 OPC_MoveParent,
2150 OPC_MoveParent,
2151 OPC_RecordChild3,
2152 OPC_CheckPatternPredicate7,
2153 OPC_EmitMergeInputChains1_0,
2154 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::TABLE_GET_EXTERNREF),
2155 123|128,1, 2, 45,
2156 25,
2157 OPC_CheckChild1Integer, 50|128,113|128,0,
2158 OPC_MoveChild2,
2159 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
2160 OPC_RecordChild0,
2161 OPC_MoveChild0,
2162 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
2163 OPC_MoveParent,
2164 OPC_MoveParent,
2165 OPC_RecordChild3,
2166 OPC_RecordChild4,
2167 OPC_CheckPatternPredicate7,
2168 OPC_EmitMergeInputChains1_0,
2169 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::TABLE_GROW_EXTERNREF),
2170 MVT::i32, 3, 56,
2171 26,
2172 OPC_CheckChild1Integer, 46|128,113|128,0,
2173 OPC_MoveChild2,
2174 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
2175 OPC_RecordChild0,
2176 OPC_MoveChild0,
2177 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
2178 OPC_MoveParent,
2179 OPC_MoveParent,
2180 OPC_RecordChild3,
2181 OPC_CheckPatternPredicate, 8,
2182 OPC_EmitMergeInputChains1_0,
2183 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::TABLE_GET_EXNREF),
2184 124|128,1, 2, 45,
2185 26,
2186 OPC_CheckChild1Integer, 49|128,113|128,0,
2187 OPC_MoveChild2,
2188 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
2189 OPC_RecordChild0,
2190 OPC_MoveChild0,
2191 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
2192 OPC_MoveParent,
2193 OPC_MoveParent,
2194 OPC_RecordChild3,
2195 OPC_RecordChild4,
2196 OPC_CheckPatternPredicate, 8,
2197 OPC_EmitMergeInputChains1_0,
2198 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::TABLE_GROW_EXNREF),
2199 MVT::i32, 3, 56,
2200 23,
2201 OPC_CheckChild1Integer, 55|128,113|128,0,
2202 OPC_MoveChild2,
2203 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
2204 OPC_RecordChild0,
2205 OPC_MoveChild0,
2206 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
2207 OPC_MoveParent,
2208 OPC_MoveParent,
2209 OPC_CheckPatternPredicate7,
2210 OPC_EmitMergeInputChains1_0,
2211 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::TABLE_SIZE),
2212 MVT::i32, 1, 17,
2213 32,
2214 OPC_CheckChild1Integer, 9|128,113|128,0,
2215 OPC_RecordChild2,
2216 OPC_MoveChild2,
2217 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
2218 OPC_MoveParent,
2219 OPC_SwitchType , 8, MVT::i32,
2220 OPC_EmitMergeInputChains1_0,
2221 OPC_EmitConvertToTarget1,
2222 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::anonymous_14776MEMORY_SIZE_A32),
2223 MVT::i32, 1, 43,
2224 8, MVT::i64,
2225 OPC_EmitMergeInputChains1_0,
2226 OPC_EmitConvertToTarget1,
2227 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::anonymous_14777MEMORY_SIZE_A64),
2228 MVT::i64, 1, 43,
2229 0,
2230 35,
2231 OPC_CheckChild1Integer, 8|128,113|128,0,
2232 OPC_RecordChild2,
2233 OPC_MoveChild2,
2234 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
2235 OPC_MoveParent,
2236 OPC_RecordChild3,
2237 OPC_SwitchType , 9, MVT::i32,
2238 OPC_CheckChild3TypeI32,
2239 OPC_EmitMergeInputChains1_0,
2240 OPC_EmitConvertToTarget1,
2241 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::anonymous_14776MEMORY_GROW_A32),
2242 MVT::i32, 2, 48,
2243 9, MVT::i64,
2244 OPC_CheckChild3TypeI64,
2245 OPC_EmitMergeInputChains1_0,
2246 OPC_EmitConvertToTarget1,
2247 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::anonymous_14777MEMORY_GROW_A64),
2248 MVT::i64, 2, 48,
2249 0,
2250 0,
2251 39,
2252 OPC_RecordMemRef,
2253 OPC_RecordNode,
2254 OPC_CheckChild1Integer, 3|128,113|128,0,
2255 OPC_RecordChild2,
2256 OPC_Scope, 14,
2257 OPC_CheckChild2TypeI32,
2258 OPC_CheckPatternPredicate3,
2259 OPC_CheckComplexPat2, /*#*/1,
2260 OPC_EmitMergeInputChains1_0,
2261 OPC_EmitIntegerI32, 0,
2262 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_F16_F32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2263 MVT::f32, 3, 59,
2264 14,
2265 OPC_CheckChild2TypeI64,
2266 OPC_CheckPatternPredicate4,
2267 OPC_CheckComplexPat3, /*#*/1,
2268 OPC_EmitMergeInputChains1_0,
2269 OPC_EmitIntegerI32, 0,
2270 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_F16_F32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2271 MVT::f32, 3, 59,
2272 0,
2273 0,
2274 33|128,1, TARGET_VAL(ISD::ATOMIC_LOAD),
2275 OPC_RecordMemRef,
2276 OPC_RecordNode,
2277 OPC_RecordChild1,
2278 OPC_Scope, 77,
2279 OPC_CheckChild1TypeI32,
2280 OPC_Scope, 37,
2281 OPC_CheckPredicate, 26,
2282 OPC_SwitchType , 14, MVT::i32,
2283 OPC_CheckPredicate3,
2284 OPC_CheckPatternPredicate1,
2285 OPC_CheckComplexPat0, /*#*/1,
2286 OPC_EmitMergeInputChains1_0,
2287 OPC_EmitIntegerI32, 0,
2288 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_LOAD_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2289 MVT::i32, 4, 64,
2290 15, MVT::i64,
2291 OPC_CheckPredicate, 9,
2292 OPC_CheckPatternPredicate1,
2293 OPC_CheckComplexPat0, /*#*/1,
2294 OPC_EmitMergeInputChains1_0,
2295 OPC_EmitIntegerI32, 0,
2296 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_LOAD_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
2297 MVT::i64, 4, 64,
2298 0,
2299 35,
2300 OPC_CheckPredicate, 14,
2301 OPC_CheckTypeI32,
2302 OPC_Scope, 14,
2303 OPC_CheckPredicate1,
2304 OPC_CheckPatternPredicate1,
2305 OPC_CheckComplexPat0, /*#*/1,
2306 OPC_EmitMergeInputChains1_0,
2307 OPC_EmitIntegerI32, 0,
2308 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_LOAD8_U_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2309 MVT::i32, 4, 64,
2310 14,
2311 OPC_CheckPredicate2,
2312 OPC_CheckPatternPredicate1,
2313 OPC_CheckComplexPat0, /*#*/1,
2314 OPC_EmitMergeInputChains1_0,
2315 OPC_EmitIntegerI32, 0,
2316 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_LOAD16_U_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2317 MVT::i32, 4, 64,
2318 0,
2319 0,
2320 77,
2321 OPC_CheckChild1TypeI64,
2322 OPC_Scope, 37,
2323 OPC_CheckPredicate, 26,
2324 OPC_SwitchType , 14, MVT::i32,
2325 OPC_CheckPredicate3,
2326 OPC_CheckPatternPredicate2,
2327 OPC_CheckComplexPat1, /*#*/1,
2328 OPC_EmitMergeInputChains1_0,
2329 OPC_EmitIntegerI32, 0,
2330 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_LOAD_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2331 MVT::i32, 4, 64,
2332 15, MVT::i64,
2333 OPC_CheckPredicate, 9,
2334 OPC_CheckPatternPredicate2,
2335 OPC_CheckComplexPat1, /*#*/1,
2336 OPC_EmitMergeInputChains1_0,
2337 OPC_EmitIntegerI32, 0,
2338 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_LOAD_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
2339 MVT::i64, 4, 64,
2340 0,
2341 35,
2342 OPC_CheckPredicate, 14,
2343 OPC_CheckTypeI32,
2344 OPC_Scope, 14,
2345 OPC_CheckPredicate1,
2346 OPC_CheckPatternPredicate2,
2347 OPC_CheckComplexPat1, /*#*/1,
2348 OPC_EmitMergeInputChains1_0,
2349 OPC_EmitIntegerI32, 0,
2350 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_LOAD8_U_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2351 MVT::i32, 4, 64,
2352 14,
2353 OPC_CheckPredicate2,
2354 OPC_CheckPatternPredicate2,
2355 OPC_CheckComplexPat1, /*#*/1,
2356 OPC_EmitMergeInputChains1_0,
2357 OPC_EmitIntegerI32, 0,
2358 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_LOAD16_U_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2359 MVT::i32, 4, 64,
2360 0,
2361 0,
2362 0,
2363 79|128,1, TARGET_VAL(ISD::ATOMIC_LOAD_ADD),
2364 OPC_RecordMemRef,
2365 OPC_RecordNode,
2366 OPC_RecordChild1,
2367 OPC_Scope, 100,
2368 OPC_CheckChild1TypeI32,
2369 OPC_RecordChild2,
2370 OPC_SwitchType , 77, MVT::i32,
2371 OPC_Scope, 14,
2372 OPC_CheckPredicate3,
2373 OPC_CheckPatternPredicate1,
2374 OPC_CheckComplexPat0, /*#*/1,
2375 OPC_EmitMergeInputChains1_0,
2376 OPC_EmitIntegerI32, 0,
2377 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_ADD_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2378 MVT::i32, 5, 50,
2379 14,
2380 OPC_CheckPredicate1,
2381 OPC_CheckPatternPredicate1,
2382 OPC_CheckComplexPat0, /*#*/1,
2383 OPC_EmitMergeInputChains1_0,
2384 OPC_EmitIntegerI32, 0,
2385 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_ADD_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2386 MVT::i32, 5, 50,
2387 14,
2388 OPC_CheckPredicate2,
2389 OPC_CheckPatternPredicate1,
2390 OPC_CheckComplexPat0, /*#*/1,
2391 OPC_EmitMergeInputChains1_0,
2392 OPC_EmitIntegerI32, 0,
2393 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_ADD_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2394 MVT::i32, 5, 50,
2395 14,
2396 OPC_CheckPredicate1,
2397 OPC_CheckPatternPredicate1,
2398 OPC_CheckComplexPat0, /*#*/1,
2399 OPC_EmitMergeInputChains1_0,
2400 OPC_EmitIntegerI32, 0,
2401 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_ADD_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2402 MVT::i32, 5, 50,
2403 14,
2404 OPC_CheckPredicate2,
2405 OPC_CheckPatternPredicate1,
2406 OPC_CheckComplexPat0, /*#*/1,
2407 OPC_EmitMergeInputChains1_0,
2408 OPC_EmitIntegerI32, 0,
2409 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_ADD_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2410 MVT::i32, 5, 50,
2411 0,
2412 15, MVT::i64,
2413 OPC_CheckPredicate, 9,
2414 OPC_CheckPatternPredicate1,
2415 OPC_CheckComplexPat0, /*#*/1,
2416 OPC_EmitMergeInputChains1_0,
2417 OPC_EmitIntegerI32, 0,
2418 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_ADD_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
2419 MVT::i64, 5, 50,
2420 0,
2421 100,
2422 OPC_CheckChild1TypeI64,
2423 OPC_RecordChild2,
2424 OPC_SwitchType , 77, MVT::i32,
2425 OPC_Scope, 14,
2426 OPC_CheckPredicate3,
2427 OPC_CheckPatternPredicate2,
2428 OPC_CheckComplexPat1, /*#*/1,
2429 OPC_EmitMergeInputChains1_0,
2430 OPC_EmitIntegerI32, 0,
2431 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_ADD_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2432 MVT::i32, 5, 50,
2433 14,
2434 OPC_CheckPredicate1,
2435 OPC_CheckPatternPredicate2,
2436 OPC_CheckComplexPat1, /*#*/1,
2437 OPC_EmitMergeInputChains1_0,
2438 OPC_EmitIntegerI32, 0,
2439 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_ADD_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2440 MVT::i32, 5, 50,
2441 14,
2442 OPC_CheckPredicate2,
2443 OPC_CheckPatternPredicate2,
2444 OPC_CheckComplexPat1, /*#*/1,
2445 OPC_EmitMergeInputChains1_0,
2446 OPC_EmitIntegerI32, 0,
2447 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_ADD_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2448 MVT::i32, 5, 50,
2449 14,
2450 OPC_CheckPredicate1,
2451 OPC_CheckPatternPredicate2,
2452 OPC_CheckComplexPat1, /*#*/1,
2453 OPC_EmitMergeInputChains1_0,
2454 OPC_EmitIntegerI32, 0,
2455 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_ADD_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2456 MVT::i32, 5, 50,
2457 14,
2458 OPC_CheckPredicate2,
2459 OPC_CheckPatternPredicate2,
2460 OPC_CheckComplexPat1, /*#*/1,
2461 OPC_EmitMergeInputChains1_0,
2462 OPC_EmitIntegerI32, 0,
2463 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_ADD_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2464 MVT::i32, 5, 50,
2465 0,
2466 15, MVT::i64,
2467 OPC_CheckPredicate, 9,
2468 OPC_CheckPatternPredicate2,
2469 OPC_CheckComplexPat1, /*#*/1,
2470 OPC_EmitMergeInputChains1_0,
2471 OPC_EmitIntegerI32, 0,
2472 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_ADD_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
2473 MVT::i64, 5, 50,
2474 0,
2475 0,
2476 79|128,1, TARGET_VAL(ISD::ATOMIC_LOAD_SUB),
2477 OPC_RecordMemRef,
2478 OPC_RecordNode,
2479 OPC_RecordChild1,
2480 OPC_Scope, 100,
2481 OPC_CheckChild1TypeI32,
2482 OPC_RecordChild2,
2483 OPC_SwitchType , 77, MVT::i32,
2484 OPC_Scope, 14,
2485 OPC_CheckPredicate3,
2486 OPC_CheckPatternPredicate1,
2487 OPC_CheckComplexPat0, /*#*/1,
2488 OPC_EmitMergeInputChains1_0,
2489 OPC_EmitIntegerI32, 0,
2490 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_SUB_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2491 MVT::i32, 5, 50,
2492 14,
2493 OPC_CheckPredicate1,
2494 OPC_CheckPatternPredicate1,
2495 OPC_CheckComplexPat0, /*#*/1,
2496 OPC_EmitMergeInputChains1_0,
2497 OPC_EmitIntegerI32, 0,
2498 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_SUB_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2499 MVT::i32, 5, 50,
2500 14,
2501 OPC_CheckPredicate2,
2502 OPC_CheckPatternPredicate1,
2503 OPC_CheckComplexPat0, /*#*/1,
2504 OPC_EmitMergeInputChains1_0,
2505 OPC_EmitIntegerI32, 0,
2506 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_SUB_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2507 MVT::i32, 5, 50,
2508 14,
2509 OPC_CheckPredicate1,
2510 OPC_CheckPatternPredicate1,
2511 OPC_CheckComplexPat0, /*#*/1,
2512 OPC_EmitMergeInputChains1_0,
2513 OPC_EmitIntegerI32, 0,
2514 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_SUB_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2515 MVT::i32, 5, 50,
2516 14,
2517 OPC_CheckPredicate2,
2518 OPC_CheckPatternPredicate1,
2519 OPC_CheckComplexPat0, /*#*/1,
2520 OPC_EmitMergeInputChains1_0,
2521 OPC_EmitIntegerI32, 0,
2522 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_SUB_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2523 MVT::i32, 5, 50,
2524 0,
2525 15, MVT::i64,
2526 OPC_CheckPredicate, 9,
2527 OPC_CheckPatternPredicate1,
2528 OPC_CheckComplexPat0, /*#*/1,
2529 OPC_EmitMergeInputChains1_0,
2530 OPC_EmitIntegerI32, 0,
2531 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_SUB_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
2532 MVT::i64, 5, 50,
2533 0,
2534 100,
2535 OPC_CheckChild1TypeI64,
2536 OPC_RecordChild2,
2537 OPC_SwitchType , 77, MVT::i32,
2538 OPC_Scope, 14,
2539 OPC_CheckPredicate3,
2540 OPC_CheckPatternPredicate2,
2541 OPC_CheckComplexPat1, /*#*/1,
2542 OPC_EmitMergeInputChains1_0,
2543 OPC_EmitIntegerI32, 0,
2544 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_SUB_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2545 MVT::i32, 5, 50,
2546 14,
2547 OPC_CheckPredicate1,
2548 OPC_CheckPatternPredicate2,
2549 OPC_CheckComplexPat1, /*#*/1,
2550 OPC_EmitMergeInputChains1_0,
2551 OPC_EmitIntegerI32, 0,
2552 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_SUB_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2553 MVT::i32, 5, 50,
2554 14,
2555 OPC_CheckPredicate2,
2556 OPC_CheckPatternPredicate2,
2557 OPC_CheckComplexPat1, /*#*/1,
2558 OPC_EmitMergeInputChains1_0,
2559 OPC_EmitIntegerI32, 0,
2560 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_SUB_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2561 MVT::i32, 5, 50,
2562 14,
2563 OPC_CheckPredicate1,
2564 OPC_CheckPatternPredicate2,
2565 OPC_CheckComplexPat1, /*#*/1,
2566 OPC_EmitMergeInputChains1_0,
2567 OPC_EmitIntegerI32, 0,
2568 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_SUB_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2569 MVT::i32, 5, 50,
2570 14,
2571 OPC_CheckPredicate2,
2572 OPC_CheckPatternPredicate2,
2573 OPC_CheckComplexPat1, /*#*/1,
2574 OPC_EmitMergeInputChains1_0,
2575 OPC_EmitIntegerI32, 0,
2576 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_SUB_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2577 MVT::i32, 5, 50,
2578 0,
2579 15, MVT::i64,
2580 OPC_CheckPredicate, 9,
2581 OPC_CheckPatternPredicate2,
2582 OPC_CheckComplexPat1, /*#*/1,
2583 OPC_EmitMergeInputChains1_0,
2584 OPC_EmitIntegerI32, 0,
2585 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_SUB_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
2586 MVT::i64, 5, 50,
2587 0,
2588 0,
2589 79|128,1, TARGET_VAL(ISD::ATOMIC_LOAD_AND),
2590 OPC_RecordMemRef,
2591 OPC_RecordNode,
2592 OPC_RecordChild1,
2593 OPC_Scope, 100,
2594 OPC_CheckChild1TypeI32,
2595 OPC_RecordChild2,
2596 OPC_SwitchType , 77, MVT::i32,
2597 OPC_Scope, 14,
2598 OPC_CheckPredicate3,
2599 OPC_CheckPatternPredicate1,
2600 OPC_CheckComplexPat0, /*#*/1,
2601 OPC_EmitMergeInputChains1_0,
2602 OPC_EmitIntegerI32, 0,
2603 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_AND_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2604 MVT::i32, 5, 50,
2605 14,
2606 OPC_CheckPredicate1,
2607 OPC_CheckPatternPredicate1,
2608 OPC_CheckComplexPat0, /*#*/1,
2609 OPC_EmitMergeInputChains1_0,
2610 OPC_EmitIntegerI32, 0,
2611 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_AND_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2612 MVT::i32, 5, 50,
2613 14,
2614 OPC_CheckPredicate2,
2615 OPC_CheckPatternPredicate1,
2616 OPC_CheckComplexPat0, /*#*/1,
2617 OPC_EmitMergeInputChains1_0,
2618 OPC_EmitIntegerI32, 0,
2619 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_AND_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2620 MVT::i32, 5, 50,
2621 14,
2622 OPC_CheckPredicate1,
2623 OPC_CheckPatternPredicate1,
2624 OPC_CheckComplexPat0, /*#*/1,
2625 OPC_EmitMergeInputChains1_0,
2626 OPC_EmitIntegerI32, 0,
2627 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_AND_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2628 MVT::i32, 5, 50,
2629 14,
2630 OPC_CheckPredicate2,
2631 OPC_CheckPatternPredicate1,
2632 OPC_CheckComplexPat0, /*#*/1,
2633 OPC_EmitMergeInputChains1_0,
2634 OPC_EmitIntegerI32, 0,
2635 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_AND_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2636 MVT::i32, 5, 50,
2637 0,
2638 15, MVT::i64,
2639 OPC_CheckPredicate, 9,
2640 OPC_CheckPatternPredicate1,
2641 OPC_CheckComplexPat0, /*#*/1,
2642 OPC_EmitMergeInputChains1_0,
2643 OPC_EmitIntegerI32, 0,
2644 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_AND_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
2645 MVT::i64, 5, 50,
2646 0,
2647 100,
2648 OPC_CheckChild1TypeI64,
2649 OPC_RecordChild2,
2650 OPC_SwitchType , 77, MVT::i32,
2651 OPC_Scope, 14,
2652 OPC_CheckPredicate3,
2653 OPC_CheckPatternPredicate2,
2654 OPC_CheckComplexPat1, /*#*/1,
2655 OPC_EmitMergeInputChains1_0,
2656 OPC_EmitIntegerI32, 0,
2657 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_AND_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2658 MVT::i32, 5, 50,
2659 14,
2660 OPC_CheckPredicate1,
2661 OPC_CheckPatternPredicate2,
2662 OPC_CheckComplexPat1, /*#*/1,
2663 OPC_EmitMergeInputChains1_0,
2664 OPC_EmitIntegerI32, 0,
2665 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_AND_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2666 MVT::i32, 5, 50,
2667 14,
2668 OPC_CheckPredicate2,
2669 OPC_CheckPatternPredicate2,
2670 OPC_CheckComplexPat1, /*#*/1,
2671 OPC_EmitMergeInputChains1_0,
2672 OPC_EmitIntegerI32, 0,
2673 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_AND_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2674 MVT::i32, 5, 50,
2675 14,
2676 OPC_CheckPredicate1,
2677 OPC_CheckPatternPredicate2,
2678 OPC_CheckComplexPat1, /*#*/1,
2679 OPC_EmitMergeInputChains1_0,
2680 OPC_EmitIntegerI32, 0,
2681 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_AND_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2682 MVT::i32, 5, 50,
2683 14,
2684 OPC_CheckPredicate2,
2685 OPC_CheckPatternPredicate2,
2686 OPC_CheckComplexPat1, /*#*/1,
2687 OPC_EmitMergeInputChains1_0,
2688 OPC_EmitIntegerI32, 0,
2689 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_AND_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2690 MVT::i32, 5, 50,
2691 0,
2692 15, MVT::i64,
2693 OPC_CheckPredicate, 9,
2694 OPC_CheckPatternPredicate2,
2695 OPC_CheckComplexPat1, /*#*/1,
2696 OPC_EmitMergeInputChains1_0,
2697 OPC_EmitIntegerI32, 0,
2698 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_AND_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
2699 MVT::i64, 5, 50,
2700 0,
2701 0,
2702 79|128,1, TARGET_VAL(ISD::ATOMIC_LOAD_OR),
2703 OPC_RecordMemRef,
2704 OPC_RecordNode,
2705 OPC_RecordChild1,
2706 OPC_Scope, 100,
2707 OPC_CheckChild1TypeI32,
2708 OPC_RecordChild2,
2709 OPC_SwitchType , 77, MVT::i32,
2710 OPC_Scope, 14,
2711 OPC_CheckPredicate3,
2712 OPC_CheckPatternPredicate1,
2713 OPC_CheckComplexPat0, /*#*/1,
2714 OPC_EmitMergeInputChains1_0,
2715 OPC_EmitIntegerI32, 0,
2716 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_OR_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2717 MVT::i32, 5, 50,
2718 14,
2719 OPC_CheckPredicate1,
2720 OPC_CheckPatternPredicate1,
2721 OPC_CheckComplexPat0, /*#*/1,
2722 OPC_EmitMergeInputChains1_0,
2723 OPC_EmitIntegerI32, 0,
2724 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_OR_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2725 MVT::i32, 5, 50,
2726 14,
2727 OPC_CheckPredicate2,
2728 OPC_CheckPatternPredicate1,
2729 OPC_CheckComplexPat0, /*#*/1,
2730 OPC_EmitMergeInputChains1_0,
2731 OPC_EmitIntegerI32, 0,
2732 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_OR_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2733 MVT::i32, 5, 50,
2734 14,
2735 OPC_CheckPredicate1,
2736 OPC_CheckPatternPredicate1,
2737 OPC_CheckComplexPat0, /*#*/1,
2738 OPC_EmitMergeInputChains1_0,
2739 OPC_EmitIntegerI32, 0,
2740 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_OR_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2741 MVT::i32, 5, 50,
2742 14,
2743 OPC_CheckPredicate2,
2744 OPC_CheckPatternPredicate1,
2745 OPC_CheckComplexPat0, /*#*/1,
2746 OPC_EmitMergeInputChains1_0,
2747 OPC_EmitIntegerI32, 0,
2748 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_OR_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2749 MVT::i32, 5, 50,
2750 0,
2751 15, MVT::i64,
2752 OPC_CheckPredicate, 9,
2753 OPC_CheckPatternPredicate1,
2754 OPC_CheckComplexPat0, /*#*/1,
2755 OPC_EmitMergeInputChains1_0,
2756 OPC_EmitIntegerI32, 0,
2757 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_OR_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
2758 MVT::i64, 5, 50,
2759 0,
2760 100,
2761 OPC_CheckChild1TypeI64,
2762 OPC_RecordChild2,
2763 OPC_SwitchType , 77, MVT::i32,
2764 OPC_Scope, 14,
2765 OPC_CheckPredicate3,
2766 OPC_CheckPatternPredicate2,
2767 OPC_CheckComplexPat1, /*#*/1,
2768 OPC_EmitMergeInputChains1_0,
2769 OPC_EmitIntegerI32, 0,
2770 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_OR_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2771 MVT::i32, 5, 50,
2772 14,
2773 OPC_CheckPredicate1,
2774 OPC_CheckPatternPredicate2,
2775 OPC_CheckComplexPat1, /*#*/1,
2776 OPC_EmitMergeInputChains1_0,
2777 OPC_EmitIntegerI32, 0,
2778 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_OR_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2779 MVT::i32, 5, 50,
2780 14,
2781 OPC_CheckPredicate2,
2782 OPC_CheckPatternPredicate2,
2783 OPC_CheckComplexPat1, /*#*/1,
2784 OPC_EmitMergeInputChains1_0,
2785 OPC_EmitIntegerI32, 0,
2786 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_OR_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2787 MVT::i32, 5, 50,
2788 14,
2789 OPC_CheckPredicate1,
2790 OPC_CheckPatternPredicate2,
2791 OPC_CheckComplexPat1, /*#*/1,
2792 OPC_EmitMergeInputChains1_0,
2793 OPC_EmitIntegerI32, 0,
2794 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_OR_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2795 MVT::i32, 5, 50,
2796 14,
2797 OPC_CheckPredicate2,
2798 OPC_CheckPatternPredicate2,
2799 OPC_CheckComplexPat1, /*#*/1,
2800 OPC_EmitMergeInputChains1_0,
2801 OPC_EmitIntegerI32, 0,
2802 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_OR_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2803 MVT::i32, 5, 50,
2804 0,
2805 15, MVT::i64,
2806 OPC_CheckPredicate, 9,
2807 OPC_CheckPatternPredicate2,
2808 OPC_CheckComplexPat1, /*#*/1,
2809 OPC_EmitMergeInputChains1_0,
2810 OPC_EmitIntegerI32, 0,
2811 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_OR_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
2812 MVT::i64, 5, 50,
2813 0,
2814 0,
2815 79|128,1, TARGET_VAL(ISD::ATOMIC_LOAD_XOR),
2816 OPC_RecordMemRef,
2817 OPC_RecordNode,
2818 OPC_RecordChild1,
2819 OPC_Scope, 100,
2820 OPC_CheckChild1TypeI32,
2821 OPC_RecordChild2,
2822 OPC_SwitchType , 77, MVT::i32,
2823 OPC_Scope, 14,
2824 OPC_CheckPredicate3,
2825 OPC_CheckPatternPredicate1,
2826 OPC_CheckComplexPat0, /*#*/1,
2827 OPC_EmitMergeInputChains1_0,
2828 OPC_EmitIntegerI32, 0,
2829 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_XOR_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2830 MVT::i32, 5, 50,
2831 14,
2832 OPC_CheckPredicate1,
2833 OPC_CheckPatternPredicate1,
2834 OPC_CheckComplexPat0, /*#*/1,
2835 OPC_EmitMergeInputChains1_0,
2836 OPC_EmitIntegerI32, 0,
2837 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_XOR_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2838 MVT::i32, 5, 50,
2839 14,
2840 OPC_CheckPredicate2,
2841 OPC_CheckPatternPredicate1,
2842 OPC_CheckComplexPat0, /*#*/1,
2843 OPC_EmitMergeInputChains1_0,
2844 OPC_EmitIntegerI32, 0,
2845 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_XOR_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2846 MVT::i32, 5, 50,
2847 14,
2848 OPC_CheckPredicate1,
2849 OPC_CheckPatternPredicate1,
2850 OPC_CheckComplexPat0, /*#*/1,
2851 OPC_EmitMergeInputChains1_0,
2852 OPC_EmitIntegerI32, 0,
2853 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_XOR_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2854 MVT::i32, 5, 50,
2855 14,
2856 OPC_CheckPredicate2,
2857 OPC_CheckPatternPredicate1,
2858 OPC_CheckComplexPat0, /*#*/1,
2859 OPC_EmitMergeInputChains1_0,
2860 OPC_EmitIntegerI32, 0,
2861 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_XOR_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2862 MVT::i32, 5, 50,
2863 0,
2864 15, MVT::i64,
2865 OPC_CheckPredicate, 9,
2866 OPC_CheckPatternPredicate1,
2867 OPC_CheckComplexPat0, /*#*/1,
2868 OPC_EmitMergeInputChains1_0,
2869 OPC_EmitIntegerI32, 0,
2870 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_XOR_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
2871 MVT::i64, 5, 50,
2872 0,
2873 100,
2874 OPC_CheckChild1TypeI64,
2875 OPC_RecordChild2,
2876 OPC_SwitchType , 77, MVT::i32,
2877 OPC_Scope, 14,
2878 OPC_CheckPredicate3,
2879 OPC_CheckPatternPredicate2,
2880 OPC_CheckComplexPat1, /*#*/1,
2881 OPC_EmitMergeInputChains1_0,
2882 OPC_EmitIntegerI32, 0,
2883 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_XOR_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2884 MVT::i32, 5, 50,
2885 14,
2886 OPC_CheckPredicate1,
2887 OPC_CheckPatternPredicate2,
2888 OPC_CheckComplexPat1, /*#*/1,
2889 OPC_EmitMergeInputChains1_0,
2890 OPC_EmitIntegerI32, 0,
2891 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_XOR_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2892 MVT::i32, 5, 50,
2893 14,
2894 OPC_CheckPredicate2,
2895 OPC_CheckPatternPredicate2,
2896 OPC_CheckComplexPat1, /*#*/1,
2897 OPC_EmitMergeInputChains1_0,
2898 OPC_EmitIntegerI32, 0,
2899 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_XOR_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2900 MVT::i32, 5, 50,
2901 14,
2902 OPC_CheckPredicate1,
2903 OPC_CheckPatternPredicate2,
2904 OPC_CheckComplexPat1, /*#*/1,
2905 OPC_EmitMergeInputChains1_0,
2906 OPC_EmitIntegerI32, 0,
2907 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_XOR_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2908 MVT::i32, 5, 50,
2909 14,
2910 OPC_CheckPredicate2,
2911 OPC_CheckPatternPredicate2,
2912 OPC_CheckComplexPat1, /*#*/1,
2913 OPC_EmitMergeInputChains1_0,
2914 OPC_EmitIntegerI32, 0,
2915 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_XOR_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2916 MVT::i32, 5, 50,
2917 0,
2918 15, MVT::i64,
2919 OPC_CheckPredicate, 9,
2920 OPC_CheckPatternPredicate2,
2921 OPC_CheckComplexPat1, /*#*/1,
2922 OPC_EmitMergeInputChains1_0,
2923 OPC_EmitIntegerI32, 0,
2924 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_XOR_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
2925 MVT::i64, 5, 50,
2926 0,
2927 0,
2928 79|128,1, TARGET_VAL(ISD::ATOMIC_SWAP),
2929 OPC_RecordMemRef,
2930 OPC_RecordNode,
2931 OPC_RecordChild1,
2932 OPC_Scope, 100,
2933 OPC_CheckChild1TypeI32,
2934 OPC_RecordChild2,
2935 OPC_SwitchType , 77, MVT::i32,
2936 OPC_Scope, 14,
2937 OPC_CheckPredicate3,
2938 OPC_CheckPatternPredicate1,
2939 OPC_CheckComplexPat0, /*#*/1,
2940 OPC_EmitMergeInputChains1_0,
2941 OPC_EmitIntegerI32, 0,
2942 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_XCHG_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2943 MVT::i32, 5, 50,
2944 14,
2945 OPC_CheckPredicate1,
2946 OPC_CheckPatternPredicate1,
2947 OPC_CheckComplexPat0, /*#*/1,
2948 OPC_EmitMergeInputChains1_0,
2949 OPC_EmitIntegerI32, 0,
2950 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_XCHG_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2951 MVT::i32, 5, 50,
2952 14,
2953 OPC_CheckPredicate2,
2954 OPC_CheckPatternPredicate1,
2955 OPC_CheckComplexPat0, /*#*/1,
2956 OPC_EmitMergeInputChains1_0,
2957 OPC_EmitIntegerI32, 0,
2958 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_XCHG_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2959 MVT::i32, 5, 50,
2960 14,
2961 OPC_CheckPredicate1,
2962 OPC_CheckPatternPredicate1,
2963 OPC_CheckComplexPat0, /*#*/1,
2964 OPC_EmitMergeInputChains1_0,
2965 OPC_EmitIntegerI32, 0,
2966 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_XCHG_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2967 MVT::i32, 5, 50,
2968 14,
2969 OPC_CheckPredicate2,
2970 OPC_CheckPatternPredicate1,
2971 OPC_CheckComplexPat0, /*#*/1,
2972 OPC_EmitMergeInputChains1_0,
2973 OPC_EmitIntegerI32, 0,
2974 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_XCHG_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2975 MVT::i32, 5, 50,
2976 0,
2977 15, MVT::i64,
2978 OPC_CheckPredicate, 9,
2979 OPC_CheckPatternPredicate1,
2980 OPC_CheckComplexPat0, /*#*/1,
2981 OPC_EmitMergeInputChains1_0,
2982 OPC_EmitIntegerI32, 0,
2983 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_XCHG_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
2984 MVT::i64, 5, 50,
2985 0,
2986 100,
2987 OPC_CheckChild1TypeI64,
2988 OPC_RecordChild2,
2989 OPC_SwitchType , 77, MVT::i32,
2990 OPC_Scope, 14,
2991 OPC_CheckPredicate3,
2992 OPC_CheckPatternPredicate2,
2993 OPC_CheckComplexPat1, /*#*/1,
2994 OPC_EmitMergeInputChains1_0,
2995 OPC_EmitIntegerI32, 0,
2996 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_XCHG_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2997 MVT::i32, 5, 50,
2998 14,
2999 OPC_CheckPredicate1,
3000 OPC_CheckPatternPredicate2,
3001 OPC_CheckComplexPat1, /*#*/1,
3002 OPC_EmitMergeInputChains1_0,
3003 OPC_EmitIntegerI32, 0,
3004 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_XCHG_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
3005 MVT::i32, 5, 50,
3006 14,
3007 OPC_CheckPredicate2,
3008 OPC_CheckPatternPredicate2,
3009 OPC_CheckComplexPat1, /*#*/1,
3010 OPC_EmitMergeInputChains1_0,
3011 OPC_EmitIntegerI32, 0,
3012 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_XCHG_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
3013 MVT::i32, 5, 50,
3014 14,
3015 OPC_CheckPredicate1,
3016 OPC_CheckPatternPredicate2,
3017 OPC_CheckComplexPat1, /*#*/1,
3018 OPC_EmitMergeInputChains1_0,
3019 OPC_EmitIntegerI32, 0,
3020 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_XCHG_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
3021 MVT::i32, 5, 50,
3022 14,
3023 OPC_CheckPredicate2,
3024 OPC_CheckPatternPredicate2,
3025 OPC_CheckComplexPat1, /*#*/1,
3026 OPC_EmitMergeInputChains1_0,
3027 OPC_EmitIntegerI32, 0,
3028 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_XCHG_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
3029 MVT::i32, 5, 50,
3030 0,
3031 15, MVT::i64,
3032 OPC_CheckPredicate, 9,
3033 OPC_CheckPatternPredicate2,
3034 OPC_CheckComplexPat1, /*#*/1,
3035 OPC_EmitMergeInputChains1_0,
3036 OPC_EmitIntegerI32, 0,
3037 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_XCHG_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
3038 MVT::i64, 5, 50,
3039 0,
3040 0,
3041 81|128,1, TARGET_VAL(ISD::ATOMIC_CMP_SWAP),
3042 OPC_RecordMemRef,
3043 OPC_RecordNode,
3044 OPC_RecordChild1,
3045 OPC_Scope, 101,
3046 OPC_CheckChild1TypeI32,
3047 OPC_RecordChild2,
3048 OPC_RecordChild3,
3049 OPC_SwitchType , 77, MVT::i32,
3050 OPC_Scope, 14,
3051 OPC_CheckPredicate3,
3052 OPC_CheckPatternPredicate1,
3053 OPC_CheckComplexPat0, /*#*/1,
3054 OPC_EmitMergeInputChains1_0,
3055 OPC_EmitIntegerI32, 0,
3056 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_CMPXCHG_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
3057 MVT::i32, 6, 62,
3058 14,
3059 OPC_CheckPredicate1,
3060 OPC_CheckPatternPredicate1,
3061 OPC_CheckComplexPat0, /*#*/1,
3062 OPC_EmitMergeInputChains1_0,
3063 OPC_EmitIntegerI32, 0,
3064 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_CMPXCHG_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
3065 MVT::i32, 6, 62,
3066 14,
3067 OPC_CheckPredicate2,
3068 OPC_CheckPatternPredicate1,
3069 OPC_CheckComplexPat0, /*#*/1,
3070 OPC_EmitMergeInputChains1_0,
3071 OPC_EmitIntegerI32, 0,
3072 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_CMPXCHG_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
3073 MVT::i32, 6, 62,
3074 14,
3075 OPC_CheckPredicate1,
3076 OPC_CheckPatternPredicate1,
3077 OPC_CheckComplexPat0, /*#*/1,
3078 OPC_EmitMergeInputChains1_0,
3079 OPC_EmitIntegerI32, 0,
3080 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_CMPXCHG_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
3081 MVT::i32, 6, 62,
3082 14,
3083 OPC_CheckPredicate2,
3084 OPC_CheckPatternPredicate1,
3085 OPC_CheckComplexPat0, /*#*/1,
3086 OPC_EmitMergeInputChains1_0,
3087 OPC_EmitIntegerI32, 0,
3088 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_CMPXCHG_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
3089 MVT::i32, 6, 62,
3090 0,
3091 15, MVT::i64,
3092 OPC_CheckPredicate, 9,
3093 OPC_CheckPatternPredicate1,
3094 OPC_CheckComplexPat0, /*#*/1,
3095 OPC_EmitMergeInputChains1_0,
3096 OPC_EmitIntegerI32, 0,
3097 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_CMPXCHG_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
3098 MVT::i64, 6, 62,
3099 0,
3100 101,
3101 OPC_CheckChild1TypeI64,
3102 OPC_RecordChild2,
3103 OPC_RecordChild3,
3104 OPC_SwitchType , 77, MVT::i32,
3105 OPC_Scope, 14,
3106 OPC_CheckPredicate3,
3107 OPC_CheckPatternPredicate2,
3108 OPC_CheckComplexPat1, /*#*/1,
3109 OPC_EmitMergeInputChains1_0,
3110 OPC_EmitIntegerI32, 0,
3111 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_CMPXCHG_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
3112 MVT::i32, 6, 62,
3113 14,
3114 OPC_CheckPredicate1,
3115 OPC_CheckPatternPredicate2,
3116 OPC_CheckComplexPat1, /*#*/1,
3117 OPC_EmitMergeInputChains1_0,
3118 OPC_EmitIntegerI32, 0,
3119 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_CMPXCHG_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
3120 MVT::i32, 6, 62,
3121 14,
3122 OPC_CheckPredicate2,
3123 OPC_CheckPatternPredicate2,
3124 OPC_CheckComplexPat1, /*#*/1,
3125 OPC_EmitMergeInputChains1_0,
3126 OPC_EmitIntegerI32, 0,
3127 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_CMPXCHG_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
3128 MVT::i32, 6, 62,
3129 14,
3130 OPC_CheckPredicate1,
3131 OPC_CheckPatternPredicate2,
3132 OPC_CheckComplexPat1, /*#*/1,
3133 OPC_EmitMergeInputChains1_0,
3134 OPC_EmitIntegerI32, 0,
3135 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_CMPXCHG_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
3136 MVT::i32, 6, 62,
3137 14,
3138 OPC_CheckPredicate2,
3139 OPC_CheckPatternPredicate2,
3140 OPC_CheckComplexPat1, /*#*/1,
3141 OPC_EmitMergeInputChains1_0,
3142 OPC_EmitIntegerI32, 0,
3143 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_CMPXCHG_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
3144 MVT::i32, 6, 62,
3145 0,
3146 15, MVT::i64,
3147 OPC_CheckPredicate, 9,
3148 OPC_CheckPatternPredicate2,
3149 OPC_CheckComplexPat1, /*#*/1,
3150 OPC_EmitMergeInputChains1_0,
3151 OPC_EmitIntegerI32, 0,
3152 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_CMPXCHG_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
3153 MVT::i64, 6, 62,
3154 0,
3155 0,
3156 74|128,2, TARGET_VAL(ISD::AND),
3157 OPC_Scope, 118,
3158 OPC_MoveChild0,
3159 OPC_CheckOpcode, TARGET_VAL(ISD::INTRINSIC_WO_CHAIN),
3160 OPC_Scope, 55,
3161 OPC_CheckChild0Integer, 119|128,112|128,0,
3162 OPC_RecordChild1,
3163 OPC_Scope, 11,
3164 OPC_CheckChild1Type, MVT::v16i8,
3165 OPC_MoveParent,
3166 OPC_CheckChild1Integer, 1,
3167 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANYTRUE),
3168 MVT::i32, 1, 2,
3169 11,
3170 OPC_CheckChild1Type, MVT::v8i16,
3171 OPC_MoveParent,
3172 OPC_CheckChild1Integer, 1,
3173 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANYTRUE),
3174 MVT::i32, 1, 2,
3175 11,
3176 OPC_CheckChild1Type, MVT::v4i32,
3177 OPC_MoveParent,
3178 OPC_CheckChild1Integer, 1,
3179 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANYTRUE),
3180 MVT::i32, 1, 2,
3181 11,
3182 OPC_CheckChild1Type, MVT::v2i64,
3183 OPC_MoveParent,
3184 OPC_CheckChild1Integer, 1,
3185 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANYTRUE),
3186 MVT::i32, 1, 2,
3187 0,
3188 55,
3189 OPC_CheckChild0Integer, 118|128,112|128,0,
3190 OPC_RecordChild1,
3191 OPC_Scope, 11,
3192 OPC_CheckChild1Type, MVT::v16i8,
3193 OPC_MoveParent,
3194 OPC_CheckChild1Integer, 1,
3195 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ALLTRUE_I8x16),
3196 MVT::i32, 1, 2,
3197 11,
3198 OPC_CheckChild1Type, MVT::v8i16,
3199 OPC_MoveParent,
3200 OPC_CheckChild1Integer, 1,
3201 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ALLTRUE_I16x8),
3202 MVT::i32, 1, 2,
3203 11,
3204 OPC_CheckChild1Type, MVT::v4i32,
3205 OPC_MoveParent,
3206 OPC_CheckChild1Integer, 1,
3207 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ALLTRUE_I32x4),
3208 MVT::i32, 1, 2,
3209 11,
3210 OPC_CheckChild1Type, MVT::v2i64,
3211 OPC_MoveParent,
3212 OPC_CheckChild1Integer, 1,
3213 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ALLTRUE_I64x2),
3214 MVT::i32, 1, 2,
3215 0,
3216 0,
3217 28,
3218 OPC_CheckAndImm, 127|128,1,
3219 OPC_MoveChild0,
3220 OPC_CheckOpcode, TARGET_VAL(ISD::EXTRACT_VECTOR_ELT),
3221 OPC_RecordChild0,
3222 OPC_CheckChild0Type, MVT::v16i8,
3223 OPC_RecordChild1,
3224 OPC_MoveChild1,
3225 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
3226 OPC_CheckPredicate, 21,
3227 OPC_CheckTypeI32,
3228 OPC_MoveParent,
3229 OPC_MoveParent,
3230 OPC_CheckTypeI32,
3231 OPC_EmitConvertToTarget1,
3232 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EXTRACT_LANE_I8x16_u),
3233 MVT::i32, 2, 42,
3234 29,
3235 OPC_CheckAndImm, 127|128,127|128,3,
3236 OPC_MoveChild0,
3237 OPC_CheckOpcode, TARGET_VAL(ISD::EXTRACT_VECTOR_ELT),
3238 OPC_RecordChild0,
3239 OPC_CheckChild0Type, MVT::v8i16,
3240 OPC_RecordChild1,
3241 OPC_MoveChild1,
3242 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
3243 OPC_CheckPredicate, 15,
3244 OPC_CheckTypeI32,
3245 OPC_MoveParent,
3246 OPC_MoveParent,
3247 OPC_CheckTypeI32,
3248 OPC_EmitConvertToTarget1,
3249 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EXTRACT_LANE_I16x8_u),
3250 MVT::i32, 2, 42,
3251 67,
3252 OPC_RecordChild0,
3253 OPC_Scope, 19,
3254 OPC_RecordChild1,
3255 OPC_SwitchType , 6, MVT::i32,
3256 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::AND_I32),
3257 MVT::i32, 2, 16,
3258 6, MVT::i64,
3259 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::AND_I64),
3260 MVT::i64, 2, 16,
3261 0,
3262 43,
3263 OPC_MoveChild1,
3264 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
3265 OPC_RecordChild0,
3266 OPC_MoveChild1,
3267 OPC_CheckImmAllOnesV,
3268 OPC_MoveParent,
3269 OPC_MoveParent,
3270 OPC_SwitchType , 6, MVT::v16i8,
3271 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANDNOT),
3272 MVT::v16i8, 2, 16,
3273 6, MVT::v8i16,
3274 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANDNOT),
3275 MVT::v8i16, 2, 16,
3276 6, MVT::v4i32,
3277 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANDNOT),
3278 MVT::v4i32, 2, 16,
3279 6, MVT::v2i64,
3280 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANDNOT),
3281 MVT::v2i64, 2, 16,
3282 0,
3283 0,
3284 44,
3285 OPC_MoveChild0,
3286 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
3287 OPC_RecordChild0,
3288 OPC_MoveChild1,
3289 OPC_CheckImmAllOnesV,
3290 OPC_MoveParent,
3291 OPC_MoveParent,
3292 OPC_RecordChild1,
3293 OPC_SwitchType , 6, MVT::v16i8,
3294 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANDNOT),
3295 MVT::v16i8, 2, 1,
3296 6, MVT::v8i16,
3297 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANDNOT),
3298 MVT::v8i16, 2, 1,
3299 6, MVT::v4i32,
3300 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANDNOT),
3301 MVT::v4i32, 2, 1,
3302 6, MVT::v2i64,
3303 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANDNOT),
3304 MVT::v2i64, 2, 1,
3305 0,
3306 36,
3307 OPC_RecordChild0,
3308 OPC_RecordChild1,
3309 OPC_SwitchType , 6, MVT::v16i8,
3310 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::AND),
3311 MVT::v16i8, 2, 16,
3312 6, MVT::v8i16,
3313 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::AND),
3314 MVT::v8i16, 2, 16,
3315 6, MVT::v4i32,
3316 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::AND),
3317 MVT::v4i32, 2, 16,
3318 6, MVT::v2i64,
3319 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::AND),
3320 MVT::v2i64, 2, 16,
3321 0,
3322 0,
3323 48|128,13, TARGET_VAL(ISD::SETCC),
3324 OPC_Scope, 32|128,4,
3325 OPC_MoveChild0,
3326 OPC_CheckOpcode, TARGET_VAL(ISD::INTRINSIC_WO_CHAIN),
3327 OPC_Scope, 11|128,2,
3328 OPC_CheckChild0Integer, 119|128,112|128,0,
3329 OPC_RecordChild1,
3330 OPC_Scope, 64,
3331 OPC_CheckChild1Type, MVT::v16i8,
3332 OPC_MoveParent,
3333 OPC_CheckTypeI32,
3334 OPC_Scope, 28,
3335 OPC_CheckChild1Integer, 0,
3336 OPC_Scope, 8,
3337 OPC_CheckChild2CondCode, ISD::SETNE,
3338 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANYTRUE),
3339 MVT::i32, 1, 2,
3340 14,
3341 OPC_CheckChild2CondCode, ISD::SETEQ,
3342 OPC_EmitNode1None, TARGET_VAL(WebAssembly::ANYTRUE),
3343 MVT::i32, 1, 2,
3344 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQZ_I32),
3345 MVT::i32, 1, 17,
3346 0,
3347 28,
3348 OPC_CheckChild1Integer, 1,
3349 OPC_Scope, 8,
3350 OPC_CheckChild2CondCode, ISD::SETEQ,
3351 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANYTRUE),
3352 MVT::i32, 1, 2,
3353 14,
3354 OPC_CheckChild2CondCode, ISD::SETNE,
3355 OPC_EmitNode1None, TARGET_VAL(WebAssembly::ANYTRUE),
3356 MVT::i32, 1, 2,
3357 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQZ_I32),
3358 MVT::i32, 1, 17,
3359 0,
3360 0,
3361 64,
3362 OPC_CheckChild1Type, MVT::v8i16,
3363 OPC_MoveParent,
3364 OPC_CheckTypeI32,
3365 OPC_Scope, 28,
3366 OPC_CheckChild1Integer, 0,
3367 OPC_Scope, 8,
3368 OPC_CheckChild2CondCode, ISD::SETNE,
3369 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANYTRUE),
3370 MVT::i32, 1, 2,
3371 14,
3372 OPC_CheckChild2CondCode, ISD::SETEQ,
3373 OPC_EmitNode1None, TARGET_VAL(WebAssembly::ANYTRUE),
3374 MVT::i32, 1, 2,
3375 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQZ_I32),
3376 MVT::i32, 1, 17,
3377 0,
3378 28,
3379 OPC_CheckChild1Integer, 1,
3380 OPC_Scope, 8,
3381 OPC_CheckChild2CondCode, ISD::SETEQ,
3382 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANYTRUE),
3383 MVT::i32, 1, 2,
3384 14,
3385 OPC_CheckChild2CondCode, ISD::SETNE,
3386 OPC_EmitNode1None, TARGET_VAL(WebAssembly::ANYTRUE),
3387 MVT::i32, 1, 2,
3388 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQZ_I32),
3389 MVT::i32, 1, 17,
3390 0,
3391 0,
3392 64,
3393 OPC_CheckChild1Type, MVT::v4i32,
3394 OPC_MoveParent,
3395 OPC_CheckTypeI32,
3396 OPC_Scope, 28,
3397 OPC_CheckChild1Integer, 0,
3398 OPC_Scope, 8,
3399 OPC_CheckChild2CondCode, ISD::SETNE,
3400 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANYTRUE),
3401 MVT::i32, 1, 2,
3402 14,
3403 OPC_CheckChild2CondCode, ISD::SETEQ,
3404 OPC_EmitNode1None, TARGET_VAL(WebAssembly::ANYTRUE),
3405 MVT::i32, 1, 2,
3406 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQZ_I32),
3407 MVT::i32, 1, 17,
3408 0,
3409 28,
3410 OPC_CheckChild1Integer, 1,
3411 OPC_Scope, 8,
3412 OPC_CheckChild2CondCode, ISD::SETEQ,
3413 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANYTRUE),
3414 MVT::i32, 1, 2,
3415 14,
3416 OPC_CheckChild2CondCode, ISD::SETNE,
3417 OPC_EmitNode1None, TARGET_VAL(WebAssembly::ANYTRUE),
3418 MVT::i32, 1, 2,
3419 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQZ_I32),
3420 MVT::i32, 1, 17,
3421 0,
3422 0,
3423 64,
3424 OPC_CheckChild1Type, MVT::v2i64,
3425 OPC_MoveParent,
3426 OPC_CheckTypeI32,
3427 OPC_Scope, 28,
3428 OPC_CheckChild1Integer, 0,
3429 OPC_Scope, 8,
3430 OPC_CheckChild2CondCode, ISD::SETNE,
3431 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANYTRUE),
3432 MVT::i32, 1, 2,
3433 14,
3434 OPC_CheckChild2CondCode, ISD::SETEQ,
3435 OPC_EmitNode1None, TARGET_VAL(WebAssembly::ANYTRUE),
3436 MVT::i32, 1, 2,
3437 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQZ_I32),
3438 MVT::i32, 1, 17,
3439 0,
3440 28,
3441 OPC_CheckChild1Integer, 1,
3442 OPC_Scope, 8,
3443 OPC_CheckChild2CondCode, ISD::SETEQ,
3444 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANYTRUE),
3445 MVT::i32, 1, 2,
3446 14,
3447 OPC_CheckChild2CondCode, ISD::SETNE,
3448 OPC_EmitNode1None, TARGET_VAL(WebAssembly::ANYTRUE),
3449 MVT::i32, 1, 2,
3450 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQZ_I32),
3451 MVT::i32, 1, 17,
3452 0,
3453 0,
3454 0,
3455 11|128,2,
3456 OPC_CheckChild0Integer, 118|128,112|128,0,
3457 OPC_RecordChild1,
3458 OPC_Scope, 64,
3459 OPC_CheckChild1Type, MVT::v16i8,
3460 OPC_MoveParent,
3461 OPC_CheckTypeI32,
3462 OPC_Scope, 28,
3463 OPC_CheckChild1Integer, 0,
3464 OPC_Scope, 8,
3465 OPC_CheckChild2CondCode, ISD::SETNE,
3466 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ALLTRUE_I8x16),
3467 MVT::i32, 1, 2,
3468 14,
3469 OPC_CheckChild2CondCode, ISD::SETEQ,
3470 OPC_EmitNode1None, TARGET_VAL(WebAssembly::ALLTRUE_I8x16),
3471 MVT::i32, 1, 2,
3472 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQZ_I32),
3473 MVT::i32, 1, 17,
3474 0,
3475 28,
3476 OPC_CheckChild1Integer, 1,
3477 OPC_Scope, 8,
3478 OPC_CheckChild2CondCode, ISD::SETEQ,
3479 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ALLTRUE_I8x16),
3480 MVT::i32, 1, 2,
3481 14,
3482 OPC_CheckChild2CondCode, ISD::SETNE,
3483 OPC_EmitNode1None, TARGET_VAL(WebAssembly::ALLTRUE_I8x16),
3484 MVT::i32, 1, 2,
3485 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQZ_I32),
3486 MVT::i32, 1, 17,
3487 0,
3488 0,
3489 64,
3490 OPC_CheckChild1Type, MVT::v8i16,
3491 OPC_MoveParent,
3492 OPC_CheckTypeI32,
3493 OPC_Scope, 28,
3494 OPC_CheckChild1Integer, 0,
3495 OPC_Scope, 8,
3496 OPC_CheckChild2CondCode, ISD::SETNE,
3497 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ALLTRUE_I16x8),
3498 MVT::i32, 1, 2,
3499 14,
3500 OPC_CheckChild2CondCode, ISD::SETEQ,
3501 OPC_EmitNode1None, TARGET_VAL(WebAssembly::ALLTRUE_I16x8),
3502 MVT::i32, 1, 2,
3503 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQZ_I32),
3504 MVT::i32, 1, 17,
3505 0,
3506 28,
3507 OPC_CheckChild1Integer, 1,
3508 OPC_Scope, 8,
3509 OPC_CheckChild2CondCode, ISD::SETEQ,
3510 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ALLTRUE_I16x8),
3511 MVT::i32, 1, 2,
3512 14,
3513 OPC_CheckChild2CondCode, ISD::SETNE,
3514 OPC_EmitNode1None, TARGET_VAL(WebAssembly::ALLTRUE_I16x8),
3515 MVT::i32, 1, 2,
3516 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQZ_I32),
3517 MVT::i32, 1, 17,
3518 0,
3519 0,
3520 64,
3521 OPC_CheckChild1Type, MVT::v4i32,
3522 OPC_MoveParent,
3523 OPC_CheckTypeI32,
3524 OPC_Scope, 28,
3525 OPC_CheckChild1Integer, 0,
3526 OPC_Scope, 8,
3527 OPC_CheckChild2CondCode, ISD::SETNE,
3528 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ALLTRUE_I32x4),
3529 MVT::i32, 1, 2,
3530 14,
3531 OPC_CheckChild2CondCode, ISD::SETEQ,
3532 OPC_EmitNode1None, TARGET_VAL(WebAssembly::ALLTRUE_I32x4),
3533 MVT::i32, 1, 2,
3534 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQZ_I32),
3535 MVT::i32, 1, 17,
3536 0,
3537 28,
3538 OPC_CheckChild1Integer, 1,
3539 OPC_Scope, 8,
3540 OPC_CheckChild2CondCode, ISD::SETEQ,
3541 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ALLTRUE_I32x4),
3542 MVT::i32, 1, 2,
3543 14,
3544 OPC_CheckChild2CondCode, ISD::SETNE,
3545 OPC_EmitNode1None, TARGET_VAL(WebAssembly::ALLTRUE_I32x4),
3546 MVT::i32, 1, 2,
3547 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQZ_I32),
3548 MVT::i32, 1, 17,
3549 0,
3550 0,
3551 64,
3552 OPC_CheckChild1Type, MVT::v2i64,
3553 OPC_MoveParent,
3554 OPC_CheckTypeI32,
3555 OPC_Scope, 28,
3556 OPC_CheckChild1Integer, 0,
3557 OPC_Scope, 8,
3558 OPC_CheckChild2CondCode, ISD::SETNE,
3559 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ALLTRUE_I64x2),
3560 MVT::i32, 1, 2,
3561 14,
3562 OPC_CheckChild2CondCode, ISD::SETEQ,
3563 OPC_EmitNode1None, TARGET_VAL(WebAssembly::ALLTRUE_I64x2),
3564 MVT::i32, 1, 2,
3565 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQZ_I32),
3566 MVT::i32, 1, 17,
3567 0,
3568 28,
3569 OPC_CheckChild1Integer, 1,
3570 OPC_Scope, 8,
3571 OPC_CheckChild2CondCode, ISD::SETEQ,
3572 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ALLTRUE_I64x2),
3573 MVT::i32, 1, 2,
3574 14,
3575 OPC_CheckChild2CondCode, ISD::SETNE,
3576 OPC_EmitNode1None, TARGET_VAL(WebAssembly::ALLTRUE_I64x2),
3577 MVT::i32, 1, 2,
3578 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQZ_I32),
3579 MVT::i32, 1, 17,
3580 0,
3581 0,
3582 0,
3583 0,
3584 10|128,9,
3585 OPC_RecordChild0,
3586 OPC_SwitchType , 64|128,3, MVT::i32,
3587 OPC_Scope, 108,
3588 OPC_CheckChild0TypeI32,
3589 OPC_Scope, 10,
3590 OPC_CheckChild1Integer, 0,
3591 OPC_CheckChild2CondCode, ISD::SETEQ,
3592 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQZ_I32),
3593 MVT::i32, 1, 2,
3594 93,
3595 OPC_RecordChild1,
3596 OPC_Scope, 8,
3597 OPC_CheckChild2CondCode, ISD::SETEQ,
3598 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQ_I32),
3599 MVT::i32, 2, 16,
3600 8,
3601 OPC_CheckChild2CondCode, ISD::SETNE,
3602 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NE_I32),
3603 MVT::i32, 2, 16,
3604 8,
3605 OPC_CheckChild2CondCode, ISD::SETLT,
3606 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LT_S_I32),
3607 MVT::i32, 2, 16,
3608 8,
3609 OPC_CheckChild2CondCode, ISD::SETULT,
3610 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LT_U_I32),
3611 MVT::i32, 2, 16,
3612 8,
3613 OPC_CheckChild2CondCode, ISD::SETGT,
3614 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GT_S_I32),
3615 MVT::i32, 2, 16,
3616 8,
3617 OPC_CheckChild2CondCode, ISD::SETUGT,
3618 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GT_U_I32),
3619 MVT::i32, 2, 16,
3620 8,
3621 OPC_CheckChild2CondCode, ISD::SETLE,
3622 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LE_S_I32),
3623 MVT::i32, 2, 16,
3624 8,
3625 OPC_CheckChild2CondCode, ISD::SETULE,
3626 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LE_U_I32),
3627 MVT::i32, 2, 16,
3628 8,
3629 OPC_CheckChild2CondCode, ISD::SETGE,
3630 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GE_S_I32),
3631 MVT::i32, 2, 16,
3632 8,
3633 OPC_CheckChild2CondCode, ISD::SETUGE,
3634 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GE_U_I32),
3635 MVT::i32, 2, 16,
3636 0,
3637 0,
3638 108,
3639 OPC_CheckChild0TypeI64,
3640 OPC_Scope, 10,
3641 OPC_CheckChild1Integer, 0,
3642 OPC_CheckChild2CondCode, ISD::SETEQ,
3643 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQZ_I64),
3644 MVT::i32, 1, 2,
3645 93,
3646 OPC_RecordChild1,
3647 OPC_Scope, 8,
3648 OPC_CheckChild2CondCode, ISD::SETEQ,
3649 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQ_I64),
3650 MVT::i32, 2, 16,
3651 8,
3652 OPC_CheckChild2CondCode, ISD::SETNE,
3653 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NE_I64),
3654 MVT::i32, 2, 16,
3655 8,
3656 OPC_CheckChild2CondCode, ISD::SETLT,
3657 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LT_S_I64),
3658 MVT::i32, 2, 16,
3659 8,
3660 OPC_CheckChild2CondCode, ISD::SETULT,
3661 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LT_U_I64),
3662 MVT::i32, 2, 16,
3663 8,
3664 OPC_CheckChild2CondCode, ISD::SETGT,
3665 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GT_S_I64),
3666 MVT::i32, 2, 16,
3667 8,
3668 OPC_CheckChild2CondCode, ISD::SETUGT,
3669 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GT_U_I64),
3670 MVT::i32, 2, 16,
3671 8,
3672 OPC_CheckChild2CondCode, ISD::SETLE,
3673 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LE_S_I64),
3674 MVT::i32, 2, 16,
3675 8,
3676 OPC_CheckChild2CondCode, ISD::SETULE,
3677 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LE_U_I64),
3678 MVT::i32, 2, 16,
3679 8,
3680 OPC_CheckChild2CondCode, ISD::SETGE,
3681 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GE_S_I64),
3682 MVT::i32, 2, 16,
3683 8,
3684 OPC_CheckChild2CondCode, ISD::SETUGE,
3685 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GE_U_I64),
3686 MVT::i32, 2, 16,
3687 0,
3688 0,
3689 113,
3690 OPC_CheckChild0Type, MVT::f32,
3691 OPC_RecordChild1,
3692 OPC_Scope, 8,
3693 OPC_CheckChild2CondCode, ISD::SETOEQ,
3694 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQ_F32),
3695 MVT::i32, 2, 16,
3696 8,
3697 OPC_CheckChild2CondCode, ISD::SETUNE,
3698 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NE_F32),
3699 MVT::i32, 2, 16,
3700 8,
3701 OPC_CheckChild2CondCode, ISD::SETOLT,
3702 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LT_F32),
3703 MVT::i32, 2, 16,
3704 8,
3705 OPC_CheckChild2CondCode, ISD::SETOLE,
3706 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LE_F32),
3707 MVT::i32, 2, 16,
3708 8,
3709 OPC_CheckChild2CondCode, ISD::SETOGT,
3710 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GT_F32),
3711 MVT::i32, 2, 16,
3712 8,
3713 OPC_CheckChild2CondCode, ISD::SETOGE,
3714 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GE_F32),
3715 MVT::i32, 2, 16,
3716 8,
3717 OPC_CheckChild2CondCode, ISD::SETEQ,
3718 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQ_F32),
3719 MVT::i32, 2, 16,
3720 8,
3721 OPC_CheckChild2CondCode, ISD::SETNE,
3722 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NE_F32),
3723 MVT::i32, 2, 16,
3724 8,
3725 OPC_CheckChild2CondCode, ISD::SETLT,
3726 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LT_F32),
3727 MVT::i32, 2, 16,
3728 8,
3729 OPC_CheckChild2CondCode, ISD::SETLE,
3730 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LE_F32),
3731 MVT::i32, 2, 16,
3732 8,
3733 OPC_CheckChild2CondCode, ISD::SETGT,
3734 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GT_F32),
3735 MVT::i32, 2, 16,
3736 8,
3737 OPC_CheckChild2CondCode, ISD::SETGE,
3738 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GE_F32),
3739 MVT::i32, 2, 16,
3740 0,
3741 113,
3742 OPC_CheckChild0Type, MVT::f64,
3743 OPC_RecordChild1,
3744 OPC_Scope, 8,
3745 OPC_CheckChild2CondCode, ISD::SETOEQ,
3746 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQ_F64),
3747 MVT::i32, 2, 16,
3748 8,
3749 OPC_CheckChild2CondCode, ISD::SETUNE,
3750 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NE_F64),
3751 MVT::i32, 2, 16,
3752 8,
3753 OPC_CheckChild2CondCode, ISD::SETOLT,
3754 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LT_F64),
3755 MVT::i32, 2, 16,
3756 8,
3757 OPC_CheckChild2CondCode, ISD::SETOLE,
3758 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LE_F64),
3759 MVT::i32, 2, 16,
3760 8,
3761 OPC_CheckChild2CondCode, ISD::SETOGT,
3762 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GT_F64),
3763 MVT::i32, 2, 16,
3764 8,
3765 OPC_CheckChild2CondCode, ISD::SETOGE,
3766 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GE_F64),
3767 MVT::i32, 2, 16,
3768 8,
3769 OPC_CheckChild2CondCode, ISD::SETEQ,
3770 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQ_F64),
3771 MVT::i32, 2, 16,
3772 8,
3773 OPC_CheckChild2CondCode, ISD::SETNE,
3774 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NE_F64),
3775 MVT::i32, 2, 16,
3776 8,
3777 OPC_CheckChild2CondCode, ISD::SETLT,
3778 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LT_F64),
3779 MVT::i32, 2, 16,
3780 8,
3781 OPC_CheckChild2CondCode, ISD::SETLE,
3782 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LE_F64),
3783 MVT::i32, 2, 16,
3784 8,
3785 OPC_CheckChild2CondCode, ISD::SETGT,
3786 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GT_F64),
3787 MVT::i32, 2, 16,
3788 8,
3789 OPC_CheckChild2CondCode, ISD::SETGE,
3790 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GE_F64),
3791 MVT::i32, 2, 16,
3792 0,
3793 0,
3794 105, MVT::v16i8,
3795 OPC_CheckChild0Type, MVT::v16i8,
3796 OPC_RecordChild1,
3797 OPC_Scope, 9,
3798 OPC_CheckChild2CondCode, ISD::SETEQ,
3799 OPC_CheckPatternPredicate0,
3800 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQ_I8x16),
3801 MVT::v16i8, 2, 16,
3802 9,
3803 OPC_CheckChild2CondCode, ISD::SETNE,
3804 OPC_CheckPatternPredicate0,
3805 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NE_I8x16),
3806 MVT::v16i8, 2, 16,
3807 9,
3808 OPC_CheckChild2CondCode, ISD::SETLT,
3809 OPC_CheckPatternPredicate0,
3810 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LT_S_I8x16),
3811 MVT::v16i8, 2, 16,
3812 9,
3813 OPC_CheckChild2CondCode, ISD::SETULT,
3814 OPC_CheckPatternPredicate0,
3815 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LT_U_I8x16),
3816 MVT::v16i8, 2, 16,
3817 9,
3818 OPC_CheckChild2CondCode, ISD::SETGT,
3819 OPC_CheckPatternPredicate0,
3820 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GT_S_I8x16),
3821 MVT::v16i8, 2, 16,
3822 9,
3823 OPC_CheckChild2CondCode, ISD::SETUGT,
3824 OPC_CheckPatternPredicate0,
3825 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GT_U_I8x16),
3826 MVT::v16i8, 2, 16,
3827 9,
3828 OPC_CheckChild2CondCode, ISD::SETLE,
3829 OPC_CheckPatternPredicate0,
3830 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LE_S_I8x16),
3831 MVT::v16i8, 2, 16,
3832 9,
3833 OPC_CheckChild2CondCode, ISD::SETULE,
3834 OPC_CheckPatternPredicate0,
3835 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LE_U_I8x16),
3836 MVT::v16i8, 2, 16,
3837 9,
3838 OPC_CheckChild2CondCode, ISD::SETGE,
3839 OPC_CheckPatternPredicate0,
3840 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GE_S_I8x16),
3841 MVT::v16i8, 2, 16,
3842 9,
3843 OPC_CheckChild2CondCode, ISD::SETUGE,
3844 OPC_CheckPatternPredicate0,
3845 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GE_U_I8x16),
3846 MVT::v16i8, 2, 16,
3847 0,
3848 46|128,1, MVT::v8i16,
3849 OPC_Scope, 105,
3850 OPC_CheckChild0Type, MVT::v8i16,
3851 OPC_RecordChild1,
3852 OPC_Scope, 9,
3853 OPC_CheckChild2CondCode, ISD::SETEQ,
3854 OPC_CheckPatternPredicate0,
3855 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQ_I16x8),
3856 MVT::v8i16, 2, 16,
3857 9,
3858 OPC_CheckChild2CondCode, ISD::SETNE,
3859 OPC_CheckPatternPredicate0,
3860 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NE_I16x8),
3861 MVT::v8i16, 2, 16,
3862 9,
3863 OPC_CheckChild2CondCode, ISD::SETLT,
3864 OPC_CheckPatternPredicate0,
3865 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LT_S_I16x8),
3866 MVT::v8i16, 2, 16,
3867 9,
3868 OPC_CheckChild2CondCode, ISD::SETULT,
3869 OPC_CheckPatternPredicate0,
3870 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LT_U_I16x8),
3871 MVT::v8i16, 2, 16,
3872 9,
3873 OPC_CheckChild2CondCode, ISD::SETGT,
3874 OPC_CheckPatternPredicate0,
3875 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GT_S_I16x8),
3876 MVT::v8i16, 2, 16,
3877 9,
3878 OPC_CheckChild2CondCode, ISD::SETUGT,
3879 OPC_CheckPatternPredicate0,
3880 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GT_U_I16x8),
3881 MVT::v8i16, 2, 16,
3882 9,
3883 OPC_CheckChild2CondCode, ISD::SETLE,
3884 OPC_CheckPatternPredicate0,
3885 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LE_S_I16x8),
3886 MVT::v8i16, 2, 16,
3887 9,
3888 OPC_CheckChild2CondCode, ISD::SETULE,
3889 OPC_CheckPatternPredicate0,
3890 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LE_U_I16x8),
3891 MVT::v8i16, 2, 16,
3892 9,
3893 OPC_CheckChild2CondCode, ISD::SETGE,
3894 OPC_CheckPatternPredicate0,
3895 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GE_S_I16x8),
3896 MVT::v8i16, 2, 16,
3897 9,
3898 OPC_CheckChild2CondCode, ISD::SETUGE,
3899 OPC_CheckPatternPredicate0,
3900 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GE_U_I16x8),
3901 MVT::v8i16, 2, 16,
3902 0,
3903 65,
3904 OPC_CheckChild0Type, MVT::v8f16,
3905 OPC_RecordChild1,
3906 OPC_Scope, 9,
3907 OPC_CheckChild2CondCode, ISD::SETOEQ,
3908 OPC_CheckPatternPredicate6,
3909 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQ_F16x8),
3910 MVT::v8i16, 2, 16,
3911 9,
3912 OPC_CheckChild2CondCode, ISD::SETUNE,
3913 OPC_CheckPatternPredicate6,
3914 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NE_F16x8),
3915 MVT::v8i16, 2, 16,
3916 9,
3917 OPC_CheckChild2CondCode, ISD::SETOLT,
3918 OPC_CheckPatternPredicate6,
3919 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LT_F16x8),
3920 MVT::v8i16, 2, 16,
3921 9,
3922 OPC_CheckChild2CondCode, ISD::SETOGT,
3923 OPC_CheckPatternPredicate6,
3924 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GT_F16x8),
3925 MVT::v8i16, 2, 16,
3926 9,
3927 OPC_CheckChild2CondCode, ISD::SETOLE,
3928 OPC_CheckPatternPredicate6,
3929 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LE_F16x8),
3930 MVT::v8i16, 2, 16,
3931 9,
3932 OPC_CheckChild2CondCode, ISD::SETOGE,
3933 OPC_CheckPatternPredicate6,
3934 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GE_F16x8),
3935 MVT::v8i16, 2, 16,
3936 0,
3937 0,
3938 101|128,1, MVT::v4i32,
3939 OPC_Scope, 105,
3940 OPC_CheckChild0Type, MVT::v4i32,
3941 OPC_RecordChild1,
3942 OPC_Scope, 9,
3943 OPC_CheckChild2CondCode, ISD::SETEQ,
3944 OPC_CheckPatternPredicate0,
3945 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQ_I32x4),
3946 MVT::v4i32, 2, 16,
3947 9,
3948 OPC_CheckChild2CondCode, ISD::SETNE,
3949 OPC_CheckPatternPredicate0,
3950 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NE_I32x4),
3951 MVT::v4i32, 2, 16,
3952 9,
3953 OPC_CheckChild2CondCode, ISD::SETLT,
3954 OPC_CheckPatternPredicate0,
3955 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LT_S_I32x4),
3956 MVT::v4i32, 2, 16,
3957 9,
3958 OPC_CheckChild2CondCode, ISD::SETULT,
3959 OPC_CheckPatternPredicate0,
3960 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LT_U_I32x4),
3961 MVT::v4i32, 2, 16,
3962 9,
3963 OPC_CheckChild2CondCode, ISD::SETGT,
3964 OPC_CheckPatternPredicate0,
3965 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GT_S_I32x4),
3966 MVT::v4i32, 2, 16,
3967 9,
3968 OPC_CheckChild2CondCode, ISD::SETUGT,
3969 OPC_CheckPatternPredicate0,
3970 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GT_U_I32x4),
3971 MVT::v4i32, 2, 16,
3972 9,
3973 OPC_CheckChild2CondCode, ISD::SETLE,
3974 OPC_CheckPatternPredicate0,
3975 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LE_S_I32x4),
3976 MVT::v4i32, 2, 16,
3977 9,
3978 OPC_CheckChild2CondCode, ISD::SETULE,
3979 OPC_CheckPatternPredicate0,
3980 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LE_U_I32x4),
3981 MVT::v4i32, 2, 16,
3982 9,
3983 OPC_CheckChild2CondCode, ISD::SETGE,
3984 OPC_CheckPatternPredicate0,
3985 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GE_S_I32x4),
3986 MVT::v4i32, 2, 16,
3987 9,
3988 OPC_CheckChild2CondCode, ISD::SETUGE,
3989 OPC_CheckPatternPredicate0,
3990 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GE_U_I32x4),
3991 MVT::v4i32, 2, 16,
3992 0,
3993 120,
3994 OPC_CheckChild0Type, 6|128,1,
3995 OPC_RecordChild1,
3996 OPC_Scope, 9,
3997 OPC_CheckChild2CondCode, ISD::SETOEQ,
3998 OPC_CheckPatternPredicate0,
3999 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQ_F32x4),
4000 MVT::v4i32, 2, 16,
4001 9,
4002 OPC_CheckChild2CondCode, ISD::SETUNE,
4003 OPC_CheckPatternPredicate0,
4004 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NE_F32x4),
4005 MVT::v4i32, 2, 16,
4006 9,
4007 OPC_CheckChild2CondCode, ISD::SETOLT,
4008 OPC_CheckPatternPredicate0,
4009 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LT_F32x4),
4010 MVT::v4i32, 2, 16,
4011 9,
4012 OPC_CheckChild2CondCode, ISD::SETOGT,
4013 OPC_CheckPatternPredicate0,
4014 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GT_F32x4),
4015 MVT::v4i32, 2, 16,
4016 9,
4017 OPC_CheckChild2CondCode, ISD::SETOLE,
4018 OPC_CheckPatternPredicate0,
4019 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LE_F32x4),
4020 MVT::v4i32, 2, 16,
4021 9,
4022 OPC_CheckChild2CondCode, ISD::SETOGE,
4023 OPC_CheckPatternPredicate0,
4024 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GE_F32x4),
4025 MVT::v4i32, 2, 16,
4026 8,
4027 OPC_CheckChild2CondCode, ISD::SETEQ,
4028 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQ_F32x4),
4029 MVT::v4i32, 2, 16,
4030 8,
4031 OPC_CheckChild2CondCode, ISD::SETNE,
4032 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NE_F32x4),
4033 MVT::v4i32, 2, 16,
4034 8,
4035 OPC_CheckChild2CondCode, ISD::SETLT,
4036 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LT_F32x4),
4037 MVT::v4i32, 2, 16,
4038 8,
4039 OPC_CheckChild2CondCode, ISD::SETGT,
4040 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GT_F32x4),
4041 MVT::v4i32, 2, 16,
4042 8,
4043 OPC_CheckChild2CondCode, ISD::SETLE,
4044 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LE_F32x4),
4045 MVT::v4i32, 2, 16,
4046 8,
4047 OPC_CheckChild2CondCode, ISD::SETGE,
4048 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GE_F32x4),
4049 MVT::v4i32, 2, 16,
4050 0,
4051 0,
4052 61|128,1, MVT::v2i64,
4053 OPC_Scope, 65,
4054 OPC_CheckChild0Type, MVT::v2i64,
4055 OPC_RecordChild1,
4056 OPC_Scope, 9,
4057 OPC_CheckChild2CondCode, ISD::SETEQ,
4058 OPC_CheckPatternPredicate0,
4059 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQ_I64x2),
4060 MVT::v2i64, 2, 16,
4061 9,
4062 OPC_CheckChild2CondCode, ISD::SETNE,
4063 OPC_CheckPatternPredicate0,
4064 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NE_I64x2),
4065 MVT::v2i64, 2, 16,
4066 9,
4067 OPC_CheckChild2CondCode, ISD::SETLT,
4068 OPC_CheckPatternPredicate0,
4069 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LT_S_I64x2),
4070 MVT::v2i64, 2, 16,
4071 9,
4072 OPC_CheckChild2CondCode, ISD::SETGT,
4073 OPC_CheckPatternPredicate0,
4074 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GT_S_I64x2),
4075 MVT::v2i64, 2, 16,
4076 9,
4077 OPC_CheckChild2CondCode, ISD::SETLE,
4078 OPC_CheckPatternPredicate0,
4079 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LE_S_I64x2),
4080 MVT::v2i64, 2, 16,
4081 9,
4082 OPC_CheckChild2CondCode, ISD::SETGE,
4083 OPC_CheckPatternPredicate0,
4084 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GE_S_I64x2),
4085 MVT::v2i64, 2, 16,
4086 0,
4087 120,
4088 OPC_CheckChild0Type, 24|128,1,
4089 OPC_RecordChild1,
4090 OPC_Scope, 9,
4091 OPC_CheckChild2CondCode, ISD::SETOEQ,
4092 OPC_CheckPatternPredicate0,
4093 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQ_F64x2),
4094 MVT::v2i64, 2, 16,
4095 9,
4096 OPC_CheckChild2CondCode, ISD::SETUNE,
4097 OPC_CheckPatternPredicate0,
4098 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NE_F64x2),
4099 MVT::v2i64, 2, 16,
4100 9,
4101 OPC_CheckChild2CondCode, ISD::SETOLT,
4102 OPC_CheckPatternPredicate0,
4103 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LT_F64x2),
4104 MVT::v2i64, 2, 16,
4105 9,
4106 OPC_CheckChild2CondCode, ISD::SETOGT,
4107 OPC_CheckPatternPredicate0,
4108 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GT_F64x2),
4109 MVT::v2i64, 2, 16,
4110 9,
4111 OPC_CheckChild2CondCode, ISD::SETOLE,
4112 OPC_CheckPatternPredicate0,
4113 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LE_F64x2),
4114 MVT::v2i64, 2, 16,
4115 9,
4116 OPC_CheckChild2CondCode, ISD::SETOGE,
4117 OPC_CheckPatternPredicate0,
4118 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GE_F64x2),
4119 MVT::v2i64, 2, 16,
4120 8,
4121 OPC_CheckChild2CondCode, ISD::SETEQ,
4122 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQ_F64x2),
4123 MVT::v2i64, 2, 16,
4124 8,
4125 OPC_CheckChild2CondCode, ISD::SETNE,
4126 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NE_F64x2),
4127 MVT::v2i64, 2, 16,
4128 8,
4129 OPC_CheckChild2CondCode, ISD::SETLT,
4130 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LT_F64x2),
4131 MVT::v2i64, 2, 16,
4132 8,
4133 OPC_CheckChild2CondCode, ISD::SETGT,
4134 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GT_F64x2),
4135 MVT::v2i64, 2, 16,
4136 8,
4137 OPC_CheckChild2CondCode, ISD::SETLE,
4138 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LE_F64x2),
4139 MVT::v2i64, 2, 16,
4140 8,
4141 OPC_CheckChild2CondCode, ISD::SETGE,
4142 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GE_F64x2),
4143 MVT::v2i64, 2, 16,
4144 0,
4145 0,
4146 0,
4147 0,
4148 78, TARGET_VAL(ISD::SHL),
4149 OPC_RecordChild0,
4150 OPC_Scope, 52,
4151 OPC_MoveChild1,
4152 OPC_Scope, 22,
4153 OPC_CheckOpcode, TARGET_VAL(ISD::ZERO_EXTEND),
4154 OPC_MoveChild0,
4155 OPC_CheckAndImm, 63,
4156 OPC_RecordChild0,
4157 OPC_MoveParent,
4158 OPC_MoveParent,
4159 OPC_CheckTypeI64,
4160 OPC_EmitNode1None, TARGET_VAL(WebAssembly::I64_EXTEND_U_I32),
4161 MVT::i64, 1, 17,
4162 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHL_I64),
4163 MVT::i64, 2, 42,
4164 12,
4165 OPC_CheckAndImm, 31,
4166 OPC_RecordChild0,
4167 OPC_CheckTypeI32,
4168 OPC_MoveParent,
4169 OPC_CheckTypeI32,
4170 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHL_I32),
4171 MVT::i32, 2, 16,
4172 12,
4173 OPC_CheckAndImm, 63,
4174 OPC_RecordChild0,
4175 OPC_CheckTypeI64,
4176 OPC_MoveParent,
4177 OPC_CheckTypeI64,
4178 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHL_I64),
4179 MVT::i64, 2, 16,
4180 0,
4181 21,
4182 OPC_RecordChild1,
4183 OPC_SwitchType , 7, MVT::i32,
4184 OPC_CheckChild1TypeI32,
4185 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHL_I32),
4186 MVT::i32, 2, 16,
4187 7, MVT::i64,
4188 OPC_CheckChild1TypeI64,
4189 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHL_I64),
4190 MVT::i64, 2, 16,
4191 0,
4192 0,
4193 78, TARGET_VAL(ISD::SRA),
4194 OPC_RecordChild0,
4195 OPC_Scope, 52,
4196 OPC_MoveChild1,
4197 OPC_Scope, 22,
4198 OPC_CheckOpcode, TARGET_VAL(ISD::ZERO_EXTEND),
4199 OPC_MoveChild0,
4200 OPC_CheckAndImm, 63,
4201 OPC_RecordChild0,
4202 OPC_MoveParent,
4203 OPC_MoveParent,
4204 OPC_CheckTypeI64,
4205 OPC_EmitNode1None, TARGET_VAL(WebAssembly::I64_EXTEND_U_I32),
4206 MVT::i64, 1, 17,
4207 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_S_I64),
4208 MVT::i64, 2, 42,
4209 12,
4210 OPC_CheckAndImm, 31,
4211 OPC_RecordChild0,
4212 OPC_CheckTypeI32,
4213 OPC_MoveParent,
4214 OPC_CheckTypeI32,
4215 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_S_I32),
4216 MVT::i32, 2, 16,
4217 12,
4218 OPC_CheckAndImm, 63,
4219 OPC_RecordChild0,
4220 OPC_CheckTypeI64,
4221 OPC_MoveParent,
4222 OPC_CheckTypeI64,
4223 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_S_I64),
4224 MVT::i64, 2, 16,
4225 0,
4226 21,
4227 OPC_RecordChild1,
4228 OPC_SwitchType , 7, MVT::i32,
4229 OPC_CheckChild1TypeI32,
4230 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_S_I32),
4231 MVT::i32, 2, 16,
4232 7, MVT::i64,
4233 OPC_CheckChild1TypeI64,
4234 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_S_I64),
4235 MVT::i64, 2, 16,
4236 0,
4237 0,
4238 78, TARGET_VAL(ISD::SRL),
4239 OPC_RecordChild0,
4240 OPC_Scope, 52,
4241 OPC_MoveChild1,
4242 OPC_Scope, 22,
4243 OPC_CheckOpcode, TARGET_VAL(ISD::ZERO_EXTEND),
4244 OPC_MoveChild0,
4245 OPC_CheckAndImm, 63,
4246 OPC_RecordChild0,
4247 OPC_MoveParent,
4248 OPC_MoveParent,
4249 OPC_CheckTypeI64,
4250 OPC_EmitNode1None, TARGET_VAL(WebAssembly::I64_EXTEND_U_I32),
4251 MVT::i64, 1, 17,
4252 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_U_I64),
4253 MVT::i64, 2, 42,
4254 12,
4255 OPC_CheckAndImm, 31,
4256 OPC_RecordChild0,
4257 OPC_CheckTypeI32,
4258 OPC_MoveParent,
4259 OPC_CheckTypeI32,
4260 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_U_I32),
4261 MVT::i32, 2, 16,
4262 12,
4263 OPC_CheckAndImm, 63,
4264 OPC_RecordChild0,
4265 OPC_CheckTypeI64,
4266 OPC_MoveParent,
4267 OPC_CheckTypeI64,
4268 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_U_I64),
4269 MVT::i64, 2, 16,
4270 0,
4271 21,
4272 OPC_RecordChild1,
4273 OPC_SwitchType , 7, MVT::i32,
4274 OPC_CheckChild1TypeI32,
4275 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_U_I32),
4276 MVT::i32, 2, 16,
4277 7, MVT::i64,
4278 OPC_CheckChild1TypeI64,
4279 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_U_I64),
4280 MVT::i64, 2, 16,
4281 0,
4282 0,
4283 47|128,10, TARGET_VAL(ISD::LOAD),
4284 OPC_RecordMemRef,
4285 OPC_RecordNode,
4286 OPC_RecordChild1,
4287 OPC_Scope, 19|128,5,
4288 OPC_CheckChild1TypeI32,
4289 OPC_CheckPredicate, 8,
4290 OPC_Scope, 33,
4291 OPC_CheckPredicate7,
4292 OPC_SwitchType , 13, MVT::i32,
4293 OPC_CheckPatternPredicate3,
4294 OPC_CheckComplexPat2, /*#*/1,
4295 OPC_EmitMergeInputChains1_0,
4296 OPC_EmitIntegerI32, 0,
4297 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
4298 MVT::i32, 3, 59,
4299 13, MVT::i64,
4300 OPC_CheckPatternPredicate3,
4301 OPC_CheckComplexPat2, /*#*/1,
4302 OPC_EmitMergeInputChains1_0,
4303 OPC_EmitIntegerI32, 0,
4304 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
4305 MVT::i64, 3, 59,
4306 0,
4307 87,
4308 OPC_CheckPredicate, 18,
4309 OPC_SwitchType , 32, MVT::i32,
4310 OPC_Scope, 14,
4311 OPC_CheckPredicate1,
4312 OPC_CheckPatternPredicate3,
4313 OPC_CheckComplexPat2, /*#*/1,
4314 OPC_EmitMergeInputChains1_0,
4315 OPC_EmitIntegerI32, 0,
4316 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD8_S_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
4317 MVT::i32, 3, 59,
4318 14,
4319 OPC_CheckPredicate2,
4320 OPC_CheckPatternPredicate3,
4321 OPC_CheckComplexPat2, /*#*/1,
4322 OPC_EmitMergeInputChains1_0,
4323 OPC_EmitIntegerI32, 0,
4324 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD16_S_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
4325 MVT::i32, 3, 59,
4326 0,
4327 47, MVT::i64,
4328 OPC_Scope, 14,
4329 OPC_CheckPredicate1,
4330 OPC_CheckPatternPredicate3,
4331 OPC_CheckComplexPat2, /*#*/1,
4332 OPC_EmitMergeInputChains1_0,
4333 OPC_EmitIntegerI32, 0,
4334 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD8_S_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
4335 MVT::i64, 3, 59,
4336 14,
4337 OPC_CheckPredicate2,
4338 OPC_CheckPatternPredicate3,
4339 OPC_CheckComplexPat2, /*#*/1,
4340 OPC_EmitMergeInputChains1_0,
4341 OPC_EmitIntegerI32, 0,
4342 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD16_S_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
4343 MVT::i64, 3, 59,
4344 14,
4345 OPC_CheckPredicate3,
4346 OPC_CheckPatternPredicate3,
4347 OPC_CheckComplexPat2, /*#*/1,
4348 OPC_EmitMergeInputChains1_0,
4349 OPC_EmitIntegerI32, 0,
4350 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD32_S_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
4351 MVT::i64, 3, 59,
4352 0,
4353 0,
4354 87,
4355 OPC_CheckPredicate, 19,
4356 OPC_SwitchType , 32, MVT::i32,
4357 OPC_Scope, 14,
4358 OPC_CheckPredicate1,
4359 OPC_CheckPatternPredicate3,
4360 OPC_CheckComplexPat2, /*#*/1,
4361 OPC_EmitMergeInputChains1_0,
4362 OPC_EmitIntegerI32, 0,
4363 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD8_U_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
4364 MVT::i32, 3, 59,
4365 14,
4366 OPC_CheckPredicate2,
4367 OPC_CheckPatternPredicate3,
4368 OPC_CheckComplexPat2, /*#*/1,
4369 OPC_EmitMergeInputChains1_0,
4370 OPC_EmitIntegerI32, 0,
4371 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD16_U_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
4372 MVT::i32, 3, 59,
4373 0,
4374 47, MVT::i64,
4375 OPC_Scope, 14,
4376 OPC_CheckPredicate1,
4377 OPC_CheckPatternPredicate3,
4378 OPC_CheckComplexPat2, /*#*/1,
4379 OPC_EmitMergeInputChains1_0,
4380 OPC_EmitIntegerI32, 0,
4381 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD8_U_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
4382 MVT::i64, 3, 59,
4383 14,
4384 OPC_CheckPredicate2,
4385 OPC_CheckPatternPredicate3,
4386 OPC_CheckComplexPat2, /*#*/1,
4387 OPC_EmitMergeInputChains1_0,
4388 OPC_EmitIntegerI32, 0,
4389 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD16_U_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
4390 MVT::i64, 3, 59,
4391 14,
4392 OPC_CheckPredicate3,
4393 OPC_CheckPatternPredicate3,
4394 OPC_CheckComplexPat2, /*#*/1,
4395 OPC_EmitMergeInputChains1_0,
4396 OPC_EmitIntegerI32, 0,
4397 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD32_U_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
4398 MVT::i64, 3, 59,
4399 0,
4400 0,
4401 87,
4402 OPC_CheckPredicate, 11,
4403 OPC_SwitchType , 32, MVT::i32,
4404 OPC_Scope, 14,
4405 OPC_CheckPredicate1,
4406 OPC_CheckPatternPredicate3,
4407 OPC_CheckComplexPat2, /*#*/1,
4408 OPC_EmitMergeInputChains1_0,
4409 OPC_EmitIntegerI32, 0,
4410 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD8_U_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
4411 MVT::i32, 3, 59,
4412 14,
4413 OPC_CheckPredicate2,
4414 OPC_CheckPatternPredicate3,
4415 OPC_CheckComplexPat2, /*#*/1,
4416 OPC_EmitMergeInputChains1_0,
4417 OPC_EmitIntegerI32, 0,
4418 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD16_U_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
4419 MVT::i32, 3, 59,
4420 0,
4421 47, MVT::i64,
4422 OPC_Scope, 14,
4423 OPC_CheckPredicate1,
4424 OPC_CheckPatternPredicate3,
4425 OPC_CheckComplexPat2, /*#*/1,
4426 OPC_EmitMergeInputChains1_0,
4427 OPC_EmitIntegerI32, 0,
4428 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD8_U_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
4429 MVT::i64, 3, 59,
4430 14,
4431 OPC_CheckPredicate2,
4432 OPC_CheckPatternPredicate3,
4433 OPC_CheckComplexPat2, /*#*/1,
4434 OPC_EmitMergeInputChains1_0,
4435 OPC_EmitIntegerI32, 0,
4436 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD16_U_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
4437 MVT::i64, 3, 59,
4438 14,
4439 OPC_CheckPredicate3,
4440 OPC_CheckPatternPredicate3,
4441 OPC_CheckComplexPat2, /*#*/1,
4442 OPC_EmitMergeInputChains1_0,
4443 OPC_EmitIntegerI32, 0,
4444 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD32_U_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
4445 MVT::i64, 3, 59,
4446 0,
4447 0,
4448 93,
4449 OPC_CheckPredicate7,
4450 OPC_SwitchType , 13, MVT::f32,
4451 OPC_CheckPatternPredicate3,
4452 OPC_CheckComplexPat2, /*#*/1,
4453 OPC_EmitMergeInputChains1_0,
4454 OPC_EmitIntegerI32, 0,
4455 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_F32_A32), 0|OPFL_Chain|OPFL_MemRefs,
4456 MVT::f32, 3, 59,
4457 13, MVT::f64,
4458 OPC_CheckPatternPredicate3,
4459 OPC_CheckComplexPat2, /*#*/1,
4460 OPC_EmitMergeInputChains1_0,
4461 OPC_EmitIntegerI32, 0,
4462 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_F64_A32), 0|OPFL_Chain|OPFL_MemRefs,
4463 MVT::f64, 3, 59,
4464 13, MVT::v16i8,
4465 OPC_CheckPatternPredicate3,
4466 OPC_CheckComplexPat2, /*#*/1,
4467 OPC_EmitMergeInputChains1_0,
4468 OPC_EmitIntegerI32, 0,
4469 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_V128_A32), 0|OPFL_Chain|OPFL_MemRefs,
4470 MVT::v16i8, 3, 59,
4471 13, MVT::v8i16,
4472 OPC_CheckPatternPredicate3,
4473 OPC_CheckComplexPat2, /*#*/1,
4474 OPC_EmitMergeInputChains1_0,
4475 OPC_EmitIntegerI32, 0,
4476 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_V128_A32), 0|OPFL_Chain|OPFL_MemRefs,
4477 MVT::v8i16, 3, 59,
4478 13, MVT::v4i32,
4479 OPC_CheckPatternPredicate3,
4480 OPC_CheckComplexPat2, /*#*/1,
4481 OPC_EmitMergeInputChains1_0,
4482 OPC_EmitIntegerI32, 0,
4483 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_V128_A32), 0|OPFL_Chain|OPFL_MemRefs,
4484 MVT::v4i32, 3, 59,
4485 13, MVT::v2i64,
4486 OPC_CheckPatternPredicate3,
4487 OPC_CheckComplexPat2, /*#*/1,
4488 OPC_EmitMergeInputChains1_0,
4489 OPC_EmitIntegerI32, 0,
4490 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_V128_A32), 0|OPFL_Chain|OPFL_MemRefs,
4491 MVT::v2i64, 3, 59,
4492 0,
4493 19,
4494 OPC_CheckPredicate, 18,
4495 OPC_CheckPredicate, 22,
4496 OPC_CheckType, MVT::v8i16,
4497 OPC_CheckPatternPredicate3,
4498 OPC_CheckComplexPat2, /*#*/1,
4499 OPC_EmitMergeInputChains1_0,
4500 OPC_EmitIntegerI32, 0,
4501 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_EXTEND_S_I16x8_A32), 0|OPFL_Chain|OPFL_MemRefs,
4502 MVT::v8i16, 3, 59,
4503 19,
4504 OPC_CheckPredicate, 19,
4505 OPC_CheckPredicate, 22,
4506 OPC_CheckType, MVT::v8i16,
4507 OPC_CheckPatternPredicate3,
4508 OPC_CheckComplexPat2, /*#*/1,
4509 OPC_EmitMergeInputChains1_0,
4510 OPC_EmitIntegerI32, 0,
4511 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_EXTEND_U_I16x8_A32), 0|OPFL_Chain|OPFL_MemRefs,
4512 MVT::v8i16, 3, 59,
4513 19,
4514 OPC_CheckPredicate, 11,
4515 OPC_CheckPredicate, 22,
4516 OPC_CheckType, MVT::v8i16,
4517 OPC_CheckPatternPredicate3,
4518 OPC_CheckComplexPat2, /*#*/1,
4519 OPC_EmitMergeInputChains1_0,
4520 OPC_EmitIntegerI32, 0,
4521 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_EXTEND_U_I16x8_A32), 0|OPFL_Chain|OPFL_MemRefs,
4522 MVT::v8i16, 3, 59,
4523 19,
4524 OPC_CheckPredicate, 18,
4525 OPC_CheckPredicate, 23,
4526 OPC_CheckType, MVT::v4i32,
4527 OPC_CheckPatternPredicate3,
4528 OPC_CheckComplexPat2, /*#*/1,
4529 OPC_EmitMergeInputChains1_0,
4530 OPC_EmitIntegerI32, 0,
4531 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_EXTEND_S_I32x4_A32), 0|OPFL_Chain|OPFL_MemRefs,
4532 MVT::v4i32, 3, 59,
4533 19,
4534 OPC_CheckPredicate, 19,
4535 OPC_CheckPredicate, 23,
4536 OPC_CheckType, MVT::v4i32,
4537 OPC_CheckPatternPredicate3,
4538 OPC_CheckComplexPat2, /*#*/1,
4539 OPC_EmitMergeInputChains1_0,
4540 OPC_EmitIntegerI32, 0,
4541 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_EXTEND_U_I32x4_A32), 0|OPFL_Chain|OPFL_MemRefs,
4542 MVT::v4i32, 3, 59,
4543 19,
4544 OPC_CheckPredicate, 11,
4545 OPC_CheckPredicate, 23,
4546 OPC_CheckType, MVT::v4i32,
4547 OPC_CheckPatternPredicate3,
4548 OPC_CheckComplexPat2, /*#*/1,
4549 OPC_EmitMergeInputChains1_0,
4550 OPC_EmitIntegerI32, 0,
4551 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_EXTEND_U_I32x4_A32), 0|OPFL_Chain|OPFL_MemRefs,
4552 MVT::v4i32, 3, 59,
4553 19,
4554 OPC_CheckPredicate, 18,
4555 OPC_CheckPredicate, 24,
4556 OPC_CheckType, MVT::v2i64,
4557 OPC_CheckPatternPredicate3,
4558 OPC_CheckComplexPat2, /*#*/1,
4559 OPC_EmitMergeInputChains1_0,
4560 OPC_EmitIntegerI32, 0,
4561 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_EXTEND_S_I64x2_A32), 0|OPFL_Chain|OPFL_MemRefs,
4562 MVT::v2i64, 3, 59,
4563 19,
4564 OPC_CheckPredicate, 19,
4565 OPC_CheckPredicate, 24,
4566 OPC_CheckType, MVT::v2i64,
4567 OPC_CheckPatternPredicate3,
4568 OPC_CheckComplexPat2, /*#*/1,
4569 OPC_EmitMergeInputChains1_0,
4570 OPC_EmitIntegerI32, 0,
4571 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_EXTEND_U_I64x2_A32), 0|OPFL_Chain|OPFL_MemRefs,
4572 MVT::v2i64, 3, 59,
4573 19,
4574 OPC_CheckPredicate, 11,
4575 OPC_CheckPredicate, 24,
4576 OPC_CheckType, MVT::v2i64,
4577 OPC_CheckPatternPredicate3,
4578 OPC_CheckComplexPat2, /*#*/1,
4579 OPC_EmitMergeInputChains1_0,
4580 OPC_EmitIntegerI32, 0,
4581 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_EXTEND_U_I64x2_A32), 0|OPFL_Chain|OPFL_MemRefs,
4582 MVT::v2i64, 3, 59,
4583 52,
4584 OPC_CheckPredicate7,
4585 OPC_SwitchType , 14, 6|128,1,
4586 OPC_CheckPatternPredicate3,
4587 OPC_CheckComplexPat2, /*#*/1,
4588 OPC_EmitMergeInputChains1_0,
4589 OPC_EmitIntegerI32, 0,
4590 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_V128_A32), 0|OPFL_Chain|OPFL_MemRefs,
4591 6|128,1, 3, 59,
4592 14, 24|128,1,
4593 OPC_CheckPatternPredicate3,
4594 OPC_CheckComplexPat2, /*#*/1,
4595 OPC_EmitMergeInputChains1_0,
4596 OPC_EmitIntegerI32, 0,
4597 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_V128_A32), 0|OPFL_Chain|OPFL_MemRefs,
4598 24|128,1, 3, 59,
4599 13, MVT::v8f16,
4600 OPC_CheckPatternPredicate3,
4601 OPC_CheckComplexPat2, /*#*/1,
4602 OPC_EmitMergeInputChains1_0,
4603 OPC_EmitIntegerI32, 0,
4604 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_V128_A32), 0|OPFL_Chain|OPFL_MemRefs,
4605 MVT::v8f16, 3, 59,
4606 0,
4607 28,
4608 OPC_CheckPredicate, 11,
4609 OPC_CheckType, 24|128,1,
4610 OPC_CheckPatternPredicate3,
4611 OPC_EmitMergeInputChains1_0,
4612 OPC_EmitIntegerI32, 0,
4613 OPC_EmitIntegerI32, 0,
4614 OPC_EmitNode1, TARGET_VAL(WebAssembly::LOAD_ZERO_64_A32), 0|OPFL_Chain|OPFL_MemRefs,
4615 MVT::v16i8, 3, 24,
4616 OPC_EmitNode1None, TARGET_VAL(WebAssembly::promote_low_F64x2),
4617 24|128,1, 1, 71,
4618 OPC_CompleteMatch, 1, 5,
4619
4620 0,
4621 19|128,5,
4622 OPC_CheckChild1TypeI64,
4623 OPC_CheckPredicate, 8,
4624 OPC_Scope, 33,
4625 OPC_CheckPredicate7,
4626 OPC_SwitchType , 13, MVT::i32,
4627 OPC_CheckPatternPredicate4,
4628 OPC_CheckComplexPat3, /*#*/1,
4629 OPC_EmitMergeInputChains1_0,
4630 OPC_EmitIntegerI32, 0,
4631 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
4632 MVT::i32, 3, 59,
4633 13, MVT::i64,
4634 OPC_CheckPatternPredicate4,
4635 OPC_CheckComplexPat3, /*#*/1,
4636 OPC_EmitMergeInputChains1_0,
4637 OPC_EmitIntegerI32, 0,
4638 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
4639 MVT::i64, 3, 59,
4640 0,
4641 87,
4642 OPC_CheckPredicate, 18,
4643 OPC_SwitchType , 32, MVT::i32,
4644 OPC_Scope, 14,
4645 OPC_CheckPredicate1,
4646 OPC_CheckPatternPredicate4,
4647 OPC_CheckComplexPat3, /*#*/1,
4648 OPC_EmitMergeInputChains1_0,
4649 OPC_EmitIntegerI32, 0,
4650 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD8_S_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
4651 MVT::i32, 3, 59,
4652 14,
4653 OPC_CheckPredicate2,
4654 OPC_CheckPatternPredicate4,
4655 OPC_CheckComplexPat3, /*#*/1,
4656 OPC_EmitMergeInputChains1_0,
4657 OPC_EmitIntegerI32, 0,
4658 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD16_S_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
4659 MVT::i32, 3, 59,
4660 0,
4661 47, MVT::i64,
4662 OPC_Scope, 14,
4663 OPC_CheckPredicate1,
4664 OPC_CheckPatternPredicate4,
4665 OPC_CheckComplexPat3, /*#*/1,
4666 OPC_EmitMergeInputChains1_0,
4667 OPC_EmitIntegerI32, 0,
4668 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD8_S_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
4669 MVT::i64, 3, 59,
4670 14,
4671 OPC_CheckPredicate2,
4672 OPC_CheckPatternPredicate4,
4673 OPC_CheckComplexPat3, /*#*/1,
4674 OPC_EmitMergeInputChains1_0,
4675 OPC_EmitIntegerI32, 0,
4676 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD16_S_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
4677 MVT::i64, 3, 59,
4678 14,
4679 OPC_CheckPredicate3,
4680 OPC_CheckPatternPredicate4,
4681 OPC_CheckComplexPat3, /*#*/1,
4682 OPC_EmitMergeInputChains1_0,
4683 OPC_EmitIntegerI32, 0,
4684 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD32_S_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
4685 MVT::i64, 3, 59,
4686 0,
4687 0,
4688 87,
4689 OPC_CheckPredicate, 19,
4690 OPC_SwitchType , 32, MVT::i32,
4691 OPC_Scope, 14,
4692 OPC_CheckPredicate1,
4693 OPC_CheckPatternPredicate4,
4694 OPC_CheckComplexPat3, /*#*/1,
4695 OPC_EmitMergeInputChains1_0,
4696 OPC_EmitIntegerI32, 0,
4697 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD8_U_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
4698 MVT::i32, 3, 59,
4699 14,
4700 OPC_CheckPredicate2,
4701 OPC_CheckPatternPredicate4,
4702 OPC_CheckComplexPat3, /*#*/1,
4703 OPC_EmitMergeInputChains1_0,
4704 OPC_EmitIntegerI32, 0,
4705 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD16_U_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
4706 MVT::i32, 3, 59,
4707 0,
4708 47, MVT::i64,
4709 OPC_Scope, 14,
4710 OPC_CheckPredicate1,
4711 OPC_CheckPatternPredicate4,
4712 OPC_CheckComplexPat3, /*#*/1,
4713 OPC_EmitMergeInputChains1_0,
4714 OPC_EmitIntegerI32, 0,
4715 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD8_U_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
4716 MVT::i64, 3, 59,
4717 14,
4718 OPC_CheckPredicate2,
4719 OPC_CheckPatternPredicate4,
4720 OPC_CheckComplexPat3, /*#*/1,
4721 OPC_EmitMergeInputChains1_0,
4722 OPC_EmitIntegerI32, 0,
4723 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD16_U_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
4724 MVT::i64, 3, 59,
4725 14,
4726 OPC_CheckPredicate3,
4727 OPC_CheckPatternPredicate4,
4728 OPC_CheckComplexPat3, /*#*/1,
4729 OPC_EmitMergeInputChains1_0,
4730 OPC_EmitIntegerI32, 0,
4731 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD32_U_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
4732 MVT::i64, 3, 59,
4733 0,
4734 0,
4735 87,
4736 OPC_CheckPredicate, 11,
4737 OPC_SwitchType , 32, MVT::i32,
4738 OPC_Scope, 14,
4739 OPC_CheckPredicate1,
4740 OPC_CheckPatternPredicate4,
4741 OPC_CheckComplexPat3, /*#*/1,
4742 OPC_EmitMergeInputChains1_0,
4743 OPC_EmitIntegerI32, 0,
4744 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD8_U_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
4745 MVT::i32, 3, 59,
4746 14,
4747 OPC_CheckPredicate2,
4748 OPC_CheckPatternPredicate4,
4749 OPC_CheckComplexPat3, /*#*/1,
4750 OPC_EmitMergeInputChains1_0,
4751 OPC_EmitIntegerI32, 0,
4752 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD16_U_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
4753 MVT::i32, 3, 59,
4754 0,
4755 47, MVT::i64,
4756 OPC_Scope, 14,
4757 OPC_CheckPredicate1,
4758 OPC_CheckPatternPredicate4,
4759 OPC_CheckComplexPat3, /*#*/1,
4760 OPC_EmitMergeInputChains1_0,
4761 OPC_EmitIntegerI32, 0,
4762 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD8_U_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
4763 MVT::i64, 3, 59,
4764 14,
4765 OPC_CheckPredicate2,
4766 OPC_CheckPatternPredicate4,
4767 OPC_CheckComplexPat3, /*#*/1,
4768 OPC_EmitMergeInputChains1_0,
4769 OPC_EmitIntegerI32, 0,
4770 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD16_U_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
4771 MVT::i64, 3, 59,
4772 14,
4773 OPC_CheckPredicate3,
4774 OPC_CheckPatternPredicate4,
4775 OPC_CheckComplexPat3, /*#*/1,
4776 OPC_EmitMergeInputChains1_0,
4777 OPC_EmitIntegerI32, 0,
4778 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD32_U_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
4779 MVT::i64, 3, 59,
4780 0,
4781 0,
4782 93,
4783 OPC_CheckPredicate7,
4784 OPC_SwitchType , 13, MVT::f32,
4785 OPC_CheckPatternPredicate4,
4786 OPC_CheckComplexPat3, /*#*/1,
4787 OPC_EmitMergeInputChains1_0,
4788 OPC_EmitIntegerI32, 0,
4789 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_F32_A64), 0|OPFL_Chain|OPFL_MemRefs,
4790 MVT::f32, 3, 59,
4791 13, MVT::f64,
4792 OPC_CheckPatternPredicate4,
4793 OPC_CheckComplexPat3, /*#*/1,
4794 OPC_EmitMergeInputChains1_0,
4795 OPC_EmitIntegerI32, 0,
4796 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_F64_A64), 0|OPFL_Chain|OPFL_MemRefs,
4797 MVT::f64, 3, 59,
4798 13, MVT::v16i8,
4799 OPC_CheckPatternPredicate4,
4800 OPC_CheckComplexPat3, /*#*/1,
4801 OPC_EmitMergeInputChains1_0,
4802 OPC_EmitIntegerI32, 0,
4803 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_V128_A64), 0|OPFL_Chain|OPFL_MemRefs,
4804 MVT::v16i8, 3, 59,
4805 13, MVT::v8i16,
4806 OPC_CheckPatternPredicate4,
4807 OPC_CheckComplexPat3, /*#*/1,
4808 OPC_EmitMergeInputChains1_0,
4809 OPC_EmitIntegerI32, 0,
4810 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_V128_A64), 0|OPFL_Chain|OPFL_MemRefs,
4811 MVT::v8i16, 3, 59,
4812 13, MVT::v4i32,
4813 OPC_CheckPatternPredicate4,
4814 OPC_CheckComplexPat3, /*#*/1,
4815 OPC_EmitMergeInputChains1_0,
4816 OPC_EmitIntegerI32, 0,
4817 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_V128_A64), 0|OPFL_Chain|OPFL_MemRefs,
4818 MVT::v4i32, 3, 59,
4819 13, MVT::v2i64,
4820 OPC_CheckPatternPredicate4,
4821 OPC_CheckComplexPat3, /*#*/1,
4822 OPC_EmitMergeInputChains1_0,
4823 OPC_EmitIntegerI32, 0,
4824 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_V128_A64), 0|OPFL_Chain|OPFL_MemRefs,
4825 MVT::v2i64, 3, 59,
4826 0,
4827 19,
4828 OPC_CheckPredicate, 18,
4829 OPC_CheckPredicate, 22,
4830 OPC_CheckType, MVT::v8i16,
4831 OPC_CheckPatternPredicate4,
4832 OPC_CheckComplexPat3, /*#*/1,
4833 OPC_EmitMergeInputChains1_0,
4834 OPC_EmitIntegerI32, 0,
4835 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_EXTEND_S_I16x8_A64), 0|OPFL_Chain|OPFL_MemRefs,
4836 MVT::v8i16, 3, 59,
4837 19,
4838 OPC_CheckPredicate, 19,
4839 OPC_CheckPredicate, 22,
4840 OPC_CheckType, MVT::v8i16,
4841 OPC_CheckPatternPredicate4,
4842 OPC_CheckComplexPat3, /*#*/1,
4843 OPC_EmitMergeInputChains1_0,
4844 OPC_EmitIntegerI32, 0,
4845 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_EXTEND_U_I16x8_A64), 0|OPFL_Chain|OPFL_MemRefs,
4846 MVT::v8i16, 3, 59,
4847 19,
4848 OPC_CheckPredicate, 11,
4849 OPC_CheckPredicate, 22,
4850 OPC_CheckType, MVT::v8i16,
4851 OPC_CheckPatternPredicate4,
4852 OPC_CheckComplexPat3, /*#*/1,
4853 OPC_EmitMergeInputChains1_0,
4854 OPC_EmitIntegerI32, 0,
4855 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_EXTEND_U_I16x8_A64), 0|OPFL_Chain|OPFL_MemRefs,
4856 MVT::v8i16, 3, 59,
4857 19,
4858 OPC_CheckPredicate, 18,
4859 OPC_CheckPredicate, 23,
4860 OPC_CheckType, MVT::v4i32,
4861 OPC_CheckPatternPredicate4,
4862 OPC_CheckComplexPat3, /*#*/1,
4863 OPC_EmitMergeInputChains1_0,
4864 OPC_EmitIntegerI32, 0,
4865 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_EXTEND_S_I32x4_A64), 0|OPFL_Chain|OPFL_MemRefs,
4866 MVT::v4i32, 3, 59,
4867 19,
4868 OPC_CheckPredicate, 19,
4869 OPC_CheckPredicate, 23,
4870 OPC_CheckType, MVT::v4i32,
4871 OPC_CheckPatternPredicate4,
4872 OPC_CheckComplexPat3, /*#*/1,
4873 OPC_EmitMergeInputChains1_0,
4874 OPC_EmitIntegerI32, 0,
4875 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_EXTEND_U_I32x4_A64), 0|OPFL_Chain|OPFL_MemRefs,
4876 MVT::v4i32, 3, 59,
4877 19,
4878 OPC_CheckPredicate, 11,
4879 OPC_CheckPredicate, 23,
4880 OPC_CheckType, MVT::v4i32,
4881 OPC_CheckPatternPredicate4,
4882 OPC_CheckComplexPat3, /*#*/1,
4883 OPC_EmitMergeInputChains1_0,
4884 OPC_EmitIntegerI32, 0,
4885 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_EXTEND_U_I32x4_A64), 0|OPFL_Chain|OPFL_MemRefs,
4886 MVT::v4i32, 3, 59,
4887 19,
4888 OPC_CheckPredicate, 18,
4889 OPC_CheckPredicate, 24,
4890 OPC_CheckType, MVT::v2i64,
4891 OPC_CheckPatternPredicate4,
4892 OPC_CheckComplexPat3, /*#*/1,
4893 OPC_EmitMergeInputChains1_0,
4894 OPC_EmitIntegerI32, 0,
4895 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_EXTEND_S_I64x2_A64), 0|OPFL_Chain|OPFL_MemRefs,
4896 MVT::v2i64, 3, 59,
4897 19,
4898 OPC_CheckPredicate, 19,
4899 OPC_CheckPredicate, 24,
4900 OPC_CheckType, MVT::v2i64,
4901 OPC_CheckPatternPredicate4,
4902 OPC_CheckComplexPat3, /*#*/1,
4903 OPC_EmitMergeInputChains1_0,
4904 OPC_EmitIntegerI32, 0,
4905 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_EXTEND_U_I64x2_A64), 0|OPFL_Chain|OPFL_MemRefs,
4906 MVT::v2i64, 3, 59,
4907 19,
4908 OPC_CheckPredicate, 11,
4909 OPC_CheckPredicate, 24,
4910 OPC_CheckType, MVT::v2i64,
4911 OPC_CheckPatternPredicate4,
4912 OPC_CheckComplexPat3, /*#*/1,
4913 OPC_EmitMergeInputChains1_0,
4914 OPC_EmitIntegerI32, 0,
4915 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_EXTEND_U_I64x2_A64), 0|OPFL_Chain|OPFL_MemRefs,
4916 MVT::v2i64, 3, 59,
4917 52,
4918 OPC_CheckPredicate7,
4919 OPC_SwitchType , 14, 6|128,1,
4920 OPC_CheckPatternPredicate4,
4921 OPC_CheckComplexPat3, /*#*/1,
4922 OPC_EmitMergeInputChains1_0,
4923 OPC_EmitIntegerI32, 0,
4924 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_V128_A64), 0|OPFL_Chain|OPFL_MemRefs,
4925 6|128,1, 3, 59,
4926 14, 24|128,1,
4927 OPC_CheckPatternPredicate4,
4928 OPC_CheckComplexPat3, /*#*/1,
4929 OPC_EmitMergeInputChains1_0,
4930 OPC_EmitIntegerI32, 0,
4931 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_V128_A64), 0|OPFL_Chain|OPFL_MemRefs,
4932 24|128,1, 3, 59,
4933 13, MVT::v8f16,
4934 OPC_CheckPatternPredicate4,
4935 OPC_CheckComplexPat3, /*#*/1,
4936 OPC_EmitMergeInputChains1_0,
4937 OPC_EmitIntegerI32, 0,
4938 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_V128_A64), 0|OPFL_Chain|OPFL_MemRefs,
4939 MVT::v8f16, 3, 59,
4940 0,
4941 28,
4942 OPC_CheckPredicate, 11,
4943 OPC_CheckType, 24|128,1,
4944 OPC_CheckPatternPredicate4,
4945 OPC_EmitMergeInputChains1_0,
4946 OPC_EmitIntegerI32, 0,
4947 OPC_EmitIntegerI64, 0,
4948 OPC_EmitNode1, TARGET_VAL(WebAssembly::LOAD_ZERO_64_A64), 0|OPFL_Chain|OPFL_MemRefs,
4949 MVT::v16i8, 3, 24,
4950 OPC_EmitNode1None, TARGET_VAL(WebAssembly::promote_low_F64x2),
4951 24|128,1, 1, 71,
4952 OPC_CompleteMatch, 1, 5,
4953
4954 0,
4955 0,
4956 85, TARGET_VAL(ISD::BRCOND),
4957 OPC_RecordNode,
4958 OPC_Scope, 66,
4959 OPC_MoveChild1,
4960 OPC_SwitchOpcode , 20, TARGET_VAL(ISD::XOR),
4961 OPC_RecordChild0,
4962 OPC_MoveChild0,
4963 OPC_CheckPredicate, 28,
4964 OPC_MoveParent,
4965 OPC_CheckChild1Integer, 1,
4966 OPC_CheckTypeI32,
4967 OPC_MoveSibling2,
4968 OPC_CheckOpcode, TARGET_VAL(ISD::BasicBlock),
4969 OPC_RecordNode,
4970 OPC_MoveParent,
4971 OPC_EmitMergeInputChains1_0,
4972 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::BR_UNLESS),
4973 2, 19,
4974 37, TARGET_VAL(ISD::SETCC),
4975 OPC_RecordChild0,
4976 OPC_CheckChild0TypeI32,
4977 OPC_CheckChild1Integer, 0,
4978 OPC_CheckTypeI32,
4979 OPC_Scope, 14,
4980 OPC_CheckChild2CondCode, ISD::SETNE,
4981 OPC_MoveSibling2,
4982 OPC_CheckOpcode, TARGET_VAL(ISD::BasicBlock),
4983 OPC_RecordNode,
4984 OPC_MoveParent,
4985 OPC_EmitMergeInputChains1_0,
4986 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::BR_IF),
4987 2, 19,
4988 14,
4989 OPC_CheckChild2CondCode, ISD::SETEQ,
4990 OPC_MoveSibling2,
4991 OPC_CheckOpcode, TARGET_VAL(ISD::BasicBlock),
4992 OPC_RecordNode,
4993 OPC_MoveParent,
4994 OPC_EmitMergeInputChains1_0,
4995 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::BR_UNLESS),
4996 2, 19,
4997 0,
4998 0,
4999 14,
5000 OPC_RecordChild1,
5001 OPC_CheckChild1TypeI32,
5002 OPC_RecordChild2,
5003 OPC_MoveChild2,
5004 OPC_CheckOpcode, TARGET_VAL(ISD::BasicBlock),
5005 OPC_MoveParent,
5006 OPC_EmitMergeInputChains1_0,
5007 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::BR_IF),
5008 2, 19,
5009 0,
5010 55, TARGET_VAL(ISD::ROTL),
5011 OPC_RecordChild0,
5012 OPC_Scope, 29,
5013 OPC_MoveChild1,
5014 OPC_SwitchType , 11, MVT::i32,
5015 OPC_CheckAndImm, 31,
5016 OPC_RecordChild0,
5017 OPC_MoveParent,
5018 OPC_CheckTypeI32,
5019 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ROTL_I32),
5020 MVT::i32, 2, 16,
5021 11, MVT::i64,
5022 OPC_CheckAndImm, 63,
5023 OPC_RecordChild0,
5024 OPC_MoveParent,
5025 OPC_CheckTypeI64,
5026 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ROTL_I64),
5027 MVT::i64, 2, 16,
5028 0,
5029 21,
5030 OPC_RecordChild1,
5031 OPC_SwitchType , 7, MVT::i32,
5032 OPC_CheckChild1TypeI32,
5033 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ROTL_I32),
5034 MVT::i32, 2, 16,
5035 7, MVT::i64,
5036 OPC_CheckChild1TypeI64,
5037 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ROTL_I64),
5038 MVT::i64, 2, 16,
5039 0,
5040 0,
5041 55, TARGET_VAL(ISD::ROTR),
5042 OPC_RecordChild0,
5043 OPC_Scope, 29,
5044 OPC_MoveChild1,
5045 OPC_SwitchType , 11, MVT::i32,
5046 OPC_CheckAndImm, 31,
5047 OPC_RecordChild0,
5048 OPC_MoveParent,
5049 OPC_CheckTypeI32,
5050 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ROTR_I32),
5051 MVT::i32, 2, 16,
5052 11, MVT::i64,
5053 OPC_CheckAndImm, 63,
5054 OPC_RecordChild0,
5055 OPC_MoveParent,
5056 OPC_CheckTypeI64,
5057 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ROTR_I64),
5058 MVT::i64, 2, 16,
5059 0,
5060 21,
5061 OPC_RecordChild1,
5062 OPC_SwitchType , 7, MVT::i32,
5063 OPC_CheckChild1TypeI32,
5064 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ROTR_I32),
5065 MVT::i32, 2, 16,
5066 7, MVT::i64,
5067 OPC_CheckChild1TypeI64,
5068 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ROTR_I64),
5069 MVT::i64, 2, 16,
5070 0,
5071 0,
5072 103|128,3, TARGET_VAL(ISD::SELECT),
5073 OPC_Scope, 119,
5074 OPC_MoveChild0,
5075 OPC_CheckOpcode, TARGET_VAL(ISD::SETCC),
5076 OPC_RecordChild0,
5077 OPC_CheckChild0TypeI32,
5078 OPC_CheckChild1Integer, 0,
5079 OPC_CheckTypeI32,
5080 OPC_Scope, 53,
5081 OPC_CheckChild2CondCode, ISD::SETNE,
5082 OPC_MoveParent,
5083 OPC_RecordChild1,
5084 OPC_RecordChild2,
5085 OPC_SwitchType , 6, MVT::i32,
5086 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_I32),
5087 MVT::i32, 3, 3,
5088 6, MVT::i64,
5089 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_I64),
5090 MVT::i64, 3, 3,
5091 7, 122|128,1,
5092 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_FUNCREF),
5093 122|128,1, 3, 3,
5094 7, 123|128,1,
5095 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_EXTERNREF),
5096 123|128,1, 3, 3,
5097 7, 124|128,1,
5098 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_EXNREF),
5099 124|128,1, 3, 3,
5100 0,
5101 53,
5102 OPC_CheckChild2CondCode, ISD::SETEQ,
5103 OPC_MoveParent,
5104 OPC_RecordChild1,
5105 OPC_RecordChild2,
5106 OPC_SwitchType , 6, MVT::i32,
5107 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_I32),
5108 MVT::i32, 3, 0,
5109 6, MVT::i64,
5110 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_I64),
5111 MVT::i64, 3, 0,
5112 7, 122|128,1,
5113 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_FUNCREF),
5114 122|128,1, 3, 0,
5115 7, 123|128,1,
5116 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_EXTERNREF),
5117 123|128,1, 3, 0,
5118 7, 124|128,1,
5119 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_EXNREF),
5120 124|128,1, 3, 0,
5121 0,
5122 0,
5123 55,
5124 OPC_RecordChild0,
5125 OPC_CheckChild0TypeI32,
5126 OPC_RecordChild1,
5127 OPC_RecordChild2,
5128 OPC_SwitchType , 6, MVT::i32,
5129 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_I32),
5130 MVT::i32, 3, 3,
5131 6, MVT::i64,
5132 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_I64),
5133 MVT::i64, 3, 3,
5134 8, 122|128,1,
5135 OPC_CheckPatternPredicate7,
5136 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_FUNCREF),
5137 122|128,1, 3, 3,
5138 8, 123|128,1,
5139 OPC_CheckPatternPredicate7,
5140 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_EXTERNREF),
5141 123|128,1, 3, 3,
5142 8, 124|128,1,
5143 OPC_CheckPatternPredicate7,
5144 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_EXNREF),
5145 124|128,1, 3, 3,
5146 0,
5147 59,
5148 OPC_MoveChild0,
5149 OPC_CheckOpcode, TARGET_VAL(ISD::SETCC),
5150 OPC_RecordChild0,
5151 OPC_CheckChild0TypeI32,
5152 OPC_CheckChild1Integer, 0,
5153 OPC_CheckTypeI32,
5154 OPC_Scope, 23,
5155 OPC_CheckChild2CondCode, ISD::SETNE,
5156 OPC_MoveParent,
5157 OPC_RecordChild1,
5158 OPC_RecordChild2,
5159 OPC_SwitchType , 6, MVT::f32,
5160 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_F32),
5161 MVT::f32, 3, 3,
5162 6, MVT::f64,
5163 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_F64),
5164 MVT::f64, 3, 3,
5165 0,
5166 23,
5167 OPC_CheckChild2CondCode, ISD::SETEQ,
5168 OPC_MoveParent,
5169 OPC_RecordChild1,
5170 OPC_RecordChild2,
5171 OPC_SwitchType , 6, MVT::f32,
5172 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_F32),
5173 MVT::f32, 3, 0,
5174 6, MVT::f64,
5175 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_F64),
5176 MVT::f64, 3, 0,
5177 0,
5178 0,
5179 22,
5180 OPC_RecordChild0,
5181 OPC_CheckChild0TypeI32,
5182 OPC_RecordChild1,
5183 OPC_RecordChild2,
5184 OPC_SwitchType , 6, MVT::f32,
5185 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_F32),
5186 MVT::f32, 3, 3,
5187 6, MVT::f64,
5188 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_F64),
5189 MVT::f64, 3, 3,
5190 0,
5191 91,
5192 OPC_MoveChild0,
5193 OPC_CheckOpcode, TARGET_VAL(ISD::SETCC),
5194 OPC_RecordChild0,
5195 OPC_CheckChild0TypeI32,
5196 OPC_CheckChild1Integer, 0,
5197 OPC_CheckTypeI32,
5198 OPC_Scope, 39,
5199 OPC_CheckChild2CondCode, ISD::SETNE,
5200 OPC_MoveParent,
5201 OPC_RecordChild1,
5202 OPC_RecordChild2,
5203 OPC_SwitchType , 6, MVT::v16i8,
5204 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_V128),
5205 MVT::v16i8, 3, 3,
5206 6, MVT::v8i16,
5207 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_V128),
5208 MVT::v8i16, 3, 3,
5209 6, MVT::v4i32,
5210 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_V128),
5211 MVT::v4i32, 3, 3,
5212 6, MVT::v2i64,
5213 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_V128),
5214 MVT::v2i64, 3, 3,
5215 0,
5216 39,
5217 OPC_CheckChild2CondCode, ISD::SETEQ,
5218 OPC_MoveParent,
5219 OPC_RecordChild1,
5220 OPC_RecordChild2,
5221 OPC_SwitchType , 6, MVT::v16i8,
5222 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_V128),
5223 MVT::v16i8, 3, 0,
5224 6, MVT::v8i16,
5225 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_V128),
5226 MVT::v8i16, 3, 0,
5227 6, MVT::v4i32,
5228 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_V128),
5229 MVT::v4i32, 3, 0,
5230 6, MVT::v2i64,
5231 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_V128),
5232 MVT::v2i64, 3, 0,
5233 0,
5234 0,
5235 38,
5236 OPC_RecordChild0,
5237 OPC_CheckChild0TypeI32,
5238 OPC_RecordChild1,
5239 OPC_RecordChild2,
5240 OPC_SwitchType , 6, MVT::v16i8,
5241 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_V128),
5242 MVT::v16i8, 3, 3,
5243 6, MVT::v8i16,
5244 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_V128),
5245 MVT::v8i16, 3, 3,
5246 6, MVT::v4i32,
5247 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_V128),
5248 MVT::v4i32, 3, 3,
5249 6, MVT::v2i64,
5250 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_V128),
5251 MVT::v2i64, 3, 3,
5252 0,
5253 67,
5254 OPC_MoveChild0,
5255 OPC_CheckOpcode, TARGET_VAL(ISD::SETCC),
5256 OPC_RecordChild0,
5257 OPC_CheckChild0TypeI32,
5258 OPC_CheckChild1Integer, 0,
5259 OPC_CheckTypeI32,
5260 OPC_Scope, 27,
5261 OPC_CheckChild2CondCode, ISD::SETNE,
5262 OPC_MoveParent,
5263 OPC_RecordChild1,
5264 OPC_RecordChild2,
5265 OPC_SwitchType , 7, 6|128,1,
5266 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_V128),
5267 6|128,1, 3, 3,
5268 7, 24|128,1,
5269 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_V128),
5270 24|128,1, 3, 3,
5271 0,
5272 27,
5273 OPC_CheckChild2CondCode, ISD::SETEQ,
5274 OPC_MoveParent,
5275 OPC_RecordChild1,
5276 OPC_RecordChild2,
5277 OPC_SwitchType , 7, 6|128,1,
5278 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_V128),
5279 6|128,1, 3, 0,
5280 7, 24|128,1,
5281 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_V128),
5282 24|128,1, 3, 0,
5283 0,
5284 0,
5285 26,
5286 OPC_RecordChild0,
5287 OPC_CheckChild0TypeI32,
5288 OPC_RecordChild1,
5289 OPC_RecordChild2,
5290 OPC_SwitchType , 7, 6|128,1,
5291 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_V128),
5292 6|128,1, 3, 3,
5293 7, 24|128,1,
5294 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_V128),
5295 24|128,1, 3, 3,
5296 0,
5297 0,
5298 127, TARGET_VAL(ISD::SIGN_EXTEND_INREG),
5299 OPC_Scope, 55,
5300 OPC_MoveChild0,
5301 OPC_CheckOpcode, TARGET_VAL(ISD::EXTRACT_VECTOR_ELT),
5302 OPC_RecordChild0,
5303 OPC_Scope, 23,
5304 OPC_CheckChild0Type, MVT::v16i8,
5305 OPC_RecordChild1,
5306 OPC_MoveChild1,
5307 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
5308 OPC_CheckPredicate, 21,
5309 OPC_CheckTypeI32,
5310 OPC_MoveParent,
5311 OPC_MoveSibling1,
5312 OPC_CheckValueType, MVT::i8,
5313 OPC_MoveParent,
5314 OPC_CheckTypeI32,
5315 OPC_EmitConvertToTarget1,
5316 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EXTRACT_LANE_I8x16_s),
5317 MVT::i32, 2, 42,
5318 23,
5319 OPC_CheckChild0Type, MVT::v8i16,
5320 OPC_RecordChild1,
5321 OPC_MoveChild1,
5322 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
5323 OPC_CheckPredicate, 15,
5324 OPC_CheckTypeI32,
5325 OPC_MoveParent,
5326 OPC_MoveSibling1,
5327 OPC_CheckValueType, MVT::i16,
5328 OPC_MoveParent,
5329 OPC_CheckTypeI32,
5330 OPC_EmitConvertToTarget1,
5331 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EXTRACT_LANE_I16x8_s),
5332 MVT::i32, 2, 42,
5333 0,
5334 68,
5335 OPC_RecordChild0,
5336 OPC_MoveChild1,
5337 OPC_Scope, 25,
5338 OPC_CheckValueType, MVT::i8,
5339 OPC_MoveParent,
5340 OPC_SwitchType , 8, MVT::i32,
5341 OPC_CheckPatternPredicate, 11,
5342 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I32_EXTEND8_S_I32),
5343 MVT::i32, 1, 2,
5344 8, MVT::i64,
5345 OPC_CheckPatternPredicate, 11,
5346 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I64_EXTEND8_S_I64),
5347 MVT::i64, 1, 2,
5348 0,
5349 25,
5350 OPC_CheckValueType, MVT::i16,
5351 OPC_MoveParent,
5352 OPC_SwitchType , 8, MVT::i32,
5353 OPC_CheckPatternPredicate, 11,
5354 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I32_EXTEND16_S_I32),
5355 MVT::i32, 1, 2,
5356 8, MVT::i64,
5357 OPC_CheckPatternPredicate, 11,
5358 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I64_EXTEND16_S_I64),
5359 MVT::i64, 1, 2,
5360 0,
5361 11,
5362 OPC_CheckValueType, MVT::i32,
5363 OPC_MoveParent,
5364 OPC_CheckPatternPredicate, 11,
5365 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I64_EXTEND32_S_I64),
5366 MVT::i64, 1, 2,
5367 0,
5368 0,
5369 48|128,1, TARGET_VAL(WebAssemblyISD::GLOBAL_GET),
5370 OPC_RecordMemRef,
5371 OPC_RecordNode,
5372 OPC_MoveChild1,
5373 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
5374 OPC_RecordChild0,
5375 OPC_MoveChild0,
5376 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
5377 OPC_MoveParent,
5378 OPC_MoveParent,
5379 OPC_SwitchType , 8, MVT::i32,
5380 OPC_EmitMergeInputChains1_0,
5381 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::GLOBAL_GET_I32), 0|OPFL_Chain|OPFL_MemRefs,
5382 MVT::i32, 1, 17,
5383 8, MVT::i64,
5384 OPC_EmitMergeInputChains1_0,
5385 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::GLOBAL_GET_I64), 0|OPFL_Chain|OPFL_MemRefs,
5386 MVT::i64, 1, 17,
5387 10, 122|128,1,
5388 OPC_CheckPatternPredicate7,
5389 OPC_EmitMergeInputChains1_0,
5390 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::GLOBAL_GET_FUNCREF), 0|OPFL_Chain|OPFL_MemRefs,
5391 122|128,1, 1, 17,
5392 10, 123|128,1,
5393 OPC_CheckPatternPredicate7,
5394 OPC_EmitMergeInputChains1_0,
5395 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::GLOBAL_GET_EXTERNREF), 0|OPFL_Chain|OPFL_MemRefs,
5396 123|128,1, 1, 17,
5397 11, 124|128,1,
5398 OPC_CheckPatternPredicate, 8,
5399 OPC_EmitMergeInputChains1_0,
5400 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::GLOBAL_GET_EXNREF), 0|OPFL_Chain|OPFL_MemRefs,
5401 124|128,1, 1, 17,
5402 8, MVT::f32,
5403 OPC_EmitMergeInputChains1_0,
5404 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::GLOBAL_GET_F32), 0|OPFL_Chain|OPFL_MemRefs,
5405 MVT::f32, 1, 17,
5406 8, MVT::f64,
5407 OPC_EmitMergeInputChains1_0,
5408 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::GLOBAL_GET_F64), 0|OPFL_Chain|OPFL_MemRefs,
5409 MVT::f64, 1, 17,
5410 9, MVT::v2i64,
5411 OPC_CheckPatternPredicate0,
5412 OPC_EmitMergeInputChains1_0,
5413 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::GLOBAL_GET_V128), 0|OPFL_Chain|OPFL_MemRefs,
5414 MVT::v2i64, 1, 17,
5415 9, MVT::v4i32,
5416 OPC_CheckPatternPredicate0,
5417 OPC_EmitMergeInputChains1_0,
5418 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::GLOBAL_GET_V128), 0|OPFL_Chain|OPFL_MemRefs,
5419 MVT::v4i32, 1, 17,
5420 9, MVT::v16i8,
5421 OPC_CheckPatternPredicate0,
5422 OPC_EmitMergeInputChains1_0,
5423 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::GLOBAL_GET_V128), 0|OPFL_Chain|OPFL_MemRefs,
5424 MVT::v16i8, 1, 17,
5425 9, MVT::v8i16,
5426 OPC_CheckPatternPredicate0,
5427 OPC_EmitMergeInputChains1_0,
5428 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::GLOBAL_GET_V128), 0|OPFL_Chain|OPFL_MemRefs,
5429 MVT::v8i16, 1, 17,
5430 9, MVT::v8f16,
5431 OPC_CheckPatternPredicate0,
5432 OPC_EmitMergeInputChains1_0,
5433 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::GLOBAL_GET_V128), 0|OPFL_Chain|OPFL_MemRefs,
5434 MVT::v8f16, 1, 17,
5435 10, 6|128,1,
5436 OPC_CheckPatternPredicate0,
5437 OPC_EmitMergeInputChains1_0,
5438 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::GLOBAL_GET_V128), 0|OPFL_Chain|OPFL_MemRefs,
5439 6|128,1, 1, 17,
5440 10, 24|128,1,
5441 OPC_CheckPatternPredicate0,
5442 OPC_EmitMergeInputChains1_0,
5443 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::GLOBAL_GET_V128), 0|OPFL_Chain|OPFL_MemRefs,
5444 24|128,1, 1, 17,
5445 0,
5446 57|128,2, TARGET_VAL(WebAssemblyISD::GLOBAL_SET),
5447 OPC_RecordMemRef,
5448 OPC_RecordNode,
5449 OPC_RecordChild1,
5450 OPC_Scope, 19,
5451 OPC_CheckChild1TypeI32,
5452 OPC_MoveChild2,
5453 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
5454 OPC_RecordChild0,
5455 OPC_MoveChild0,
5456 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
5457 OPC_MoveParent,
5458 OPC_MoveParent,
5459 OPC_EmitMergeInputChains1_0,
5460 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::GLOBAL_SET_I32), 0|OPFL_Chain|OPFL_MemRefs,
5461 2, 19,
5462 19,
5463 OPC_CheckChild1TypeI64,
5464 OPC_MoveChild2,
5465 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
5466 OPC_RecordChild0,
5467 OPC_MoveChild0,
5468 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
5469 OPC_MoveParent,
5470 OPC_MoveParent,
5471 OPC_EmitMergeInputChains1_0,
5472 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::GLOBAL_SET_I64), 0|OPFL_Chain|OPFL_MemRefs,
5473 2, 19,
5474 20,
5475 OPC_CheckChild1Type, MVT::f32,
5476 OPC_MoveChild2,
5477 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
5478 OPC_RecordChild0,
5479 OPC_MoveChild0,
5480 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
5481 OPC_MoveParent,
5482 OPC_MoveParent,
5483 OPC_EmitMergeInputChains1_0,
5484 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::GLOBAL_SET_F32), 0|OPFL_Chain|OPFL_MemRefs,
5485 2, 19,
5486 20,
5487 OPC_CheckChild1Type, MVT::f64,
5488 OPC_MoveChild2,
5489 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
5490 OPC_RecordChild0,
5491 OPC_MoveChild0,
5492 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
5493 OPC_MoveParent,
5494 OPC_MoveParent,
5495 OPC_EmitMergeInputChains1_0,
5496 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::GLOBAL_SET_F64), 0|OPFL_Chain|OPFL_MemRefs,
5497 2, 19,
5498 21,
5499 OPC_CheckChild1Type, MVT::v2i64,
5500 OPC_MoveChild2,
5501 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
5502 OPC_RecordChild0,
5503 OPC_MoveChild0,
5504 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
5505 OPC_MoveParent,
5506 OPC_MoveParent,
5507 OPC_CheckPatternPredicate0,
5508 OPC_EmitMergeInputChains1_0,
5509 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::GLOBAL_SET_V128), 0|OPFL_Chain|OPFL_MemRefs,
5510 2, 19,
5511 21,
5512 OPC_CheckChild1Type, MVT::v4i32,
5513 OPC_MoveChild2,
5514 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
5515 OPC_RecordChild0,
5516 OPC_MoveChild0,
5517 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
5518 OPC_MoveParent,
5519 OPC_MoveParent,
5520 OPC_CheckPatternPredicate0,
5521 OPC_EmitMergeInputChains1_0,
5522 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::GLOBAL_SET_V128), 0|OPFL_Chain|OPFL_MemRefs,
5523 2, 19,
5524 21,
5525 OPC_CheckChild1Type, MVT::v16i8,
5526 OPC_MoveChild2,
5527 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
5528 OPC_RecordChild0,
5529 OPC_MoveChild0,
5530 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
5531 OPC_MoveParent,
5532 OPC_MoveParent,
5533 OPC_CheckPatternPredicate0,
5534 OPC_EmitMergeInputChains1_0,
5535 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::GLOBAL_SET_V128), 0|OPFL_Chain|OPFL_MemRefs,
5536 2, 19,
5537 21,
5538 OPC_CheckChild1Type, MVT::v8i16,
5539 OPC_MoveChild2,
5540 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
5541 OPC_RecordChild0,
5542 OPC_MoveChild0,
5543 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
5544 OPC_MoveParent,
5545 OPC_MoveParent,
5546 OPC_CheckPatternPredicate0,
5547 OPC_EmitMergeInputChains1_0,
5548 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::GLOBAL_SET_V128), 0|OPFL_Chain|OPFL_MemRefs,
5549 2, 19,
5550 21,
5551 OPC_CheckChild1Type, MVT::v8f16,
5552 OPC_MoveChild2,
5553 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
5554 OPC_RecordChild0,
5555 OPC_MoveChild0,
5556 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
5557 OPC_MoveParent,
5558 OPC_MoveParent,
5559 OPC_CheckPatternPredicate0,
5560 OPC_EmitMergeInputChains1_0,
5561 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::GLOBAL_SET_V128), 0|OPFL_Chain|OPFL_MemRefs,
5562 2, 19,
5563 22,
5564 OPC_CheckChild1Type, 6|128,1,
5565 OPC_MoveChild2,
5566 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
5567 OPC_RecordChild0,
5568 OPC_MoveChild0,
5569 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
5570 OPC_MoveParent,
5571 OPC_MoveParent,
5572 OPC_CheckPatternPredicate0,
5573 OPC_EmitMergeInputChains1_0,
5574 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::GLOBAL_SET_V128), 0|OPFL_Chain|OPFL_MemRefs,
5575 2, 19,
5576 22,
5577 OPC_CheckChild1Type, 24|128,1,
5578 OPC_MoveChild2,
5579 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
5580 OPC_RecordChild0,
5581 OPC_MoveChild0,
5582 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
5583 OPC_MoveParent,
5584 OPC_MoveParent,
5585 OPC_CheckPatternPredicate0,
5586 OPC_EmitMergeInputChains1_0,
5587 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::GLOBAL_SET_V128), 0|OPFL_Chain|OPFL_MemRefs,
5588 2, 19,
5589 22,
5590 OPC_CheckChild1Type, 122|128,1,
5591 OPC_MoveChild2,
5592 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
5593 OPC_RecordChild0,
5594 OPC_MoveChild0,
5595 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
5596 OPC_MoveParent,
5597 OPC_MoveParent,
5598 OPC_CheckPatternPredicate7,
5599 OPC_EmitMergeInputChains1_0,
5600 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::GLOBAL_SET_FUNCREF), 0|OPFL_Chain|OPFL_MemRefs,
5601 2, 19,
5602 22,
5603 OPC_CheckChild1Type, 123|128,1,
5604 OPC_MoveChild2,
5605 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
5606 OPC_RecordChild0,
5607 OPC_MoveChild0,
5608 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
5609 OPC_MoveParent,
5610 OPC_MoveParent,
5611 OPC_CheckPatternPredicate7,
5612 OPC_EmitMergeInputChains1_0,
5613 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::GLOBAL_SET_EXTERNREF), 0|OPFL_Chain|OPFL_MemRefs,
5614 2, 19,
5615 23,
5616 OPC_CheckChild1Type, 124|128,1,
5617 OPC_MoveChild2,
5618 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
5619 OPC_RecordChild0,
5620 OPC_MoveChild0,
5621 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
5622 OPC_MoveParent,
5623 OPC_MoveParent,
5624 OPC_CheckPatternPredicate, 8,
5625 OPC_EmitMergeInputChains1_0,
5626 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::GLOBAL_SET_EXNREF), 0|OPFL_Chain|OPFL_MemRefs,
5627 2, 19,
5628 0,
5629 20, TARGET_VAL(ISD::CALLSEQ_START),
5630 OPC_RecordNode,
5631 OPC_RecordChild1,
5632 OPC_MoveChild1,
5633 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
5634 OPC_MoveSibling2,
5635 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
5636 OPC_RecordNode,
5637 OPC_MoveParent,
5638 OPC_EmitMergeInputChains1_0,
5639 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ADJCALLSTACKDOWN), 0|OPFL_Chain|OPFL_GlueOutput,
5640 MVT::i32, 2, 45,
5641 21, TARGET_VAL(ISD::CALLSEQ_END),
5642 OPC_RecordNode,
5643 OPC_CaptureGlueInput,
5644 OPC_RecordChild1,
5645 OPC_MoveChild1,
5646 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
5647 OPC_MoveSibling2,
5648 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
5649 OPC_RecordNode,
5650 OPC_MoveParent,
5651 OPC_EmitMergeInputChains1_0,
5652 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ADJCALLSTACKUP), 0|OPFL_Chain|OPFL_GlueInput|OPFL_GlueOutput,
5653 MVT::i32, 2, 45,
5654 57, TARGET_VAL(WebAssemblyISD::TABLE_GET),
5655 OPC_RecordMemRef,
5656 OPC_RecordNode,
5657 OPC_MoveChild1,
5658 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
5659 OPC_RecordChild0,
5660 OPC_MoveChild0,
5661 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
5662 OPC_MoveParent,
5663 OPC_MoveParent,
5664 OPC_RecordChild2,
5665 OPC_CheckChild2TypeI32,
5666 OPC_SwitchType , 10, 122|128,1,
5667 OPC_CheckPatternPredicate7,
5668 OPC_EmitMergeInputChains1_0,
5669 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::TABLE_GET_FUNCREF), 0|OPFL_Chain|OPFL_MemRefs,
5670 122|128,1, 2, 45,
5671 10, 123|128,1,
5672 OPC_CheckPatternPredicate7,
5673 OPC_EmitMergeInputChains1_0,
5674 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::TABLE_GET_EXTERNREF), 0|OPFL_Chain|OPFL_MemRefs,
5675 123|128,1, 2, 45,
5676 11, 124|128,1,
5677 OPC_CheckPatternPredicate, 8,
5678 OPC_EmitMergeInputChains1_0,
5679 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::TABLE_GET_EXNREF), 0|OPFL_Chain|OPFL_MemRefs,
5680 124|128,1, 2, 45,
5681 0,
5682 79, TARGET_VAL(WebAssemblyISD::TABLE_SET),
5683 OPC_RecordMemRef,
5684 OPC_RecordNode,
5685 OPC_Scope, 53,
5686 OPC_MoveChild1,
5687 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
5688 OPC_RecordChild0,
5689 OPC_MoveChild0,
5690 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
5691 OPC_MoveParent,
5692 OPC_MoveParent,
5693 OPC_RecordChild2,
5694 OPC_CheckChild2TypeI32,
5695 OPC_RecordChild3,
5696 OPC_Scope, 11,
5697 OPC_CheckChild3Type, 122|128,1,
5698 OPC_CheckPatternPredicate7,
5699 OPC_EmitMergeInputChains1_0,
5700 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::TABLE_SET_FUNCREF), 0|OPFL_Chain|OPFL_MemRefs,
5701 3, 56,
5702 11,
5703 OPC_CheckChild3Type, 123|128,1,
5704 OPC_CheckPatternPredicate7,
5705 OPC_EmitMergeInputChains1_0,
5706 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::TABLE_SET_EXTERNREF), 0|OPFL_Chain|OPFL_MemRefs,
5707 3, 56,
5708 12,
5709 OPC_CheckChild3Type, 124|128,1,
5710 OPC_CheckPatternPredicate, 8,
5711 OPC_EmitMergeInputChains1_0,
5712 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::TABLE_SET_EXNREF), 0|OPFL_Chain|OPFL_MemRefs,
5713 3, 56,
5714 0,
5715 20,
5716 OPC_RecordChild1,
5717 OPC_MoveChild1,
5718 OPC_CheckOpcode, TARGET_VAL(ISD::MCSymbol),
5719 OPC_MoveParent,
5720 OPC_RecordChild2,
5721 OPC_CheckChild2TypeI32,
5722 OPC_RecordChild3,
5723 OPC_CheckChild3Type, 122|128,1,
5724 OPC_CheckPatternPredicate7,
5725 OPC_EmitMergeInputChains1_0,
5726 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::TABLE_SET_FUNCREF), 0|OPFL_Chain|OPFL_MemRefs,
5727 3, 56,
5728 0,
5729 49, TARGET_VAL(WebAssemblyISD::MEMCPY),
5730 OPC_RecordNode,
5731 OPC_RecordChild1,
5732 OPC_MoveChild1,
5733 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
5734 OPC_CheckTypeI32,
5735 OPC_MoveSibling2,
5736 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
5737 OPC_RecordNode,
5738 OPC_CheckTypeI32,
5739 OPC_MoveParent,
5740 OPC_RecordChild3,
5741 OPC_Scope, 15,
5742 OPC_CheckChild3TypeI32,
5743 OPC_RecordChild4,
5744 OPC_CheckChild4TypeI32,
5745 OPC_RecordChild5,
5746 OPC_CheckChild5TypeI32,
5747 OPC_CheckPatternPredicate, 12,
5748 OPC_EmitMergeInputChains1_0,
5749 OPC_EmitConvertToTarget1,
5750 OPC_EmitConvertToTarget2,
5751 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::MEMCPY_A32),
5752 5, 81,
5753 15,
5754 OPC_CheckChild3TypeI64,
5755 OPC_RecordChild4,
5756 OPC_CheckChild4TypeI64,
5757 OPC_RecordChild5,
5758 OPC_CheckChild5TypeI64,
5759 OPC_CheckPatternPredicate, 12,
5760 OPC_EmitMergeInputChains1_0,
5761 OPC_EmitConvertToTarget1,
5762 OPC_EmitConvertToTarget2,
5763 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::MEMCPY_A64),
5764 5, 81,
5765 0,
5766 84|128,9, TARGET_VAL(ISD::INTRINSIC_WO_CHAIN),
5767 OPC_Scope, 49,
5768 OPC_CheckChild0Integer, 62|128,113|128,0,
5769 OPC_RecordChild1,
5770 OPC_Scope, 20,
5771 OPC_CheckChild1Type, MVT::f32,
5772 OPC_SwitchType , 6, MVT::i32,
5773 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I32_TRUNC_S_F32),
5774 MVT::i32, 1, 2,
5775 6, MVT::i64,
5776 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I64_TRUNC_S_F32),
5777 MVT::i64, 1, 2,
5778 0,
5779 20,
5780 OPC_CheckChild1Type, MVT::f64,
5781 OPC_SwitchType , 6, MVT::i32,
5782 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I32_TRUNC_S_F64),
5783 MVT::i32, 1, 2,
5784 6, MVT::i64,
5785 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I64_TRUNC_S_F64),
5786 MVT::i64, 1, 2,
5787 0,
5788 0,
5789 49,
5790 OPC_CheckChild0Integer, 63|128,113|128,0,
5791 OPC_RecordChild1,
5792 OPC_Scope, 20,
5793 OPC_CheckChild1Type, MVT::f32,
5794 OPC_SwitchType , 6, MVT::i32,
5795 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I32_TRUNC_U_F32),
5796 MVT::i32, 1, 2,
5797 6, MVT::i64,
5798 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I64_TRUNC_U_F32),
5799 MVT::i64, 1, 2,
5800 0,
5801 20,
5802 OPC_CheckChild1Type, MVT::f64,
5803 OPC_SwitchType , 6, MVT::i32,
5804 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I32_TRUNC_U_F64),
5805 MVT::i32, 1, 2,
5806 6, MVT::i64,
5807 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I64_TRUNC_U_F64),
5808 MVT::i64, 1, 2,
5809 0,
5810 0,
5811 43,
5812 OPC_CheckChild0Integer, 119|128,112|128,0,
5813 OPC_RecordChild1,
5814 OPC_Scope, 8,
5815 OPC_CheckChild1Type, MVT::v16i8,
5816 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANYTRUE),
5817 MVT::i32, 1, 2,
5818 8,
5819 OPC_CheckChild1Type, MVT::v8i16,
5820 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANYTRUE),
5821 MVT::i32, 1, 2,
5822 8,
5823 OPC_CheckChild1Type, MVT::v4i32,
5824 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANYTRUE),
5825 MVT::i32, 1, 2,
5826 8,
5827 OPC_CheckChild1Type, MVT::v2i64,
5828 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANYTRUE),
5829 MVT::i32, 1, 2,
5830 0,
5831 47,
5832 OPC_CheckChild0Integer, 118|128,112|128,0,
5833 OPC_RecordChild1,
5834 OPC_Scope, 9,
5835 OPC_CheckChild1Type, MVT::v16i8,
5836 OPC_CheckPatternPredicate0,
5837 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ALLTRUE_I8x16),
5838 MVT::i32, 1, 2,
5839 9,
5840 OPC_CheckChild1Type, MVT::v8i16,
5841 OPC_CheckPatternPredicate0,
5842 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ALLTRUE_I16x8),
5843 MVT::i32, 1, 2,
5844 9,
5845 OPC_CheckChild1Type, MVT::v4i32,
5846 OPC_CheckPatternPredicate0,
5847 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ALLTRUE_I32x4),
5848 MVT::i32, 1, 2,
5849 9,
5850 OPC_CheckChild1Type, MVT::v2i64,
5851 OPC_CheckPatternPredicate0,
5852 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ALLTRUE_I64x2),
5853 MVT::i32, 1, 2,
5854 0,
5855 47,
5856 OPC_CheckChild0Integer, 121|128,112|128,0,
5857 OPC_RecordChild1,
5858 OPC_Scope, 9,
5859 OPC_CheckChild1Type, MVT::v16i8,
5860 OPC_CheckPatternPredicate0,
5861 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITMASK_I8x16),
5862 MVT::i32, 1, 2,
5863 9,
5864 OPC_CheckChild1Type, MVT::v8i16,
5865 OPC_CheckPatternPredicate0,
5866 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITMASK_I16x8),
5867 MVT::i32, 1, 2,
5868 9,
5869 OPC_CheckChild1Type, MVT::v4i32,
5870 OPC_CheckPatternPredicate0,
5871 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITMASK_I32x4),
5872 MVT::i32, 1, 2,
5873 9,
5874 OPC_CheckChild1Type, MVT::v2i64,
5875 OPC_CheckPatternPredicate0,
5876 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITMASK_I64x2),
5877 MVT::i32, 1, 2,
5878 0,
5879 11,
5880 OPC_CheckChild0Integer, 20|128,113|128,0,
5881 OPC_CheckPatternPredicate7,
5882 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::REF_NULL_FUNCREF),
5883 122|128,1, 0,
5884 12,
5885 OPC_CheckChild0Integer, 17|128,113|128,0,
5886 OPC_RecordChild1,
5887 OPC_CheckPatternPredicate7,
5888 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::REF_IS_NULL_FUNCREF),
5889 MVT::i32, 1, 2,
5890 11,
5891 OPC_CheckChild0Integer, 19|128,113|128,0,
5892 OPC_CheckPatternPredicate7,
5893 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::REF_NULL_EXTERNREF),
5894 123|128,1, 0,
5895 12,
5896 OPC_CheckChild0Integer, 16|128,113|128,0,
5897 OPC_RecordChild1,
5898 OPC_CheckPatternPredicate7,
5899 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::REF_IS_NULL_EXTERNREF),
5900 MVT::i32, 1, 2,
5901 11,
5902 OPC_CheckChild0Integer, 18|128,113|128,0,
5903 OPC_CheckPatternPredicate7,
5904 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::REF_NULL_EXNREF),
5905 124|128,1, 0,
5906 12,
5907 OPC_CheckChild0Integer, 15|128,113|128,0,
5908 OPC_RecordChild1,
5909 OPC_CheckPatternPredicate7,
5910 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::REF_IS_NULL_EXNREF),
5911 MVT::i32, 1, 2,
5912 22,
5913 OPC_CheckChild0Integer, 127|128,112|128,0,
5914 OPC_RecordChild1,
5915 OPC_RecordChild2,
5916 OPC_MoveChild2,
5917 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
5918 OPC_CheckPredicate, 15,
5919 OPC_MoveParent,
5920 OPC_CheckPatternPredicate, 16,
5921 OPC_EmitConvertToTarget1,
5922 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EXTRACT_LANE_F16x8),
5923 MVT::f32, 2, 42,
5924 12,
5925 OPC_CheckChild0Integer, 41|128,113|128,0,
5926 OPC_RecordChild1,
5927 OPC_RecordChild2,
5928 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SWIZZLE),
5929 MVT::v16i8, 2, 16,
5930 113,
5931 OPC_CheckChild0Integer, 122|128,112|128,0,
5932 OPC_RecordChild1,
5933 OPC_SwitchType , 14, MVT::v16i8,
5934 OPC_CheckChild1Type, MVT::v16i8,
5935 OPC_RecordChild2,
5936 OPC_CheckChild2Type, MVT::v16i8,
5937 OPC_RecordChild3,
5938 OPC_CheckChild3Type, MVT::v16i8,
5939 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
5940 MVT::v16i8, 3, 44,
5941 14, MVT::v8i16,
5942 OPC_CheckChild1Type, MVT::v8i16,
5943 OPC_RecordChild2,
5944 OPC_CheckChild2Type, MVT::v8i16,
5945 OPC_RecordChild3,
5946 OPC_CheckChild3Type, MVT::v8i16,
5947 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
5948 MVT::v8i16, 3, 44,
5949 14, MVT::v4i32,
5950 OPC_CheckChild1Type, MVT::v4i32,
5951 OPC_RecordChild2,
5952 OPC_CheckChild2Type, MVT::v4i32,
5953 OPC_RecordChild3,
5954 OPC_CheckChild3Type, MVT::v4i32,
5955 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
5956 MVT::v4i32, 3, 44,
5957 14, MVT::v2i64,
5958 OPC_CheckChild1Type, MVT::v2i64,
5959 OPC_RecordChild2,
5960 OPC_CheckChild2Type, MVT::v2i64,
5961 OPC_RecordChild3,
5962 OPC_CheckChild3Type, MVT::v2i64,
5963 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
5964 MVT::v2i64, 3, 44,
5965 18, 6|128,1,
5966 OPC_CheckChild1Type, 6|128,1,
5967 OPC_RecordChild2,
5968 OPC_CheckChild2Type, 6|128,1,
5969 OPC_RecordChild3,
5970 OPC_CheckChild3Type, 6|128,1,
5971 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
5972 6|128,1, 3, 44,
5973 18, 24|128,1,
5974 OPC_CheckChild1Type, 24|128,1,
5975 OPC_RecordChild2,
5976 OPC_CheckChild2Type, 24|128,1,
5977 OPC_RecordChild3,
5978 OPC_CheckChild3Type, 24|128,1,
5979 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
5980 24|128,1, 3, 44,
5981 0,
5982 35,
5983 OPC_CheckChild0Integer, 120|128,112|128,0,
5984 OPC_RecordChild1,
5985 OPC_SwitchType , 12, MVT::v16i8,
5986 OPC_CheckChild1Type, MVT::v16i8,
5987 OPC_RecordChild2,
5988 OPC_CheckChild2Type, MVT::v16i8,
5989 OPC_CheckPatternPredicate0,
5990 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::AVGR_U_I8x16),
5991 MVT::v16i8, 2, 16,
5992 12, MVT::v8i16,
5993 OPC_CheckChild1Type, MVT::v8i16,
5994 OPC_RecordChild2,
5995 OPC_CheckChild2Type, MVT::v8i16,
5996 OPC_CheckPatternPredicate0,
5997 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::AVGR_U_I16x8),
5998 MVT::v8i16, 2, 16,
5999 0,
6000 13,
6001 OPC_CheckChild0Integer, 124|128,112|128,0,
6002 OPC_RecordChild1,
6003 OPC_RecordChild2,
6004 OPC_CheckPatternPredicate0,
6005 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
6006 MVT::v4i32, 2, 16,
6007 35,
6008 OPC_CheckChild0Integer, 10|128,113|128,0,
6009 OPC_RecordChild1,
6010 OPC_SwitchType , 12, MVT::v16i8,
6011 OPC_CheckChild1Type, MVT::v8i16,
6012 OPC_RecordChild2,
6013 OPC_CheckChild2Type, MVT::v8i16,
6014 OPC_CheckPatternPredicate0,
6015 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
6016 MVT::v16i8, 2, 16,
6017 12, MVT::v8i16,
6018 OPC_CheckChild1Type, MVT::v4i32,
6019 OPC_RecordChild2,
6020 OPC_CheckChild2Type, MVT::v4i32,
6021 OPC_CheckPatternPredicate0,
6022 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
6023 MVT::v8i16, 2, 16,
6024 0,
6025 35,
6026 OPC_CheckChild0Integer, 11|128,113|128,0,
6027 OPC_RecordChild1,
6028 OPC_SwitchType , 12, MVT::v16i8,
6029 OPC_CheckChild1Type, MVT::v8i16,
6030 OPC_RecordChild2,
6031 OPC_CheckChild2Type, MVT::v8i16,
6032 OPC_CheckPatternPredicate0,
6033 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
6034 MVT::v16i8, 2, 16,
6035 12, MVT::v8i16,
6036 OPC_CheckChild1Type, MVT::v4i32,
6037 OPC_RecordChild2,
6038 OPC_CheckChild2Type, MVT::v4i32,
6039 OPC_CheckPatternPredicate0,
6040 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
6041 MVT::v8i16, 2, 16,
6042 0,
6043 27,
6044 OPC_CheckChild0Integer, 126|128,112|128,0,
6045 OPC_RecordChild1,
6046 OPC_SwitchType , 8, MVT::v4i32,
6047 OPC_CheckChild1Type, MVT::v8i16,
6048 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_u_I32x4),
6049 MVT::v4i32, 1, 2,
6050 8, MVT::v8i16,
6051 OPC_CheckChild1Type, MVT::v16i8,
6052 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_u_I16x8),
6053 MVT::v8i16, 1, 2,
6054 0,
6055 27,
6056 OPC_CheckChild0Integer, 125|128,112|128,0,
6057 OPC_RecordChild1,
6058 OPC_SwitchType , 8, MVT::v4i32,
6059 OPC_CheckChild1Type, MVT::v8i16,
6060 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_s_I32x4),
6061 MVT::v4i32, 1, 2,
6062 8, MVT::v8i16,
6063 OPC_CheckChild1Type, MVT::v16i8,
6064 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_s_I16x8),
6065 MVT::v8i16, 1, 2,
6066 0,
6067 13,
6068 OPC_CheckChild0Integer, 14|128,113|128,0,
6069 OPC_RecordChild1,
6070 OPC_RecordChild2,
6071 OPC_CheckPatternPredicate0,
6072 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::Q15MULR_SAT_S_I16x8),
6073 MVT::v8i16, 2, 16,
6074 13,
6075 OPC_CheckChild0Integer, 31|128,113|128,0,
6076 OPC_RecordChild1,
6077 OPC_RecordChild2,
6078 OPC_CheckPatternPredicate5,
6079 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_SWIZZLE),
6080 MVT::v16i8, 2, 16,
6081 12,
6082 OPC_CheckChild0Integer, 32|128,113|128,0,
6083 OPC_RecordChild1,
6084 OPC_CheckPatternPredicate5,
6085 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::int_wasm_relaxed_trunc_signed_I32x4),
6086 MVT::v4i32, 1, 2,
6087 12,
6088 OPC_CheckChild0Integer, 34|128,113|128,0,
6089 OPC_RecordChild1,
6090 OPC_CheckPatternPredicate5,
6091 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::int_wasm_relaxed_trunc_unsigned_I32x4),
6092 MVT::v4i32, 1, 2,
6093 12,
6094 OPC_CheckChild0Integer, 33|128,113|128,0,
6095 OPC_RecordChild1,
6096 OPC_CheckPatternPredicate5,
6097 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::int_wasm_relaxed_trunc_signed_zero_I32x4),
6098 MVT::v4i32, 1, 2,
6099 12,
6100 OPC_CheckChild0Integer, 35|128,113|128,0,
6101 OPC_RecordChild1,
6102 OPC_CheckPatternPredicate5,
6103 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::int_wasm_relaxed_trunc_unsigned_zero_I32x4),
6104 MVT::v4i32, 1, 2,
6105 75,
6106 OPC_CheckChild0Integer, 25|128,113|128,0,
6107 OPC_RecordChild1,
6108 OPC_SwitchType , 15, MVT::v16i8,
6109 OPC_CheckChild1Type, MVT::v16i8,
6110 OPC_RecordChild2,
6111 OPC_CheckChild2Type, MVT::v16i8,
6112 OPC_RecordChild3,
6113 OPC_CheckChild3Type, MVT::v16i8,
6114 OPC_CheckPatternPredicate5,
6115 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LANESELECT_I8x16),
6116 MVT::v16i8, 3, 44,
6117 15, MVT::v8i16,
6118 OPC_CheckChild1Type, MVT::v8i16,
6119 OPC_RecordChild2,
6120 OPC_CheckChild2Type, MVT::v8i16,
6121 OPC_RecordChild3,
6122 OPC_CheckChild3Type, MVT::v8i16,
6123 OPC_CheckPatternPredicate5,
6124 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LANESELECT_I16x8),
6125 MVT::v8i16, 3, 44,
6126 15, MVT::v4i32,
6127 OPC_CheckChild1Type, MVT::v4i32,
6128 OPC_RecordChild2,
6129 OPC_CheckChild2Type, MVT::v4i32,
6130 OPC_RecordChild3,
6131 OPC_CheckChild3Type, MVT::v4i32,
6132 OPC_CheckPatternPredicate5,
6133 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LANESELECT_I32x4),
6134 MVT::v4i32, 3, 44,
6135 15, MVT::v2i64,
6136 OPC_CheckChild1Type, MVT::v2i64,
6137 OPC_RecordChild2,
6138 OPC_CheckChild2Type, MVT::v2i64,
6139 OPC_RecordChild3,
6140 OPC_CheckChild3Type, MVT::v2i64,
6141 OPC_CheckPatternPredicate5,
6142 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LANESELECT_I64x2),
6143 MVT::v2i64, 3, 44,
6144 0,
6145 13,
6146 OPC_CheckChild0Integer, 30|128,113|128,0,
6147 OPC_RecordChild1,
6148 OPC_RecordChild2,
6149 OPC_CheckPatternPredicate5,
6150 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_Q15MULR_S_I16x8),
6151 MVT::v8i16, 2, 16,
6152 13,
6153 OPC_CheckChild0Integer, 24|128,113|128,0,
6154 OPC_RecordChild1,
6155 OPC_RecordChild2,
6156 OPC_CheckPatternPredicate5,
6157 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
6158 MVT::v8i16, 2, 16,
6159 14,
6160 OPC_CheckChild0Integer, 23|128,113|128,0,
6161 OPC_RecordChild1,
6162 OPC_RecordChild2,
6163 OPC_RecordChild3,
6164 OPC_CheckPatternPredicate5,
6165 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT_ADD),
6166 MVT::v4i32, 3, 44,
6167 23,
6168 OPC_CheckChild0Integer, 36|128,113|128,0,
6169 OPC_RecordChild1,
6170 OPC_RecordChild2,
6171 OPC_MoveChild2,
6172 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
6173 OPC_CheckPredicate, 15,
6174 OPC_MoveParent,
6175 OPC_RecordChild3,
6176 OPC_CheckPatternPredicate, 16,
6177 OPC_EmitConvertToTarget1,
6178 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::REPLACE_LANE_F16x8),
6179 MVT::v8f16, 3, 47,
6180 13,
6181 OPC_CheckChild0Integer, 39|128,113|128,0,
6182 OPC_RecordChild1,
6183 OPC_CheckPatternPredicate, 16,
6184 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SPLAT_F16x8),
6185 MVT::v8f16, 1, 2,
6186 54,
6187 OPC_CheckChild0Integer, 13|128,113|128,0,
6188 OPC_RecordChild1,
6189 OPC_SwitchType , 14, 6|128,1,
6190 OPC_CheckChild1Type, 6|128,1,
6191 OPC_RecordChild2,
6192 OPC_CheckChild2Type, 6|128,1,
6193 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMIN_F32x4),
6194 6|128,1, 2, 16,
6195 14, 24|128,1,
6196 OPC_CheckChild1Type, 24|128,1,
6197 OPC_RecordChild2,
6198 OPC_CheckChild2Type, 24|128,1,
6199 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMIN_F64x2),
6200 24|128,1, 2, 16,
6201 11, MVT::v8f16,
6202 OPC_CheckChild1Type, MVT::v8f16,
6203 OPC_RecordChild2,
6204 OPC_CheckChild2Type, MVT::v8f16,
6205 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMIN_F16x8),
6206 MVT::v8f16, 2, 16,
6207 0,
6208 54,
6209 OPC_CheckChild0Integer, 12|128,113|128,0,
6210 OPC_RecordChild1,
6211 OPC_SwitchType , 14, 6|128,1,
6212 OPC_CheckChild1Type, 6|128,1,
6213 OPC_RecordChild2,
6214 OPC_CheckChild2Type, 6|128,1,
6215 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMAX_F32x4),
6216 6|128,1, 2, 16,
6217 14, 24|128,1,
6218 OPC_CheckChild1Type, 24|128,1,
6219 OPC_RecordChild2,
6220 OPC_CheckChild2Type, 24|128,1,
6221 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMAX_F64x2),
6222 24|128,1, 2, 16,
6223 11, MVT::v8f16,
6224 OPC_CheckChild1Type, MVT::v8f16,
6225 OPC_RecordChild2,
6226 OPC_CheckChild2Type, MVT::v8f16,
6227 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMAX_F16x8),
6228 MVT::v8f16, 2, 16,
6229 0,
6230 69,
6231 OPC_CheckChild0Integer, 26|128,113|128,0,
6232 OPC_RecordChild1,
6233 OPC_SwitchType , 20, 6|128,1,
6234 OPC_CheckChild1Type, 6|128,1,
6235 OPC_RecordChild2,
6236 OPC_CheckChild2Type, 6|128,1,
6237 OPC_RecordChild3,
6238 OPC_CheckChild3Type, 6|128,1,
6239 OPC_CheckPatternPredicate, 13,
6240 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MADD_F32x4),
6241 6|128,1, 3, 44,
6242 20, 24|128,1,
6243 OPC_CheckChild1Type, 24|128,1,
6244 OPC_RecordChild2,
6245 OPC_CheckChild2Type, 24|128,1,
6246 OPC_RecordChild3,
6247 OPC_CheckChild3Type, 24|128,1,
6248 OPC_CheckPatternPredicate, 13,
6249 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MADD_F64x2),
6250 24|128,1, 3, 44,
6251 14, MVT::v8f16,
6252 OPC_CheckChild1Type, MVT::v8f16,
6253 OPC_RecordChild2,
6254 OPC_CheckChild2Type, MVT::v8f16,
6255 OPC_RecordChild3,
6256 OPC_CheckChild3Type, MVT::v8f16,
6257 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MADD_F16x8),
6258 MVT::v8f16, 3, 44,
6259 0,
6260 69,
6261 OPC_CheckChild0Integer, 29|128,113|128,0,
6262 OPC_RecordChild1,
6263 OPC_SwitchType , 20, 6|128,1,
6264 OPC_CheckChild1Type, 6|128,1,
6265 OPC_RecordChild2,
6266 OPC_CheckChild2Type, 6|128,1,
6267 OPC_RecordChild3,
6268 OPC_CheckChild3Type, 6|128,1,
6269 OPC_CheckPatternPredicate, 13,
6270 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NMADD_F32x4),
6271 6|128,1, 3, 44,
6272 20, 24|128,1,
6273 OPC_CheckChild1Type, 24|128,1,
6274 OPC_RecordChild2,
6275 OPC_CheckChild2Type, 24|128,1,
6276 OPC_RecordChild3,
6277 OPC_CheckChild3Type, 24|128,1,
6278 OPC_CheckPatternPredicate, 13,
6279 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NMADD_F64x2),
6280 24|128,1, 3, 44,
6281 14, MVT::v8f16,
6282 OPC_CheckChild1Type, MVT::v8f16,
6283 OPC_RecordChild2,
6284 OPC_CheckChild2Type, MVT::v8f16,
6285 OPC_RecordChild3,
6286 OPC_CheckChild3Type, MVT::v8f16,
6287 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NMADD_F16x8),
6288 MVT::v8f16, 3, 44,
6289 0,
6290 43,
6291 OPC_CheckChild0Integer, 28|128,113|128,0,
6292 OPC_RecordChild1,
6293 OPC_SwitchType , 15, 6|128,1,
6294 OPC_CheckChild1Type, 6|128,1,
6295 OPC_RecordChild2,
6296 OPC_CheckChild2Type, 6|128,1,
6297 OPC_CheckPatternPredicate5,
6298 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMIN_F32x4),
6299 6|128,1, 2, 16,
6300 15, 24|128,1,
6301 OPC_CheckChild1Type, 24|128,1,
6302 OPC_RecordChild2,
6303 OPC_CheckChild2Type, 24|128,1,
6304 OPC_CheckPatternPredicate5,
6305 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMIN_F64x2),
6306 24|128,1, 2, 16,
6307 0,
6308 43,
6309 OPC_CheckChild0Integer, 27|128,113|128,0,
6310 OPC_RecordChild1,
6311 OPC_SwitchType , 15, 6|128,1,
6312 OPC_CheckChild1Type, 6|128,1,
6313 OPC_RecordChild2,
6314 OPC_CheckChild2Type, 6|128,1,
6315 OPC_CheckPatternPredicate5,
6316 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMAX_F32x4),
6317 6|128,1, 2, 16,
6318 15, 24|128,1,
6319 OPC_CheckChild1Type, 24|128,1,
6320 OPC_RecordChild2,
6321 OPC_CheckChild2Type, 24|128,1,
6322 OPC_CheckPatternPredicate5,
6323 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMAX_F64x2),
6324 24|128,1, 2, 16,
6325 0,
6326 15,
6327 OPC_CheckChild0Integer, 22|128,113|128,0,
6328 OPC_RecordChild1,
6329 OPC_RecordChild2,
6330 OPC_RecordChild3,
6331 OPC_CheckPatternPredicate5,
6332 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT_BFLOAT),
6333 6|128,1, 3, 44,
6334 0,
6335 127, TARGET_VAL(ISD::EXTRACT_VECTOR_ELT),
6336 OPC_RecordChild0,
6337 OPC_Scope, 19,
6338 OPC_CheckChild0Type, MVT::v16i8,
6339 OPC_RecordChild1,
6340 OPC_MoveChild1,
6341 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
6342 OPC_CheckPredicate, 21,
6343 OPC_CheckTypeI32,
6344 OPC_MoveParent,
6345 OPC_CheckTypeI32,
6346 OPC_EmitConvertToTarget1,
6347 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EXTRACT_LANE_I8x16_u),
6348 MVT::i32, 2, 42,
6349 19,
6350 OPC_CheckChild0Type, MVT::v8i16,
6351 OPC_RecordChild1,
6352 OPC_MoveChild1,
6353 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
6354 OPC_CheckPredicate, 15,
6355 OPC_CheckTypeI32,
6356 OPC_MoveParent,
6357 OPC_CheckTypeI32,
6358 OPC_EmitConvertToTarget1,
6359 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EXTRACT_LANE_I16x8_u),
6360 MVT::i32, 2, 42,
6361 19,
6362 OPC_CheckChild0Type, MVT::v4i32,
6363 OPC_RecordChild1,
6364 OPC_MoveChild1,
6365 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
6366 OPC_CheckPredicate, 12,
6367 OPC_CheckTypeI32,
6368 OPC_MoveParent,
6369 OPC_CheckTypeI32,
6370 OPC_EmitConvertToTarget1,
6371 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EXTRACT_LANE_I32x4),
6372 MVT::i32, 2, 42,
6373 19,
6374 OPC_CheckChild0Type, MVT::v2i64,
6375 OPC_RecordChild1,
6376 OPC_MoveChild1,
6377 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
6378 OPC_CheckPredicate, 13,
6379 OPC_CheckTypeI32,
6380 OPC_MoveParent,
6381 OPC_CheckTypeI64,
6382 OPC_EmitConvertToTarget1,
6383 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EXTRACT_LANE_I64x2),
6384 MVT::i64, 2, 42,
6385 21,
6386 OPC_CheckChild0Type, 6|128,1,
6387 OPC_RecordChild1,
6388 OPC_MoveChild1,
6389 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
6390 OPC_CheckPredicate, 12,
6391 OPC_CheckTypeI32,
6392 OPC_MoveParent,
6393 OPC_CheckType, MVT::f32,
6394 OPC_EmitConvertToTarget1,
6395 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EXTRACT_LANE_F32x4),
6396 MVT::f32, 2, 42,
6397 21,
6398 OPC_CheckChild0Type, 24|128,1,
6399 OPC_RecordChild1,
6400 OPC_MoveChild1,
6401 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
6402 OPC_CheckPredicate, 13,
6403 OPC_CheckTypeI32,
6404 OPC_MoveParent,
6405 OPC_CheckType, MVT::f64,
6406 OPC_EmitConvertToTarget1,
6407 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EXTRACT_LANE_F64x2),
6408 MVT::f64, 2, 42,
6409 0,
6410 2|128,1, TARGET_VAL(WebAssemblyISD::ARGUMENT),
6411 OPC_RecordChild0,
6412 OPC_MoveChild0,
6413 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
6414 OPC_MoveParent,
6415 OPC_SwitchType , 6, MVT::i32,
6416 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ARGUMENT_i32),
6417 MVT::i32, 1, 2,
6418 6, MVT::i64,
6419 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ARGUMENT_i64),
6420 MVT::i64, 1, 2,
6421 7, 122|128,1,
6422 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ARGUMENT_funcref),
6423 122|128,1, 1, 2,
6424 7, 123|128,1,
6425 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ARGUMENT_externref),
6426 123|128,1, 1, 2,
6427 7, 124|128,1,
6428 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ARGUMENT_exnref),
6429 124|128,1, 1, 2,
6430 6, MVT::f32,
6431 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ARGUMENT_f32),
6432 MVT::f32, 1, 2,
6433 6, MVT::f64,
6434 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ARGUMENT_f64),
6435 MVT::f64, 1, 2,
6436 6, MVT::v16i8,
6437 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ARGUMENT_v16i8),
6438 MVT::v16i8, 1, 2,
6439 6, MVT::v8i16,
6440 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ARGUMENT_v8i16),
6441 MVT::v8i16, 1, 2,
6442 6, MVT::v4i32,
6443 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ARGUMENT_v4i32),
6444 MVT::v4i32, 1, 2,
6445 6, MVT::v2i64,
6446 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ARGUMENT_v2i64),
6447 MVT::v2i64, 1, 2,
6448 7, 6|128,1,
6449 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ARGUMENT_v4f32),
6450 6|128,1, 1, 2,
6451 7, 24|128,1,
6452 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ARGUMENT_v2f64),
6453 24|128,1, 1, 2,
6454 6, MVT::v8f16,
6455 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ARGUMENT_v8f16),
6456 MVT::v8f16, 1, 2,
6457 0,
6458 28|128,1, TARGET_VAL(WebAssemblyISD::LOCAL_GET),
6459 OPC_RecordNode,
6460 OPC_RecordChild1,
6461 OPC_MoveChild1,
6462 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
6463 OPC_MoveParent,
6464 OPC_SwitchType , 7, MVT::i32,
6465 OPC_EmitMergeInputChains1_0,
6466 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::LOCAL_GET_I32),
6467 MVT::i32, 1, 17,
6468 7, MVT::i64,
6469 OPC_EmitMergeInputChains1_0,
6470 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::LOCAL_GET_I64),
6471 MVT::i64, 1, 17,
6472 9, 122|128,1,
6473 OPC_CheckPatternPredicate7,
6474 OPC_EmitMergeInputChains1_0,
6475 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::LOCAL_GET_FUNCREF),
6476 122|128,1, 1, 17,
6477 9, 123|128,1,
6478 OPC_CheckPatternPredicate7,
6479 OPC_EmitMergeInputChains1_0,
6480 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::LOCAL_GET_EXTERNREF),
6481 123|128,1, 1, 17,
6482 10, 124|128,1,
6483 OPC_CheckPatternPredicate, 8,
6484 OPC_EmitMergeInputChains1_0,
6485 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::LOCAL_GET_EXNREF),
6486 124|128,1, 1, 17,
6487 7, MVT::f32,
6488 OPC_EmitMergeInputChains1_0,
6489 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::LOCAL_GET_F32),
6490 MVT::f32, 1, 17,
6491 7, MVT::f64,
6492 OPC_EmitMergeInputChains1_0,
6493 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::LOCAL_GET_F64),
6494 MVT::f64, 1, 17,
6495 8, MVT::v2i64,
6496 OPC_CheckPatternPredicate0,
6497 OPC_EmitMergeInputChains1_0,
6498 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::LOCAL_GET_V128),
6499 MVT::v2i64, 1, 17,
6500 8, MVT::v4i32,
6501 OPC_CheckPatternPredicate0,
6502 OPC_EmitMergeInputChains1_0,
6503 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::LOCAL_GET_V128),
6504 MVT::v4i32, 1, 17,
6505 8, MVT::v16i8,
6506 OPC_CheckPatternPredicate0,
6507 OPC_EmitMergeInputChains1_0,
6508 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::LOCAL_GET_V128),
6509 MVT::v16i8, 1, 17,
6510 8, MVT::v8i16,
6511 OPC_CheckPatternPredicate0,
6512 OPC_EmitMergeInputChains1_0,
6513 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::LOCAL_GET_V128),
6514 MVT::v8i16, 1, 17,
6515 8, MVT::v8f16,
6516 OPC_CheckPatternPredicate0,
6517 OPC_EmitMergeInputChains1_0,
6518 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::LOCAL_GET_V128),
6519 MVT::v8f16, 1, 17,
6520 9, 6|128,1,
6521 OPC_CheckPatternPredicate0,
6522 OPC_EmitMergeInputChains1_0,
6523 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::LOCAL_GET_V128),
6524 6|128,1, 1, 17,
6525 9, 24|128,1,
6526 OPC_CheckPatternPredicate0,
6527 OPC_EmitMergeInputChains1_0,
6528 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::LOCAL_GET_V128),
6529 24|128,1, 1, 17,
6530 0,
6531 22|128,1, TARGET_VAL(WebAssemblyISD::LOCAL_SET),
6532 OPC_RecordNode,
6533 OPC_RecordChild1,
6534 OPC_MoveChild1,
6535 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
6536 OPC_MoveParent,
6537 OPC_RecordChild2,
6538 OPC_Scope, 7,
6539 OPC_CheckChild2TypeI32,
6540 OPC_EmitMergeInputChains1_0,
6541 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::LOCAL_SET_I32),
6542 2, 45,
6543 7,
6544 OPC_CheckChild2TypeI64,
6545 OPC_EmitMergeInputChains1_0,
6546 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::LOCAL_SET_I64),
6547 2, 45,
6548 8,
6549 OPC_CheckChild2Type, MVT::f32,
6550 OPC_EmitMergeInputChains1_0,
6551 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::LOCAL_SET_F32),
6552 2, 45,
6553 8,
6554 OPC_CheckChild2Type, MVT::f64,
6555 OPC_EmitMergeInputChains1_0,
6556 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::LOCAL_SET_F64),
6557 2, 45,
6558 9,
6559 OPC_CheckChild2Type, MVT::v2i64,
6560 OPC_CheckPatternPredicate0,
6561 OPC_EmitMergeInputChains1_0,
6562 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::LOCAL_SET_V128),
6563 2, 45,
6564 9,
6565 OPC_CheckChild2Type, MVT::v4i32,
6566 OPC_CheckPatternPredicate0,
6567 OPC_EmitMergeInputChains1_0,
6568 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::LOCAL_SET_V128),
6569 2, 45,
6570 9,
6571 OPC_CheckChild2Type, MVT::v16i8,
6572 OPC_CheckPatternPredicate0,
6573 OPC_EmitMergeInputChains1_0,
6574 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::LOCAL_SET_V128),
6575 2, 45,
6576 9,
6577 OPC_CheckChild2Type, MVT::v8i16,
6578 OPC_CheckPatternPredicate0,
6579 OPC_EmitMergeInputChains1_0,
6580 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::LOCAL_SET_V128),
6581 2, 45,
6582 9,
6583 OPC_CheckChild2Type, MVT::v8f16,
6584 OPC_CheckPatternPredicate0,
6585 OPC_EmitMergeInputChains1_0,
6586 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::LOCAL_SET_V128),
6587 2, 45,
6588 10,
6589 OPC_CheckChild2Type, 6|128,1,
6590 OPC_CheckPatternPredicate0,
6591 OPC_EmitMergeInputChains1_0,
6592 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::LOCAL_SET_V128),
6593 2, 45,
6594 10,
6595 OPC_CheckChild2Type, 24|128,1,
6596 OPC_CheckPatternPredicate0,
6597 OPC_EmitMergeInputChains1_0,
6598 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::LOCAL_SET_V128),
6599 2, 45,
6600 10,
6601 OPC_CheckChild2Type, 122|128,1,
6602 OPC_CheckPatternPredicate7,
6603 OPC_EmitMergeInputChains1_0,
6604 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::LOCAL_SET_FUNCREF),
6605 2, 45,
6606 10,
6607 OPC_CheckChild2Type, 123|128,1,
6608 OPC_CheckPatternPredicate7,
6609 OPC_EmitMergeInputChains1_0,
6610 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::LOCAL_SET_EXTERNREF),
6611 2, 45,
6612 11,
6613 OPC_CheckChild2Type, 124|128,1,
6614 OPC_CheckPatternPredicate, 8,
6615 OPC_EmitMergeInputChains1_0,
6616 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::LOCAL_SET_EXNREF),
6617 2, 45,
6618 0,
6619 0|128,1, TARGET_VAL(WebAssemblyISD::Wrapper),
6620 OPC_RecordChild0,
6621 OPC_MoveChild0,
6622 OPC_SwitchOpcode , 47, TARGET_VAL(ISD::TargetGlobalAddress),
6623 OPC_MoveParent,
6624 OPC_SwitchType , 20, MVT::i32,
6625 OPC_Scope, 8,
6626 OPC_CheckPatternPredicate, 17,
6627 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_I32),
6628 MVT::i32, 1, 2,
6629 8,
6630 OPC_CheckPatternPredicate, 14,
6631 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GLOBAL_GET_I32),
6632 MVT::i32, 1, 2,
6633 0,
6634 20, MVT::i64,
6635 OPC_Scope, 8,
6636 OPC_CheckPatternPredicate, 18,
6637 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_I64),
6638 MVT::i64, 1, 2,
6639 8,
6640 OPC_CheckPatternPredicate, 15,
6641 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GLOBAL_GET_I64),
6642 MVT::i64, 1, 2,
6643 0,
6644 0,
6645 21, TARGET_VAL(ISD::TargetGlobalTLSAddress),
6646 OPC_MoveParent,
6647 OPC_SwitchType , 7, MVT::i32,
6648 OPC_CheckPatternPredicate3,
6649 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GLOBAL_GET_I32),
6650 MVT::i32, 1, 2,
6651 7, MVT::i64,
6652 OPC_CheckPatternPredicate4,
6653 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GLOBAL_GET_I64),
6654 MVT::i64, 1, 2,
6655 0,
6656 47, TARGET_VAL(ISD::TargetExternalSymbol),
6657 OPC_MoveParent,
6658 OPC_SwitchType , 20, MVT::i32,
6659 OPC_Scope, 8,
6660 OPC_CheckPatternPredicate, 14,
6661 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GLOBAL_GET_I32),
6662 MVT::i32, 1, 2,
6663 8,
6664 OPC_CheckPatternPredicate, 17,
6665 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_I32),
6666 MVT::i32, 1, 2,
6667 0,
6668 20, MVT::i64,
6669 OPC_Scope, 8,
6670 OPC_CheckPatternPredicate, 15,
6671 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GLOBAL_GET_I64),
6672 MVT::i64, 1, 2,
6673 8,
6674 OPC_CheckPatternPredicate, 18,
6675 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_I64),
6676 MVT::i64, 1, 2,
6677 0,
6678 0,
6679 0,
6680 80, TARGET_VAL(WebAssemblyISD::WrapperREL),
6681 OPC_RecordChild0,
6682 OPC_MoveChild0,
6683 OPC_SwitchOpcode , 23, TARGET_VAL(ISD::TargetGlobalAddress),
6684 OPC_MoveParent,
6685 OPC_SwitchType , 8, MVT::i32,
6686 OPC_CheckPatternPredicate, 14,
6687 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_I32),
6688 MVT::i32, 1, 2,
6689 8, MVT::i64,
6690 OPC_CheckPatternPredicate, 15,
6691 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_I64),
6692 MVT::i64, 1, 2,
6693 0,
6694 21, TARGET_VAL(ISD::TargetGlobalTLSAddress),
6695 OPC_MoveParent,
6696 OPC_SwitchType , 7, MVT::i32,
6697 OPC_CheckPatternPredicate3,
6698 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_I32),
6699 MVT::i32, 1, 2,
6700 7, MVT::i64,
6701 OPC_CheckPatternPredicate4,
6702 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_I64),
6703 MVT::i64, 1, 2,
6704 0,
6705 23, TARGET_VAL(ISD::TargetExternalSymbol),
6706 OPC_MoveParent,
6707 OPC_SwitchType , 8, MVT::i32,
6708 OPC_CheckPatternPredicate, 14,
6709 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_I32),
6710 MVT::i32, 1, 2,
6711 8, MVT::i64,
6712 OPC_CheckPatternPredicate, 15,
6713 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_I64),
6714 MVT::i64, 1, 2,
6715 0,
6716 0,
6717 41, TARGET_VAL(WebAssemblyISD::MEMSET),
6718 OPC_RecordNode,
6719 OPC_RecordChild1,
6720 OPC_MoveChild1,
6721 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
6722 OPC_CheckTypeI32,
6723 OPC_MoveParent,
6724 OPC_RecordChild2,
6725 OPC_Scope, 14,
6726 OPC_CheckChild2TypeI32,
6727 OPC_RecordChild3,
6728 OPC_CheckChild3TypeI32,
6729 OPC_RecordChild4,
6730 OPC_CheckChild4TypeI32,
6731 OPC_CheckPatternPredicate, 12,
6732 OPC_EmitMergeInputChains1_0,
6733 OPC_EmitConvertToTarget1,
6734 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::MEMSET_A32),
6735 4, 72,
6736 14,
6737 OPC_CheckChild2TypeI64,
6738 OPC_RecordChild3,
6739 OPC_CheckChild3TypeI32,
6740 OPC_RecordChild4,
6741 OPC_CheckChild4TypeI64,
6742 OPC_CheckPatternPredicate, 12,
6743 OPC_EmitMergeInputChains1_0,
6744 OPC_EmitConvertToTarget1,
6745 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::MEMSET_A64),
6746 4, 72,
6747 0,
6748 21, TARGET_VAL(ISD::Constant),
6749 OPC_RecordNode,
6750 OPC_SwitchType , 7, MVT::i32,
6751 OPC_EmitConvertToTarget0,
6752 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_I32),
6753 MVT::i32, 1, 17,
6754 7, MVT::i64,
6755 OPC_EmitConvertToTarget0,
6756 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_I64),
6757 MVT::i64, 1, 17,
6758 0,
6759 13, TARGET_VAL(ISD::BR),
6760 OPC_RecordNode,
6761 OPC_RecordChild1,
6762 OPC_MoveChild1,
6763 OPC_CheckOpcode, TARGET_VAL(ISD::BasicBlock),
6764 OPC_MoveParent,
6765 OPC_EmitMergeInputChains1_0,
6766 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::BR),
6767 1, 17,
6768 22, TARGET_VAL(WebAssemblyISD::BR_TABLE),
6769 OPC_RecordNode,
6770 OPC_RecordChild1,
6771 OPC_Scope, 8,
6772 OPC_CheckChild1TypeI32,
6773 OPC_EmitMergeInputChains1_0,
6774 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::BR_TABLE_I32), 0|OPFL_Chain|OPFL_Variadic1,
6775 1, 17,
6776 8,
6777 OPC_CheckChild1TypeI64,
6778 OPC_EmitMergeInputChains1_0,
6779 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::BR_TABLE_I64), 0|OPFL_Chain|OPFL_Variadic1,
6780 1, 17,
6781 0,
6782 7, TARGET_VAL(WebAssemblyISD::RETURN),
6783 OPC_RecordNode,
6784 OPC_EmitMergeInputChains1_0,
6785 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::RETURN), 0|OPFL_Chain|OPFL_Variadic0,
6786 0,
6787 6, TARGET_VAL(ISD::TRAP),
6788 OPC_RecordNode,
6789 OPC_EmitMergeInputChains1_0,
6790 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::UNREACHABLE),
6791 0,
6792 6, TARGET_VAL(ISD::DEBUGTRAP),
6793 OPC_RecordNode,
6794 OPC_EmitMergeInputChains1_0,
6795 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::DEBUG_UNREACHABLE),
6796 0,
6797 15, TARGET_VAL(ISD::CLEANUPRET),
6798 OPC_RecordNode,
6799 OPC_RecordChild1,
6800 OPC_MoveChild1,
6801 OPC_CheckOpcode, TARGET_VAL(ISD::BasicBlock),
6802 OPC_MoveParent,
6803 OPC_CheckPatternPredicate, 19,
6804 OPC_EmitMergeInputChains1_0,
6805 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::CLEANUPRET),
6806 1, 17,
6807 20, TARGET_VAL(ISD::CATCHRET),
6808 OPC_RecordNode,
6809 OPC_RecordChild1,
6810 OPC_MoveChild1,
6811 OPC_CheckOpcode, TARGET_VAL(ISD::BasicBlock),
6812 OPC_MoveSibling2,
6813 OPC_CheckOpcode, TARGET_VAL(ISD::BasicBlock),
6814 OPC_RecordNode,
6815 OPC_MoveParent,
6816 OPC_CheckPatternPredicate, 19,
6817 OPC_EmitMergeInputChains1_0,
6818 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::CATCHRET),
6819 2, 45,
6820 7, TARGET_VAL(ISD::TRUNCATE),
6821 OPC_RecordChild0,
6822 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I32_WRAP_I64),
6823 MVT::i32, 1, 2,
6824 7, TARGET_VAL(ISD::SIGN_EXTEND),
6825 OPC_RecordChild0,
6826 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I64_EXTEND_S_I32),
6827 MVT::i64, 1, 2,
6828 121, TARGET_VAL(ISD::FP_TO_SINT),
6829 OPC_RecordChild0,
6830 OPC_Scope, 48,
6831 OPC_CheckChild0Type, MVT::f32,
6832 OPC_SwitchType , 20, MVT::i32,
6833 OPC_Scope, 8,
6834 OPC_CheckPatternPredicate, 9,
6835 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I32_TRUNC_S_SAT_F32),
6836 MVT::i32, 1, 2,
6837 8,
6838 OPC_CheckPatternPredicate, 10,
6839 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::FP_TO_SINT_I32_F32),
6840 MVT::i32, 1, 2,
6841 0,
6842 20, MVT::i64,
6843 OPC_Scope, 8,
6844 OPC_CheckPatternPredicate, 9,
6845 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I64_TRUNC_S_SAT_F32),
6846 MVT::i64, 1, 2,
6847 8,
6848 OPC_CheckPatternPredicate, 10,
6849 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::FP_TO_SINT_I64_F32),
6850 MVT::i64, 1, 2,
6851 0,
6852 0,
6853 48,
6854 OPC_CheckChild0Type, MVT::f64,
6855 OPC_SwitchType , 20, MVT::i32,
6856 OPC_Scope, 8,
6857 OPC_CheckPatternPredicate, 9,
6858 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I32_TRUNC_S_SAT_F64),
6859 MVT::i32, 1, 2,
6860 8,
6861 OPC_CheckPatternPredicate, 10,
6862 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::FP_TO_SINT_I32_F64),
6863 MVT::i32, 1, 2,
6864 0,
6865 20, MVT::i64,
6866 OPC_Scope, 8,
6867 OPC_CheckPatternPredicate, 9,
6868 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I64_TRUNC_S_SAT_F64),
6869 MVT::i64, 1, 2,
6870 8,
6871 OPC_CheckPatternPredicate, 10,
6872 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::FP_TO_SINT_I64_F64),
6873 MVT::i64, 1, 2,
6874 0,
6875 0,
6876 9,
6877 OPC_CheckType, MVT::v4i32,
6878 OPC_CheckPatternPredicate0,
6879 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::fp_to_sint_I32x4),
6880 MVT::v4i32, 1, 2,
6881 9,
6882 OPC_CheckType, MVT::v8i16,
6883 OPC_CheckPatternPredicate6,
6884 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::fp_to_sint_I16x8),
6885 MVT::v8i16, 1, 2,
6886 0,
6887 121, TARGET_VAL(ISD::FP_TO_UINT),
6888 OPC_RecordChild0,
6889 OPC_Scope, 48,
6890 OPC_CheckChild0Type, MVT::f32,
6891 OPC_SwitchType , 20, MVT::i32,
6892 OPC_Scope, 8,
6893 OPC_CheckPatternPredicate, 9,
6894 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I32_TRUNC_U_SAT_F32),
6895 MVT::i32, 1, 2,
6896 8,
6897 OPC_CheckPatternPredicate, 10,
6898 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::FP_TO_UINT_I32_F32),
6899 MVT::i32, 1, 2,
6900 0,
6901 20, MVT::i64,
6902 OPC_Scope, 8,
6903 OPC_CheckPatternPredicate, 9,
6904 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I64_TRUNC_U_SAT_F32),
6905 MVT::i64, 1, 2,
6906 8,
6907 OPC_CheckPatternPredicate, 10,
6908 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::FP_TO_UINT_I64_F32),
6909 MVT::i64, 1, 2,
6910 0,
6911 0,
6912 48,
6913 OPC_CheckChild0Type, MVT::f64,
6914 OPC_SwitchType , 20, MVT::i32,
6915 OPC_Scope, 8,
6916 OPC_CheckPatternPredicate, 9,
6917 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I32_TRUNC_U_SAT_F64),
6918 MVT::i32, 1, 2,
6919 8,
6920 OPC_CheckPatternPredicate, 10,
6921 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::FP_TO_UINT_I32_F64),
6922 MVT::i32, 1, 2,
6923 0,
6924 20, MVT::i64,
6925 OPC_Scope, 8,
6926 OPC_CheckPatternPredicate, 9,
6927 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I64_TRUNC_U_SAT_F64),
6928 MVT::i64, 1, 2,
6929 8,
6930 OPC_CheckPatternPredicate, 10,
6931 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::FP_TO_UINT_I64_F64),
6932 MVT::i64, 1, 2,
6933 0,
6934 0,
6935 9,
6936 OPC_CheckType, MVT::v4i32,
6937 OPC_CheckPatternPredicate0,
6938 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::fp_to_uint_I32x4),
6939 MVT::v4i32, 1, 2,
6940 9,
6941 OPC_CheckType, MVT::v8i16,
6942 OPC_CheckPatternPredicate6,
6943 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::fp_to_uint_I16x8),
6944 MVT::v8i16, 1, 2,
6945 0,
6946 87, TARGET_VAL(ISD::FP_TO_SINT_SAT),
6947 OPC_RecordChild0,
6948 OPC_Scope, 27,
6949 OPC_CheckChild0Type, MVT::f32,
6950 OPC_MoveChild1,
6951 OPC_Scope, 10,
6952 OPC_CheckValueType, MVT::i32,
6953 OPC_MoveParent,
6954 OPC_CheckTypeI32,
6955 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I32_TRUNC_S_SAT_F32),
6956 MVT::i32, 1, 2,
6957 10,
6958 OPC_CheckValueType, MVT::i64,
6959 OPC_MoveParent,
6960 OPC_CheckTypeI64,
6961 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I64_TRUNC_S_SAT_F32),
6962 MVT::i64, 1, 2,
6963 0,
6964 27,
6965 OPC_CheckChild0Type, MVT::f64,
6966 OPC_MoveChild1,
6967 OPC_Scope, 10,
6968 OPC_CheckValueType, MVT::i32,
6969 OPC_MoveParent,
6970 OPC_CheckTypeI32,
6971 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I32_TRUNC_S_SAT_F64),
6972 MVT::i32, 1, 2,
6973 10,
6974 OPC_CheckValueType, MVT::i64,
6975 OPC_MoveParent,
6976 OPC_CheckTypeI64,
6977 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I64_TRUNC_S_SAT_F64),
6978 MVT::i64, 1, 2,
6979 0,
6980 27,
6981 OPC_MoveChild1,
6982 OPC_Scope, 11,
6983 OPC_CheckValueType, MVT::i32,
6984 OPC_MoveParent,
6985 OPC_CheckType, MVT::v4i32,
6986 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::fp_to_sint_I32x4),
6987 MVT::v4i32, 1, 2,
6988 11,
6989 OPC_CheckValueType, MVT::i16,
6990 OPC_MoveParent,
6991 OPC_CheckType, MVT::v8i16,
6992 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::fp_to_sint_I16x8),
6993 MVT::v8i16, 1, 2,
6994 0,
6995 0,
6996 87, TARGET_VAL(ISD::FP_TO_UINT_SAT),
6997 OPC_RecordChild0,
6998 OPC_Scope, 27,
6999 OPC_CheckChild0Type, MVT::f32,
7000 OPC_MoveChild1,
7001 OPC_Scope, 10,
7002 OPC_CheckValueType, MVT::i32,
7003 OPC_MoveParent,
7004 OPC_CheckTypeI32,
7005 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I32_TRUNC_U_SAT_F32),
7006 MVT::i32, 1, 2,
7007 10,
7008 OPC_CheckValueType, MVT::i64,
7009 OPC_MoveParent,
7010 OPC_CheckTypeI64,
7011 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I64_TRUNC_U_SAT_F32),
7012 MVT::i64, 1, 2,
7013 0,
7014 27,
7015 OPC_CheckChild0Type, MVT::f64,
7016 OPC_MoveChild1,
7017 OPC_Scope, 10,
7018 OPC_CheckValueType, MVT::i32,
7019 OPC_MoveParent,
7020 OPC_CheckTypeI32,
7021 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I32_TRUNC_U_SAT_F64),
7022 MVT::i32, 1, 2,
7023 10,
7024 OPC_CheckValueType, MVT::i64,
7025 OPC_MoveParent,
7026 OPC_CheckTypeI64,
7027 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I64_TRUNC_U_SAT_F64),
7028 MVT::i64, 1, 2,
7029 0,
7030 27,
7031 OPC_MoveChild1,
7032 OPC_Scope, 11,
7033 OPC_CheckValueType, MVT::i32,
7034 OPC_MoveParent,
7035 OPC_CheckType, MVT::v4i32,
7036 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::fp_to_uint_I32x4),
7037 MVT::v4i32, 1, 2,
7038 11,
7039 OPC_CheckValueType, MVT::i16,
7040 OPC_MoveParent,
7041 OPC_CheckType, MVT::v8i16,
7042 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::fp_to_uint_I16x8),
7043 MVT::v8i16, 1, 2,
7044 0,
7045 0,
7046 46|128,2, TARGET_VAL(ISD::BITCAST),
7047 OPC_RecordChild0,
7048 OPC_Scope, 9,
7049 OPC_CheckChild0Type, MVT::f32,
7050 OPC_CheckTypeI32,
7051 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I32_REINTERPRET_F32),
7052 MVT::i32, 1, 2,
7053 9,
7054 OPC_CheckChild0Type, MVT::f64,
7055 OPC_CheckTypeI64,
7056 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I64_REINTERPRET_F64),
7057 MVT::i64, 1, 2,
7058 9,
7059 OPC_CheckChild0TypeI32,
7060 OPC_CheckType, MVT::f32,
7061 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::F32_REINTERPRET_I32),
7062 MVT::f32, 1, 2,
7063 9,
7064 OPC_CheckChild0TypeI64,
7065 OPC_CheckType, MVT::f64,
7066 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::F64_REINTERPRET_I64),
7067 MVT::f64, 1, 2,
7068 36,
7069 OPC_CheckChild0Type, MVT::v8i16,
7070 OPC_SwitchType , 3, MVT::v16i8,
7071 OPC_CompleteMatch, 1, 0,
7072
7073 3, MVT::v4i32,
7074 OPC_CompleteMatch, 1, 0,
7075
7076 3, MVT::v2i64,
7077 OPC_CompleteMatch, 1, 0,
7078
7079 3, 6|128,1,
7080 OPC_CompleteMatch, 1, 0,
7081
7082 3, 24|128,1,
7083 OPC_CompleteMatch, 1, 0,
7084
7085 3, MVT::v8f16,
7086 OPC_CompleteMatch, 1, 0,
7087
7088 0,
7089 36,
7090 OPC_CheckChild0Type, MVT::v4i32,
7091 OPC_SwitchType , 3, MVT::v16i8,
7092 OPC_CompleteMatch, 1, 0,
7093
7094 3, MVT::v8i16,
7095 OPC_CompleteMatch, 1, 0,
7096
7097 3, MVT::v2i64,
7098 OPC_CompleteMatch, 1, 0,
7099
7100 3, 6|128,1,
7101 OPC_CompleteMatch, 1, 0,
7102
7103 3, 24|128,1,
7104 OPC_CompleteMatch, 1, 0,
7105
7106 3, MVT::v8f16,
7107 OPC_CompleteMatch, 1, 0,
7108
7109 0,
7110 36,
7111 OPC_CheckChild0Type, MVT::v2i64,
7112 OPC_SwitchType , 3, MVT::v16i8,
7113 OPC_CompleteMatch, 1, 0,
7114
7115 3, MVT::v8i16,
7116 OPC_CompleteMatch, 1, 0,
7117
7118 3, MVT::v4i32,
7119 OPC_CompleteMatch, 1, 0,
7120
7121 3, 6|128,1,
7122 OPC_CompleteMatch, 1, 0,
7123
7124 3, 24|128,1,
7125 OPC_CompleteMatch, 1, 0,
7126
7127 3, MVT::v8f16,
7128 OPC_CompleteMatch, 1, 0,
7129
7130 0,
7131 36,
7132 OPC_CheckChild0Type, 6|128,1,
7133 OPC_SwitchType , 3, MVT::v16i8,
7134 OPC_CompleteMatch, 1, 0,
7135
7136 3, MVT::v8i16,
7137 OPC_CompleteMatch, 1, 0,
7138
7139 3, MVT::v4i32,
7140 OPC_CompleteMatch, 1, 0,
7141
7142 3, MVT::v2i64,
7143 OPC_CompleteMatch, 1, 0,
7144
7145 3, 24|128,1,
7146 OPC_CompleteMatch, 1, 0,
7147
7148 3, MVT::v8f16,
7149 OPC_CompleteMatch, 1, 0,
7150
7151 0,
7152 36,
7153 OPC_CheckChild0Type, 24|128,1,
7154 OPC_SwitchType , 3, MVT::v16i8,
7155 OPC_CompleteMatch, 1, 0,
7156
7157 3, MVT::v8i16,
7158 OPC_CompleteMatch, 1, 0,
7159
7160 3, MVT::v4i32,
7161 OPC_CompleteMatch, 1, 0,
7162
7163 3, MVT::v2i64,
7164 OPC_CompleteMatch, 1, 0,
7165
7166 3, 6|128,1,
7167 OPC_CompleteMatch, 1, 0,
7168
7169 3, MVT::v8f16,
7170 OPC_CompleteMatch, 1, 0,
7171
7172 0,
7173 36,
7174 OPC_CheckChild0Type, MVT::v8f16,
7175 OPC_SwitchType , 3, MVT::v16i8,
7176 OPC_CompleteMatch, 1, 0,
7177
7178 3, MVT::v8i16,
7179 OPC_CompleteMatch, 1, 0,
7180
7181 3, MVT::v4i32,
7182 OPC_CompleteMatch, 1, 0,
7183
7184 3, MVT::v2i64,
7185 OPC_CompleteMatch, 1, 0,
7186
7187 3, 6|128,1,
7188 OPC_CompleteMatch, 1, 0,
7189
7190 3, 24|128,1,
7191 OPC_CompleteMatch, 1, 0,
7192
7193 0,
7194 36,
7195 OPC_CheckChild0Type, MVT::v16i8,
7196 OPC_SwitchType , 3, MVT::v8i16,
7197 OPC_CompleteMatch, 1, 0,
7198
7199 3, MVT::v4i32,
7200 OPC_CompleteMatch, 1, 0,
7201
7202 3, MVT::v2i64,
7203 OPC_CompleteMatch, 1, 0,
7204
7205 3, 6|128,1,
7206 OPC_CompleteMatch, 1, 0,
7207
7208 3, 24|128,1,
7209 OPC_CompleteMatch, 1, 0,
7210
7211 3, MVT::v8f16,
7212 OPC_CompleteMatch, 1, 0,
7213
7214 0,
7215 0,
7216 3|128,81, TARGET_VAL(ISD::ADD),
7217 OPC_Scope, 20,
7218 OPC_RecordChild0,
7219 OPC_RecordChild1,
7220 OPC_SwitchType , 6, MVT::i32,
7221 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ADD_I32),
7222 MVT::i32, 2, 16,
7223 6, MVT::i64,
7224 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ADD_I64),
7225 MVT::i64, 2, 16,
7226 0,
7227 33|128,80,
7228 OPC_MoveChild0,
7229 OPC_SwitchOpcode , 96|128,70, TARGET_VAL(WebAssemblyISD::SHUFFLE),
7230 OPC_MoveChild0,
7231 OPC_SwitchOpcode , 11|128,59, TARGET_VAL(ISD::MUL),
7232 OPC_MoveChild0,
7233 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
7234 OPC_RecordChild0,
7235 OPC_Scope, 64|128,29,
7236 OPC_CheckChild0Type, MVT::v8i16,
7237 OPC_MoveSibling1,
7238 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
7239 OPC_RecordChild0,
7240 OPC_CheckChild0Type, MVT::v8i16,
7241 OPC_MoveParent,
7242 OPC_CheckType, MVT::v4i32,
7243 OPC_MoveSibling1,
7244 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
7245 OPC_MoveChild0,
7246 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
7247 OPC_Scope, 8|128,4,
7248 OPC_CheckChild0Same, 0,
7249 OPC_MoveSibling1,
7250 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
7251 OPC_CheckChild0Same, 1,
7252 OPC_MoveParent,
7253 OPC_CheckType, MVT::v4i32,
7254 OPC_MoveParent,
7255 OPC_CheckChild2Integer, 0,
7256 OPC_CheckChild2TypeI32,
7257 OPC_CheckChild3Integer, 1,
7258 OPC_CheckChild3TypeI32,
7259 OPC_CheckChild4Integer, 2,
7260 OPC_CheckChild4TypeI32,
7261 OPC_MoveChild5,
7262 OPC_CheckInteger, 3,
7263 OPC_CheckTypeI32,
7264 OPC_MoveSibling6,
7265 OPC_CheckInteger, 8,
7266 OPC_CheckTypeI32,
7267 OPC_MoveSibling7,
7268 OPC_CheckInteger, 9,
7269 OPC_CheckTypeI32,
7270 OPC_MoveSibling, 8,
7271 OPC_CheckInteger, 10,
7272 OPC_CheckTypeI32,
7273 OPC_MoveSibling, 9,
7274 OPC_CheckInteger, 11,
7275 OPC_CheckTypeI32,
7276 OPC_MoveSibling, 10,
7277 OPC_CheckInteger, 16,
7278 OPC_CheckTypeI32,
7279 OPC_MoveSibling, 11,
7280 OPC_CheckInteger, 17,
7281 OPC_CheckTypeI32,
7282 OPC_MoveSibling, 12,
7283 OPC_CheckInteger, 18,
7284 OPC_CheckTypeI32,
7285 OPC_MoveSibling, 13,
7286 OPC_CheckInteger, 19,
7287 OPC_CheckTypeI32,
7288 OPC_MoveSibling, 14,
7289 OPC_CheckInteger, 24,
7290 OPC_CheckTypeI32,
7291 OPC_MoveSibling, 15,
7292 OPC_CheckInteger, 25,
7293 OPC_CheckTypeI32,
7294 OPC_MoveSibling, 16,
7295 OPC_CheckInteger, 26,
7296 OPC_CheckTypeI32,
7297 OPC_MoveSibling, 17,
7298 OPC_CheckInteger, 27,
7299 OPC_CheckTypeI32,
7300 OPC_MoveParent,
7301 OPC_MoveSibling1,
7302 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
7303 OPC_MoveChild0,
7304 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
7305 OPC_MoveChild0,
7306 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
7307 OPC_Scope, 81|128,1,
7308 OPC_CheckChild0Same, 0,
7309 OPC_MoveSibling1,
7310 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
7311 OPC_CheckChild0Same, 1,
7312 OPC_MoveParent,
7313 OPC_CheckType, MVT::v4i32,
7314 OPC_MoveSibling1,
7315 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
7316 OPC_MoveChild0,
7317 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
7318 OPC_Scope, 93,
7319 OPC_CheckChild0Same, 0,
7320 OPC_MoveSibling1,
7321 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
7322 OPC_CheckChild0Same, 1,
7323 OPC_MoveParent,
7324 OPC_CheckType, MVT::v4i32,
7325 OPC_MoveParent,
7326 OPC_CheckChild2Integer, 4,
7327 OPC_CheckChild2TypeI32,
7328 OPC_CheckChild3Integer, 5,
7329 OPC_CheckChild3TypeI32,
7330 OPC_CheckChild4Integer, 6,
7331 OPC_CheckChild4TypeI32,
7332 OPC_MoveChild5,
7333 OPC_CheckInteger, 7,
7334 OPC_CheckTypeI32,
7335 OPC_MoveSibling6,
7336 OPC_CheckInteger, 12,
7337 OPC_CheckTypeI32,
7338 OPC_MoveSibling7,
7339 OPC_CheckInteger, 13,
7340 OPC_CheckTypeI32,
7341 OPC_MoveSibling, 8,
7342 OPC_CheckInteger, 14,
7343 OPC_CheckTypeI32,
7344 OPC_MoveSibling, 9,
7345 OPC_CheckInteger, 15,
7346 OPC_CheckTypeI32,
7347 OPC_MoveSibling, 10,
7348 OPC_CheckInteger, 20,
7349 OPC_CheckTypeI32,
7350 OPC_MoveSibling, 11,
7351 OPC_CheckInteger, 21,
7352 OPC_CheckTypeI32,
7353 OPC_MoveSibling, 12,
7354 OPC_CheckInteger, 22,
7355 OPC_CheckTypeI32,
7356 OPC_MoveSibling, 13,
7357 OPC_CheckInteger, 23,
7358 OPC_CheckTypeI32,
7359 OPC_MoveSibling, 14,
7360 OPC_CheckInteger, 28,
7361 OPC_CheckTypeI32,
7362 OPC_MoveSibling, 15,
7363 OPC_CheckInteger, 29,
7364 OPC_CheckTypeI32,
7365 OPC_MoveSibling, 16,
7366 OPC_CheckInteger, 30,
7367 OPC_CheckTypeI32,
7368 OPC_MoveSibling, 17,
7369 OPC_CheckInteger, 31,
7370 OPC_CheckTypeI32,
7371 OPC_MoveParent,
7372 OPC_MoveParent,
7373 OPC_CheckType, MVT::v4i32,
7374 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
7375 MVT::v4i32, 2, 16,
7376 93,
7377 OPC_CheckChild0Same, 1,
7378 OPC_MoveSibling1,
7379 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
7380 OPC_CheckChild0Same, 0,
7381 OPC_MoveParent,
7382 OPC_CheckType, MVT::v4i32,
7383 OPC_MoveParent,
7384 OPC_CheckChild2Integer, 4,
7385 OPC_CheckChild2TypeI32,
7386 OPC_CheckChild3Integer, 5,
7387 OPC_CheckChild3TypeI32,
7388 OPC_CheckChild4Integer, 6,
7389 OPC_CheckChild4TypeI32,
7390 OPC_MoveChild5,
7391 OPC_CheckInteger, 7,
7392 OPC_CheckTypeI32,
7393 OPC_MoveSibling6,
7394 OPC_CheckInteger, 12,
7395 OPC_CheckTypeI32,
7396 OPC_MoveSibling7,
7397 OPC_CheckInteger, 13,
7398 OPC_CheckTypeI32,
7399 OPC_MoveSibling, 8,
7400 OPC_CheckInteger, 14,
7401 OPC_CheckTypeI32,
7402 OPC_MoveSibling, 9,
7403 OPC_CheckInteger, 15,
7404 OPC_CheckTypeI32,
7405 OPC_MoveSibling, 10,
7406 OPC_CheckInteger, 20,
7407 OPC_CheckTypeI32,
7408 OPC_MoveSibling, 11,
7409 OPC_CheckInteger, 21,
7410 OPC_CheckTypeI32,
7411 OPC_MoveSibling, 12,
7412 OPC_CheckInteger, 22,
7413 OPC_CheckTypeI32,
7414 OPC_MoveSibling, 13,
7415 OPC_CheckInteger, 23,
7416 OPC_CheckTypeI32,
7417 OPC_MoveSibling, 14,
7418 OPC_CheckInteger, 28,
7419 OPC_CheckTypeI32,
7420 OPC_MoveSibling, 15,
7421 OPC_CheckInteger, 29,
7422 OPC_CheckTypeI32,
7423 OPC_MoveSibling, 16,
7424 OPC_CheckInteger, 30,
7425 OPC_CheckTypeI32,
7426 OPC_MoveSibling, 17,
7427 OPC_CheckInteger, 31,
7428 OPC_CheckTypeI32,
7429 OPC_MoveParent,
7430 OPC_MoveParent,
7431 OPC_CheckType, MVT::v4i32,
7432 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
7433 MVT::v4i32, 2, 16,
7434 0,
7435 81|128,1,
7436 OPC_CheckChild0Same, 1,
7437 OPC_MoveSibling1,
7438 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
7439 OPC_CheckChild0Same, 0,
7440 OPC_MoveParent,
7441 OPC_CheckType, MVT::v4i32,
7442 OPC_MoveSibling1,
7443 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
7444 OPC_MoveChild0,
7445 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
7446 OPC_Scope, 93,
7447 OPC_CheckChild0Same, 0,
7448 OPC_MoveSibling1,
7449 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
7450 OPC_CheckChild0Same, 1,
7451 OPC_MoveParent,
7452 OPC_CheckType, MVT::v4i32,
7453 OPC_MoveParent,
7454 OPC_CheckChild2Integer, 4,
7455 OPC_CheckChild2TypeI32,
7456 OPC_CheckChild3Integer, 5,
7457 OPC_CheckChild3TypeI32,
7458 OPC_CheckChild4Integer, 6,
7459 OPC_CheckChild4TypeI32,
7460 OPC_MoveChild5,
7461 OPC_CheckInteger, 7,
7462 OPC_CheckTypeI32,
7463 OPC_MoveSibling6,
7464 OPC_CheckInteger, 12,
7465 OPC_CheckTypeI32,
7466 OPC_MoveSibling7,
7467 OPC_CheckInteger, 13,
7468 OPC_CheckTypeI32,
7469 OPC_MoveSibling, 8,
7470 OPC_CheckInteger, 14,
7471 OPC_CheckTypeI32,
7472 OPC_MoveSibling, 9,
7473 OPC_CheckInteger, 15,
7474 OPC_CheckTypeI32,
7475 OPC_MoveSibling, 10,
7476 OPC_CheckInteger, 20,
7477 OPC_CheckTypeI32,
7478 OPC_MoveSibling, 11,
7479 OPC_CheckInteger, 21,
7480 OPC_CheckTypeI32,
7481 OPC_MoveSibling, 12,
7482 OPC_CheckInteger, 22,
7483 OPC_CheckTypeI32,
7484 OPC_MoveSibling, 13,
7485 OPC_CheckInteger, 23,
7486 OPC_CheckTypeI32,
7487 OPC_MoveSibling, 14,
7488 OPC_CheckInteger, 28,
7489 OPC_CheckTypeI32,
7490 OPC_MoveSibling, 15,
7491 OPC_CheckInteger, 29,
7492 OPC_CheckTypeI32,
7493 OPC_MoveSibling, 16,
7494 OPC_CheckInteger, 30,
7495 OPC_CheckTypeI32,
7496 OPC_MoveSibling, 17,
7497 OPC_CheckInteger, 31,
7498 OPC_CheckTypeI32,
7499 OPC_MoveParent,
7500 OPC_MoveParent,
7501 OPC_CheckType, MVT::v4i32,
7502 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
7503 MVT::v4i32, 2, 16,
7504 93,
7505 OPC_CheckChild0Same, 1,
7506 OPC_MoveSibling1,
7507 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
7508 OPC_CheckChild0Same, 0,
7509 OPC_MoveParent,
7510 OPC_CheckType, MVT::v4i32,
7511 OPC_MoveParent,
7512 OPC_CheckChild2Integer, 4,
7513 OPC_CheckChild2TypeI32,
7514 OPC_CheckChild3Integer, 5,
7515 OPC_CheckChild3TypeI32,
7516 OPC_CheckChild4Integer, 6,
7517 OPC_CheckChild4TypeI32,
7518 OPC_MoveChild5,
7519 OPC_CheckInteger, 7,
7520 OPC_CheckTypeI32,
7521 OPC_MoveSibling6,
7522 OPC_CheckInteger, 12,
7523 OPC_CheckTypeI32,
7524 OPC_MoveSibling7,
7525 OPC_CheckInteger, 13,
7526 OPC_CheckTypeI32,
7527 OPC_MoveSibling, 8,
7528 OPC_CheckInteger, 14,
7529 OPC_CheckTypeI32,
7530 OPC_MoveSibling, 9,
7531 OPC_CheckInteger, 15,
7532 OPC_CheckTypeI32,
7533 OPC_MoveSibling, 10,
7534 OPC_CheckInteger, 20,
7535 OPC_CheckTypeI32,
7536 OPC_MoveSibling, 11,
7537 OPC_CheckInteger, 21,
7538 OPC_CheckTypeI32,
7539 OPC_MoveSibling, 12,
7540 OPC_CheckInteger, 22,
7541 OPC_CheckTypeI32,
7542 OPC_MoveSibling, 13,
7543 OPC_CheckInteger, 23,
7544 OPC_CheckTypeI32,
7545 OPC_MoveSibling, 14,
7546 OPC_CheckInteger, 28,
7547 OPC_CheckTypeI32,
7548 OPC_MoveSibling, 15,
7549 OPC_CheckInteger, 29,
7550 OPC_CheckTypeI32,
7551 OPC_MoveSibling, 16,
7552 OPC_CheckInteger, 30,
7553 OPC_CheckTypeI32,
7554 OPC_MoveSibling, 17,
7555 OPC_CheckInteger, 31,
7556 OPC_CheckTypeI32,
7557 OPC_MoveParent,
7558 OPC_MoveParent,
7559 OPC_CheckType, MVT::v4i32,
7560 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
7561 MVT::v4i32, 2, 16,
7562 0,
7563 0,
7564 67|128,6,
7565 OPC_CheckChild0Same, 1,
7566 OPC_MoveSibling1,
7567 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
7568 OPC_CheckChild0Same, 0,
7569 OPC_MoveParent,
7570 OPC_CheckType, MVT::v4i32,
7571 OPC_MoveParent,
7572 OPC_CheckChild2Integer, 0,
7573 OPC_CheckChild2TypeI32,
7574 OPC_CheckChild3Integer, 1,
7575 OPC_CheckChild3TypeI32,
7576 OPC_CheckChild4Integer, 2,
7577 OPC_CheckChild4TypeI32,
7578 OPC_MoveChild5,
7579 OPC_CheckInteger, 3,
7580 OPC_CheckTypeI32,
7581 OPC_MoveSibling6,
7582 OPC_CheckInteger, 8,
7583 OPC_CheckTypeI32,
7584 OPC_MoveSibling7,
7585 OPC_CheckInteger, 9,
7586 OPC_CheckTypeI32,
7587 OPC_MoveSibling, 8,
7588 OPC_CheckInteger, 10,
7589 OPC_CheckTypeI32,
7590 OPC_MoveSibling, 9,
7591 OPC_CheckInteger, 11,
7592 OPC_CheckTypeI32,
7593 OPC_MoveSibling, 10,
7594 OPC_CheckInteger, 16,
7595 OPC_CheckTypeI32,
7596 OPC_MoveSibling, 11,
7597 OPC_CheckInteger, 17,
7598 OPC_CheckTypeI32,
7599 OPC_MoveSibling, 12,
7600 OPC_CheckInteger, 18,
7601 OPC_CheckTypeI32,
7602 OPC_MoveSibling, 13,
7603 OPC_CheckInteger, 19,
7604 OPC_CheckTypeI32,
7605 OPC_MoveSibling, 14,
7606 OPC_CheckInteger, 24,
7607 OPC_CheckTypeI32,
7608 OPC_MoveSibling, 15,
7609 OPC_CheckInteger, 25,
7610 OPC_CheckTypeI32,
7611 OPC_MoveSibling, 16,
7612 OPC_CheckInteger, 26,
7613 OPC_CheckTypeI32,
7614 OPC_MoveSibling, 17,
7615 OPC_CheckInteger, 27,
7616 OPC_CheckTypeI32,
7617 OPC_MoveParent,
7618 OPC_MoveSibling1,
7619 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
7620 OPC_MoveChild0,
7621 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
7622 OPC_MoveChild0,
7623 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
7624 OPC_Scope, 81|128,1,
7625 OPC_CheckChild0Same, 0,
7626 OPC_MoveSibling1,
7627 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
7628 OPC_CheckChild0Same, 1,
7629 OPC_MoveParent,
7630 OPC_CheckType, MVT::v4i32,
7631 OPC_MoveSibling1,
7632 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
7633 OPC_MoveChild0,
7634 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
7635 OPC_Scope, 93,
7636 OPC_CheckChild0Same, 0,
7637 OPC_MoveSibling1,
7638 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
7639 OPC_CheckChild0Same, 1,
7640 OPC_MoveParent,
7641 OPC_CheckType, MVT::v4i32,
7642 OPC_MoveParent,
7643 OPC_CheckChild2Integer, 4,
7644 OPC_CheckChild2TypeI32,
7645 OPC_CheckChild3Integer, 5,
7646 OPC_CheckChild3TypeI32,
7647 OPC_CheckChild4Integer, 6,
7648 OPC_CheckChild4TypeI32,
7649 OPC_MoveChild5,
7650 OPC_CheckInteger, 7,
7651 OPC_CheckTypeI32,
7652 OPC_MoveSibling6,
7653 OPC_CheckInteger, 12,
7654 OPC_CheckTypeI32,
7655 OPC_MoveSibling7,
7656 OPC_CheckInteger, 13,
7657 OPC_CheckTypeI32,
7658 OPC_MoveSibling, 8,
7659 OPC_CheckInteger, 14,
7660 OPC_CheckTypeI32,
7661 OPC_MoveSibling, 9,
7662 OPC_CheckInteger, 15,
7663 OPC_CheckTypeI32,
7664 OPC_MoveSibling, 10,
7665 OPC_CheckInteger, 20,
7666 OPC_CheckTypeI32,
7667 OPC_MoveSibling, 11,
7668 OPC_CheckInteger, 21,
7669 OPC_CheckTypeI32,
7670 OPC_MoveSibling, 12,
7671 OPC_CheckInteger, 22,
7672 OPC_CheckTypeI32,
7673 OPC_MoveSibling, 13,
7674 OPC_CheckInteger, 23,
7675 OPC_CheckTypeI32,
7676 OPC_MoveSibling, 14,
7677 OPC_CheckInteger, 28,
7678 OPC_CheckTypeI32,
7679 OPC_MoveSibling, 15,
7680 OPC_CheckInteger, 29,
7681 OPC_CheckTypeI32,
7682 OPC_MoveSibling, 16,
7683 OPC_CheckInteger, 30,
7684 OPC_CheckTypeI32,
7685 OPC_MoveSibling, 17,
7686 OPC_CheckInteger, 31,
7687 OPC_CheckTypeI32,
7688 OPC_MoveParent,
7689 OPC_MoveParent,
7690 OPC_CheckType, MVT::v4i32,
7691 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
7692 MVT::v4i32, 2, 16,
7693 93,
7694 OPC_CheckChild0Same, 1,
7695 OPC_MoveSibling1,
7696 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
7697 OPC_CheckChild0Same, 0,
7698 OPC_MoveParent,
7699 OPC_CheckType, MVT::v4i32,
7700 OPC_MoveParent,
7701 OPC_CheckChild2Integer, 4,
7702 OPC_CheckChild2TypeI32,
7703 OPC_CheckChild3Integer, 5,
7704 OPC_CheckChild3TypeI32,
7705 OPC_CheckChild4Integer, 6,
7706 OPC_CheckChild4TypeI32,
7707 OPC_MoveChild5,
7708 OPC_CheckInteger, 7,
7709 OPC_CheckTypeI32,
7710 OPC_MoveSibling6,
7711 OPC_CheckInteger, 12,
7712 OPC_CheckTypeI32,
7713 OPC_MoveSibling7,
7714 OPC_CheckInteger, 13,
7715 OPC_CheckTypeI32,
7716 OPC_MoveSibling, 8,
7717 OPC_CheckInteger, 14,
7718 OPC_CheckTypeI32,
7719 OPC_MoveSibling, 9,
7720 OPC_CheckInteger, 15,
7721 OPC_CheckTypeI32,
7722 OPC_MoveSibling, 10,
7723 OPC_CheckInteger, 20,
7724 OPC_CheckTypeI32,
7725 OPC_MoveSibling, 11,
7726 OPC_CheckInteger, 21,
7727 OPC_CheckTypeI32,
7728 OPC_MoveSibling, 12,
7729 OPC_CheckInteger, 22,
7730 OPC_CheckTypeI32,
7731 OPC_MoveSibling, 13,
7732 OPC_CheckInteger, 23,
7733 OPC_CheckTypeI32,
7734 OPC_MoveSibling, 14,
7735 OPC_CheckInteger, 28,
7736 OPC_CheckTypeI32,
7737 OPC_MoveSibling, 15,
7738 OPC_CheckInteger, 29,
7739 OPC_CheckTypeI32,
7740 OPC_MoveSibling, 16,
7741 OPC_CheckInteger, 30,
7742 OPC_CheckTypeI32,
7743 OPC_MoveSibling, 17,
7744 OPC_CheckInteger, 31,
7745 OPC_CheckTypeI32,
7746 OPC_MoveParent,
7747 OPC_MoveParent,
7748 OPC_CheckType, MVT::v4i32,
7749 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
7750 MVT::v4i32, 2, 16,
7751 0,
7752 57|128,2,
7753 OPC_CheckChild0Same, 1,
7754 OPC_MoveSibling1,
7755 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
7756 OPC_CheckChild0Same, 0,
7757 OPC_MoveParent,
7758 OPC_CheckType, MVT::v4i32,
7759 OPC_MoveSibling1,
7760 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
7761 OPC_MoveChild0,
7762 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
7763 OPC_Scope, 93,
7764 OPC_CheckChild0Same, 0,
7765 OPC_MoveSibling1,
7766 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
7767 OPC_CheckChild0Same, 1,
7768 OPC_MoveParent,
7769 OPC_CheckType, MVT::v4i32,
7770 OPC_MoveParent,
7771 OPC_CheckChild2Integer, 4,
7772 OPC_CheckChild2TypeI32,
7773 OPC_CheckChild3Integer, 5,
7774 OPC_CheckChild3TypeI32,
7775 OPC_CheckChild4Integer, 6,
7776 OPC_CheckChild4TypeI32,
7777 OPC_MoveChild5,
7778 OPC_CheckInteger, 7,
7779 OPC_CheckTypeI32,
7780 OPC_MoveSibling6,
7781 OPC_CheckInteger, 12,
7782 OPC_CheckTypeI32,
7783 OPC_MoveSibling7,
7784 OPC_CheckInteger, 13,
7785 OPC_CheckTypeI32,
7786 OPC_MoveSibling, 8,
7787 OPC_CheckInteger, 14,
7788 OPC_CheckTypeI32,
7789 OPC_MoveSibling, 9,
7790 OPC_CheckInteger, 15,
7791 OPC_CheckTypeI32,
7792 OPC_MoveSibling, 10,
7793 OPC_CheckInteger, 20,
7794 OPC_CheckTypeI32,
7795 OPC_MoveSibling, 11,
7796 OPC_CheckInteger, 21,
7797 OPC_CheckTypeI32,
7798 OPC_MoveSibling, 12,
7799 OPC_CheckInteger, 22,
7800 OPC_CheckTypeI32,
7801 OPC_MoveSibling, 13,
7802 OPC_CheckInteger, 23,
7803 OPC_CheckTypeI32,
7804 OPC_MoveSibling, 14,
7805 OPC_CheckInteger, 28,
7806 OPC_CheckTypeI32,
7807 OPC_MoveSibling, 15,
7808 OPC_CheckInteger, 29,
7809 OPC_CheckTypeI32,
7810 OPC_MoveSibling, 16,
7811 OPC_CheckInteger, 30,
7812 OPC_CheckTypeI32,
7813 OPC_MoveSibling, 17,
7814 OPC_CheckInteger, 31,
7815 OPC_CheckTypeI32,
7816 OPC_MoveParent,
7817 OPC_MoveParent,
7818 OPC_CheckType, MVT::v4i32,
7819 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
7820 MVT::v4i32, 2, 16,
7821 103,
7822 OPC_CheckChild0Same, 1,
7823 OPC_MoveSibling1,
7824 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
7825 OPC_CheckChild0Same, 0,
7826 OPC_MoveParent,
7827 OPC_CheckType, MVT::v4i32,
7828 OPC_MoveParent,
7829 OPC_CheckChild2Integer, 4,
7830 OPC_CheckChild2TypeI32,
7831 OPC_CheckChild3Integer, 5,
7832 OPC_CheckChild3TypeI32,
7833 OPC_CheckChild4Integer, 6,
7834 OPC_CheckChild4TypeI32,
7835 OPC_MoveChild5,
7836 OPC_CheckInteger, 7,
7837 OPC_CheckTypeI32,
7838 OPC_MoveSibling6,
7839 OPC_CheckInteger, 12,
7840 OPC_CheckTypeI32,
7841 OPC_MoveSibling7,
7842 OPC_CheckInteger, 13,
7843 OPC_CheckTypeI32,
7844 OPC_MoveSibling, 8,
7845 OPC_CheckInteger, 14,
7846 OPC_CheckTypeI32,
7847 OPC_MoveSibling, 9,
7848 OPC_CheckInteger, 15,
7849 OPC_CheckTypeI32,
7850 OPC_MoveSibling, 10,
7851 OPC_CheckInteger, 20,
7852 OPC_CheckTypeI32,
7853 OPC_MoveSibling, 11,
7854 OPC_CheckInteger, 21,
7855 OPC_CheckTypeI32,
7856 OPC_MoveSibling, 12,
7857 OPC_CheckInteger, 22,
7858 OPC_CheckTypeI32,
7859 OPC_MoveSibling, 13,
7860 OPC_CheckInteger, 23,
7861 OPC_CheckTypeI32,
7862 OPC_MoveSibling, 14,
7863 OPC_CheckInteger, 28,
7864 OPC_CheckTypeI32,
7865 OPC_MoveSibling, 15,
7866 OPC_CheckInteger, 29,
7867 OPC_CheckTypeI32,
7868 OPC_MoveSibling, 16,
7869 OPC_CheckInteger, 30,
7870 OPC_CheckTypeI32,
7871 OPC_MoveSibling, 17,
7872 OPC_CheckInteger, 31,
7873 OPC_CheckTypeI32,
7874 OPC_MoveParent,
7875 OPC_MoveParent,
7876 OPC_CheckType, MVT::v4i32,
7877 OPC_Scope, 6,
7878 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
7879 MVT::v4i32, 2, 16,
7880 6,
7881 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
7882 MVT::v4i32, 2, 1,
7883 0,
7884 93,
7885 OPC_CheckChild0Same, 0,
7886 OPC_MoveSibling1,
7887 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
7888 OPC_CheckChild0Same, 1,
7889 OPC_MoveParent,
7890 OPC_CheckType, MVT::v4i32,
7891 OPC_MoveParent,
7892 OPC_CheckChild2Integer, 4,
7893 OPC_CheckChild2TypeI32,
7894 OPC_CheckChild3Integer, 5,
7895 OPC_CheckChild3TypeI32,
7896 OPC_CheckChild4Integer, 6,
7897 OPC_CheckChild4TypeI32,
7898 OPC_MoveChild5,
7899 OPC_CheckInteger, 7,
7900 OPC_CheckTypeI32,
7901 OPC_MoveSibling6,
7902 OPC_CheckInteger, 12,
7903 OPC_CheckTypeI32,
7904 OPC_MoveSibling7,
7905 OPC_CheckInteger, 13,
7906 OPC_CheckTypeI32,
7907 OPC_MoveSibling, 8,
7908 OPC_CheckInteger, 14,
7909 OPC_CheckTypeI32,
7910 OPC_MoveSibling, 9,
7911 OPC_CheckInteger, 15,
7912 OPC_CheckTypeI32,
7913 OPC_MoveSibling, 10,
7914 OPC_CheckInteger, 20,
7915 OPC_CheckTypeI32,
7916 OPC_MoveSibling, 11,
7917 OPC_CheckInteger, 21,
7918 OPC_CheckTypeI32,
7919 OPC_MoveSibling, 12,
7920 OPC_CheckInteger, 22,
7921 OPC_CheckTypeI32,
7922 OPC_MoveSibling, 13,
7923 OPC_CheckInteger, 23,
7924 OPC_CheckTypeI32,
7925 OPC_MoveSibling, 14,
7926 OPC_CheckInteger, 28,
7927 OPC_CheckTypeI32,
7928 OPC_MoveSibling, 15,
7929 OPC_CheckInteger, 29,
7930 OPC_CheckTypeI32,
7931 OPC_MoveSibling, 16,
7932 OPC_CheckInteger, 30,
7933 OPC_CheckTypeI32,
7934 OPC_MoveSibling, 17,
7935 OPC_CheckInteger, 31,
7936 OPC_CheckTypeI32,
7937 OPC_MoveParent,
7938 OPC_MoveParent,
7939 OPC_CheckType, MVT::v4i32,
7940 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
7941 MVT::v4i32, 2, 1,
7942 0,
7943 81|128,1,
7944 OPC_CheckChild0Same, 0,
7945 OPC_MoveSibling1,
7946 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
7947 OPC_CheckChild0Same, 1,
7948 OPC_MoveParent,
7949 OPC_CheckType, MVT::v4i32,
7950 OPC_MoveSibling1,
7951 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
7952 OPC_MoveChild0,
7953 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
7954 OPC_Scope, 93,
7955 OPC_CheckChild0Same, 1,
7956 OPC_MoveSibling1,
7957 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
7958 OPC_CheckChild0Same, 0,
7959 OPC_MoveParent,
7960 OPC_CheckType, MVT::v4i32,
7961 OPC_MoveParent,
7962 OPC_CheckChild2Integer, 4,
7963 OPC_CheckChild2TypeI32,
7964 OPC_CheckChild3Integer, 5,
7965 OPC_CheckChild3TypeI32,
7966 OPC_CheckChild4Integer, 6,
7967 OPC_CheckChild4TypeI32,
7968 OPC_MoveChild5,
7969 OPC_CheckInteger, 7,
7970 OPC_CheckTypeI32,
7971 OPC_MoveSibling6,
7972 OPC_CheckInteger, 12,
7973 OPC_CheckTypeI32,
7974 OPC_MoveSibling7,
7975 OPC_CheckInteger, 13,
7976 OPC_CheckTypeI32,
7977 OPC_MoveSibling, 8,
7978 OPC_CheckInteger, 14,
7979 OPC_CheckTypeI32,
7980 OPC_MoveSibling, 9,
7981 OPC_CheckInteger, 15,
7982 OPC_CheckTypeI32,
7983 OPC_MoveSibling, 10,
7984 OPC_CheckInteger, 20,
7985 OPC_CheckTypeI32,
7986 OPC_MoveSibling, 11,
7987 OPC_CheckInteger, 21,
7988 OPC_CheckTypeI32,
7989 OPC_MoveSibling, 12,
7990 OPC_CheckInteger, 22,
7991 OPC_CheckTypeI32,
7992 OPC_MoveSibling, 13,
7993 OPC_CheckInteger, 23,
7994 OPC_CheckTypeI32,
7995 OPC_MoveSibling, 14,
7996 OPC_CheckInteger, 28,
7997 OPC_CheckTypeI32,
7998 OPC_MoveSibling, 15,
7999 OPC_CheckInteger, 29,
8000 OPC_CheckTypeI32,
8001 OPC_MoveSibling, 16,
8002 OPC_CheckInteger, 30,
8003 OPC_CheckTypeI32,
8004 OPC_MoveSibling, 17,
8005 OPC_CheckInteger, 31,
8006 OPC_CheckTypeI32,
8007 OPC_MoveParent,
8008 OPC_MoveParent,
8009 OPC_CheckType, MVT::v4i32,
8010 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
8011 MVT::v4i32, 2, 1,
8012 93,
8013 OPC_CheckChild0Same, 0,
8014 OPC_MoveSibling1,
8015 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
8016 OPC_CheckChild0Same, 1,
8017 OPC_MoveParent,
8018 OPC_CheckType, MVT::v4i32,
8019 OPC_MoveParent,
8020 OPC_CheckChild2Integer, 4,
8021 OPC_CheckChild2TypeI32,
8022 OPC_CheckChild3Integer, 5,
8023 OPC_CheckChild3TypeI32,
8024 OPC_CheckChild4Integer, 6,
8025 OPC_CheckChild4TypeI32,
8026 OPC_MoveChild5,
8027 OPC_CheckInteger, 7,
8028 OPC_CheckTypeI32,
8029 OPC_MoveSibling6,
8030 OPC_CheckInteger, 12,
8031 OPC_CheckTypeI32,
8032 OPC_MoveSibling7,
8033 OPC_CheckInteger, 13,
8034 OPC_CheckTypeI32,
8035 OPC_MoveSibling, 8,
8036 OPC_CheckInteger, 14,
8037 OPC_CheckTypeI32,
8038 OPC_MoveSibling, 9,
8039 OPC_CheckInteger, 15,
8040 OPC_CheckTypeI32,
8041 OPC_MoveSibling, 10,
8042 OPC_CheckInteger, 20,
8043 OPC_CheckTypeI32,
8044 OPC_MoveSibling, 11,
8045 OPC_CheckInteger, 21,
8046 OPC_CheckTypeI32,
8047 OPC_MoveSibling, 12,
8048 OPC_CheckInteger, 22,
8049 OPC_CheckTypeI32,
8050 OPC_MoveSibling, 13,
8051 OPC_CheckInteger, 23,
8052 OPC_CheckTypeI32,
8053 OPC_MoveSibling, 14,
8054 OPC_CheckInteger, 28,
8055 OPC_CheckTypeI32,
8056 OPC_MoveSibling, 15,
8057 OPC_CheckInteger, 29,
8058 OPC_CheckTypeI32,
8059 OPC_MoveSibling, 16,
8060 OPC_CheckInteger, 30,
8061 OPC_CheckTypeI32,
8062 OPC_MoveSibling, 17,
8063 OPC_CheckInteger, 31,
8064 OPC_CheckTypeI32,
8065 OPC_MoveParent,
8066 OPC_MoveParent,
8067 OPC_CheckType, MVT::v4i32,
8068 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
8069 MVT::v4i32, 2, 1,
8070 0,
8071 0,
8072 10|128,8,
8073 OPC_CheckChild0Same, 0,
8074 OPC_MoveSibling1,
8075 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
8076 OPC_CheckChild0Same, 1,
8077 OPC_MoveParent,
8078 OPC_CheckType, MVT::v4i32,
8079 OPC_MoveParent,
8080 OPC_Scope, 124|128,3,
8081 OPC_CheckChild2Integer, 0,
8082 OPC_CheckChild2TypeI32,
8083 OPC_CheckChild3Integer, 1,
8084 OPC_CheckChild3TypeI32,
8085 OPC_CheckChild4Integer, 2,
8086 OPC_CheckChild4TypeI32,
8087 OPC_MoveChild5,
8088 OPC_CheckInteger, 3,
8089 OPC_CheckTypeI32,
8090 OPC_MoveSibling6,
8091 OPC_CheckInteger, 8,
8092 OPC_CheckTypeI32,
8093 OPC_MoveSibling7,
8094 OPC_CheckInteger, 9,
8095 OPC_CheckTypeI32,
8096 OPC_MoveSibling, 8,
8097 OPC_CheckInteger, 10,
8098 OPC_CheckTypeI32,
8099 OPC_MoveSibling, 9,
8100 OPC_CheckInteger, 11,
8101 OPC_CheckTypeI32,
8102 OPC_MoveSibling, 10,
8103 OPC_CheckInteger, 16,
8104 OPC_CheckTypeI32,
8105 OPC_MoveSibling, 11,
8106 OPC_CheckInteger, 17,
8107 OPC_CheckTypeI32,
8108 OPC_MoveSibling, 12,
8109 OPC_CheckInteger, 18,
8110 OPC_CheckTypeI32,
8111 OPC_MoveSibling, 13,
8112 OPC_CheckInteger, 19,
8113 OPC_CheckTypeI32,
8114 OPC_MoveSibling, 14,
8115 OPC_CheckInteger, 24,
8116 OPC_CheckTypeI32,
8117 OPC_MoveSibling, 15,
8118 OPC_CheckInteger, 25,
8119 OPC_CheckTypeI32,
8120 OPC_MoveSibling, 16,
8121 OPC_CheckInteger, 26,
8122 OPC_CheckTypeI32,
8123 OPC_MoveSibling, 17,
8124 OPC_CheckInteger, 27,
8125 OPC_CheckTypeI32,
8126 OPC_MoveParent,
8127 OPC_MoveSibling1,
8128 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
8129 OPC_MoveChild0,
8130 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
8131 OPC_MoveChild0,
8132 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
8133 OPC_Scope, 81|128,1,
8134 OPC_CheckChild0Same, 1,
8135 OPC_MoveSibling1,
8136 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
8137 OPC_CheckChild0Same, 0,
8138 OPC_MoveParent,
8139 OPC_CheckType, MVT::v4i32,
8140 OPC_MoveSibling1,
8141 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
8142 OPC_MoveChild0,
8143 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
8144 OPC_Scope, 93,
8145 OPC_CheckChild0Same, 1,
8146 OPC_MoveSibling1,
8147 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
8148 OPC_CheckChild0Same, 0,
8149 OPC_MoveParent,
8150 OPC_CheckType, MVT::v4i32,
8151 OPC_MoveParent,
8152 OPC_CheckChild2Integer, 4,
8153 OPC_CheckChild2TypeI32,
8154 OPC_CheckChild3Integer, 5,
8155 OPC_CheckChild3TypeI32,
8156 OPC_CheckChild4Integer, 6,
8157 OPC_CheckChild4TypeI32,
8158 OPC_MoveChild5,
8159 OPC_CheckInteger, 7,
8160 OPC_CheckTypeI32,
8161 OPC_MoveSibling6,
8162 OPC_CheckInteger, 12,
8163 OPC_CheckTypeI32,
8164 OPC_MoveSibling7,
8165 OPC_CheckInteger, 13,
8166 OPC_CheckTypeI32,
8167 OPC_MoveSibling, 8,
8168 OPC_CheckInteger, 14,
8169 OPC_CheckTypeI32,
8170 OPC_MoveSibling, 9,
8171 OPC_CheckInteger, 15,
8172 OPC_CheckTypeI32,
8173 OPC_MoveSibling, 10,
8174 OPC_CheckInteger, 20,
8175 OPC_CheckTypeI32,
8176 OPC_MoveSibling, 11,
8177 OPC_CheckInteger, 21,
8178 OPC_CheckTypeI32,
8179 OPC_MoveSibling, 12,
8180 OPC_CheckInteger, 22,
8181 OPC_CheckTypeI32,
8182 OPC_MoveSibling, 13,
8183 OPC_CheckInteger, 23,
8184 OPC_CheckTypeI32,
8185 OPC_MoveSibling, 14,
8186 OPC_CheckInteger, 28,
8187 OPC_CheckTypeI32,
8188 OPC_MoveSibling, 15,
8189 OPC_CheckInteger, 29,
8190 OPC_CheckTypeI32,
8191 OPC_MoveSibling, 16,
8192 OPC_CheckInteger, 30,
8193 OPC_CheckTypeI32,
8194 OPC_MoveSibling, 17,
8195 OPC_CheckInteger, 31,
8196 OPC_CheckTypeI32,
8197 OPC_MoveParent,
8198 OPC_MoveParent,
8199 OPC_CheckType, MVT::v4i32,
8200 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
8201 MVT::v4i32, 2, 1,
8202 93,
8203 OPC_CheckChild0Same, 0,
8204 OPC_MoveSibling1,
8205 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
8206 OPC_CheckChild0Same, 1,
8207 OPC_MoveParent,
8208 OPC_CheckType, MVT::v4i32,
8209 OPC_MoveParent,
8210 OPC_CheckChild2Integer, 4,
8211 OPC_CheckChild2TypeI32,
8212 OPC_CheckChild3Integer, 5,
8213 OPC_CheckChild3TypeI32,
8214 OPC_CheckChild4Integer, 6,
8215 OPC_CheckChild4TypeI32,
8216 OPC_MoveChild5,
8217 OPC_CheckInteger, 7,
8218 OPC_CheckTypeI32,
8219 OPC_MoveSibling6,
8220 OPC_CheckInteger, 12,
8221 OPC_CheckTypeI32,
8222 OPC_MoveSibling7,
8223 OPC_CheckInteger, 13,
8224 OPC_CheckTypeI32,
8225 OPC_MoveSibling, 8,
8226 OPC_CheckInteger, 14,
8227 OPC_CheckTypeI32,
8228 OPC_MoveSibling, 9,
8229 OPC_CheckInteger, 15,
8230 OPC_CheckTypeI32,
8231 OPC_MoveSibling, 10,
8232 OPC_CheckInteger, 20,
8233 OPC_CheckTypeI32,
8234 OPC_MoveSibling, 11,
8235 OPC_CheckInteger, 21,
8236 OPC_CheckTypeI32,
8237 OPC_MoveSibling, 12,
8238 OPC_CheckInteger, 22,
8239 OPC_CheckTypeI32,
8240 OPC_MoveSibling, 13,
8241 OPC_CheckInteger, 23,
8242 OPC_CheckTypeI32,
8243 OPC_MoveSibling, 14,
8244 OPC_CheckInteger, 28,
8245 OPC_CheckTypeI32,
8246 OPC_MoveSibling, 15,
8247 OPC_CheckInteger, 29,
8248 OPC_CheckTypeI32,
8249 OPC_MoveSibling, 16,
8250 OPC_CheckInteger, 30,
8251 OPC_CheckTypeI32,
8252 OPC_MoveSibling, 17,
8253 OPC_CheckInteger, 31,
8254 OPC_CheckTypeI32,
8255 OPC_MoveParent,
8256 OPC_MoveParent,
8257 OPC_CheckType, MVT::v4i32,
8258 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
8259 MVT::v4i32, 2, 1,
8260 0,
8261 81|128,1,
8262 OPC_CheckChild0Same, 0,
8263 OPC_MoveSibling1,
8264 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
8265 OPC_CheckChild0Same, 1,
8266 OPC_MoveParent,
8267 OPC_CheckType, MVT::v4i32,
8268 OPC_MoveSibling1,
8269 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
8270 OPC_MoveChild0,
8271 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
8272 OPC_Scope, 93,
8273 OPC_CheckChild0Same, 1,
8274 OPC_MoveSibling1,
8275 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
8276 OPC_CheckChild0Same, 0,
8277 OPC_MoveParent,
8278 OPC_CheckType, MVT::v4i32,
8279 OPC_MoveParent,
8280 OPC_CheckChild2Integer, 4,
8281 OPC_CheckChild2TypeI32,
8282 OPC_CheckChild3Integer, 5,
8283 OPC_CheckChild3TypeI32,
8284 OPC_CheckChild4Integer, 6,
8285 OPC_CheckChild4TypeI32,
8286 OPC_MoveChild5,
8287 OPC_CheckInteger, 7,
8288 OPC_CheckTypeI32,
8289 OPC_MoveSibling6,
8290 OPC_CheckInteger, 12,
8291 OPC_CheckTypeI32,
8292 OPC_MoveSibling7,
8293 OPC_CheckInteger, 13,
8294 OPC_CheckTypeI32,
8295 OPC_MoveSibling, 8,
8296 OPC_CheckInteger, 14,
8297 OPC_CheckTypeI32,
8298 OPC_MoveSibling, 9,
8299 OPC_CheckInteger, 15,
8300 OPC_CheckTypeI32,
8301 OPC_MoveSibling, 10,
8302 OPC_CheckInteger, 20,
8303 OPC_CheckTypeI32,
8304 OPC_MoveSibling, 11,
8305 OPC_CheckInteger, 21,
8306 OPC_CheckTypeI32,
8307 OPC_MoveSibling, 12,
8308 OPC_CheckInteger, 22,
8309 OPC_CheckTypeI32,
8310 OPC_MoveSibling, 13,
8311 OPC_CheckInteger, 23,
8312 OPC_CheckTypeI32,
8313 OPC_MoveSibling, 14,
8314 OPC_CheckInteger, 28,
8315 OPC_CheckTypeI32,
8316 OPC_MoveSibling, 15,
8317 OPC_CheckInteger, 29,
8318 OPC_CheckTypeI32,
8319 OPC_MoveSibling, 16,
8320 OPC_CheckInteger, 30,
8321 OPC_CheckTypeI32,
8322 OPC_MoveSibling, 17,
8323 OPC_CheckInteger, 31,
8324 OPC_CheckTypeI32,
8325 OPC_MoveParent,
8326 OPC_MoveParent,
8327 OPC_CheckType, MVT::v4i32,
8328 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
8329 MVT::v4i32, 2, 1,
8330 93,
8331 OPC_CheckChild0Same, 0,
8332 OPC_MoveSibling1,
8333 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
8334 OPC_CheckChild0Same, 1,
8335 OPC_MoveParent,
8336 OPC_CheckType, MVT::v4i32,
8337 OPC_MoveParent,
8338 OPC_CheckChild2Integer, 4,
8339 OPC_CheckChild2TypeI32,
8340 OPC_CheckChild3Integer, 5,
8341 OPC_CheckChild3TypeI32,
8342 OPC_CheckChild4Integer, 6,
8343 OPC_CheckChild4TypeI32,
8344 OPC_MoveChild5,
8345 OPC_CheckInteger, 7,
8346 OPC_CheckTypeI32,
8347 OPC_MoveSibling6,
8348 OPC_CheckInteger, 12,
8349 OPC_CheckTypeI32,
8350 OPC_MoveSibling7,
8351 OPC_CheckInteger, 13,
8352 OPC_CheckTypeI32,
8353 OPC_MoveSibling, 8,
8354 OPC_CheckInteger, 14,
8355 OPC_CheckTypeI32,
8356 OPC_MoveSibling, 9,
8357 OPC_CheckInteger, 15,
8358 OPC_CheckTypeI32,
8359 OPC_MoveSibling, 10,
8360 OPC_CheckInteger, 20,
8361 OPC_CheckTypeI32,
8362 OPC_MoveSibling, 11,
8363 OPC_CheckInteger, 21,
8364 OPC_CheckTypeI32,
8365 OPC_MoveSibling, 12,
8366 OPC_CheckInteger, 22,
8367 OPC_CheckTypeI32,
8368 OPC_MoveSibling, 13,
8369 OPC_CheckInteger, 23,
8370 OPC_CheckTypeI32,
8371 OPC_MoveSibling, 14,
8372 OPC_CheckInteger, 28,
8373 OPC_CheckTypeI32,
8374 OPC_MoveSibling, 15,
8375 OPC_CheckInteger, 29,
8376 OPC_CheckTypeI32,
8377 OPC_MoveSibling, 16,
8378 OPC_CheckInteger, 30,
8379 OPC_CheckTypeI32,
8380 OPC_MoveSibling, 17,
8381 OPC_CheckInteger, 31,
8382 OPC_CheckTypeI32,
8383 OPC_MoveParent,
8384 OPC_MoveParent,
8385 OPC_CheckType, MVT::v4i32,
8386 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
8387 MVT::v4i32, 2, 1,
8388 0,
8389 0,
8390 124|128,3,
8391 OPC_CheckChild2Integer, 4,
8392 OPC_CheckChild2TypeI32,
8393 OPC_CheckChild3Integer, 5,
8394 OPC_CheckChild3TypeI32,
8395 OPC_CheckChild4Integer, 6,
8396 OPC_CheckChild4TypeI32,
8397 OPC_MoveChild5,
8398 OPC_CheckInteger, 7,
8399 OPC_CheckTypeI32,
8400 OPC_MoveSibling6,
8401 OPC_CheckInteger, 12,
8402 OPC_CheckTypeI32,
8403 OPC_MoveSibling7,
8404 OPC_CheckInteger, 13,
8405 OPC_CheckTypeI32,
8406 OPC_MoveSibling, 8,
8407 OPC_CheckInteger, 14,
8408 OPC_CheckTypeI32,
8409 OPC_MoveSibling, 9,
8410 OPC_CheckInteger, 15,
8411 OPC_CheckTypeI32,
8412 OPC_MoveSibling, 10,
8413 OPC_CheckInteger, 20,
8414 OPC_CheckTypeI32,
8415 OPC_MoveSibling, 11,
8416 OPC_CheckInteger, 21,
8417 OPC_CheckTypeI32,
8418 OPC_MoveSibling, 12,
8419 OPC_CheckInteger, 22,
8420 OPC_CheckTypeI32,
8421 OPC_MoveSibling, 13,
8422 OPC_CheckInteger, 23,
8423 OPC_CheckTypeI32,
8424 OPC_MoveSibling, 14,
8425 OPC_CheckInteger, 28,
8426 OPC_CheckTypeI32,
8427 OPC_MoveSibling, 15,
8428 OPC_CheckInteger, 29,
8429 OPC_CheckTypeI32,
8430 OPC_MoveSibling, 16,
8431 OPC_CheckInteger, 30,
8432 OPC_CheckTypeI32,
8433 OPC_MoveSibling, 17,
8434 OPC_CheckInteger, 31,
8435 OPC_CheckTypeI32,
8436 OPC_MoveParent,
8437 OPC_MoveSibling1,
8438 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
8439 OPC_MoveChild0,
8440 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
8441 OPC_MoveChild0,
8442 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
8443 OPC_Scope, 81|128,1,
8444 OPC_CheckChild0Same, 0,
8445 OPC_MoveSibling1,
8446 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
8447 OPC_CheckChild0Same, 1,
8448 OPC_MoveParent,
8449 OPC_CheckType, MVT::v4i32,
8450 OPC_MoveSibling1,
8451 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
8452 OPC_MoveChild0,
8453 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
8454 OPC_Scope, 93,
8455 OPC_CheckChild0Same, 0,
8456 OPC_MoveSibling1,
8457 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
8458 OPC_CheckChild0Same, 1,
8459 OPC_MoveParent,
8460 OPC_CheckType, MVT::v4i32,
8461 OPC_MoveParent,
8462 OPC_CheckChild2Integer, 0,
8463 OPC_CheckChild2TypeI32,
8464 OPC_CheckChild3Integer, 1,
8465 OPC_CheckChild3TypeI32,
8466 OPC_CheckChild4Integer, 2,
8467 OPC_CheckChild4TypeI32,
8468 OPC_MoveChild5,
8469 OPC_CheckInteger, 3,
8470 OPC_CheckTypeI32,
8471 OPC_MoveSibling6,
8472 OPC_CheckInteger, 8,
8473 OPC_CheckTypeI32,
8474 OPC_MoveSibling7,
8475 OPC_CheckInteger, 9,
8476 OPC_CheckTypeI32,
8477 OPC_MoveSibling, 8,
8478 OPC_CheckInteger, 10,
8479 OPC_CheckTypeI32,
8480 OPC_MoveSibling, 9,
8481 OPC_CheckInteger, 11,
8482 OPC_CheckTypeI32,
8483 OPC_MoveSibling, 10,
8484 OPC_CheckInteger, 16,
8485 OPC_CheckTypeI32,
8486 OPC_MoveSibling, 11,
8487 OPC_CheckInteger, 17,
8488 OPC_CheckTypeI32,
8489 OPC_MoveSibling, 12,
8490 OPC_CheckInteger, 18,
8491 OPC_CheckTypeI32,
8492 OPC_MoveSibling, 13,
8493 OPC_CheckInteger, 19,
8494 OPC_CheckTypeI32,
8495 OPC_MoveSibling, 14,
8496 OPC_CheckInteger, 24,
8497 OPC_CheckTypeI32,
8498 OPC_MoveSibling, 15,
8499 OPC_CheckInteger, 25,
8500 OPC_CheckTypeI32,
8501 OPC_MoveSibling, 16,
8502 OPC_CheckInteger, 26,
8503 OPC_CheckTypeI32,
8504 OPC_MoveSibling, 17,
8505 OPC_CheckInteger, 27,
8506 OPC_CheckTypeI32,
8507 OPC_MoveParent,
8508 OPC_MoveParent,
8509 OPC_CheckType, MVT::v4i32,
8510 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
8511 MVT::v4i32, 2, 16,
8512 93,
8513 OPC_CheckChild0Same, 1,
8514 OPC_MoveSibling1,
8515 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
8516 OPC_CheckChild0Same, 0,
8517 OPC_MoveParent,
8518 OPC_CheckType, MVT::v4i32,
8519 OPC_MoveParent,
8520 OPC_CheckChild2Integer, 0,
8521 OPC_CheckChild2TypeI32,
8522 OPC_CheckChild3Integer, 1,
8523 OPC_CheckChild3TypeI32,
8524 OPC_CheckChild4Integer, 2,
8525 OPC_CheckChild4TypeI32,
8526 OPC_MoveChild5,
8527 OPC_CheckInteger, 3,
8528 OPC_CheckTypeI32,
8529 OPC_MoveSibling6,
8530 OPC_CheckInteger, 8,
8531 OPC_CheckTypeI32,
8532 OPC_MoveSibling7,
8533 OPC_CheckInteger, 9,
8534 OPC_CheckTypeI32,
8535 OPC_MoveSibling, 8,
8536 OPC_CheckInteger, 10,
8537 OPC_CheckTypeI32,
8538 OPC_MoveSibling, 9,
8539 OPC_CheckInteger, 11,
8540 OPC_CheckTypeI32,
8541 OPC_MoveSibling, 10,
8542 OPC_CheckInteger, 16,
8543 OPC_CheckTypeI32,
8544 OPC_MoveSibling, 11,
8545 OPC_CheckInteger, 17,
8546 OPC_CheckTypeI32,
8547 OPC_MoveSibling, 12,
8548 OPC_CheckInteger, 18,
8549 OPC_CheckTypeI32,
8550 OPC_MoveSibling, 13,
8551 OPC_CheckInteger, 19,
8552 OPC_CheckTypeI32,
8553 OPC_MoveSibling, 14,
8554 OPC_CheckInteger, 24,
8555 OPC_CheckTypeI32,
8556 OPC_MoveSibling, 15,
8557 OPC_CheckInteger, 25,
8558 OPC_CheckTypeI32,
8559 OPC_MoveSibling, 16,
8560 OPC_CheckInteger, 26,
8561 OPC_CheckTypeI32,
8562 OPC_MoveSibling, 17,
8563 OPC_CheckInteger, 27,
8564 OPC_CheckTypeI32,
8565 OPC_MoveParent,
8566 OPC_MoveParent,
8567 OPC_CheckType, MVT::v4i32,
8568 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
8569 MVT::v4i32, 2, 16,
8570 0,
8571 81|128,1,
8572 OPC_CheckChild0Same, 1,
8573 OPC_MoveSibling1,
8574 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
8575 OPC_CheckChild0Same, 0,
8576 OPC_MoveParent,
8577 OPC_CheckType, MVT::v4i32,
8578 OPC_MoveSibling1,
8579 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
8580 OPC_MoveChild0,
8581 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
8582 OPC_Scope, 93,
8583 OPC_CheckChild0Same, 0,
8584 OPC_MoveSibling1,
8585 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
8586 OPC_CheckChild0Same, 1,
8587 OPC_MoveParent,
8588 OPC_CheckType, MVT::v4i32,
8589 OPC_MoveParent,
8590 OPC_CheckChild2Integer, 0,
8591 OPC_CheckChild2TypeI32,
8592 OPC_CheckChild3Integer, 1,
8593 OPC_CheckChild3TypeI32,
8594 OPC_CheckChild4Integer, 2,
8595 OPC_CheckChild4TypeI32,
8596 OPC_MoveChild5,
8597 OPC_CheckInteger, 3,
8598 OPC_CheckTypeI32,
8599 OPC_MoveSibling6,
8600 OPC_CheckInteger, 8,
8601 OPC_CheckTypeI32,
8602 OPC_MoveSibling7,
8603 OPC_CheckInteger, 9,
8604 OPC_CheckTypeI32,
8605 OPC_MoveSibling, 8,
8606 OPC_CheckInteger, 10,
8607 OPC_CheckTypeI32,
8608 OPC_MoveSibling, 9,
8609 OPC_CheckInteger, 11,
8610 OPC_CheckTypeI32,
8611 OPC_MoveSibling, 10,
8612 OPC_CheckInteger, 16,
8613 OPC_CheckTypeI32,
8614 OPC_MoveSibling, 11,
8615 OPC_CheckInteger, 17,
8616 OPC_CheckTypeI32,
8617 OPC_MoveSibling, 12,
8618 OPC_CheckInteger, 18,
8619 OPC_CheckTypeI32,
8620 OPC_MoveSibling, 13,
8621 OPC_CheckInteger, 19,
8622 OPC_CheckTypeI32,
8623 OPC_MoveSibling, 14,
8624 OPC_CheckInteger, 24,
8625 OPC_CheckTypeI32,
8626 OPC_MoveSibling, 15,
8627 OPC_CheckInteger, 25,
8628 OPC_CheckTypeI32,
8629 OPC_MoveSibling, 16,
8630 OPC_CheckInteger, 26,
8631 OPC_CheckTypeI32,
8632 OPC_MoveSibling, 17,
8633 OPC_CheckInteger, 27,
8634 OPC_CheckTypeI32,
8635 OPC_MoveParent,
8636 OPC_MoveParent,
8637 OPC_CheckType, MVT::v4i32,
8638 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
8639 MVT::v4i32, 2, 16,
8640 93,
8641 OPC_CheckChild0Same, 1,
8642 OPC_MoveSibling1,
8643 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
8644 OPC_CheckChild0Same, 0,
8645 OPC_MoveParent,
8646 OPC_CheckType, MVT::v4i32,
8647 OPC_MoveParent,
8648 OPC_CheckChild2Integer, 0,
8649 OPC_CheckChild2TypeI32,
8650 OPC_CheckChild3Integer, 1,
8651 OPC_CheckChild3TypeI32,
8652 OPC_CheckChild4Integer, 2,
8653 OPC_CheckChild4TypeI32,
8654 OPC_MoveChild5,
8655 OPC_CheckInteger, 3,
8656 OPC_CheckTypeI32,
8657 OPC_MoveSibling6,
8658 OPC_CheckInteger, 8,
8659 OPC_CheckTypeI32,
8660 OPC_MoveSibling7,
8661 OPC_CheckInteger, 9,
8662 OPC_CheckTypeI32,
8663 OPC_MoveSibling, 8,
8664 OPC_CheckInteger, 10,
8665 OPC_CheckTypeI32,
8666 OPC_MoveSibling, 9,
8667 OPC_CheckInteger, 11,
8668 OPC_CheckTypeI32,
8669 OPC_MoveSibling, 10,
8670 OPC_CheckInteger, 16,
8671 OPC_CheckTypeI32,
8672 OPC_MoveSibling, 11,
8673 OPC_CheckInteger, 17,
8674 OPC_CheckTypeI32,
8675 OPC_MoveSibling, 12,
8676 OPC_CheckInteger, 18,
8677 OPC_CheckTypeI32,
8678 OPC_MoveSibling, 13,
8679 OPC_CheckInteger, 19,
8680 OPC_CheckTypeI32,
8681 OPC_MoveSibling, 14,
8682 OPC_CheckInteger, 24,
8683 OPC_CheckTypeI32,
8684 OPC_MoveSibling, 15,
8685 OPC_CheckInteger, 25,
8686 OPC_CheckTypeI32,
8687 OPC_MoveSibling, 16,
8688 OPC_CheckInteger, 26,
8689 OPC_CheckTypeI32,
8690 OPC_MoveSibling, 17,
8691 OPC_CheckInteger, 27,
8692 OPC_CheckTypeI32,
8693 OPC_MoveParent,
8694 OPC_MoveParent,
8695 OPC_CheckType, MVT::v4i32,
8696 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
8697 MVT::v4i32, 2, 16,
8698 0,
8699 0,
8700 0,
8701 67|128,6,
8702 OPC_CheckChild0Same, 1,
8703 OPC_MoveSibling1,
8704 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
8705 OPC_CheckChild0Same, 0,
8706 OPC_MoveParent,
8707 OPC_CheckType, MVT::v4i32,
8708 OPC_MoveParent,
8709 OPC_CheckChild2Integer, 4,
8710 OPC_CheckChild2TypeI32,
8711 OPC_CheckChild3Integer, 5,
8712 OPC_CheckChild3TypeI32,
8713 OPC_CheckChild4Integer, 6,
8714 OPC_CheckChild4TypeI32,
8715 OPC_MoveChild5,
8716 OPC_CheckInteger, 7,
8717 OPC_CheckTypeI32,
8718 OPC_MoveSibling6,
8719 OPC_CheckInteger, 12,
8720 OPC_CheckTypeI32,
8721 OPC_MoveSibling7,
8722 OPC_CheckInteger, 13,
8723 OPC_CheckTypeI32,
8724 OPC_MoveSibling, 8,
8725 OPC_CheckInteger, 14,
8726 OPC_CheckTypeI32,
8727 OPC_MoveSibling, 9,
8728 OPC_CheckInteger, 15,
8729 OPC_CheckTypeI32,
8730 OPC_MoveSibling, 10,
8731 OPC_CheckInteger, 20,
8732 OPC_CheckTypeI32,
8733 OPC_MoveSibling, 11,
8734 OPC_CheckInteger, 21,
8735 OPC_CheckTypeI32,
8736 OPC_MoveSibling, 12,
8737 OPC_CheckInteger, 22,
8738 OPC_CheckTypeI32,
8739 OPC_MoveSibling, 13,
8740 OPC_CheckInteger, 23,
8741 OPC_CheckTypeI32,
8742 OPC_MoveSibling, 14,
8743 OPC_CheckInteger, 28,
8744 OPC_CheckTypeI32,
8745 OPC_MoveSibling, 15,
8746 OPC_CheckInteger, 29,
8747 OPC_CheckTypeI32,
8748 OPC_MoveSibling, 16,
8749 OPC_CheckInteger, 30,
8750 OPC_CheckTypeI32,
8751 OPC_MoveSibling, 17,
8752 OPC_CheckInteger, 31,
8753 OPC_CheckTypeI32,
8754 OPC_MoveParent,
8755 OPC_MoveSibling1,
8756 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
8757 OPC_MoveChild0,
8758 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
8759 OPC_MoveChild0,
8760 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
8761 OPC_Scope, 81|128,1,
8762 OPC_CheckChild0Same, 0,
8763 OPC_MoveSibling1,
8764 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
8765 OPC_CheckChild0Same, 1,
8766 OPC_MoveParent,
8767 OPC_CheckType, MVT::v4i32,
8768 OPC_MoveSibling1,
8769 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
8770 OPC_MoveChild0,
8771 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
8772 OPC_Scope, 93,
8773 OPC_CheckChild0Same, 0,
8774 OPC_MoveSibling1,
8775 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
8776 OPC_CheckChild0Same, 1,
8777 OPC_MoveParent,
8778 OPC_CheckType, MVT::v4i32,
8779 OPC_MoveParent,
8780 OPC_CheckChild2Integer, 0,
8781 OPC_CheckChild2TypeI32,
8782 OPC_CheckChild3Integer, 1,
8783 OPC_CheckChild3TypeI32,
8784 OPC_CheckChild4Integer, 2,
8785 OPC_CheckChild4TypeI32,
8786 OPC_MoveChild5,
8787 OPC_CheckInteger, 3,
8788 OPC_CheckTypeI32,
8789 OPC_MoveSibling6,
8790 OPC_CheckInteger, 8,
8791 OPC_CheckTypeI32,
8792 OPC_MoveSibling7,
8793 OPC_CheckInteger, 9,
8794 OPC_CheckTypeI32,
8795 OPC_MoveSibling, 8,
8796 OPC_CheckInteger, 10,
8797 OPC_CheckTypeI32,
8798 OPC_MoveSibling, 9,
8799 OPC_CheckInteger, 11,
8800 OPC_CheckTypeI32,
8801 OPC_MoveSibling, 10,
8802 OPC_CheckInteger, 16,
8803 OPC_CheckTypeI32,
8804 OPC_MoveSibling, 11,
8805 OPC_CheckInteger, 17,
8806 OPC_CheckTypeI32,
8807 OPC_MoveSibling, 12,
8808 OPC_CheckInteger, 18,
8809 OPC_CheckTypeI32,
8810 OPC_MoveSibling, 13,
8811 OPC_CheckInteger, 19,
8812 OPC_CheckTypeI32,
8813 OPC_MoveSibling, 14,
8814 OPC_CheckInteger, 24,
8815 OPC_CheckTypeI32,
8816 OPC_MoveSibling, 15,
8817 OPC_CheckInteger, 25,
8818 OPC_CheckTypeI32,
8819 OPC_MoveSibling, 16,
8820 OPC_CheckInteger, 26,
8821 OPC_CheckTypeI32,
8822 OPC_MoveSibling, 17,
8823 OPC_CheckInteger, 27,
8824 OPC_CheckTypeI32,
8825 OPC_MoveParent,
8826 OPC_MoveParent,
8827 OPC_CheckType, MVT::v4i32,
8828 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
8829 MVT::v4i32, 2, 16,
8830 93,
8831 OPC_CheckChild0Same, 1,
8832 OPC_MoveSibling1,
8833 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
8834 OPC_CheckChild0Same, 0,
8835 OPC_MoveParent,
8836 OPC_CheckType, MVT::v4i32,
8837 OPC_MoveParent,
8838 OPC_CheckChild2Integer, 0,
8839 OPC_CheckChild2TypeI32,
8840 OPC_CheckChild3Integer, 1,
8841 OPC_CheckChild3TypeI32,
8842 OPC_CheckChild4Integer, 2,
8843 OPC_CheckChild4TypeI32,
8844 OPC_MoveChild5,
8845 OPC_CheckInteger, 3,
8846 OPC_CheckTypeI32,
8847 OPC_MoveSibling6,
8848 OPC_CheckInteger, 8,
8849 OPC_CheckTypeI32,
8850 OPC_MoveSibling7,
8851 OPC_CheckInteger, 9,
8852 OPC_CheckTypeI32,
8853 OPC_MoveSibling, 8,
8854 OPC_CheckInteger, 10,
8855 OPC_CheckTypeI32,
8856 OPC_MoveSibling, 9,
8857 OPC_CheckInteger, 11,
8858 OPC_CheckTypeI32,
8859 OPC_MoveSibling, 10,
8860 OPC_CheckInteger, 16,
8861 OPC_CheckTypeI32,
8862 OPC_MoveSibling, 11,
8863 OPC_CheckInteger, 17,
8864 OPC_CheckTypeI32,
8865 OPC_MoveSibling, 12,
8866 OPC_CheckInteger, 18,
8867 OPC_CheckTypeI32,
8868 OPC_MoveSibling, 13,
8869 OPC_CheckInteger, 19,
8870 OPC_CheckTypeI32,
8871 OPC_MoveSibling, 14,
8872 OPC_CheckInteger, 24,
8873 OPC_CheckTypeI32,
8874 OPC_MoveSibling, 15,
8875 OPC_CheckInteger, 25,
8876 OPC_CheckTypeI32,
8877 OPC_MoveSibling, 16,
8878 OPC_CheckInteger, 26,
8879 OPC_CheckTypeI32,
8880 OPC_MoveSibling, 17,
8881 OPC_CheckInteger, 27,
8882 OPC_CheckTypeI32,
8883 OPC_MoveParent,
8884 OPC_MoveParent,
8885 OPC_CheckType, MVT::v4i32,
8886 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
8887 MVT::v4i32, 2, 16,
8888 0,
8889 57|128,2,
8890 OPC_CheckChild0Same, 1,
8891 OPC_MoveSibling1,
8892 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
8893 OPC_CheckChild0Same, 0,
8894 OPC_MoveParent,
8895 OPC_CheckType, MVT::v4i32,
8896 OPC_MoveSibling1,
8897 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
8898 OPC_MoveChild0,
8899 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
8900 OPC_Scope, 93,
8901 OPC_CheckChild0Same, 0,
8902 OPC_MoveSibling1,
8903 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
8904 OPC_CheckChild0Same, 1,
8905 OPC_MoveParent,
8906 OPC_CheckType, MVT::v4i32,
8907 OPC_MoveParent,
8908 OPC_CheckChild2Integer, 0,
8909 OPC_CheckChild2TypeI32,
8910 OPC_CheckChild3Integer, 1,
8911 OPC_CheckChild3TypeI32,
8912 OPC_CheckChild4Integer, 2,
8913 OPC_CheckChild4TypeI32,
8914 OPC_MoveChild5,
8915 OPC_CheckInteger, 3,
8916 OPC_CheckTypeI32,
8917 OPC_MoveSibling6,
8918 OPC_CheckInteger, 8,
8919 OPC_CheckTypeI32,
8920 OPC_MoveSibling7,
8921 OPC_CheckInteger, 9,
8922 OPC_CheckTypeI32,
8923 OPC_MoveSibling, 8,
8924 OPC_CheckInteger, 10,
8925 OPC_CheckTypeI32,
8926 OPC_MoveSibling, 9,
8927 OPC_CheckInteger, 11,
8928 OPC_CheckTypeI32,
8929 OPC_MoveSibling, 10,
8930 OPC_CheckInteger, 16,
8931 OPC_CheckTypeI32,
8932 OPC_MoveSibling, 11,
8933 OPC_CheckInteger, 17,
8934 OPC_CheckTypeI32,
8935 OPC_MoveSibling, 12,
8936 OPC_CheckInteger, 18,
8937 OPC_CheckTypeI32,
8938 OPC_MoveSibling, 13,
8939 OPC_CheckInteger, 19,
8940 OPC_CheckTypeI32,
8941 OPC_MoveSibling, 14,
8942 OPC_CheckInteger, 24,
8943 OPC_CheckTypeI32,
8944 OPC_MoveSibling, 15,
8945 OPC_CheckInteger, 25,
8946 OPC_CheckTypeI32,
8947 OPC_MoveSibling, 16,
8948 OPC_CheckInteger, 26,
8949 OPC_CheckTypeI32,
8950 OPC_MoveSibling, 17,
8951 OPC_CheckInteger, 27,
8952 OPC_CheckTypeI32,
8953 OPC_MoveParent,
8954 OPC_MoveParent,
8955 OPC_CheckType, MVT::v4i32,
8956 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
8957 MVT::v4i32, 2, 16,
8958 103,
8959 OPC_CheckChild0Same, 1,
8960 OPC_MoveSibling1,
8961 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
8962 OPC_CheckChild0Same, 0,
8963 OPC_MoveParent,
8964 OPC_CheckType, MVT::v4i32,
8965 OPC_MoveParent,
8966 OPC_CheckChild2Integer, 0,
8967 OPC_CheckChild2TypeI32,
8968 OPC_CheckChild3Integer, 1,
8969 OPC_CheckChild3TypeI32,
8970 OPC_CheckChild4Integer, 2,
8971 OPC_CheckChild4TypeI32,
8972 OPC_MoveChild5,
8973 OPC_CheckInteger, 3,
8974 OPC_CheckTypeI32,
8975 OPC_MoveSibling6,
8976 OPC_CheckInteger, 8,
8977 OPC_CheckTypeI32,
8978 OPC_MoveSibling7,
8979 OPC_CheckInteger, 9,
8980 OPC_CheckTypeI32,
8981 OPC_MoveSibling, 8,
8982 OPC_CheckInteger, 10,
8983 OPC_CheckTypeI32,
8984 OPC_MoveSibling, 9,
8985 OPC_CheckInteger, 11,
8986 OPC_CheckTypeI32,
8987 OPC_MoveSibling, 10,
8988 OPC_CheckInteger, 16,
8989 OPC_CheckTypeI32,
8990 OPC_MoveSibling, 11,
8991 OPC_CheckInteger, 17,
8992 OPC_CheckTypeI32,
8993 OPC_MoveSibling, 12,
8994 OPC_CheckInteger, 18,
8995 OPC_CheckTypeI32,
8996 OPC_MoveSibling, 13,
8997 OPC_CheckInteger, 19,
8998 OPC_CheckTypeI32,
8999 OPC_MoveSibling, 14,
9000 OPC_CheckInteger, 24,
9001 OPC_CheckTypeI32,
9002 OPC_MoveSibling, 15,
9003 OPC_CheckInteger, 25,
9004 OPC_CheckTypeI32,
9005 OPC_MoveSibling, 16,
9006 OPC_CheckInteger, 26,
9007 OPC_CheckTypeI32,
9008 OPC_MoveSibling, 17,
9009 OPC_CheckInteger, 27,
9010 OPC_CheckTypeI32,
9011 OPC_MoveParent,
9012 OPC_MoveParent,
9013 OPC_CheckType, MVT::v4i32,
9014 OPC_Scope, 6,
9015 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
9016 MVT::v4i32, 2, 16,
9017 6,
9018 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
9019 MVT::v4i32, 2, 1,
9020 0,
9021 93,
9022 OPC_CheckChild0Same, 0,
9023 OPC_MoveSibling1,
9024 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
9025 OPC_CheckChild0Same, 1,
9026 OPC_MoveParent,
9027 OPC_CheckType, MVT::v4i32,
9028 OPC_MoveParent,
9029 OPC_CheckChild2Integer, 0,
9030 OPC_CheckChild2TypeI32,
9031 OPC_CheckChild3Integer, 1,
9032 OPC_CheckChild3TypeI32,
9033 OPC_CheckChild4Integer, 2,
9034 OPC_CheckChild4TypeI32,
9035 OPC_MoveChild5,
9036 OPC_CheckInteger, 3,
9037 OPC_CheckTypeI32,
9038 OPC_MoveSibling6,
9039 OPC_CheckInteger, 8,
9040 OPC_CheckTypeI32,
9041 OPC_MoveSibling7,
9042 OPC_CheckInteger, 9,
9043 OPC_CheckTypeI32,
9044 OPC_MoveSibling, 8,
9045 OPC_CheckInteger, 10,
9046 OPC_CheckTypeI32,
9047 OPC_MoveSibling, 9,
9048 OPC_CheckInteger, 11,
9049 OPC_CheckTypeI32,
9050 OPC_MoveSibling, 10,
9051 OPC_CheckInteger, 16,
9052 OPC_CheckTypeI32,
9053 OPC_MoveSibling, 11,
9054 OPC_CheckInteger, 17,
9055 OPC_CheckTypeI32,
9056 OPC_MoveSibling, 12,
9057 OPC_CheckInteger, 18,
9058 OPC_CheckTypeI32,
9059 OPC_MoveSibling, 13,
9060 OPC_CheckInteger, 19,
9061 OPC_CheckTypeI32,
9062 OPC_MoveSibling, 14,
9063 OPC_CheckInteger, 24,
9064 OPC_CheckTypeI32,
9065 OPC_MoveSibling, 15,
9066 OPC_CheckInteger, 25,
9067 OPC_CheckTypeI32,
9068 OPC_MoveSibling, 16,
9069 OPC_CheckInteger, 26,
9070 OPC_CheckTypeI32,
9071 OPC_MoveSibling, 17,
9072 OPC_CheckInteger, 27,
9073 OPC_CheckTypeI32,
9074 OPC_MoveParent,
9075 OPC_MoveParent,
9076 OPC_CheckType, MVT::v4i32,
9077 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
9078 MVT::v4i32, 2, 1,
9079 0,
9080 81|128,1,
9081 OPC_CheckChild0Same, 0,
9082 OPC_MoveSibling1,
9083 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
9084 OPC_CheckChild0Same, 1,
9085 OPC_MoveParent,
9086 OPC_CheckType, MVT::v4i32,
9087 OPC_MoveSibling1,
9088 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
9089 OPC_MoveChild0,
9090 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
9091 OPC_Scope, 93,
9092 OPC_CheckChild0Same, 1,
9093 OPC_MoveSibling1,
9094 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
9095 OPC_CheckChild0Same, 0,
9096 OPC_MoveParent,
9097 OPC_CheckType, MVT::v4i32,
9098 OPC_MoveParent,
9099 OPC_CheckChild2Integer, 0,
9100 OPC_CheckChild2TypeI32,
9101 OPC_CheckChild3Integer, 1,
9102 OPC_CheckChild3TypeI32,
9103 OPC_CheckChild4Integer, 2,
9104 OPC_CheckChild4TypeI32,
9105 OPC_MoveChild5,
9106 OPC_CheckInteger, 3,
9107 OPC_CheckTypeI32,
9108 OPC_MoveSibling6,
9109 OPC_CheckInteger, 8,
9110 OPC_CheckTypeI32,
9111 OPC_MoveSibling7,
9112 OPC_CheckInteger, 9,
9113 OPC_CheckTypeI32,
9114 OPC_MoveSibling, 8,
9115 OPC_CheckInteger, 10,
9116 OPC_CheckTypeI32,
9117 OPC_MoveSibling, 9,
9118 OPC_CheckInteger, 11,
9119 OPC_CheckTypeI32,
9120 OPC_MoveSibling, 10,
9121 OPC_CheckInteger, 16,
9122 OPC_CheckTypeI32,
9123 OPC_MoveSibling, 11,
9124 OPC_CheckInteger, 17,
9125 OPC_CheckTypeI32,
9126 OPC_MoveSibling, 12,
9127 OPC_CheckInteger, 18,
9128 OPC_CheckTypeI32,
9129 OPC_MoveSibling, 13,
9130 OPC_CheckInteger, 19,
9131 OPC_CheckTypeI32,
9132 OPC_MoveSibling, 14,
9133 OPC_CheckInteger, 24,
9134 OPC_CheckTypeI32,
9135 OPC_MoveSibling, 15,
9136 OPC_CheckInteger, 25,
9137 OPC_CheckTypeI32,
9138 OPC_MoveSibling, 16,
9139 OPC_CheckInteger, 26,
9140 OPC_CheckTypeI32,
9141 OPC_MoveSibling, 17,
9142 OPC_CheckInteger, 27,
9143 OPC_CheckTypeI32,
9144 OPC_MoveParent,
9145 OPC_MoveParent,
9146 OPC_CheckType, MVT::v4i32,
9147 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
9148 MVT::v4i32, 2, 1,
9149 93,
9150 OPC_CheckChild0Same, 0,
9151 OPC_MoveSibling1,
9152 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
9153 OPC_CheckChild0Same, 1,
9154 OPC_MoveParent,
9155 OPC_CheckType, MVT::v4i32,
9156 OPC_MoveParent,
9157 OPC_CheckChild2Integer, 0,
9158 OPC_CheckChild2TypeI32,
9159 OPC_CheckChild3Integer, 1,
9160 OPC_CheckChild3TypeI32,
9161 OPC_CheckChild4Integer, 2,
9162 OPC_CheckChild4TypeI32,
9163 OPC_MoveChild5,
9164 OPC_CheckInteger, 3,
9165 OPC_CheckTypeI32,
9166 OPC_MoveSibling6,
9167 OPC_CheckInteger, 8,
9168 OPC_CheckTypeI32,
9169 OPC_MoveSibling7,
9170 OPC_CheckInteger, 9,
9171 OPC_CheckTypeI32,
9172 OPC_MoveSibling, 8,
9173 OPC_CheckInteger, 10,
9174 OPC_CheckTypeI32,
9175 OPC_MoveSibling, 9,
9176 OPC_CheckInteger, 11,
9177 OPC_CheckTypeI32,
9178 OPC_MoveSibling, 10,
9179 OPC_CheckInteger, 16,
9180 OPC_CheckTypeI32,
9181 OPC_MoveSibling, 11,
9182 OPC_CheckInteger, 17,
9183 OPC_CheckTypeI32,
9184 OPC_MoveSibling, 12,
9185 OPC_CheckInteger, 18,
9186 OPC_CheckTypeI32,
9187 OPC_MoveSibling, 13,
9188 OPC_CheckInteger, 19,
9189 OPC_CheckTypeI32,
9190 OPC_MoveSibling, 14,
9191 OPC_CheckInteger, 24,
9192 OPC_CheckTypeI32,
9193 OPC_MoveSibling, 15,
9194 OPC_CheckInteger, 25,
9195 OPC_CheckTypeI32,
9196 OPC_MoveSibling, 16,
9197 OPC_CheckInteger, 26,
9198 OPC_CheckTypeI32,
9199 OPC_MoveSibling, 17,
9200 OPC_CheckInteger, 27,
9201 OPC_CheckTypeI32,
9202 OPC_MoveParent,
9203 OPC_MoveParent,
9204 OPC_CheckType, MVT::v4i32,
9205 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
9206 MVT::v4i32, 2, 1,
9207 0,
9208 0,
9209 8|128,4,
9210 OPC_CheckChild0Same, 0,
9211 OPC_MoveSibling1,
9212 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
9213 OPC_CheckChild0Same, 1,
9214 OPC_MoveParent,
9215 OPC_CheckType, MVT::v4i32,
9216 OPC_MoveParent,
9217 OPC_CheckChild2Integer, 4,
9218 OPC_CheckChild2TypeI32,
9219 OPC_CheckChild3Integer, 5,
9220 OPC_CheckChild3TypeI32,
9221 OPC_CheckChild4Integer, 6,
9222 OPC_CheckChild4TypeI32,
9223 OPC_MoveChild5,
9224 OPC_CheckInteger, 7,
9225 OPC_CheckTypeI32,
9226 OPC_MoveSibling6,
9227 OPC_CheckInteger, 12,
9228 OPC_CheckTypeI32,
9229 OPC_MoveSibling7,
9230 OPC_CheckInteger, 13,
9231 OPC_CheckTypeI32,
9232 OPC_MoveSibling, 8,
9233 OPC_CheckInteger, 14,
9234 OPC_CheckTypeI32,
9235 OPC_MoveSibling, 9,
9236 OPC_CheckInteger, 15,
9237 OPC_CheckTypeI32,
9238 OPC_MoveSibling, 10,
9239 OPC_CheckInteger, 20,
9240 OPC_CheckTypeI32,
9241 OPC_MoveSibling, 11,
9242 OPC_CheckInteger, 21,
9243 OPC_CheckTypeI32,
9244 OPC_MoveSibling, 12,
9245 OPC_CheckInteger, 22,
9246 OPC_CheckTypeI32,
9247 OPC_MoveSibling, 13,
9248 OPC_CheckInteger, 23,
9249 OPC_CheckTypeI32,
9250 OPC_MoveSibling, 14,
9251 OPC_CheckInteger, 28,
9252 OPC_CheckTypeI32,
9253 OPC_MoveSibling, 15,
9254 OPC_CheckInteger, 29,
9255 OPC_CheckTypeI32,
9256 OPC_MoveSibling, 16,
9257 OPC_CheckInteger, 30,
9258 OPC_CheckTypeI32,
9259 OPC_MoveSibling, 17,
9260 OPC_CheckInteger, 31,
9261 OPC_CheckTypeI32,
9262 OPC_MoveParent,
9263 OPC_MoveSibling1,
9264 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
9265 OPC_MoveChild0,
9266 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
9267 OPC_MoveChild0,
9268 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
9269 OPC_Scope, 81|128,1,
9270 OPC_CheckChild0Same, 1,
9271 OPC_MoveSibling1,
9272 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
9273 OPC_CheckChild0Same, 0,
9274 OPC_MoveParent,
9275 OPC_CheckType, MVT::v4i32,
9276 OPC_MoveSibling1,
9277 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
9278 OPC_MoveChild0,
9279 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
9280 OPC_Scope, 93,
9281 OPC_CheckChild0Same, 1,
9282 OPC_MoveSibling1,
9283 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
9284 OPC_CheckChild0Same, 0,
9285 OPC_MoveParent,
9286 OPC_CheckType, MVT::v4i32,
9287 OPC_MoveParent,
9288 OPC_CheckChild2Integer, 0,
9289 OPC_CheckChild2TypeI32,
9290 OPC_CheckChild3Integer, 1,
9291 OPC_CheckChild3TypeI32,
9292 OPC_CheckChild4Integer, 2,
9293 OPC_CheckChild4TypeI32,
9294 OPC_MoveChild5,
9295 OPC_CheckInteger, 3,
9296 OPC_CheckTypeI32,
9297 OPC_MoveSibling6,
9298 OPC_CheckInteger, 8,
9299 OPC_CheckTypeI32,
9300 OPC_MoveSibling7,
9301 OPC_CheckInteger, 9,
9302 OPC_CheckTypeI32,
9303 OPC_MoveSibling, 8,
9304 OPC_CheckInteger, 10,
9305 OPC_CheckTypeI32,
9306 OPC_MoveSibling, 9,
9307 OPC_CheckInteger, 11,
9308 OPC_CheckTypeI32,
9309 OPC_MoveSibling, 10,
9310 OPC_CheckInteger, 16,
9311 OPC_CheckTypeI32,
9312 OPC_MoveSibling, 11,
9313 OPC_CheckInteger, 17,
9314 OPC_CheckTypeI32,
9315 OPC_MoveSibling, 12,
9316 OPC_CheckInteger, 18,
9317 OPC_CheckTypeI32,
9318 OPC_MoveSibling, 13,
9319 OPC_CheckInteger, 19,
9320 OPC_CheckTypeI32,
9321 OPC_MoveSibling, 14,
9322 OPC_CheckInteger, 24,
9323 OPC_CheckTypeI32,
9324 OPC_MoveSibling, 15,
9325 OPC_CheckInteger, 25,
9326 OPC_CheckTypeI32,
9327 OPC_MoveSibling, 16,
9328 OPC_CheckInteger, 26,
9329 OPC_CheckTypeI32,
9330 OPC_MoveSibling, 17,
9331 OPC_CheckInteger, 27,
9332 OPC_CheckTypeI32,
9333 OPC_MoveParent,
9334 OPC_MoveParent,
9335 OPC_CheckType, MVT::v4i32,
9336 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
9337 MVT::v4i32, 2, 1,
9338 93,
9339 OPC_CheckChild0Same, 0,
9340 OPC_MoveSibling1,
9341 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
9342 OPC_CheckChild0Same, 1,
9343 OPC_MoveParent,
9344 OPC_CheckType, MVT::v4i32,
9345 OPC_MoveParent,
9346 OPC_CheckChild2Integer, 0,
9347 OPC_CheckChild2TypeI32,
9348 OPC_CheckChild3Integer, 1,
9349 OPC_CheckChild3TypeI32,
9350 OPC_CheckChild4Integer, 2,
9351 OPC_CheckChild4TypeI32,
9352 OPC_MoveChild5,
9353 OPC_CheckInteger, 3,
9354 OPC_CheckTypeI32,
9355 OPC_MoveSibling6,
9356 OPC_CheckInteger, 8,
9357 OPC_CheckTypeI32,
9358 OPC_MoveSibling7,
9359 OPC_CheckInteger, 9,
9360 OPC_CheckTypeI32,
9361 OPC_MoveSibling, 8,
9362 OPC_CheckInteger, 10,
9363 OPC_CheckTypeI32,
9364 OPC_MoveSibling, 9,
9365 OPC_CheckInteger, 11,
9366 OPC_CheckTypeI32,
9367 OPC_MoveSibling, 10,
9368 OPC_CheckInteger, 16,
9369 OPC_CheckTypeI32,
9370 OPC_MoveSibling, 11,
9371 OPC_CheckInteger, 17,
9372 OPC_CheckTypeI32,
9373 OPC_MoveSibling, 12,
9374 OPC_CheckInteger, 18,
9375 OPC_CheckTypeI32,
9376 OPC_MoveSibling, 13,
9377 OPC_CheckInteger, 19,
9378 OPC_CheckTypeI32,
9379 OPC_MoveSibling, 14,
9380 OPC_CheckInteger, 24,
9381 OPC_CheckTypeI32,
9382 OPC_MoveSibling, 15,
9383 OPC_CheckInteger, 25,
9384 OPC_CheckTypeI32,
9385 OPC_MoveSibling, 16,
9386 OPC_CheckInteger, 26,
9387 OPC_CheckTypeI32,
9388 OPC_MoveSibling, 17,
9389 OPC_CheckInteger, 27,
9390 OPC_CheckTypeI32,
9391 OPC_MoveParent,
9392 OPC_MoveParent,
9393 OPC_CheckType, MVT::v4i32,
9394 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
9395 MVT::v4i32, 2, 1,
9396 0,
9397 81|128,1,
9398 OPC_CheckChild0Same, 0,
9399 OPC_MoveSibling1,
9400 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
9401 OPC_CheckChild0Same, 1,
9402 OPC_MoveParent,
9403 OPC_CheckType, MVT::v4i32,
9404 OPC_MoveSibling1,
9405 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
9406 OPC_MoveChild0,
9407 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
9408 OPC_Scope, 93,
9409 OPC_CheckChild0Same, 1,
9410 OPC_MoveSibling1,
9411 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
9412 OPC_CheckChild0Same, 0,
9413 OPC_MoveParent,
9414 OPC_CheckType, MVT::v4i32,
9415 OPC_MoveParent,
9416 OPC_CheckChild2Integer, 0,
9417 OPC_CheckChild2TypeI32,
9418 OPC_CheckChild3Integer, 1,
9419 OPC_CheckChild3TypeI32,
9420 OPC_CheckChild4Integer, 2,
9421 OPC_CheckChild4TypeI32,
9422 OPC_MoveChild5,
9423 OPC_CheckInteger, 3,
9424 OPC_CheckTypeI32,
9425 OPC_MoveSibling6,
9426 OPC_CheckInteger, 8,
9427 OPC_CheckTypeI32,
9428 OPC_MoveSibling7,
9429 OPC_CheckInteger, 9,
9430 OPC_CheckTypeI32,
9431 OPC_MoveSibling, 8,
9432 OPC_CheckInteger, 10,
9433 OPC_CheckTypeI32,
9434 OPC_MoveSibling, 9,
9435 OPC_CheckInteger, 11,
9436 OPC_CheckTypeI32,
9437 OPC_MoveSibling, 10,
9438 OPC_CheckInteger, 16,
9439 OPC_CheckTypeI32,
9440 OPC_MoveSibling, 11,
9441 OPC_CheckInteger, 17,
9442 OPC_CheckTypeI32,
9443 OPC_MoveSibling, 12,
9444 OPC_CheckInteger, 18,
9445 OPC_CheckTypeI32,
9446 OPC_MoveSibling, 13,
9447 OPC_CheckInteger, 19,
9448 OPC_CheckTypeI32,
9449 OPC_MoveSibling, 14,
9450 OPC_CheckInteger, 24,
9451 OPC_CheckTypeI32,
9452 OPC_MoveSibling, 15,
9453 OPC_CheckInteger, 25,
9454 OPC_CheckTypeI32,
9455 OPC_MoveSibling, 16,
9456 OPC_CheckInteger, 26,
9457 OPC_CheckTypeI32,
9458 OPC_MoveSibling, 17,
9459 OPC_CheckInteger, 27,
9460 OPC_CheckTypeI32,
9461 OPC_MoveParent,
9462 OPC_MoveParent,
9463 OPC_CheckType, MVT::v4i32,
9464 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
9465 MVT::v4i32, 2, 1,
9466 93,
9467 OPC_CheckChild0Same, 0,
9468 OPC_MoveSibling1,
9469 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
9470 OPC_CheckChild0Same, 1,
9471 OPC_MoveParent,
9472 OPC_CheckType, MVT::v4i32,
9473 OPC_MoveParent,
9474 OPC_CheckChild2Integer, 0,
9475 OPC_CheckChild2TypeI32,
9476 OPC_CheckChild3Integer, 1,
9477 OPC_CheckChild3TypeI32,
9478 OPC_CheckChild4Integer, 2,
9479 OPC_CheckChild4TypeI32,
9480 OPC_MoveChild5,
9481 OPC_CheckInteger, 3,
9482 OPC_CheckTypeI32,
9483 OPC_MoveSibling6,
9484 OPC_CheckInteger, 8,
9485 OPC_CheckTypeI32,
9486 OPC_MoveSibling7,
9487 OPC_CheckInteger, 9,
9488 OPC_CheckTypeI32,
9489 OPC_MoveSibling, 8,
9490 OPC_CheckInteger, 10,
9491 OPC_CheckTypeI32,
9492 OPC_MoveSibling, 9,
9493 OPC_CheckInteger, 11,
9494 OPC_CheckTypeI32,
9495 OPC_MoveSibling, 10,
9496 OPC_CheckInteger, 16,
9497 OPC_CheckTypeI32,
9498 OPC_MoveSibling, 11,
9499 OPC_CheckInteger, 17,
9500 OPC_CheckTypeI32,
9501 OPC_MoveSibling, 12,
9502 OPC_CheckInteger, 18,
9503 OPC_CheckTypeI32,
9504 OPC_MoveSibling, 13,
9505 OPC_CheckInteger, 19,
9506 OPC_CheckTypeI32,
9507 OPC_MoveSibling, 14,
9508 OPC_CheckInteger, 24,
9509 OPC_CheckTypeI32,
9510 OPC_MoveSibling, 15,
9511 OPC_CheckInteger, 25,
9512 OPC_CheckTypeI32,
9513 OPC_MoveSibling, 16,
9514 OPC_CheckInteger, 26,
9515 OPC_CheckTypeI32,
9516 OPC_MoveSibling, 17,
9517 OPC_CheckInteger, 27,
9518 OPC_CheckTypeI32,
9519 OPC_MoveParent,
9520 OPC_MoveParent,
9521 OPC_CheckType, MVT::v4i32,
9522 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
9523 MVT::v4i32, 2, 1,
9524 0,
9525 0,
9526 0,
9527 64|128,29,
9528 OPC_CheckChild0Type, MVT::v16i8,
9529 OPC_MoveSibling1,
9530 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
9531 OPC_RecordChild0,
9532 OPC_CheckChild0Type, MVT::v16i8,
9533 OPC_MoveParent,
9534 OPC_CheckType, MVT::v8i16,
9535 OPC_MoveSibling1,
9536 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
9537 OPC_MoveChild0,
9538 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
9539 OPC_Scope, 8|128,4,
9540 OPC_CheckChild0Same, 0,
9541 OPC_MoveSibling1,
9542 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
9543 OPC_CheckChild0Same, 1,
9544 OPC_MoveParent,
9545 OPC_CheckType, MVT::v8i16,
9546 OPC_MoveParent,
9547 OPC_CheckChild2Integer, 0,
9548 OPC_CheckChild2TypeI32,
9549 OPC_CheckChild3Integer, 1,
9550 OPC_CheckChild3TypeI32,
9551 OPC_CheckChild4Integer, 4,
9552 OPC_CheckChild4TypeI32,
9553 OPC_MoveChild5,
9554 OPC_CheckInteger, 5,
9555 OPC_CheckTypeI32,
9556 OPC_MoveSibling6,
9557 OPC_CheckInteger, 8,
9558 OPC_CheckTypeI32,
9559 OPC_MoveSibling7,
9560 OPC_CheckInteger, 9,
9561 OPC_CheckTypeI32,
9562 OPC_MoveSibling, 8,
9563 OPC_CheckInteger, 12,
9564 OPC_CheckTypeI32,
9565 OPC_MoveSibling, 9,
9566 OPC_CheckInteger, 13,
9567 OPC_CheckTypeI32,
9568 OPC_MoveSibling, 10,
9569 OPC_CheckInteger, 16,
9570 OPC_CheckTypeI32,
9571 OPC_MoveSibling, 11,
9572 OPC_CheckInteger, 17,
9573 OPC_CheckTypeI32,
9574 OPC_MoveSibling, 12,
9575 OPC_CheckInteger, 20,
9576 OPC_CheckTypeI32,
9577 OPC_MoveSibling, 13,
9578 OPC_CheckInteger, 21,
9579 OPC_CheckTypeI32,
9580 OPC_MoveSibling, 14,
9581 OPC_CheckInteger, 24,
9582 OPC_CheckTypeI32,
9583 OPC_MoveSibling, 15,
9584 OPC_CheckInteger, 25,
9585 OPC_CheckTypeI32,
9586 OPC_MoveSibling, 16,
9587 OPC_CheckInteger, 28,
9588 OPC_CheckTypeI32,
9589 OPC_MoveSibling, 17,
9590 OPC_CheckInteger, 29,
9591 OPC_CheckTypeI32,
9592 OPC_MoveParent,
9593 OPC_MoveSibling1,
9594 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
9595 OPC_MoveChild0,
9596 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
9597 OPC_MoveChild0,
9598 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
9599 OPC_Scope, 81|128,1,
9600 OPC_CheckChild0Same, 0,
9601 OPC_MoveSibling1,
9602 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
9603 OPC_CheckChild0Same, 1,
9604 OPC_MoveParent,
9605 OPC_CheckType, MVT::v8i16,
9606 OPC_MoveSibling1,
9607 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
9608 OPC_MoveChild0,
9609 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
9610 OPC_Scope, 93,
9611 OPC_CheckChild0Same, 0,
9612 OPC_MoveSibling1,
9613 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
9614 OPC_CheckChild0Same, 1,
9615 OPC_MoveParent,
9616 OPC_CheckType, MVT::v8i16,
9617 OPC_MoveParent,
9618 OPC_CheckChild2Integer, 2,
9619 OPC_CheckChild2TypeI32,
9620 OPC_CheckChild3Integer, 3,
9621 OPC_CheckChild3TypeI32,
9622 OPC_CheckChild4Integer, 6,
9623 OPC_CheckChild4TypeI32,
9624 OPC_MoveChild5,
9625 OPC_CheckInteger, 7,
9626 OPC_CheckTypeI32,
9627 OPC_MoveSibling6,
9628 OPC_CheckInteger, 10,
9629 OPC_CheckTypeI32,
9630 OPC_MoveSibling7,
9631 OPC_CheckInteger, 11,
9632 OPC_CheckTypeI32,
9633 OPC_MoveSibling, 8,
9634 OPC_CheckInteger, 14,
9635 OPC_CheckTypeI32,
9636 OPC_MoveSibling, 9,
9637 OPC_CheckInteger, 15,
9638 OPC_CheckTypeI32,
9639 OPC_MoveSibling, 10,
9640 OPC_CheckInteger, 18,
9641 OPC_CheckTypeI32,
9642 OPC_MoveSibling, 11,
9643 OPC_CheckInteger, 19,
9644 OPC_CheckTypeI32,
9645 OPC_MoveSibling, 12,
9646 OPC_CheckInteger, 22,
9647 OPC_CheckTypeI32,
9648 OPC_MoveSibling, 13,
9649 OPC_CheckInteger, 23,
9650 OPC_CheckTypeI32,
9651 OPC_MoveSibling, 14,
9652 OPC_CheckInteger, 26,
9653 OPC_CheckTypeI32,
9654 OPC_MoveSibling, 15,
9655 OPC_CheckInteger, 27,
9656 OPC_CheckTypeI32,
9657 OPC_MoveSibling, 16,
9658 OPC_CheckInteger, 30,
9659 OPC_CheckTypeI32,
9660 OPC_MoveSibling, 17,
9661 OPC_CheckInteger, 31,
9662 OPC_CheckTypeI32,
9663 OPC_MoveParent,
9664 OPC_MoveParent,
9665 OPC_CheckType, MVT::v8i16,
9666 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
9667 MVT::v8i16, 2, 16,
9668 93,
9669 OPC_CheckChild0Same, 1,
9670 OPC_MoveSibling1,
9671 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
9672 OPC_CheckChild0Same, 0,
9673 OPC_MoveParent,
9674 OPC_CheckType, MVT::v8i16,
9675 OPC_MoveParent,
9676 OPC_CheckChild2Integer, 2,
9677 OPC_CheckChild2TypeI32,
9678 OPC_CheckChild3Integer, 3,
9679 OPC_CheckChild3TypeI32,
9680 OPC_CheckChild4Integer, 6,
9681 OPC_CheckChild4TypeI32,
9682 OPC_MoveChild5,
9683 OPC_CheckInteger, 7,
9684 OPC_CheckTypeI32,
9685 OPC_MoveSibling6,
9686 OPC_CheckInteger, 10,
9687 OPC_CheckTypeI32,
9688 OPC_MoveSibling7,
9689 OPC_CheckInteger, 11,
9690 OPC_CheckTypeI32,
9691 OPC_MoveSibling, 8,
9692 OPC_CheckInteger, 14,
9693 OPC_CheckTypeI32,
9694 OPC_MoveSibling, 9,
9695 OPC_CheckInteger, 15,
9696 OPC_CheckTypeI32,
9697 OPC_MoveSibling, 10,
9698 OPC_CheckInteger, 18,
9699 OPC_CheckTypeI32,
9700 OPC_MoveSibling, 11,
9701 OPC_CheckInteger, 19,
9702 OPC_CheckTypeI32,
9703 OPC_MoveSibling, 12,
9704 OPC_CheckInteger, 22,
9705 OPC_CheckTypeI32,
9706 OPC_MoveSibling, 13,
9707 OPC_CheckInteger, 23,
9708 OPC_CheckTypeI32,
9709 OPC_MoveSibling, 14,
9710 OPC_CheckInteger, 26,
9711 OPC_CheckTypeI32,
9712 OPC_MoveSibling, 15,
9713 OPC_CheckInteger, 27,
9714 OPC_CheckTypeI32,
9715 OPC_MoveSibling, 16,
9716 OPC_CheckInteger, 30,
9717 OPC_CheckTypeI32,
9718 OPC_MoveSibling, 17,
9719 OPC_CheckInteger, 31,
9720 OPC_CheckTypeI32,
9721 OPC_MoveParent,
9722 OPC_MoveParent,
9723 OPC_CheckType, MVT::v8i16,
9724 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
9725 MVT::v8i16, 2, 16,
9726 0,
9727 81|128,1,
9728 OPC_CheckChild0Same, 1,
9729 OPC_MoveSibling1,
9730 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
9731 OPC_CheckChild0Same, 0,
9732 OPC_MoveParent,
9733 OPC_CheckType, MVT::v8i16,
9734 OPC_MoveSibling1,
9735 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
9736 OPC_MoveChild0,
9737 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
9738 OPC_Scope, 93,
9739 OPC_CheckChild0Same, 0,
9740 OPC_MoveSibling1,
9741 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
9742 OPC_CheckChild0Same, 1,
9743 OPC_MoveParent,
9744 OPC_CheckType, MVT::v8i16,
9745 OPC_MoveParent,
9746 OPC_CheckChild2Integer, 2,
9747 OPC_CheckChild2TypeI32,
9748 OPC_CheckChild3Integer, 3,
9749 OPC_CheckChild3TypeI32,
9750 OPC_CheckChild4Integer, 6,
9751 OPC_CheckChild4TypeI32,
9752 OPC_MoveChild5,
9753 OPC_CheckInteger, 7,
9754 OPC_CheckTypeI32,
9755 OPC_MoveSibling6,
9756 OPC_CheckInteger, 10,
9757 OPC_CheckTypeI32,
9758 OPC_MoveSibling7,
9759 OPC_CheckInteger, 11,
9760 OPC_CheckTypeI32,
9761 OPC_MoveSibling, 8,
9762 OPC_CheckInteger, 14,
9763 OPC_CheckTypeI32,
9764 OPC_MoveSibling, 9,
9765 OPC_CheckInteger, 15,
9766 OPC_CheckTypeI32,
9767 OPC_MoveSibling, 10,
9768 OPC_CheckInteger, 18,
9769 OPC_CheckTypeI32,
9770 OPC_MoveSibling, 11,
9771 OPC_CheckInteger, 19,
9772 OPC_CheckTypeI32,
9773 OPC_MoveSibling, 12,
9774 OPC_CheckInteger, 22,
9775 OPC_CheckTypeI32,
9776 OPC_MoveSibling, 13,
9777 OPC_CheckInteger, 23,
9778 OPC_CheckTypeI32,
9779 OPC_MoveSibling, 14,
9780 OPC_CheckInteger, 26,
9781 OPC_CheckTypeI32,
9782 OPC_MoveSibling, 15,
9783 OPC_CheckInteger, 27,
9784 OPC_CheckTypeI32,
9785 OPC_MoveSibling, 16,
9786 OPC_CheckInteger, 30,
9787 OPC_CheckTypeI32,
9788 OPC_MoveSibling, 17,
9789 OPC_CheckInteger, 31,
9790 OPC_CheckTypeI32,
9791 OPC_MoveParent,
9792 OPC_MoveParent,
9793 OPC_CheckType, MVT::v8i16,
9794 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
9795 MVT::v8i16, 2, 16,
9796 93,
9797 OPC_CheckChild0Same, 1,
9798 OPC_MoveSibling1,
9799 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
9800 OPC_CheckChild0Same, 0,
9801 OPC_MoveParent,
9802 OPC_CheckType, MVT::v8i16,
9803 OPC_MoveParent,
9804 OPC_CheckChild2Integer, 2,
9805 OPC_CheckChild2TypeI32,
9806 OPC_CheckChild3Integer, 3,
9807 OPC_CheckChild3TypeI32,
9808 OPC_CheckChild4Integer, 6,
9809 OPC_CheckChild4TypeI32,
9810 OPC_MoveChild5,
9811 OPC_CheckInteger, 7,
9812 OPC_CheckTypeI32,
9813 OPC_MoveSibling6,
9814 OPC_CheckInteger, 10,
9815 OPC_CheckTypeI32,
9816 OPC_MoveSibling7,
9817 OPC_CheckInteger, 11,
9818 OPC_CheckTypeI32,
9819 OPC_MoveSibling, 8,
9820 OPC_CheckInteger, 14,
9821 OPC_CheckTypeI32,
9822 OPC_MoveSibling, 9,
9823 OPC_CheckInteger, 15,
9824 OPC_CheckTypeI32,
9825 OPC_MoveSibling, 10,
9826 OPC_CheckInteger, 18,
9827 OPC_CheckTypeI32,
9828 OPC_MoveSibling, 11,
9829 OPC_CheckInteger, 19,
9830 OPC_CheckTypeI32,
9831 OPC_MoveSibling, 12,
9832 OPC_CheckInteger, 22,
9833 OPC_CheckTypeI32,
9834 OPC_MoveSibling, 13,
9835 OPC_CheckInteger, 23,
9836 OPC_CheckTypeI32,
9837 OPC_MoveSibling, 14,
9838 OPC_CheckInteger, 26,
9839 OPC_CheckTypeI32,
9840 OPC_MoveSibling, 15,
9841 OPC_CheckInteger, 27,
9842 OPC_CheckTypeI32,
9843 OPC_MoveSibling, 16,
9844 OPC_CheckInteger, 30,
9845 OPC_CheckTypeI32,
9846 OPC_MoveSibling, 17,
9847 OPC_CheckInteger, 31,
9848 OPC_CheckTypeI32,
9849 OPC_MoveParent,
9850 OPC_MoveParent,
9851 OPC_CheckType, MVT::v8i16,
9852 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
9853 MVT::v8i16, 2, 16,
9854 0,
9855 0,
9856 67|128,6,
9857 OPC_CheckChild0Same, 1,
9858 OPC_MoveSibling1,
9859 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
9860 OPC_CheckChild0Same, 0,
9861 OPC_MoveParent,
9862 OPC_CheckType, MVT::v8i16,
9863 OPC_MoveParent,
9864 OPC_CheckChild2Integer, 0,
9865 OPC_CheckChild2TypeI32,
9866 OPC_CheckChild3Integer, 1,
9867 OPC_CheckChild3TypeI32,
9868 OPC_CheckChild4Integer, 4,
9869 OPC_CheckChild4TypeI32,
9870 OPC_MoveChild5,
9871 OPC_CheckInteger, 5,
9872 OPC_CheckTypeI32,
9873 OPC_MoveSibling6,
9874 OPC_CheckInteger, 8,
9875 OPC_CheckTypeI32,
9876 OPC_MoveSibling7,
9877 OPC_CheckInteger, 9,
9878 OPC_CheckTypeI32,
9879 OPC_MoveSibling, 8,
9880 OPC_CheckInteger, 12,
9881 OPC_CheckTypeI32,
9882 OPC_MoveSibling, 9,
9883 OPC_CheckInteger, 13,
9884 OPC_CheckTypeI32,
9885 OPC_MoveSibling, 10,
9886 OPC_CheckInteger, 16,
9887 OPC_CheckTypeI32,
9888 OPC_MoveSibling, 11,
9889 OPC_CheckInteger, 17,
9890 OPC_CheckTypeI32,
9891 OPC_MoveSibling, 12,
9892 OPC_CheckInteger, 20,
9893 OPC_CheckTypeI32,
9894 OPC_MoveSibling, 13,
9895 OPC_CheckInteger, 21,
9896 OPC_CheckTypeI32,
9897 OPC_MoveSibling, 14,
9898 OPC_CheckInteger, 24,
9899 OPC_CheckTypeI32,
9900 OPC_MoveSibling, 15,
9901 OPC_CheckInteger, 25,
9902 OPC_CheckTypeI32,
9903 OPC_MoveSibling, 16,
9904 OPC_CheckInteger, 28,
9905 OPC_CheckTypeI32,
9906 OPC_MoveSibling, 17,
9907 OPC_CheckInteger, 29,
9908 OPC_CheckTypeI32,
9909 OPC_MoveParent,
9910 OPC_MoveSibling1,
9911 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
9912 OPC_MoveChild0,
9913 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
9914 OPC_MoveChild0,
9915 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
9916 OPC_Scope, 81|128,1,
9917 OPC_CheckChild0Same, 0,
9918 OPC_MoveSibling1,
9919 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
9920 OPC_CheckChild0Same, 1,
9921 OPC_MoveParent,
9922 OPC_CheckType, MVT::v8i16,
9923 OPC_MoveSibling1,
9924 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
9925 OPC_MoveChild0,
9926 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
9927 OPC_Scope, 93,
9928 OPC_CheckChild0Same, 0,
9929 OPC_MoveSibling1,
9930 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
9931 OPC_CheckChild0Same, 1,
9932 OPC_MoveParent,
9933 OPC_CheckType, MVT::v8i16,
9934 OPC_MoveParent,
9935 OPC_CheckChild2Integer, 2,
9936 OPC_CheckChild2TypeI32,
9937 OPC_CheckChild3Integer, 3,
9938 OPC_CheckChild3TypeI32,
9939 OPC_CheckChild4Integer, 6,
9940 OPC_CheckChild4TypeI32,
9941 OPC_MoveChild5,
9942 OPC_CheckInteger, 7,
9943 OPC_CheckTypeI32,
9944 OPC_MoveSibling6,
9945 OPC_CheckInteger, 10,
9946 OPC_CheckTypeI32,
9947 OPC_MoveSibling7,
9948 OPC_CheckInteger, 11,
9949 OPC_CheckTypeI32,
9950 OPC_MoveSibling, 8,
9951 OPC_CheckInteger, 14,
9952 OPC_CheckTypeI32,
9953 OPC_MoveSibling, 9,
9954 OPC_CheckInteger, 15,
9955 OPC_CheckTypeI32,
9956 OPC_MoveSibling, 10,
9957 OPC_CheckInteger, 18,
9958 OPC_CheckTypeI32,
9959 OPC_MoveSibling, 11,
9960 OPC_CheckInteger, 19,
9961 OPC_CheckTypeI32,
9962 OPC_MoveSibling, 12,
9963 OPC_CheckInteger, 22,
9964 OPC_CheckTypeI32,
9965 OPC_MoveSibling, 13,
9966 OPC_CheckInteger, 23,
9967 OPC_CheckTypeI32,
9968 OPC_MoveSibling, 14,
9969 OPC_CheckInteger, 26,
9970 OPC_CheckTypeI32,
9971 OPC_MoveSibling, 15,
9972 OPC_CheckInteger, 27,
9973 OPC_CheckTypeI32,
9974 OPC_MoveSibling, 16,
9975 OPC_CheckInteger, 30,
9976 OPC_CheckTypeI32,
9977 OPC_MoveSibling, 17,
9978 OPC_CheckInteger, 31,
9979 OPC_CheckTypeI32,
9980 OPC_MoveParent,
9981 OPC_MoveParent,
9982 OPC_CheckType, MVT::v8i16,
9983 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
9984 MVT::v8i16, 2, 16,
9985 93,
9986 OPC_CheckChild0Same, 1,
9987 OPC_MoveSibling1,
9988 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
9989 OPC_CheckChild0Same, 0,
9990 OPC_MoveParent,
9991 OPC_CheckType, MVT::v8i16,
9992 OPC_MoveParent,
9993 OPC_CheckChild2Integer, 2,
9994 OPC_CheckChild2TypeI32,
9995 OPC_CheckChild3Integer, 3,
9996 OPC_CheckChild3TypeI32,
9997 OPC_CheckChild4Integer, 6,
9998 OPC_CheckChild4TypeI32,
9999 OPC_MoveChild5,
10000 OPC_CheckInteger, 7,
10001 OPC_CheckTypeI32,
10002 OPC_MoveSibling6,
10003 OPC_CheckInteger, 10,
10004 OPC_CheckTypeI32,
10005 OPC_MoveSibling7,
10006 OPC_CheckInteger, 11,
10007 OPC_CheckTypeI32,
10008 OPC_MoveSibling, 8,
10009 OPC_CheckInteger, 14,
10010 OPC_CheckTypeI32,
10011 OPC_MoveSibling, 9,
10012 OPC_CheckInteger, 15,
10013 OPC_CheckTypeI32,
10014 OPC_MoveSibling, 10,
10015 OPC_CheckInteger, 18,
10016 OPC_CheckTypeI32,
10017 OPC_MoveSibling, 11,
10018 OPC_CheckInteger, 19,
10019 OPC_CheckTypeI32,
10020 OPC_MoveSibling, 12,
10021 OPC_CheckInteger, 22,
10022 OPC_CheckTypeI32,
10023 OPC_MoveSibling, 13,
10024 OPC_CheckInteger, 23,
10025 OPC_CheckTypeI32,
10026 OPC_MoveSibling, 14,
10027 OPC_CheckInteger, 26,
10028 OPC_CheckTypeI32,
10029 OPC_MoveSibling, 15,
10030 OPC_CheckInteger, 27,
10031 OPC_CheckTypeI32,
10032 OPC_MoveSibling, 16,
10033 OPC_CheckInteger, 30,
10034 OPC_CheckTypeI32,
10035 OPC_MoveSibling, 17,
10036 OPC_CheckInteger, 31,
10037 OPC_CheckTypeI32,
10038 OPC_MoveParent,
10039 OPC_MoveParent,
10040 OPC_CheckType, MVT::v8i16,
10041 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
10042 MVT::v8i16, 2, 16,
10043 0,
10044 57|128,2,
10045 OPC_CheckChild0Same, 1,
10046 OPC_MoveSibling1,
10047 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
10048 OPC_CheckChild0Same, 0,
10049 OPC_MoveParent,
10050 OPC_CheckType, MVT::v8i16,
10051 OPC_MoveSibling1,
10052 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
10053 OPC_MoveChild0,
10054 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
10055 OPC_Scope, 93,
10056 OPC_CheckChild0Same, 0,
10057 OPC_MoveSibling1,
10058 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
10059 OPC_CheckChild0Same, 1,
10060 OPC_MoveParent,
10061 OPC_CheckType, MVT::v8i16,
10062 OPC_MoveParent,
10063 OPC_CheckChild2Integer, 2,
10064 OPC_CheckChild2TypeI32,
10065 OPC_CheckChild3Integer, 3,
10066 OPC_CheckChild3TypeI32,
10067 OPC_CheckChild4Integer, 6,
10068 OPC_CheckChild4TypeI32,
10069 OPC_MoveChild5,
10070 OPC_CheckInteger, 7,
10071 OPC_CheckTypeI32,
10072 OPC_MoveSibling6,
10073 OPC_CheckInteger, 10,
10074 OPC_CheckTypeI32,
10075 OPC_MoveSibling7,
10076 OPC_CheckInteger, 11,
10077 OPC_CheckTypeI32,
10078 OPC_MoveSibling, 8,
10079 OPC_CheckInteger, 14,
10080 OPC_CheckTypeI32,
10081 OPC_MoveSibling, 9,
10082 OPC_CheckInteger, 15,
10083 OPC_CheckTypeI32,
10084 OPC_MoveSibling, 10,
10085 OPC_CheckInteger, 18,
10086 OPC_CheckTypeI32,
10087 OPC_MoveSibling, 11,
10088 OPC_CheckInteger, 19,
10089 OPC_CheckTypeI32,
10090 OPC_MoveSibling, 12,
10091 OPC_CheckInteger, 22,
10092 OPC_CheckTypeI32,
10093 OPC_MoveSibling, 13,
10094 OPC_CheckInteger, 23,
10095 OPC_CheckTypeI32,
10096 OPC_MoveSibling, 14,
10097 OPC_CheckInteger, 26,
10098 OPC_CheckTypeI32,
10099 OPC_MoveSibling, 15,
10100 OPC_CheckInteger, 27,
10101 OPC_CheckTypeI32,
10102 OPC_MoveSibling, 16,
10103 OPC_CheckInteger, 30,
10104 OPC_CheckTypeI32,
10105 OPC_MoveSibling, 17,
10106 OPC_CheckInteger, 31,
10107 OPC_CheckTypeI32,
10108 OPC_MoveParent,
10109 OPC_MoveParent,
10110 OPC_CheckType, MVT::v8i16,
10111 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
10112 MVT::v8i16, 2, 16,
10113 103,
10114 OPC_CheckChild0Same, 1,
10115 OPC_MoveSibling1,
10116 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
10117 OPC_CheckChild0Same, 0,
10118 OPC_MoveParent,
10119 OPC_CheckType, MVT::v8i16,
10120 OPC_MoveParent,
10121 OPC_CheckChild2Integer, 2,
10122 OPC_CheckChild2TypeI32,
10123 OPC_CheckChild3Integer, 3,
10124 OPC_CheckChild3TypeI32,
10125 OPC_CheckChild4Integer, 6,
10126 OPC_CheckChild4TypeI32,
10127 OPC_MoveChild5,
10128 OPC_CheckInteger, 7,
10129 OPC_CheckTypeI32,
10130 OPC_MoveSibling6,
10131 OPC_CheckInteger, 10,
10132 OPC_CheckTypeI32,
10133 OPC_MoveSibling7,
10134 OPC_CheckInteger, 11,
10135 OPC_CheckTypeI32,
10136 OPC_MoveSibling, 8,
10137 OPC_CheckInteger, 14,
10138 OPC_CheckTypeI32,
10139 OPC_MoveSibling, 9,
10140 OPC_CheckInteger, 15,
10141 OPC_CheckTypeI32,
10142 OPC_MoveSibling, 10,
10143 OPC_CheckInteger, 18,
10144 OPC_CheckTypeI32,
10145 OPC_MoveSibling, 11,
10146 OPC_CheckInteger, 19,
10147 OPC_CheckTypeI32,
10148 OPC_MoveSibling, 12,
10149 OPC_CheckInteger, 22,
10150 OPC_CheckTypeI32,
10151 OPC_MoveSibling, 13,
10152 OPC_CheckInteger, 23,
10153 OPC_CheckTypeI32,
10154 OPC_MoveSibling, 14,
10155 OPC_CheckInteger, 26,
10156 OPC_CheckTypeI32,
10157 OPC_MoveSibling, 15,
10158 OPC_CheckInteger, 27,
10159 OPC_CheckTypeI32,
10160 OPC_MoveSibling, 16,
10161 OPC_CheckInteger, 30,
10162 OPC_CheckTypeI32,
10163 OPC_MoveSibling, 17,
10164 OPC_CheckInteger, 31,
10165 OPC_CheckTypeI32,
10166 OPC_MoveParent,
10167 OPC_MoveParent,
10168 OPC_CheckType, MVT::v8i16,
10169 OPC_Scope, 6,
10170 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
10171 MVT::v8i16, 2, 16,
10172 6,
10173 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
10174 MVT::v8i16, 2, 1,
10175 0,
10176 93,
10177 OPC_CheckChild0Same, 0,
10178 OPC_MoveSibling1,
10179 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
10180 OPC_CheckChild0Same, 1,
10181 OPC_MoveParent,
10182 OPC_CheckType, MVT::v8i16,
10183 OPC_MoveParent,
10184 OPC_CheckChild2Integer, 2,
10185 OPC_CheckChild2TypeI32,
10186 OPC_CheckChild3Integer, 3,
10187 OPC_CheckChild3TypeI32,
10188 OPC_CheckChild4Integer, 6,
10189 OPC_CheckChild4TypeI32,
10190 OPC_MoveChild5,
10191 OPC_CheckInteger, 7,
10192 OPC_CheckTypeI32,
10193 OPC_MoveSibling6,
10194 OPC_CheckInteger, 10,
10195 OPC_CheckTypeI32,
10196 OPC_MoveSibling7,
10197 OPC_CheckInteger, 11,
10198 OPC_CheckTypeI32,
10199 OPC_MoveSibling, 8,
10200 OPC_CheckInteger, 14,
10201 OPC_CheckTypeI32,
10202 OPC_MoveSibling, 9,
10203 OPC_CheckInteger, 15,
10204 OPC_CheckTypeI32,
10205 OPC_MoveSibling, 10,
10206 OPC_CheckInteger, 18,
10207 OPC_CheckTypeI32,
10208 OPC_MoveSibling, 11,
10209 OPC_CheckInteger, 19,
10210 OPC_CheckTypeI32,
10211 OPC_MoveSibling, 12,
10212 OPC_CheckInteger, 22,
10213 OPC_CheckTypeI32,
10214 OPC_MoveSibling, 13,
10215 OPC_CheckInteger, 23,
10216 OPC_CheckTypeI32,
10217 OPC_MoveSibling, 14,
10218 OPC_CheckInteger, 26,
10219 OPC_CheckTypeI32,
10220 OPC_MoveSibling, 15,
10221 OPC_CheckInteger, 27,
10222 OPC_CheckTypeI32,
10223 OPC_MoveSibling, 16,
10224 OPC_CheckInteger, 30,
10225 OPC_CheckTypeI32,
10226 OPC_MoveSibling, 17,
10227 OPC_CheckInteger, 31,
10228 OPC_CheckTypeI32,
10229 OPC_MoveParent,
10230 OPC_MoveParent,
10231 OPC_CheckType, MVT::v8i16,
10232 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
10233 MVT::v8i16, 2, 1,
10234 0,
10235 81|128,1,
10236 OPC_CheckChild0Same, 0,
10237 OPC_MoveSibling1,
10238 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
10239 OPC_CheckChild0Same, 1,
10240 OPC_MoveParent,
10241 OPC_CheckType, MVT::v8i16,
10242 OPC_MoveSibling1,
10243 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
10244 OPC_MoveChild0,
10245 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
10246 OPC_Scope, 93,
10247 OPC_CheckChild0Same, 1,
10248 OPC_MoveSibling1,
10249 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
10250 OPC_CheckChild0Same, 0,
10251 OPC_MoveParent,
10252 OPC_CheckType, MVT::v8i16,
10253 OPC_MoveParent,
10254 OPC_CheckChild2Integer, 2,
10255 OPC_CheckChild2TypeI32,
10256 OPC_CheckChild3Integer, 3,
10257 OPC_CheckChild3TypeI32,
10258 OPC_CheckChild4Integer, 6,
10259 OPC_CheckChild4TypeI32,
10260 OPC_MoveChild5,
10261 OPC_CheckInteger, 7,
10262 OPC_CheckTypeI32,
10263 OPC_MoveSibling6,
10264 OPC_CheckInteger, 10,
10265 OPC_CheckTypeI32,
10266 OPC_MoveSibling7,
10267 OPC_CheckInteger, 11,
10268 OPC_CheckTypeI32,
10269 OPC_MoveSibling, 8,
10270 OPC_CheckInteger, 14,
10271 OPC_CheckTypeI32,
10272 OPC_MoveSibling, 9,
10273 OPC_CheckInteger, 15,
10274 OPC_CheckTypeI32,
10275 OPC_MoveSibling, 10,
10276 OPC_CheckInteger, 18,
10277 OPC_CheckTypeI32,
10278 OPC_MoveSibling, 11,
10279 OPC_CheckInteger, 19,
10280 OPC_CheckTypeI32,
10281 OPC_MoveSibling, 12,
10282 OPC_CheckInteger, 22,
10283 OPC_CheckTypeI32,
10284 OPC_MoveSibling, 13,
10285 OPC_CheckInteger, 23,
10286 OPC_CheckTypeI32,
10287 OPC_MoveSibling, 14,
10288 OPC_CheckInteger, 26,
10289 OPC_CheckTypeI32,
10290 OPC_MoveSibling, 15,
10291 OPC_CheckInteger, 27,
10292 OPC_CheckTypeI32,
10293 OPC_MoveSibling, 16,
10294 OPC_CheckInteger, 30,
10295 OPC_CheckTypeI32,
10296 OPC_MoveSibling, 17,
10297 OPC_CheckInteger, 31,
10298 OPC_CheckTypeI32,
10299 OPC_MoveParent,
10300 OPC_MoveParent,
10301 OPC_CheckType, MVT::v8i16,
10302 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
10303 MVT::v8i16, 2, 1,
10304 93,
10305 OPC_CheckChild0Same, 0,
10306 OPC_MoveSibling1,
10307 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
10308 OPC_CheckChild0Same, 1,
10309 OPC_MoveParent,
10310 OPC_CheckType, MVT::v8i16,
10311 OPC_MoveParent,
10312 OPC_CheckChild2Integer, 2,
10313 OPC_CheckChild2TypeI32,
10314 OPC_CheckChild3Integer, 3,
10315 OPC_CheckChild3TypeI32,
10316 OPC_CheckChild4Integer, 6,
10317 OPC_CheckChild4TypeI32,
10318 OPC_MoveChild5,
10319 OPC_CheckInteger, 7,
10320 OPC_CheckTypeI32,
10321 OPC_MoveSibling6,
10322 OPC_CheckInteger, 10,
10323 OPC_CheckTypeI32,
10324 OPC_MoveSibling7,
10325 OPC_CheckInteger, 11,
10326 OPC_CheckTypeI32,
10327 OPC_MoveSibling, 8,
10328 OPC_CheckInteger, 14,
10329 OPC_CheckTypeI32,
10330 OPC_MoveSibling, 9,
10331 OPC_CheckInteger, 15,
10332 OPC_CheckTypeI32,
10333 OPC_MoveSibling, 10,
10334 OPC_CheckInteger, 18,
10335 OPC_CheckTypeI32,
10336 OPC_MoveSibling, 11,
10337 OPC_CheckInteger, 19,
10338 OPC_CheckTypeI32,
10339 OPC_MoveSibling, 12,
10340 OPC_CheckInteger, 22,
10341 OPC_CheckTypeI32,
10342 OPC_MoveSibling, 13,
10343 OPC_CheckInteger, 23,
10344 OPC_CheckTypeI32,
10345 OPC_MoveSibling, 14,
10346 OPC_CheckInteger, 26,
10347 OPC_CheckTypeI32,
10348 OPC_MoveSibling, 15,
10349 OPC_CheckInteger, 27,
10350 OPC_CheckTypeI32,
10351 OPC_MoveSibling, 16,
10352 OPC_CheckInteger, 30,
10353 OPC_CheckTypeI32,
10354 OPC_MoveSibling, 17,
10355 OPC_CheckInteger, 31,
10356 OPC_CheckTypeI32,
10357 OPC_MoveParent,
10358 OPC_MoveParent,
10359 OPC_CheckType, MVT::v8i16,
10360 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
10361 MVT::v8i16, 2, 1,
10362 0,
10363 0,
10364 10|128,8,
10365 OPC_CheckChild0Same, 0,
10366 OPC_MoveSibling1,
10367 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
10368 OPC_CheckChild0Same, 1,
10369 OPC_MoveParent,
10370 OPC_CheckType, MVT::v8i16,
10371 OPC_MoveParent,
10372 OPC_Scope, 124|128,3,
10373 OPC_CheckChild2Integer, 0,
10374 OPC_CheckChild2TypeI32,
10375 OPC_CheckChild3Integer, 1,
10376 OPC_CheckChild3TypeI32,
10377 OPC_CheckChild4Integer, 4,
10378 OPC_CheckChild4TypeI32,
10379 OPC_MoveChild5,
10380 OPC_CheckInteger, 5,
10381 OPC_CheckTypeI32,
10382 OPC_MoveSibling6,
10383 OPC_CheckInteger, 8,
10384 OPC_CheckTypeI32,
10385 OPC_MoveSibling7,
10386 OPC_CheckInteger, 9,
10387 OPC_CheckTypeI32,
10388 OPC_MoveSibling, 8,
10389 OPC_CheckInteger, 12,
10390 OPC_CheckTypeI32,
10391 OPC_MoveSibling, 9,
10392 OPC_CheckInteger, 13,
10393 OPC_CheckTypeI32,
10394 OPC_MoveSibling, 10,
10395 OPC_CheckInteger, 16,
10396 OPC_CheckTypeI32,
10397 OPC_MoveSibling, 11,
10398 OPC_CheckInteger, 17,
10399 OPC_CheckTypeI32,
10400 OPC_MoveSibling, 12,
10401 OPC_CheckInteger, 20,
10402 OPC_CheckTypeI32,
10403 OPC_MoveSibling, 13,
10404 OPC_CheckInteger, 21,
10405 OPC_CheckTypeI32,
10406 OPC_MoveSibling, 14,
10407 OPC_CheckInteger, 24,
10408 OPC_CheckTypeI32,
10409 OPC_MoveSibling, 15,
10410 OPC_CheckInteger, 25,
10411 OPC_CheckTypeI32,
10412 OPC_MoveSibling, 16,
10413 OPC_CheckInteger, 28,
10414 OPC_CheckTypeI32,
10415 OPC_MoveSibling, 17,
10416 OPC_CheckInteger, 29,
10417 OPC_CheckTypeI32,
10418 OPC_MoveParent,
10419 OPC_MoveSibling1,
10420 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
10421 OPC_MoveChild0,
10422 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
10423 OPC_MoveChild0,
10424 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
10425 OPC_Scope, 81|128,1,
10426 OPC_CheckChild0Same, 1,
10427 OPC_MoveSibling1,
10428 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
10429 OPC_CheckChild0Same, 0,
10430 OPC_MoveParent,
10431 OPC_CheckType, MVT::v8i16,
10432 OPC_MoveSibling1,
10433 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
10434 OPC_MoveChild0,
10435 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
10436 OPC_Scope, 93,
10437 OPC_CheckChild0Same, 1,
10438 OPC_MoveSibling1,
10439 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
10440 OPC_CheckChild0Same, 0,
10441 OPC_MoveParent,
10442 OPC_CheckType, MVT::v8i16,
10443 OPC_MoveParent,
10444 OPC_CheckChild2Integer, 2,
10445 OPC_CheckChild2TypeI32,
10446 OPC_CheckChild3Integer, 3,
10447 OPC_CheckChild3TypeI32,
10448 OPC_CheckChild4Integer, 6,
10449 OPC_CheckChild4TypeI32,
10450 OPC_MoveChild5,
10451 OPC_CheckInteger, 7,
10452 OPC_CheckTypeI32,
10453 OPC_MoveSibling6,
10454 OPC_CheckInteger, 10,
10455 OPC_CheckTypeI32,
10456 OPC_MoveSibling7,
10457 OPC_CheckInteger, 11,
10458 OPC_CheckTypeI32,
10459 OPC_MoveSibling, 8,
10460 OPC_CheckInteger, 14,
10461 OPC_CheckTypeI32,
10462 OPC_MoveSibling, 9,
10463 OPC_CheckInteger, 15,
10464 OPC_CheckTypeI32,
10465 OPC_MoveSibling, 10,
10466 OPC_CheckInteger, 18,
10467 OPC_CheckTypeI32,
10468 OPC_MoveSibling, 11,
10469 OPC_CheckInteger, 19,
10470 OPC_CheckTypeI32,
10471 OPC_MoveSibling, 12,
10472 OPC_CheckInteger, 22,
10473 OPC_CheckTypeI32,
10474 OPC_MoveSibling, 13,
10475 OPC_CheckInteger, 23,
10476 OPC_CheckTypeI32,
10477 OPC_MoveSibling, 14,
10478 OPC_CheckInteger, 26,
10479 OPC_CheckTypeI32,
10480 OPC_MoveSibling, 15,
10481 OPC_CheckInteger, 27,
10482 OPC_CheckTypeI32,
10483 OPC_MoveSibling, 16,
10484 OPC_CheckInteger, 30,
10485 OPC_CheckTypeI32,
10486 OPC_MoveSibling, 17,
10487 OPC_CheckInteger, 31,
10488 OPC_CheckTypeI32,
10489 OPC_MoveParent,
10490 OPC_MoveParent,
10491 OPC_CheckType, MVT::v8i16,
10492 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
10493 MVT::v8i16, 2, 1,
10494 93,
10495 OPC_CheckChild0Same, 0,
10496 OPC_MoveSibling1,
10497 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
10498 OPC_CheckChild0Same, 1,
10499 OPC_MoveParent,
10500 OPC_CheckType, MVT::v8i16,
10501 OPC_MoveParent,
10502 OPC_CheckChild2Integer, 2,
10503 OPC_CheckChild2TypeI32,
10504 OPC_CheckChild3Integer, 3,
10505 OPC_CheckChild3TypeI32,
10506 OPC_CheckChild4Integer, 6,
10507 OPC_CheckChild4TypeI32,
10508 OPC_MoveChild5,
10509 OPC_CheckInteger, 7,
10510 OPC_CheckTypeI32,
10511 OPC_MoveSibling6,
10512 OPC_CheckInteger, 10,
10513 OPC_CheckTypeI32,
10514 OPC_MoveSibling7,
10515 OPC_CheckInteger, 11,
10516 OPC_CheckTypeI32,
10517 OPC_MoveSibling, 8,
10518 OPC_CheckInteger, 14,
10519 OPC_CheckTypeI32,
10520 OPC_MoveSibling, 9,
10521 OPC_CheckInteger, 15,
10522 OPC_CheckTypeI32,
10523 OPC_MoveSibling, 10,
10524 OPC_CheckInteger, 18,
10525 OPC_CheckTypeI32,
10526 OPC_MoveSibling, 11,
10527 OPC_CheckInteger, 19,
10528 OPC_CheckTypeI32,
10529 OPC_MoveSibling, 12,
10530 OPC_CheckInteger, 22,
10531 OPC_CheckTypeI32,
10532 OPC_MoveSibling, 13,
10533 OPC_CheckInteger, 23,
10534 OPC_CheckTypeI32,
10535 OPC_MoveSibling, 14,
10536 OPC_CheckInteger, 26,
10537 OPC_CheckTypeI32,
10538 OPC_MoveSibling, 15,
10539 OPC_CheckInteger, 27,
10540 OPC_CheckTypeI32,
10541 OPC_MoveSibling, 16,
10542 OPC_CheckInteger, 30,
10543 OPC_CheckTypeI32,
10544 OPC_MoveSibling, 17,
10545 OPC_CheckInteger, 31,
10546 OPC_CheckTypeI32,
10547 OPC_MoveParent,
10548 OPC_MoveParent,
10549 OPC_CheckType, MVT::v8i16,
10550 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
10551 MVT::v8i16, 2, 1,
10552 0,
10553 81|128,1,
10554 OPC_CheckChild0Same, 0,
10555 OPC_MoveSibling1,
10556 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
10557 OPC_CheckChild0Same, 1,
10558 OPC_MoveParent,
10559 OPC_CheckType, MVT::v8i16,
10560 OPC_MoveSibling1,
10561 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
10562 OPC_MoveChild0,
10563 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
10564 OPC_Scope, 93,
10565 OPC_CheckChild0Same, 1,
10566 OPC_MoveSibling1,
10567 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
10568 OPC_CheckChild0Same, 0,
10569 OPC_MoveParent,
10570 OPC_CheckType, MVT::v8i16,
10571 OPC_MoveParent,
10572 OPC_CheckChild2Integer, 2,
10573 OPC_CheckChild2TypeI32,
10574 OPC_CheckChild3Integer, 3,
10575 OPC_CheckChild3TypeI32,
10576 OPC_CheckChild4Integer, 6,
10577 OPC_CheckChild4TypeI32,
10578 OPC_MoveChild5,
10579 OPC_CheckInteger, 7,
10580 OPC_CheckTypeI32,
10581 OPC_MoveSibling6,
10582 OPC_CheckInteger, 10,
10583 OPC_CheckTypeI32,
10584 OPC_MoveSibling7,
10585 OPC_CheckInteger, 11,
10586 OPC_CheckTypeI32,
10587 OPC_MoveSibling, 8,
10588 OPC_CheckInteger, 14,
10589 OPC_CheckTypeI32,
10590 OPC_MoveSibling, 9,
10591 OPC_CheckInteger, 15,
10592 OPC_CheckTypeI32,
10593 OPC_MoveSibling, 10,
10594 OPC_CheckInteger, 18,
10595 OPC_CheckTypeI32,
10596 OPC_MoveSibling, 11,
10597 OPC_CheckInteger, 19,
10598 OPC_CheckTypeI32,
10599 OPC_MoveSibling, 12,
10600 OPC_CheckInteger, 22,
10601 OPC_CheckTypeI32,
10602 OPC_MoveSibling, 13,
10603 OPC_CheckInteger, 23,
10604 OPC_CheckTypeI32,
10605 OPC_MoveSibling, 14,
10606 OPC_CheckInteger, 26,
10607 OPC_CheckTypeI32,
10608 OPC_MoveSibling, 15,
10609 OPC_CheckInteger, 27,
10610 OPC_CheckTypeI32,
10611 OPC_MoveSibling, 16,
10612 OPC_CheckInteger, 30,
10613 OPC_CheckTypeI32,
10614 OPC_MoveSibling, 17,
10615 OPC_CheckInteger, 31,
10616 OPC_CheckTypeI32,
10617 OPC_MoveParent,
10618 OPC_MoveParent,
10619 OPC_CheckType, MVT::v8i16,
10620 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
10621 MVT::v8i16, 2, 1,
10622 93,
10623 OPC_CheckChild0Same, 0,
10624 OPC_MoveSibling1,
10625 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
10626 OPC_CheckChild0Same, 1,
10627 OPC_MoveParent,
10628 OPC_CheckType, MVT::v8i16,
10629 OPC_MoveParent,
10630 OPC_CheckChild2Integer, 2,
10631 OPC_CheckChild2TypeI32,
10632 OPC_CheckChild3Integer, 3,
10633 OPC_CheckChild3TypeI32,
10634 OPC_CheckChild4Integer, 6,
10635 OPC_CheckChild4TypeI32,
10636 OPC_MoveChild5,
10637 OPC_CheckInteger, 7,
10638 OPC_CheckTypeI32,
10639 OPC_MoveSibling6,
10640 OPC_CheckInteger, 10,
10641 OPC_CheckTypeI32,
10642 OPC_MoveSibling7,
10643 OPC_CheckInteger, 11,
10644 OPC_CheckTypeI32,
10645 OPC_MoveSibling, 8,
10646 OPC_CheckInteger, 14,
10647 OPC_CheckTypeI32,
10648 OPC_MoveSibling, 9,
10649 OPC_CheckInteger, 15,
10650 OPC_CheckTypeI32,
10651 OPC_MoveSibling, 10,
10652 OPC_CheckInteger, 18,
10653 OPC_CheckTypeI32,
10654 OPC_MoveSibling, 11,
10655 OPC_CheckInteger, 19,
10656 OPC_CheckTypeI32,
10657 OPC_MoveSibling, 12,
10658 OPC_CheckInteger, 22,
10659 OPC_CheckTypeI32,
10660 OPC_MoveSibling, 13,
10661 OPC_CheckInteger, 23,
10662 OPC_CheckTypeI32,
10663 OPC_MoveSibling, 14,
10664 OPC_CheckInteger, 26,
10665 OPC_CheckTypeI32,
10666 OPC_MoveSibling, 15,
10667 OPC_CheckInteger, 27,
10668 OPC_CheckTypeI32,
10669 OPC_MoveSibling, 16,
10670 OPC_CheckInteger, 30,
10671 OPC_CheckTypeI32,
10672 OPC_MoveSibling, 17,
10673 OPC_CheckInteger, 31,
10674 OPC_CheckTypeI32,
10675 OPC_MoveParent,
10676 OPC_MoveParent,
10677 OPC_CheckType, MVT::v8i16,
10678 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
10679 MVT::v8i16, 2, 1,
10680 0,
10681 0,
10682 124|128,3,
10683 OPC_CheckChild2Integer, 2,
10684 OPC_CheckChild2TypeI32,
10685 OPC_CheckChild3Integer, 3,
10686 OPC_CheckChild3TypeI32,
10687 OPC_CheckChild4Integer, 6,
10688 OPC_CheckChild4TypeI32,
10689 OPC_MoveChild5,
10690 OPC_CheckInteger, 7,
10691 OPC_CheckTypeI32,
10692 OPC_MoveSibling6,
10693 OPC_CheckInteger, 10,
10694 OPC_CheckTypeI32,
10695 OPC_MoveSibling7,
10696 OPC_CheckInteger, 11,
10697 OPC_CheckTypeI32,
10698 OPC_MoveSibling, 8,
10699 OPC_CheckInteger, 14,
10700 OPC_CheckTypeI32,
10701 OPC_MoveSibling, 9,
10702 OPC_CheckInteger, 15,
10703 OPC_CheckTypeI32,
10704 OPC_MoveSibling, 10,
10705 OPC_CheckInteger, 18,
10706 OPC_CheckTypeI32,
10707 OPC_MoveSibling, 11,
10708 OPC_CheckInteger, 19,
10709 OPC_CheckTypeI32,
10710 OPC_MoveSibling, 12,
10711 OPC_CheckInteger, 22,
10712 OPC_CheckTypeI32,
10713 OPC_MoveSibling, 13,
10714 OPC_CheckInteger, 23,
10715 OPC_CheckTypeI32,
10716 OPC_MoveSibling, 14,
10717 OPC_CheckInteger, 26,
10718 OPC_CheckTypeI32,
10719 OPC_MoveSibling, 15,
10720 OPC_CheckInteger, 27,
10721 OPC_CheckTypeI32,
10722 OPC_MoveSibling, 16,
10723 OPC_CheckInteger, 30,
10724 OPC_CheckTypeI32,
10725 OPC_MoveSibling, 17,
10726 OPC_CheckInteger, 31,
10727 OPC_CheckTypeI32,
10728 OPC_MoveParent,
10729 OPC_MoveSibling1,
10730 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
10731 OPC_MoveChild0,
10732 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
10733 OPC_MoveChild0,
10734 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
10735 OPC_Scope, 81|128,1,
10736 OPC_CheckChild0Same, 0,
10737 OPC_MoveSibling1,
10738 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
10739 OPC_CheckChild0Same, 1,
10740 OPC_MoveParent,
10741 OPC_CheckType, MVT::v8i16,
10742 OPC_MoveSibling1,
10743 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
10744 OPC_MoveChild0,
10745 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
10746 OPC_Scope, 93,
10747 OPC_CheckChild0Same, 0,
10748 OPC_MoveSibling1,
10749 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
10750 OPC_CheckChild0Same, 1,
10751 OPC_MoveParent,
10752 OPC_CheckType, MVT::v8i16,
10753 OPC_MoveParent,
10754 OPC_CheckChild2Integer, 0,
10755 OPC_CheckChild2TypeI32,
10756 OPC_CheckChild3Integer, 1,
10757 OPC_CheckChild3TypeI32,
10758 OPC_CheckChild4Integer, 4,
10759 OPC_CheckChild4TypeI32,
10760 OPC_MoveChild5,
10761 OPC_CheckInteger, 5,
10762 OPC_CheckTypeI32,
10763 OPC_MoveSibling6,
10764 OPC_CheckInteger, 8,
10765 OPC_CheckTypeI32,
10766 OPC_MoveSibling7,
10767 OPC_CheckInteger, 9,
10768 OPC_CheckTypeI32,
10769 OPC_MoveSibling, 8,
10770 OPC_CheckInteger, 12,
10771 OPC_CheckTypeI32,
10772 OPC_MoveSibling, 9,
10773 OPC_CheckInteger, 13,
10774 OPC_CheckTypeI32,
10775 OPC_MoveSibling, 10,
10776 OPC_CheckInteger, 16,
10777 OPC_CheckTypeI32,
10778 OPC_MoveSibling, 11,
10779 OPC_CheckInteger, 17,
10780 OPC_CheckTypeI32,
10781 OPC_MoveSibling, 12,
10782 OPC_CheckInteger, 20,
10783 OPC_CheckTypeI32,
10784 OPC_MoveSibling, 13,
10785 OPC_CheckInteger, 21,
10786 OPC_CheckTypeI32,
10787 OPC_MoveSibling, 14,
10788 OPC_CheckInteger, 24,
10789 OPC_CheckTypeI32,
10790 OPC_MoveSibling, 15,
10791 OPC_CheckInteger, 25,
10792 OPC_CheckTypeI32,
10793 OPC_MoveSibling, 16,
10794 OPC_CheckInteger, 28,
10795 OPC_CheckTypeI32,
10796 OPC_MoveSibling, 17,
10797 OPC_CheckInteger, 29,
10798 OPC_CheckTypeI32,
10799 OPC_MoveParent,
10800 OPC_MoveParent,
10801 OPC_CheckType, MVT::v8i16,
10802 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
10803 MVT::v8i16, 2, 16,
10804 93,
10805 OPC_CheckChild0Same, 1,
10806 OPC_MoveSibling1,
10807 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
10808 OPC_CheckChild0Same, 0,
10809 OPC_MoveParent,
10810 OPC_CheckType, MVT::v8i16,
10811 OPC_MoveParent,
10812 OPC_CheckChild2Integer, 0,
10813 OPC_CheckChild2TypeI32,
10814 OPC_CheckChild3Integer, 1,
10815 OPC_CheckChild3TypeI32,
10816 OPC_CheckChild4Integer, 4,
10817 OPC_CheckChild4TypeI32,
10818 OPC_MoveChild5,
10819 OPC_CheckInteger, 5,
10820 OPC_CheckTypeI32,
10821 OPC_MoveSibling6,
10822 OPC_CheckInteger, 8,
10823 OPC_CheckTypeI32,
10824 OPC_MoveSibling7,
10825 OPC_CheckInteger, 9,
10826 OPC_CheckTypeI32,
10827 OPC_MoveSibling, 8,
10828 OPC_CheckInteger, 12,
10829 OPC_CheckTypeI32,
10830 OPC_MoveSibling, 9,
10831 OPC_CheckInteger, 13,
10832 OPC_CheckTypeI32,
10833 OPC_MoveSibling, 10,
10834 OPC_CheckInteger, 16,
10835 OPC_CheckTypeI32,
10836 OPC_MoveSibling, 11,
10837 OPC_CheckInteger, 17,
10838 OPC_CheckTypeI32,
10839 OPC_MoveSibling, 12,
10840 OPC_CheckInteger, 20,
10841 OPC_CheckTypeI32,
10842 OPC_MoveSibling, 13,
10843 OPC_CheckInteger, 21,
10844 OPC_CheckTypeI32,
10845 OPC_MoveSibling, 14,
10846 OPC_CheckInteger, 24,
10847 OPC_CheckTypeI32,
10848 OPC_MoveSibling, 15,
10849 OPC_CheckInteger, 25,
10850 OPC_CheckTypeI32,
10851 OPC_MoveSibling, 16,
10852 OPC_CheckInteger, 28,
10853 OPC_CheckTypeI32,
10854 OPC_MoveSibling, 17,
10855 OPC_CheckInteger, 29,
10856 OPC_CheckTypeI32,
10857 OPC_MoveParent,
10858 OPC_MoveParent,
10859 OPC_CheckType, MVT::v8i16,
10860 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
10861 MVT::v8i16, 2, 16,
10862 0,
10863 81|128,1,
10864 OPC_CheckChild0Same, 1,
10865 OPC_MoveSibling1,
10866 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
10867 OPC_CheckChild0Same, 0,
10868 OPC_MoveParent,
10869 OPC_CheckType, MVT::v8i16,
10870 OPC_MoveSibling1,
10871 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
10872 OPC_MoveChild0,
10873 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
10874 OPC_Scope, 93,
10875 OPC_CheckChild0Same, 0,
10876 OPC_MoveSibling1,
10877 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
10878 OPC_CheckChild0Same, 1,
10879 OPC_MoveParent,
10880 OPC_CheckType, MVT::v8i16,
10881 OPC_MoveParent,
10882 OPC_CheckChild2Integer, 0,
10883 OPC_CheckChild2TypeI32,
10884 OPC_CheckChild3Integer, 1,
10885 OPC_CheckChild3TypeI32,
10886 OPC_CheckChild4Integer, 4,
10887 OPC_CheckChild4TypeI32,
10888 OPC_MoveChild5,
10889 OPC_CheckInteger, 5,
10890 OPC_CheckTypeI32,
10891 OPC_MoveSibling6,
10892 OPC_CheckInteger, 8,
10893 OPC_CheckTypeI32,
10894 OPC_MoveSibling7,
10895 OPC_CheckInteger, 9,
10896 OPC_CheckTypeI32,
10897 OPC_MoveSibling, 8,
10898 OPC_CheckInteger, 12,
10899 OPC_CheckTypeI32,
10900 OPC_MoveSibling, 9,
10901 OPC_CheckInteger, 13,
10902 OPC_CheckTypeI32,
10903 OPC_MoveSibling, 10,
10904 OPC_CheckInteger, 16,
10905 OPC_CheckTypeI32,
10906 OPC_MoveSibling, 11,
10907 OPC_CheckInteger, 17,
10908 OPC_CheckTypeI32,
10909 OPC_MoveSibling, 12,
10910 OPC_CheckInteger, 20,
10911 OPC_CheckTypeI32,
10912 OPC_MoveSibling, 13,
10913 OPC_CheckInteger, 21,
10914 OPC_CheckTypeI32,
10915 OPC_MoveSibling, 14,
10916 OPC_CheckInteger, 24,
10917 OPC_CheckTypeI32,
10918 OPC_MoveSibling, 15,
10919 OPC_CheckInteger, 25,
10920 OPC_CheckTypeI32,
10921 OPC_MoveSibling, 16,
10922 OPC_CheckInteger, 28,
10923 OPC_CheckTypeI32,
10924 OPC_MoveSibling, 17,
10925 OPC_CheckInteger, 29,
10926 OPC_CheckTypeI32,
10927 OPC_MoveParent,
10928 OPC_MoveParent,
10929 OPC_CheckType, MVT::v8i16,
10930 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
10931 MVT::v8i16, 2, 16,
10932 93,
10933 OPC_CheckChild0Same, 1,
10934 OPC_MoveSibling1,
10935 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
10936 OPC_CheckChild0Same, 0,
10937 OPC_MoveParent,
10938 OPC_CheckType, MVT::v8i16,
10939 OPC_MoveParent,
10940 OPC_CheckChild2Integer, 0,
10941 OPC_CheckChild2TypeI32,
10942 OPC_CheckChild3Integer, 1,
10943 OPC_CheckChild3TypeI32,
10944 OPC_CheckChild4Integer, 4,
10945 OPC_CheckChild4TypeI32,
10946 OPC_MoveChild5,
10947 OPC_CheckInteger, 5,
10948 OPC_CheckTypeI32,
10949 OPC_MoveSibling6,
10950 OPC_CheckInteger, 8,
10951 OPC_CheckTypeI32,
10952 OPC_MoveSibling7,
10953 OPC_CheckInteger, 9,
10954 OPC_CheckTypeI32,
10955 OPC_MoveSibling, 8,
10956 OPC_CheckInteger, 12,
10957 OPC_CheckTypeI32,
10958 OPC_MoveSibling, 9,
10959 OPC_CheckInteger, 13,
10960 OPC_CheckTypeI32,
10961 OPC_MoveSibling, 10,
10962 OPC_CheckInteger, 16,
10963 OPC_CheckTypeI32,
10964 OPC_MoveSibling, 11,
10965 OPC_CheckInteger, 17,
10966 OPC_CheckTypeI32,
10967 OPC_MoveSibling, 12,
10968 OPC_CheckInteger, 20,
10969 OPC_CheckTypeI32,
10970 OPC_MoveSibling, 13,
10971 OPC_CheckInteger, 21,
10972 OPC_CheckTypeI32,
10973 OPC_MoveSibling, 14,
10974 OPC_CheckInteger, 24,
10975 OPC_CheckTypeI32,
10976 OPC_MoveSibling, 15,
10977 OPC_CheckInteger, 25,
10978 OPC_CheckTypeI32,
10979 OPC_MoveSibling, 16,
10980 OPC_CheckInteger, 28,
10981 OPC_CheckTypeI32,
10982 OPC_MoveSibling, 17,
10983 OPC_CheckInteger, 29,
10984 OPC_CheckTypeI32,
10985 OPC_MoveParent,
10986 OPC_MoveParent,
10987 OPC_CheckType, MVT::v8i16,
10988 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
10989 MVT::v8i16, 2, 16,
10990 0,
10991 0,
10992 0,
10993 67|128,6,
10994 OPC_CheckChild0Same, 1,
10995 OPC_MoveSibling1,
10996 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
10997 OPC_CheckChild0Same, 0,
10998 OPC_MoveParent,
10999 OPC_CheckType, MVT::v8i16,
11000 OPC_MoveParent,
11001 OPC_CheckChild2Integer, 2,
11002 OPC_CheckChild2TypeI32,
11003 OPC_CheckChild3Integer, 3,
11004 OPC_CheckChild3TypeI32,
11005 OPC_CheckChild4Integer, 6,
11006 OPC_CheckChild4TypeI32,
11007 OPC_MoveChild5,
11008 OPC_CheckInteger, 7,
11009 OPC_CheckTypeI32,
11010 OPC_MoveSibling6,
11011 OPC_CheckInteger, 10,
11012 OPC_CheckTypeI32,
11013 OPC_MoveSibling7,
11014 OPC_CheckInteger, 11,
11015 OPC_CheckTypeI32,
11016 OPC_MoveSibling, 8,
11017 OPC_CheckInteger, 14,
11018 OPC_CheckTypeI32,
11019 OPC_MoveSibling, 9,
11020 OPC_CheckInteger, 15,
11021 OPC_CheckTypeI32,
11022 OPC_MoveSibling, 10,
11023 OPC_CheckInteger, 18,
11024 OPC_CheckTypeI32,
11025 OPC_MoveSibling, 11,
11026 OPC_CheckInteger, 19,
11027 OPC_CheckTypeI32,
11028 OPC_MoveSibling, 12,
11029 OPC_CheckInteger, 22,
11030 OPC_CheckTypeI32,
11031 OPC_MoveSibling, 13,
11032 OPC_CheckInteger, 23,
11033 OPC_CheckTypeI32,
11034 OPC_MoveSibling, 14,
11035 OPC_CheckInteger, 26,
11036 OPC_CheckTypeI32,
11037 OPC_MoveSibling, 15,
11038 OPC_CheckInteger, 27,
11039 OPC_CheckTypeI32,
11040 OPC_MoveSibling, 16,
11041 OPC_CheckInteger, 30,
11042 OPC_CheckTypeI32,
11043 OPC_MoveSibling, 17,
11044 OPC_CheckInteger, 31,
11045 OPC_CheckTypeI32,
11046 OPC_MoveParent,
11047 OPC_MoveSibling1,
11048 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
11049 OPC_MoveChild0,
11050 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
11051 OPC_MoveChild0,
11052 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
11053 OPC_Scope, 81|128,1,
11054 OPC_CheckChild0Same, 0,
11055 OPC_MoveSibling1,
11056 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
11057 OPC_CheckChild0Same, 1,
11058 OPC_MoveParent,
11059 OPC_CheckType, MVT::v8i16,
11060 OPC_MoveSibling1,
11061 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
11062 OPC_MoveChild0,
11063 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
11064 OPC_Scope, 93,
11065 OPC_CheckChild0Same, 0,
11066 OPC_MoveSibling1,
11067 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
11068 OPC_CheckChild0Same, 1,
11069 OPC_MoveParent,
11070 OPC_CheckType, MVT::v8i16,
11071 OPC_MoveParent,
11072 OPC_CheckChild2Integer, 0,
11073 OPC_CheckChild2TypeI32,
11074 OPC_CheckChild3Integer, 1,
11075 OPC_CheckChild3TypeI32,
11076 OPC_CheckChild4Integer, 4,
11077 OPC_CheckChild4TypeI32,
11078 OPC_MoveChild5,
11079 OPC_CheckInteger, 5,
11080 OPC_CheckTypeI32,
11081 OPC_MoveSibling6,
11082 OPC_CheckInteger, 8,
11083 OPC_CheckTypeI32,
11084 OPC_MoveSibling7,
11085 OPC_CheckInteger, 9,
11086 OPC_CheckTypeI32,
11087 OPC_MoveSibling, 8,
11088 OPC_CheckInteger, 12,
11089 OPC_CheckTypeI32,
11090 OPC_MoveSibling, 9,
11091 OPC_CheckInteger, 13,
11092 OPC_CheckTypeI32,
11093 OPC_MoveSibling, 10,
11094 OPC_CheckInteger, 16,
11095 OPC_CheckTypeI32,
11096 OPC_MoveSibling, 11,
11097 OPC_CheckInteger, 17,
11098 OPC_CheckTypeI32,
11099 OPC_MoveSibling, 12,
11100 OPC_CheckInteger, 20,
11101 OPC_CheckTypeI32,
11102 OPC_MoveSibling, 13,
11103 OPC_CheckInteger, 21,
11104 OPC_CheckTypeI32,
11105 OPC_MoveSibling, 14,
11106 OPC_CheckInteger, 24,
11107 OPC_CheckTypeI32,
11108 OPC_MoveSibling, 15,
11109 OPC_CheckInteger, 25,
11110 OPC_CheckTypeI32,
11111 OPC_MoveSibling, 16,
11112 OPC_CheckInteger, 28,
11113 OPC_CheckTypeI32,
11114 OPC_MoveSibling, 17,
11115 OPC_CheckInteger, 29,
11116 OPC_CheckTypeI32,
11117 OPC_MoveParent,
11118 OPC_MoveParent,
11119 OPC_CheckType, MVT::v8i16,
11120 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
11121 MVT::v8i16, 2, 16,
11122 93,
11123 OPC_CheckChild0Same, 1,
11124 OPC_MoveSibling1,
11125 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
11126 OPC_CheckChild0Same, 0,
11127 OPC_MoveParent,
11128 OPC_CheckType, MVT::v8i16,
11129 OPC_MoveParent,
11130 OPC_CheckChild2Integer, 0,
11131 OPC_CheckChild2TypeI32,
11132 OPC_CheckChild3Integer, 1,
11133 OPC_CheckChild3TypeI32,
11134 OPC_CheckChild4Integer, 4,
11135 OPC_CheckChild4TypeI32,
11136 OPC_MoveChild5,
11137 OPC_CheckInteger, 5,
11138 OPC_CheckTypeI32,
11139 OPC_MoveSibling6,
11140 OPC_CheckInteger, 8,
11141 OPC_CheckTypeI32,
11142 OPC_MoveSibling7,
11143 OPC_CheckInteger, 9,
11144 OPC_CheckTypeI32,
11145 OPC_MoveSibling, 8,
11146 OPC_CheckInteger, 12,
11147 OPC_CheckTypeI32,
11148 OPC_MoveSibling, 9,
11149 OPC_CheckInteger, 13,
11150 OPC_CheckTypeI32,
11151 OPC_MoveSibling, 10,
11152 OPC_CheckInteger, 16,
11153 OPC_CheckTypeI32,
11154 OPC_MoveSibling, 11,
11155 OPC_CheckInteger, 17,
11156 OPC_CheckTypeI32,
11157 OPC_MoveSibling, 12,
11158 OPC_CheckInteger, 20,
11159 OPC_CheckTypeI32,
11160 OPC_MoveSibling, 13,
11161 OPC_CheckInteger, 21,
11162 OPC_CheckTypeI32,
11163 OPC_MoveSibling, 14,
11164 OPC_CheckInteger, 24,
11165 OPC_CheckTypeI32,
11166 OPC_MoveSibling, 15,
11167 OPC_CheckInteger, 25,
11168 OPC_CheckTypeI32,
11169 OPC_MoveSibling, 16,
11170 OPC_CheckInteger, 28,
11171 OPC_CheckTypeI32,
11172 OPC_MoveSibling, 17,
11173 OPC_CheckInteger, 29,
11174 OPC_CheckTypeI32,
11175 OPC_MoveParent,
11176 OPC_MoveParent,
11177 OPC_CheckType, MVT::v8i16,
11178 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
11179 MVT::v8i16, 2, 16,
11180 0,
11181 57|128,2,
11182 OPC_CheckChild0Same, 1,
11183 OPC_MoveSibling1,
11184 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
11185 OPC_CheckChild0Same, 0,
11186 OPC_MoveParent,
11187 OPC_CheckType, MVT::v8i16,
11188 OPC_MoveSibling1,
11189 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
11190 OPC_MoveChild0,
11191 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
11192 OPC_Scope, 93,
11193 OPC_CheckChild0Same, 0,
11194 OPC_MoveSibling1,
11195 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
11196 OPC_CheckChild0Same, 1,
11197 OPC_MoveParent,
11198 OPC_CheckType, MVT::v8i16,
11199 OPC_MoveParent,
11200 OPC_CheckChild2Integer, 0,
11201 OPC_CheckChild2TypeI32,
11202 OPC_CheckChild3Integer, 1,
11203 OPC_CheckChild3TypeI32,
11204 OPC_CheckChild4Integer, 4,
11205 OPC_CheckChild4TypeI32,
11206 OPC_MoveChild5,
11207 OPC_CheckInteger, 5,
11208 OPC_CheckTypeI32,
11209 OPC_MoveSibling6,
11210 OPC_CheckInteger, 8,
11211 OPC_CheckTypeI32,
11212 OPC_MoveSibling7,
11213 OPC_CheckInteger, 9,
11214 OPC_CheckTypeI32,
11215 OPC_MoveSibling, 8,
11216 OPC_CheckInteger, 12,
11217 OPC_CheckTypeI32,
11218 OPC_MoveSibling, 9,
11219 OPC_CheckInteger, 13,
11220 OPC_CheckTypeI32,
11221 OPC_MoveSibling, 10,
11222 OPC_CheckInteger, 16,
11223 OPC_CheckTypeI32,
11224 OPC_MoveSibling, 11,
11225 OPC_CheckInteger, 17,
11226 OPC_CheckTypeI32,
11227 OPC_MoveSibling, 12,
11228 OPC_CheckInteger, 20,
11229 OPC_CheckTypeI32,
11230 OPC_MoveSibling, 13,
11231 OPC_CheckInteger, 21,
11232 OPC_CheckTypeI32,
11233 OPC_MoveSibling, 14,
11234 OPC_CheckInteger, 24,
11235 OPC_CheckTypeI32,
11236 OPC_MoveSibling, 15,
11237 OPC_CheckInteger, 25,
11238 OPC_CheckTypeI32,
11239 OPC_MoveSibling, 16,
11240 OPC_CheckInteger, 28,
11241 OPC_CheckTypeI32,
11242 OPC_MoveSibling, 17,
11243 OPC_CheckInteger, 29,
11244 OPC_CheckTypeI32,
11245 OPC_MoveParent,
11246 OPC_MoveParent,
11247 OPC_CheckType, MVT::v8i16,
11248 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
11249 MVT::v8i16, 2, 16,
11250 103,
11251 OPC_CheckChild0Same, 1,
11252 OPC_MoveSibling1,
11253 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
11254 OPC_CheckChild0Same, 0,
11255 OPC_MoveParent,
11256 OPC_CheckType, MVT::v8i16,
11257 OPC_MoveParent,
11258 OPC_CheckChild2Integer, 0,
11259 OPC_CheckChild2TypeI32,
11260 OPC_CheckChild3Integer, 1,
11261 OPC_CheckChild3TypeI32,
11262 OPC_CheckChild4Integer, 4,
11263 OPC_CheckChild4TypeI32,
11264 OPC_MoveChild5,
11265 OPC_CheckInteger, 5,
11266 OPC_CheckTypeI32,
11267 OPC_MoveSibling6,
11268 OPC_CheckInteger, 8,
11269 OPC_CheckTypeI32,
11270 OPC_MoveSibling7,
11271 OPC_CheckInteger, 9,
11272 OPC_CheckTypeI32,
11273 OPC_MoveSibling, 8,
11274 OPC_CheckInteger, 12,
11275 OPC_CheckTypeI32,
11276 OPC_MoveSibling, 9,
11277 OPC_CheckInteger, 13,
11278 OPC_CheckTypeI32,
11279 OPC_MoveSibling, 10,
11280 OPC_CheckInteger, 16,
11281 OPC_CheckTypeI32,
11282 OPC_MoveSibling, 11,
11283 OPC_CheckInteger, 17,
11284 OPC_CheckTypeI32,
11285 OPC_MoveSibling, 12,
11286 OPC_CheckInteger, 20,
11287 OPC_CheckTypeI32,
11288 OPC_MoveSibling, 13,
11289 OPC_CheckInteger, 21,
11290 OPC_CheckTypeI32,
11291 OPC_MoveSibling, 14,
11292 OPC_CheckInteger, 24,
11293 OPC_CheckTypeI32,
11294 OPC_MoveSibling, 15,
11295 OPC_CheckInteger, 25,
11296 OPC_CheckTypeI32,
11297 OPC_MoveSibling, 16,
11298 OPC_CheckInteger, 28,
11299 OPC_CheckTypeI32,
11300 OPC_MoveSibling, 17,
11301 OPC_CheckInteger, 29,
11302 OPC_CheckTypeI32,
11303 OPC_MoveParent,
11304 OPC_MoveParent,
11305 OPC_CheckType, MVT::v8i16,
11306 OPC_Scope, 6,
11307 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
11308 MVT::v8i16, 2, 16,
11309 6,
11310 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
11311 MVT::v8i16, 2, 1,
11312 0,
11313 93,
11314 OPC_CheckChild0Same, 0,
11315 OPC_MoveSibling1,
11316 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
11317 OPC_CheckChild0Same, 1,
11318 OPC_MoveParent,
11319 OPC_CheckType, MVT::v8i16,
11320 OPC_MoveParent,
11321 OPC_CheckChild2Integer, 0,
11322 OPC_CheckChild2TypeI32,
11323 OPC_CheckChild3Integer, 1,
11324 OPC_CheckChild3TypeI32,
11325 OPC_CheckChild4Integer, 4,
11326 OPC_CheckChild4TypeI32,
11327 OPC_MoveChild5,
11328 OPC_CheckInteger, 5,
11329 OPC_CheckTypeI32,
11330 OPC_MoveSibling6,
11331 OPC_CheckInteger, 8,
11332 OPC_CheckTypeI32,
11333 OPC_MoveSibling7,
11334 OPC_CheckInteger, 9,
11335 OPC_CheckTypeI32,
11336 OPC_MoveSibling, 8,
11337 OPC_CheckInteger, 12,
11338 OPC_CheckTypeI32,
11339 OPC_MoveSibling, 9,
11340 OPC_CheckInteger, 13,
11341 OPC_CheckTypeI32,
11342 OPC_MoveSibling, 10,
11343 OPC_CheckInteger, 16,
11344 OPC_CheckTypeI32,
11345 OPC_MoveSibling, 11,
11346 OPC_CheckInteger, 17,
11347 OPC_CheckTypeI32,
11348 OPC_MoveSibling, 12,
11349 OPC_CheckInteger, 20,
11350 OPC_CheckTypeI32,
11351 OPC_MoveSibling, 13,
11352 OPC_CheckInteger, 21,
11353 OPC_CheckTypeI32,
11354 OPC_MoveSibling, 14,
11355 OPC_CheckInteger, 24,
11356 OPC_CheckTypeI32,
11357 OPC_MoveSibling, 15,
11358 OPC_CheckInteger, 25,
11359 OPC_CheckTypeI32,
11360 OPC_MoveSibling, 16,
11361 OPC_CheckInteger, 28,
11362 OPC_CheckTypeI32,
11363 OPC_MoveSibling, 17,
11364 OPC_CheckInteger, 29,
11365 OPC_CheckTypeI32,
11366 OPC_MoveParent,
11367 OPC_MoveParent,
11368 OPC_CheckType, MVT::v8i16,
11369 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
11370 MVT::v8i16, 2, 1,
11371 0,
11372 81|128,1,
11373 OPC_CheckChild0Same, 0,
11374 OPC_MoveSibling1,
11375 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
11376 OPC_CheckChild0Same, 1,
11377 OPC_MoveParent,
11378 OPC_CheckType, MVT::v8i16,
11379 OPC_MoveSibling1,
11380 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
11381 OPC_MoveChild0,
11382 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
11383 OPC_Scope, 93,
11384 OPC_CheckChild0Same, 1,
11385 OPC_MoveSibling1,
11386 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
11387 OPC_CheckChild0Same, 0,
11388 OPC_MoveParent,
11389 OPC_CheckType, MVT::v8i16,
11390 OPC_MoveParent,
11391 OPC_CheckChild2Integer, 0,
11392 OPC_CheckChild2TypeI32,
11393 OPC_CheckChild3Integer, 1,
11394 OPC_CheckChild3TypeI32,
11395 OPC_CheckChild4Integer, 4,
11396 OPC_CheckChild4TypeI32,
11397 OPC_MoveChild5,
11398 OPC_CheckInteger, 5,
11399 OPC_CheckTypeI32,
11400 OPC_MoveSibling6,
11401 OPC_CheckInteger, 8,
11402 OPC_CheckTypeI32,
11403 OPC_MoveSibling7,
11404 OPC_CheckInteger, 9,
11405 OPC_CheckTypeI32,
11406 OPC_MoveSibling, 8,
11407 OPC_CheckInteger, 12,
11408 OPC_CheckTypeI32,
11409 OPC_MoveSibling, 9,
11410 OPC_CheckInteger, 13,
11411 OPC_CheckTypeI32,
11412 OPC_MoveSibling, 10,
11413 OPC_CheckInteger, 16,
11414 OPC_CheckTypeI32,
11415 OPC_MoveSibling, 11,
11416 OPC_CheckInteger, 17,
11417 OPC_CheckTypeI32,
11418 OPC_MoveSibling, 12,
11419 OPC_CheckInteger, 20,
11420 OPC_CheckTypeI32,
11421 OPC_MoveSibling, 13,
11422 OPC_CheckInteger, 21,
11423 OPC_CheckTypeI32,
11424 OPC_MoveSibling, 14,
11425 OPC_CheckInteger, 24,
11426 OPC_CheckTypeI32,
11427 OPC_MoveSibling, 15,
11428 OPC_CheckInteger, 25,
11429 OPC_CheckTypeI32,
11430 OPC_MoveSibling, 16,
11431 OPC_CheckInteger, 28,
11432 OPC_CheckTypeI32,
11433 OPC_MoveSibling, 17,
11434 OPC_CheckInteger, 29,
11435 OPC_CheckTypeI32,
11436 OPC_MoveParent,
11437 OPC_MoveParent,
11438 OPC_CheckType, MVT::v8i16,
11439 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
11440 MVT::v8i16, 2, 1,
11441 93,
11442 OPC_CheckChild0Same, 0,
11443 OPC_MoveSibling1,
11444 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
11445 OPC_CheckChild0Same, 1,
11446 OPC_MoveParent,
11447 OPC_CheckType, MVT::v8i16,
11448 OPC_MoveParent,
11449 OPC_CheckChild2Integer, 0,
11450 OPC_CheckChild2TypeI32,
11451 OPC_CheckChild3Integer, 1,
11452 OPC_CheckChild3TypeI32,
11453 OPC_CheckChild4Integer, 4,
11454 OPC_CheckChild4TypeI32,
11455 OPC_MoveChild5,
11456 OPC_CheckInteger, 5,
11457 OPC_CheckTypeI32,
11458 OPC_MoveSibling6,
11459 OPC_CheckInteger, 8,
11460 OPC_CheckTypeI32,
11461 OPC_MoveSibling7,
11462 OPC_CheckInteger, 9,
11463 OPC_CheckTypeI32,
11464 OPC_MoveSibling, 8,
11465 OPC_CheckInteger, 12,
11466 OPC_CheckTypeI32,
11467 OPC_MoveSibling, 9,
11468 OPC_CheckInteger, 13,
11469 OPC_CheckTypeI32,
11470 OPC_MoveSibling, 10,
11471 OPC_CheckInteger, 16,
11472 OPC_CheckTypeI32,
11473 OPC_MoveSibling, 11,
11474 OPC_CheckInteger, 17,
11475 OPC_CheckTypeI32,
11476 OPC_MoveSibling, 12,
11477 OPC_CheckInteger, 20,
11478 OPC_CheckTypeI32,
11479 OPC_MoveSibling, 13,
11480 OPC_CheckInteger, 21,
11481 OPC_CheckTypeI32,
11482 OPC_MoveSibling, 14,
11483 OPC_CheckInteger, 24,
11484 OPC_CheckTypeI32,
11485 OPC_MoveSibling, 15,
11486 OPC_CheckInteger, 25,
11487 OPC_CheckTypeI32,
11488 OPC_MoveSibling, 16,
11489 OPC_CheckInteger, 28,
11490 OPC_CheckTypeI32,
11491 OPC_MoveSibling, 17,
11492 OPC_CheckInteger, 29,
11493 OPC_CheckTypeI32,
11494 OPC_MoveParent,
11495 OPC_MoveParent,
11496 OPC_CheckType, MVT::v8i16,
11497 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
11498 MVT::v8i16, 2, 1,
11499 0,
11500 0,
11501 8|128,4,
11502 OPC_CheckChild0Same, 0,
11503 OPC_MoveSibling1,
11504 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
11505 OPC_CheckChild0Same, 1,
11506 OPC_MoveParent,
11507 OPC_CheckType, MVT::v8i16,
11508 OPC_MoveParent,
11509 OPC_CheckChild2Integer, 2,
11510 OPC_CheckChild2TypeI32,
11511 OPC_CheckChild3Integer, 3,
11512 OPC_CheckChild3TypeI32,
11513 OPC_CheckChild4Integer, 6,
11514 OPC_CheckChild4TypeI32,
11515 OPC_MoveChild5,
11516 OPC_CheckInteger, 7,
11517 OPC_CheckTypeI32,
11518 OPC_MoveSibling6,
11519 OPC_CheckInteger, 10,
11520 OPC_CheckTypeI32,
11521 OPC_MoveSibling7,
11522 OPC_CheckInteger, 11,
11523 OPC_CheckTypeI32,
11524 OPC_MoveSibling, 8,
11525 OPC_CheckInteger, 14,
11526 OPC_CheckTypeI32,
11527 OPC_MoveSibling, 9,
11528 OPC_CheckInteger, 15,
11529 OPC_CheckTypeI32,
11530 OPC_MoveSibling, 10,
11531 OPC_CheckInteger, 18,
11532 OPC_CheckTypeI32,
11533 OPC_MoveSibling, 11,
11534 OPC_CheckInteger, 19,
11535 OPC_CheckTypeI32,
11536 OPC_MoveSibling, 12,
11537 OPC_CheckInteger, 22,
11538 OPC_CheckTypeI32,
11539 OPC_MoveSibling, 13,
11540 OPC_CheckInteger, 23,
11541 OPC_CheckTypeI32,
11542 OPC_MoveSibling, 14,
11543 OPC_CheckInteger, 26,
11544 OPC_CheckTypeI32,
11545 OPC_MoveSibling, 15,
11546 OPC_CheckInteger, 27,
11547 OPC_CheckTypeI32,
11548 OPC_MoveSibling, 16,
11549 OPC_CheckInteger, 30,
11550 OPC_CheckTypeI32,
11551 OPC_MoveSibling, 17,
11552 OPC_CheckInteger, 31,
11553 OPC_CheckTypeI32,
11554 OPC_MoveParent,
11555 OPC_MoveSibling1,
11556 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
11557 OPC_MoveChild0,
11558 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
11559 OPC_MoveChild0,
11560 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
11561 OPC_Scope, 81|128,1,
11562 OPC_CheckChild0Same, 1,
11563 OPC_MoveSibling1,
11564 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
11565 OPC_CheckChild0Same, 0,
11566 OPC_MoveParent,
11567 OPC_CheckType, MVT::v8i16,
11568 OPC_MoveSibling1,
11569 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
11570 OPC_MoveChild0,
11571 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
11572 OPC_Scope, 93,
11573 OPC_CheckChild0Same, 1,
11574 OPC_MoveSibling1,
11575 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
11576 OPC_CheckChild0Same, 0,
11577 OPC_MoveParent,
11578 OPC_CheckType, MVT::v8i16,
11579 OPC_MoveParent,
11580 OPC_CheckChild2Integer, 0,
11581 OPC_CheckChild2TypeI32,
11582 OPC_CheckChild3Integer, 1,
11583 OPC_CheckChild3TypeI32,
11584 OPC_CheckChild4Integer, 4,
11585 OPC_CheckChild4TypeI32,
11586 OPC_MoveChild5,
11587 OPC_CheckInteger, 5,
11588 OPC_CheckTypeI32,
11589 OPC_MoveSibling6,
11590 OPC_CheckInteger, 8,
11591 OPC_CheckTypeI32,
11592 OPC_MoveSibling7,
11593 OPC_CheckInteger, 9,
11594 OPC_CheckTypeI32,
11595 OPC_MoveSibling, 8,
11596 OPC_CheckInteger, 12,
11597 OPC_CheckTypeI32,
11598 OPC_MoveSibling, 9,
11599 OPC_CheckInteger, 13,
11600 OPC_CheckTypeI32,
11601 OPC_MoveSibling, 10,
11602 OPC_CheckInteger, 16,
11603 OPC_CheckTypeI32,
11604 OPC_MoveSibling, 11,
11605 OPC_CheckInteger, 17,
11606 OPC_CheckTypeI32,
11607 OPC_MoveSibling, 12,
11608 OPC_CheckInteger, 20,
11609 OPC_CheckTypeI32,
11610 OPC_MoveSibling, 13,
11611 OPC_CheckInteger, 21,
11612 OPC_CheckTypeI32,
11613 OPC_MoveSibling, 14,
11614 OPC_CheckInteger, 24,
11615 OPC_CheckTypeI32,
11616 OPC_MoveSibling, 15,
11617 OPC_CheckInteger, 25,
11618 OPC_CheckTypeI32,
11619 OPC_MoveSibling, 16,
11620 OPC_CheckInteger, 28,
11621 OPC_CheckTypeI32,
11622 OPC_MoveSibling, 17,
11623 OPC_CheckInteger, 29,
11624 OPC_CheckTypeI32,
11625 OPC_MoveParent,
11626 OPC_MoveParent,
11627 OPC_CheckType, MVT::v8i16,
11628 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
11629 MVT::v8i16, 2, 1,
11630 93,
11631 OPC_CheckChild0Same, 0,
11632 OPC_MoveSibling1,
11633 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
11634 OPC_CheckChild0Same, 1,
11635 OPC_MoveParent,
11636 OPC_CheckType, MVT::v8i16,
11637 OPC_MoveParent,
11638 OPC_CheckChild2Integer, 0,
11639 OPC_CheckChild2TypeI32,
11640 OPC_CheckChild3Integer, 1,
11641 OPC_CheckChild3TypeI32,
11642 OPC_CheckChild4Integer, 4,
11643 OPC_CheckChild4TypeI32,
11644 OPC_MoveChild5,
11645 OPC_CheckInteger, 5,
11646 OPC_CheckTypeI32,
11647 OPC_MoveSibling6,
11648 OPC_CheckInteger, 8,
11649 OPC_CheckTypeI32,
11650 OPC_MoveSibling7,
11651 OPC_CheckInteger, 9,
11652 OPC_CheckTypeI32,
11653 OPC_MoveSibling, 8,
11654 OPC_CheckInteger, 12,
11655 OPC_CheckTypeI32,
11656 OPC_MoveSibling, 9,
11657 OPC_CheckInteger, 13,
11658 OPC_CheckTypeI32,
11659 OPC_MoveSibling, 10,
11660 OPC_CheckInteger, 16,
11661 OPC_CheckTypeI32,
11662 OPC_MoveSibling, 11,
11663 OPC_CheckInteger, 17,
11664 OPC_CheckTypeI32,
11665 OPC_MoveSibling, 12,
11666 OPC_CheckInteger, 20,
11667 OPC_CheckTypeI32,
11668 OPC_MoveSibling, 13,
11669 OPC_CheckInteger, 21,
11670 OPC_CheckTypeI32,
11671 OPC_MoveSibling, 14,
11672 OPC_CheckInteger, 24,
11673 OPC_CheckTypeI32,
11674 OPC_MoveSibling, 15,
11675 OPC_CheckInteger, 25,
11676 OPC_CheckTypeI32,
11677 OPC_MoveSibling, 16,
11678 OPC_CheckInteger, 28,
11679 OPC_CheckTypeI32,
11680 OPC_MoveSibling, 17,
11681 OPC_CheckInteger, 29,
11682 OPC_CheckTypeI32,
11683 OPC_MoveParent,
11684 OPC_MoveParent,
11685 OPC_CheckType, MVT::v8i16,
11686 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
11687 MVT::v8i16, 2, 1,
11688 0,
11689 81|128,1,
11690 OPC_CheckChild0Same, 0,
11691 OPC_MoveSibling1,
11692 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
11693 OPC_CheckChild0Same, 1,
11694 OPC_MoveParent,
11695 OPC_CheckType, MVT::v8i16,
11696 OPC_MoveSibling1,
11697 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
11698 OPC_MoveChild0,
11699 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
11700 OPC_Scope, 93,
11701 OPC_CheckChild0Same, 1,
11702 OPC_MoveSibling1,
11703 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
11704 OPC_CheckChild0Same, 0,
11705 OPC_MoveParent,
11706 OPC_CheckType, MVT::v8i16,
11707 OPC_MoveParent,
11708 OPC_CheckChild2Integer, 0,
11709 OPC_CheckChild2TypeI32,
11710 OPC_CheckChild3Integer, 1,
11711 OPC_CheckChild3TypeI32,
11712 OPC_CheckChild4Integer, 4,
11713 OPC_CheckChild4TypeI32,
11714 OPC_MoveChild5,
11715 OPC_CheckInteger, 5,
11716 OPC_CheckTypeI32,
11717 OPC_MoveSibling6,
11718 OPC_CheckInteger, 8,
11719 OPC_CheckTypeI32,
11720 OPC_MoveSibling7,
11721 OPC_CheckInteger, 9,
11722 OPC_CheckTypeI32,
11723 OPC_MoveSibling, 8,
11724 OPC_CheckInteger, 12,
11725 OPC_CheckTypeI32,
11726 OPC_MoveSibling, 9,
11727 OPC_CheckInteger, 13,
11728 OPC_CheckTypeI32,
11729 OPC_MoveSibling, 10,
11730 OPC_CheckInteger, 16,
11731 OPC_CheckTypeI32,
11732 OPC_MoveSibling, 11,
11733 OPC_CheckInteger, 17,
11734 OPC_CheckTypeI32,
11735 OPC_MoveSibling, 12,
11736 OPC_CheckInteger, 20,
11737 OPC_CheckTypeI32,
11738 OPC_MoveSibling, 13,
11739 OPC_CheckInteger, 21,
11740 OPC_CheckTypeI32,
11741 OPC_MoveSibling, 14,
11742 OPC_CheckInteger, 24,
11743 OPC_CheckTypeI32,
11744 OPC_MoveSibling, 15,
11745 OPC_CheckInteger, 25,
11746 OPC_CheckTypeI32,
11747 OPC_MoveSibling, 16,
11748 OPC_CheckInteger, 28,
11749 OPC_CheckTypeI32,
11750 OPC_MoveSibling, 17,
11751 OPC_CheckInteger, 29,
11752 OPC_CheckTypeI32,
11753 OPC_MoveParent,
11754 OPC_MoveParent,
11755 OPC_CheckType, MVT::v8i16,
11756 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
11757 MVT::v8i16, 2, 1,
11758 93,
11759 OPC_CheckChild0Same, 0,
11760 OPC_MoveSibling1,
11761 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
11762 OPC_CheckChild0Same, 1,
11763 OPC_MoveParent,
11764 OPC_CheckType, MVT::v8i16,
11765 OPC_MoveParent,
11766 OPC_CheckChild2Integer, 0,
11767 OPC_CheckChild2TypeI32,
11768 OPC_CheckChild3Integer, 1,
11769 OPC_CheckChild3TypeI32,
11770 OPC_CheckChild4Integer, 4,
11771 OPC_CheckChild4TypeI32,
11772 OPC_MoveChild5,
11773 OPC_CheckInteger, 5,
11774 OPC_CheckTypeI32,
11775 OPC_MoveSibling6,
11776 OPC_CheckInteger, 8,
11777 OPC_CheckTypeI32,
11778 OPC_MoveSibling7,
11779 OPC_CheckInteger, 9,
11780 OPC_CheckTypeI32,
11781 OPC_MoveSibling, 8,
11782 OPC_CheckInteger, 12,
11783 OPC_CheckTypeI32,
11784 OPC_MoveSibling, 9,
11785 OPC_CheckInteger, 13,
11786 OPC_CheckTypeI32,
11787 OPC_MoveSibling, 10,
11788 OPC_CheckInteger, 16,
11789 OPC_CheckTypeI32,
11790 OPC_MoveSibling, 11,
11791 OPC_CheckInteger, 17,
11792 OPC_CheckTypeI32,
11793 OPC_MoveSibling, 12,
11794 OPC_CheckInteger, 20,
11795 OPC_CheckTypeI32,
11796 OPC_MoveSibling, 13,
11797 OPC_CheckInteger, 21,
11798 OPC_CheckTypeI32,
11799 OPC_MoveSibling, 14,
11800 OPC_CheckInteger, 24,
11801 OPC_CheckTypeI32,
11802 OPC_MoveSibling, 15,
11803 OPC_CheckInteger, 25,
11804 OPC_CheckTypeI32,
11805 OPC_MoveSibling, 16,
11806 OPC_CheckInteger, 28,
11807 OPC_CheckTypeI32,
11808 OPC_MoveSibling, 17,
11809 OPC_CheckInteger, 29,
11810 OPC_CheckTypeI32,
11811 OPC_MoveParent,
11812 OPC_MoveParent,
11813 OPC_CheckType, MVT::v8i16,
11814 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
11815 MVT::v8i16, 2, 1,
11816 0,
11817 0,
11818 0,
11819 0,
11820 99|128,5, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
11821 OPC_RecordChild0,
11822 OPC_SwitchType , 109|128,2, MVT::v4i32,
11823 OPC_CheckChild0Type, MVT::v8i16,
11824 OPC_MoveSibling1,
11825 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
11826 OPC_CheckChild0Same, 0,
11827 OPC_CheckType, MVT::v4i32,
11828 OPC_MoveParent,
11829 OPC_Scope, 46|128,1,
11830 OPC_CheckChild2Integer, 0,
11831 OPC_CheckChild2TypeI32,
11832 OPC_CheckChild3Integer, 1,
11833 OPC_CheckChild3TypeI32,
11834 OPC_CheckChild4Integer, 2,
11835 OPC_CheckChild4TypeI32,
11836 OPC_MoveChild5,
11837 OPC_CheckInteger, 3,
11838 OPC_CheckTypeI32,
11839 OPC_MoveSibling6,
11840 OPC_CheckInteger, 8,
11841 OPC_CheckTypeI32,
11842 OPC_MoveSibling7,
11843 OPC_CheckInteger, 9,
11844 OPC_CheckTypeI32,
11845 OPC_MoveSibling, 8,
11846 OPC_CheckInteger, 10,
11847 OPC_CheckTypeI32,
11848 OPC_MoveSibling, 9,
11849 OPC_CheckInteger, 11,
11850 OPC_CheckTypeI32,
11851 OPC_MoveSibling, 10,
11852 OPC_CheckInteger, 16,
11853 OPC_CheckTypeI32,
11854 OPC_MoveSibling, 11,
11855 OPC_CheckInteger, 17,
11856 OPC_CheckTypeI32,
11857 OPC_MoveSibling, 12,
11858 OPC_CheckInteger, 18,
11859 OPC_CheckTypeI32,
11860 OPC_MoveSibling, 13,
11861 OPC_CheckInteger, 19,
11862 OPC_CheckTypeI32,
11863 OPC_MoveSibling, 14,
11864 OPC_CheckInteger, 24,
11865 OPC_CheckTypeI32,
11866 OPC_MoveSibling, 15,
11867 OPC_CheckInteger, 25,
11868 OPC_CheckTypeI32,
11869 OPC_MoveSibling, 16,
11870 OPC_CheckInteger, 26,
11871 OPC_CheckTypeI32,
11872 OPC_MoveSibling, 17,
11873 OPC_CheckInteger, 27,
11874 OPC_CheckTypeI32,
11875 OPC_MoveParent,
11876 OPC_MoveSibling1,
11877 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
11878 OPC_MoveChild0,
11879 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
11880 OPC_CheckChild0Same, 0,
11881 OPC_CheckType, MVT::v4i32,
11882 OPC_MoveSibling1,
11883 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
11884 OPC_CheckChild0Same, 0,
11885 OPC_CheckType, MVT::v4i32,
11886 OPC_MoveParent,
11887 OPC_CheckChild2Integer, 4,
11888 OPC_CheckChild2TypeI32,
11889 OPC_CheckChild3Integer, 5,
11890 OPC_CheckChild3TypeI32,
11891 OPC_CheckChild4Integer, 6,
11892 OPC_CheckChild4TypeI32,
11893 OPC_MoveChild5,
11894 OPC_CheckInteger, 7,
11895 OPC_CheckTypeI32,
11896 OPC_MoveSibling6,
11897 OPC_CheckInteger, 12,
11898 OPC_CheckTypeI32,
11899 OPC_MoveSibling7,
11900 OPC_CheckInteger, 13,
11901 OPC_CheckTypeI32,
11902 OPC_MoveSibling, 8,
11903 OPC_CheckInteger, 14,
11904 OPC_CheckTypeI32,
11905 OPC_MoveSibling, 9,
11906 OPC_CheckInteger, 15,
11907 OPC_CheckTypeI32,
11908 OPC_MoveSibling, 10,
11909 OPC_CheckInteger, 20,
11910 OPC_CheckTypeI32,
11911 OPC_MoveSibling, 11,
11912 OPC_CheckInteger, 21,
11913 OPC_CheckTypeI32,
11914 OPC_MoveSibling, 12,
11915 OPC_CheckInteger, 22,
11916 OPC_CheckTypeI32,
11917 OPC_MoveSibling, 13,
11918 OPC_CheckInteger, 23,
11919 OPC_CheckTypeI32,
11920 OPC_MoveSibling, 14,
11921 OPC_CheckInteger, 28,
11922 OPC_CheckTypeI32,
11923 OPC_MoveSibling, 15,
11924 OPC_CheckInteger, 29,
11925 OPC_CheckTypeI32,
11926 OPC_MoveSibling, 16,
11927 OPC_CheckInteger, 30,
11928 OPC_CheckTypeI32,
11929 OPC_MoveSibling, 17,
11930 OPC_CheckInteger, 31,
11931 OPC_CheckTypeI32,
11932 OPC_MoveParent,
11933 OPC_MoveParent,
11934 OPC_CheckType, MVT::v4i32,
11935 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_s_I32x4),
11936 MVT::v4i32, 1, 2,
11937 46|128,1,
11938 OPC_CheckChild2Integer, 4,
11939 OPC_CheckChild2TypeI32,
11940 OPC_CheckChild3Integer, 5,
11941 OPC_CheckChild3TypeI32,
11942 OPC_CheckChild4Integer, 6,
11943 OPC_CheckChild4TypeI32,
11944 OPC_MoveChild5,
11945 OPC_CheckInteger, 7,
11946 OPC_CheckTypeI32,
11947 OPC_MoveSibling6,
11948 OPC_CheckInteger, 12,
11949 OPC_CheckTypeI32,
11950 OPC_MoveSibling7,
11951 OPC_CheckInteger, 13,
11952 OPC_CheckTypeI32,
11953 OPC_MoveSibling, 8,
11954 OPC_CheckInteger, 14,
11955 OPC_CheckTypeI32,
11956 OPC_MoveSibling, 9,
11957 OPC_CheckInteger, 15,
11958 OPC_CheckTypeI32,
11959 OPC_MoveSibling, 10,
11960 OPC_CheckInteger, 20,
11961 OPC_CheckTypeI32,
11962 OPC_MoveSibling, 11,
11963 OPC_CheckInteger, 21,
11964 OPC_CheckTypeI32,
11965 OPC_MoveSibling, 12,
11966 OPC_CheckInteger, 22,
11967 OPC_CheckTypeI32,
11968 OPC_MoveSibling, 13,
11969 OPC_CheckInteger, 23,
11970 OPC_CheckTypeI32,
11971 OPC_MoveSibling, 14,
11972 OPC_CheckInteger, 28,
11973 OPC_CheckTypeI32,
11974 OPC_MoveSibling, 15,
11975 OPC_CheckInteger, 29,
11976 OPC_CheckTypeI32,
11977 OPC_MoveSibling, 16,
11978 OPC_CheckInteger, 30,
11979 OPC_CheckTypeI32,
11980 OPC_MoveSibling, 17,
11981 OPC_CheckInteger, 31,
11982 OPC_CheckTypeI32,
11983 OPC_MoveParent,
11984 OPC_MoveSibling1,
11985 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
11986 OPC_MoveChild0,
11987 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
11988 OPC_CheckChild0Same, 0,
11989 OPC_CheckType, MVT::v4i32,
11990 OPC_MoveSibling1,
11991 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
11992 OPC_CheckChild0Same, 0,
11993 OPC_CheckType, MVT::v4i32,
11994 OPC_MoveParent,
11995 OPC_CheckChild2Integer, 0,
11996 OPC_CheckChild2TypeI32,
11997 OPC_CheckChild3Integer, 1,
11998 OPC_CheckChild3TypeI32,
11999 OPC_CheckChild4Integer, 2,
12000 OPC_CheckChild4TypeI32,
12001 OPC_MoveChild5,
12002 OPC_CheckInteger, 3,
12003 OPC_CheckTypeI32,
12004 OPC_MoveSibling6,
12005 OPC_CheckInteger, 8,
12006 OPC_CheckTypeI32,
12007 OPC_MoveSibling7,
12008 OPC_CheckInteger, 9,
12009 OPC_CheckTypeI32,
12010 OPC_MoveSibling, 8,
12011 OPC_CheckInteger, 10,
12012 OPC_CheckTypeI32,
12013 OPC_MoveSibling, 9,
12014 OPC_CheckInteger, 11,
12015 OPC_CheckTypeI32,
12016 OPC_MoveSibling, 10,
12017 OPC_CheckInteger, 16,
12018 OPC_CheckTypeI32,
12019 OPC_MoveSibling, 11,
12020 OPC_CheckInteger, 17,
12021 OPC_CheckTypeI32,
12022 OPC_MoveSibling, 12,
12023 OPC_CheckInteger, 18,
12024 OPC_CheckTypeI32,
12025 OPC_MoveSibling, 13,
12026 OPC_CheckInteger, 19,
12027 OPC_CheckTypeI32,
12028 OPC_MoveSibling, 14,
12029 OPC_CheckInteger, 24,
12030 OPC_CheckTypeI32,
12031 OPC_MoveSibling, 15,
12032 OPC_CheckInteger, 25,
12033 OPC_CheckTypeI32,
12034 OPC_MoveSibling, 16,
12035 OPC_CheckInteger, 26,
12036 OPC_CheckTypeI32,
12037 OPC_MoveSibling, 17,
12038 OPC_CheckInteger, 27,
12039 OPC_CheckTypeI32,
12040 OPC_MoveParent,
12041 OPC_MoveParent,
12042 OPC_CheckType, MVT::v4i32,
12043 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_s_I32x4),
12044 MVT::v4i32, 1, 2,
12045 0,
12046 109|128,2, MVT::v8i16,
12047 OPC_CheckChild0Type, MVT::v16i8,
12048 OPC_MoveSibling1,
12049 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
12050 OPC_CheckChild0Same, 0,
12051 OPC_CheckType, MVT::v8i16,
12052 OPC_MoveParent,
12053 OPC_Scope, 46|128,1,
12054 OPC_CheckChild2Integer, 0,
12055 OPC_CheckChild2TypeI32,
12056 OPC_CheckChild3Integer, 1,
12057 OPC_CheckChild3TypeI32,
12058 OPC_CheckChild4Integer, 4,
12059 OPC_CheckChild4TypeI32,
12060 OPC_MoveChild5,
12061 OPC_CheckInteger, 5,
12062 OPC_CheckTypeI32,
12063 OPC_MoveSibling6,
12064 OPC_CheckInteger, 8,
12065 OPC_CheckTypeI32,
12066 OPC_MoveSibling7,
12067 OPC_CheckInteger, 9,
12068 OPC_CheckTypeI32,
12069 OPC_MoveSibling, 8,
12070 OPC_CheckInteger, 12,
12071 OPC_CheckTypeI32,
12072 OPC_MoveSibling, 9,
12073 OPC_CheckInteger, 13,
12074 OPC_CheckTypeI32,
12075 OPC_MoveSibling, 10,
12076 OPC_CheckInteger, 16,
12077 OPC_CheckTypeI32,
12078 OPC_MoveSibling, 11,
12079 OPC_CheckInteger, 17,
12080 OPC_CheckTypeI32,
12081 OPC_MoveSibling, 12,
12082 OPC_CheckInteger, 20,
12083 OPC_CheckTypeI32,
12084 OPC_MoveSibling, 13,
12085 OPC_CheckInteger, 21,
12086 OPC_CheckTypeI32,
12087 OPC_MoveSibling, 14,
12088 OPC_CheckInteger, 24,
12089 OPC_CheckTypeI32,
12090 OPC_MoveSibling, 15,
12091 OPC_CheckInteger, 25,
12092 OPC_CheckTypeI32,
12093 OPC_MoveSibling, 16,
12094 OPC_CheckInteger, 28,
12095 OPC_CheckTypeI32,
12096 OPC_MoveSibling, 17,
12097 OPC_CheckInteger, 29,
12098 OPC_CheckTypeI32,
12099 OPC_MoveParent,
12100 OPC_MoveSibling1,
12101 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
12102 OPC_MoveChild0,
12103 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
12104 OPC_CheckChild0Same, 0,
12105 OPC_CheckType, MVT::v8i16,
12106 OPC_MoveSibling1,
12107 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
12108 OPC_CheckChild0Same, 0,
12109 OPC_CheckType, MVT::v8i16,
12110 OPC_MoveParent,
12111 OPC_CheckChild2Integer, 2,
12112 OPC_CheckChild2TypeI32,
12113 OPC_CheckChild3Integer, 3,
12114 OPC_CheckChild3TypeI32,
12115 OPC_CheckChild4Integer, 6,
12116 OPC_CheckChild4TypeI32,
12117 OPC_MoveChild5,
12118 OPC_CheckInteger, 7,
12119 OPC_CheckTypeI32,
12120 OPC_MoveSibling6,
12121 OPC_CheckInteger, 10,
12122 OPC_CheckTypeI32,
12123 OPC_MoveSibling7,
12124 OPC_CheckInteger, 11,
12125 OPC_CheckTypeI32,
12126 OPC_MoveSibling, 8,
12127 OPC_CheckInteger, 14,
12128 OPC_CheckTypeI32,
12129 OPC_MoveSibling, 9,
12130 OPC_CheckInteger, 15,
12131 OPC_CheckTypeI32,
12132 OPC_MoveSibling, 10,
12133 OPC_CheckInteger, 18,
12134 OPC_CheckTypeI32,
12135 OPC_MoveSibling, 11,
12136 OPC_CheckInteger, 19,
12137 OPC_CheckTypeI32,
12138 OPC_MoveSibling, 12,
12139 OPC_CheckInteger, 22,
12140 OPC_CheckTypeI32,
12141 OPC_MoveSibling, 13,
12142 OPC_CheckInteger, 23,
12143 OPC_CheckTypeI32,
12144 OPC_MoveSibling, 14,
12145 OPC_CheckInteger, 26,
12146 OPC_CheckTypeI32,
12147 OPC_MoveSibling, 15,
12148 OPC_CheckInteger, 27,
12149 OPC_CheckTypeI32,
12150 OPC_MoveSibling, 16,
12151 OPC_CheckInteger, 30,
12152 OPC_CheckTypeI32,
12153 OPC_MoveSibling, 17,
12154 OPC_CheckInteger, 31,
12155 OPC_CheckTypeI32,
12156 OPC_MoveParent,
12157 OPC_MoveParent,
12158 OPC_CheckType, MVT::v8i16,
12159 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_s_I16x8),
12160 MVT::v8i16, 1, 2,
12161 46|128,1,
12162 OPC_CheckChild2Integer, 2,
12163 OPC_CheckChild2TypeI32,
12164 OPC_CheckChild3Integer, 3,
12165 OPC_CheckChild3TypeI32,
12166 OPC_CheckChild4Integer, 6,
12167 OPC_CheckChild4TypeI32,
12168 OPC_MoveChild5,
12169 OPC_CheckInteger, 7,
12170 OPC_CheckTypeI32,
12171 OPC_MoveSibling6,
12172 OPC_CheckInteger, 10,
12173 OPC_CheckTypeI32,
12174 OPC_MoveSibling7,
12175 OPC_CheckInteger, 11,
12176 OPC_CheckTypeI32,
12177 OPC_MoveSibling, 8,
12178 OPC_CheckInteger, 14,
12179 OPC_CheckTypeI32,
12180 OPC_MoveSibling, 9,
12181 OPC_CheckInteger, 15,
12182 OPC_CheckTypeI32,
12183 OPC_MoveSibling, 10,
12184 OPC_CheckInteger, 18,
12185 OPC_CheckTypeI32,
12186 OPC_MoveSibling, 11,
12187 OPC_CheckInteger, 19,
12188 OPC_CheckTypeI32,
12189 OPC_MoveSibling, 12,
12190 OPC_CheckInteger, 22,
12191 OPC_CheckTypeI32,
12192 OPC_MoveSibling, 13,
12193 OPC_CheckInteger, 23,
12194 OPC_CheckTypeI32,
12195 OPC_MoveSibling, 14,
12196 OPC_CheckInteger, 26,
12197 OPC_CheckTypeI32,
12198 OPC_MoveSibling, 15,
12199 OPC_CheckInteger, 27,
12200 OPC_CheckTypeI32,
12201 OPC_MoveSibling, 16,
12202 OPC_CheckInteger, 30,
12203 OPC_CheckTypeI32,
12204 OPC_MoveSibling, 17,
12205 OPC_CheckInteger, 31,
12206 OPC_CheckTypeI32,
12207 OPC_MoveParent,
12208 OPC_MoveSibling1,
12209 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
12210 OPC_MoveChild0,
12211 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
12212 OPC_CheckChild0Same, 0,
12213 OPC_CheckType, MVT::v8i16,
12214 OPC_MoveSibling1,
12215 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
12216 OPC_CheckChild0Same, 0,
12217 OPC_CheckType, MVT::v8i16,
12218 OPC_MoveParent,
12219 OPC_CheckChild2Integer, 0,
12220 OPC_CheckChild2TypeI32,
12221 OPC_CheckChild3Integer, 1,
12222 OPC_CheckChild3TypeI32,
12223 OPC_CheckChild4Integer, 4,
12224 OPC_CheckChild4TypeI32,
12225 OPC_MoveChild5,
12226 OPC_CheckInteger, 5,
12227 OPC_CheckTypeI32,
12228 OPC_MoveSibling6,
12229 OPC_CheckInteger, 8,
12230 OPC_CheckTypeI32,
12231 OPC_MoveSibling7,
12232 OPC_CheckInteger, 9,
12233 OPC_CheckTypeI32,
12234 OPC_MoveSibling, 8,
12235 OPC_CheckInteger, 12,
12236 OPC_CheckTypeI32,
12237 OPC_MoveSibling, 9,
12238 OPC_CheckInteger, 13,
12239 OPC_CheckTypeI32,
12240 OPC_MoveSibling, 10,
12241 OPC_CheckInteger, 16,
12242 OPC_CheckTypeI32,
12243 OPC_MoveSibling, 11,
12244 OPC_CheckInteger, 17,
12245 OPC_CheckTypeI32,
12246 OPC_MoveSibling, 12,
12247 OPC_CheckInteger, 20,
12248 OPC_CheckTypeI32,
12249 OPC_MoveSibling, 13,
12250 OPC_CheckInteger, 21,
12251 OPC_CheckTypeI32,
12252 OPC_MoveSibling, 14,
12253 OPC_CheckInteger, 24,
12254 OPC_CheckTypeI32,
12255 OPC_MoveSibling, 15,
12256 OPC_CheckInteger, 25,
12257 OPC_CheckTypeI32,
12258 OPC_MoveSibling, 16,
12259 OPC_CheckInteger, 28,
12260 OPC_CheckTypeI32,
12261 OPC_MoveSibling, 17,
12262 OPC_CheckInteger, 29,
12263 OPC_CheckTypeI32,
12264 OPC_MoveParent,
12265 OPC_MoveParent,
12266 OPC_CheckType, MVT::v8i16,
12267 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_s_I16x8),
12268 MVT::v8i16, 1, 2,
12269 0,
12270 0,
12271 99|128,5, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_U),
12272 OPC_RecordChild0,
12273 OPC_SwitchType , 109|128,2, MVT::v4i32,
12274 OPC_CheckChild0Type, MVT::v8i16,
12275 OPC_MoveSibling1,
12276 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_U),
12277 OPC_CheckChild0Same, 0,
12278 OPC_CheckType, MVT::v4i32,
12279 OPC_MoveParent,
12280 OPC_Scope, 46|128,1,
12281 OPC_CheckChild2Integer, 0,
12282 OPC_CheckChild2TypeI32,
12283 OPC_CheckChild3Integer, 1,
12284 OPC_CheckChild3TypeI32,
12285 OPC_CheckChild4Integer, 2,
12286 OPC_CheckChild4TypeI32,
12287 OPC_MoveChild5,
12288 OPC_CheckInteger, 3,
12289 OPC_CheckTypeI32,
12290 OPC_MoveSibling6,
12291 OPC_CheckInteger, 8,
12292 OPC_CheckTypeI32,
12293 OPC_MoveSibling7,
12294 OPC_CheckInteger, 9,
12295 OPC_CheckTypeI32,
12296 OPC_MoveSibling, 8,
12297 OPC_CheckInteger, 10,
12298 OPC_CheckTypeI32,
12299 OPC_MoveSibling, 9,
12300 OPC_CheckInteger, 11,
12301 OPC_CheckTypeI32,
12302 OPC_MoveSibling, 10,
12303 OPC_CheckInteger, 16,
12304 OPC_CheckTypeI32,
12305 OPC_MoveSibling, 11,
12306 OPC_CheckInteger, 17,
12307 OPC_CheckTypeI32,
12308 OPC_MoveSibling, 12,
12309 OPC_CheckInteger, 18,
12310 OPC_CheckTypeI32,
12311 OPC_MoveSibling, 13,
12312 OPC_CheckInteger, 19,
12313 OPC_CheckTypeI32,
12314 OPC_MoveSibling, 14,
12315 OPC_CheckInteger, 24,
12316 OPC_CheckTypeI32,
12317 OPC_MoveSibling, 15,
12318 OPC_CheckInteger, 25,
12319 OPC_CheckTypeI32,
12320 OPC_MoveSibling, 16,
12321 OPC_CheckInteger, 26,
12322 OPC_CheckTypeI32,
12323 OPC_MoveSibling, 17,
12324 OPC_CheckInteger, 27,
12325 OPC_CheckTypeI32,
12326 OPC_MoveParent,
12327 OPC_MoveSibling1,
12328 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
12329 OPC_MoveChild0,
12330 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_U),
12331 OPC_CheckChild0Same, 0,
12332 OPC_CheckType, MVT::v4i32,
12333 OPC_MoveSibling1,
12334 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_U),
12335 OPC_CheckChild0Same, 0,
12336 OPC_CheckType, MVT::v4i32,
12337 OPC_MoveParent,
12338 OPC_CheckChild2Integer, 4,
12339 OPC_CheckChild2TypeI32,
12340 OPC_CheckChild3Integer, 5,
12341 OPC_CheckChild3TypeI32,
12342 OPC_CheckChild4Integer, 6,
12343 OPC_CheckChild4TypeI32,
12344 OPC_MoveChild5,
12345 OPC_CheckInteger, 7,
12346 OPC_CheckTypeI32,
12347 OPC_MoveSibling6,
12348 OPC_CheckInteger, 12,
12349 OPC_CheckTypeI32,
12350 OPC_MoveSibling7,
12351 OPC_CheckInteger, 13,
12352 OPC_CheckTypeI32,
12353 OPC_MoveSibling, 8,
12354 OPC_CheckInteger, 14,
12355 OPC_CheckTypeI32,
12356 OPC_MoveSibling, 9,
12357 OPC_CheckInteger, 15,
12358 OPC_CheckTypeI32,
12359 OPC_MoveSibling, 10,
12360 OPC_CheckInteger, 20,
12361 OPC_CheckTypeI32,
12362 OPC_MoveSibling, 11,
12363 OPC_CheckInteger, 21,
12364 OPC_CheckTypeI32,
12365 OPC_MoveSibling, 12,
12366 OPC_CheckInteger, 22,
12367 OPC_CheckTypeI32,
12368 OPC_MoveSibling, 13,
12369 OPC_CheckInteger, 23,
12370 OPC_CheckTypeI32,
12371 OPC_MoveSibling, 14,
12372 OPC_CheckInteger, 28,
12373 OPC_CheckTypeI32,
12374 OPC_MoveSibling, 15,
12375 OPC_CheckInteger, 29,
12376 OPC_CheckTypeI32,
12377 OPC_MoveSibling, 16,
12378 OPC_CheckInteger, 30,
12379 OPC_CheckTypeI32,
12380 OPC_MoveSibling, 17,
12381 OPC_CheckInteger, 31,
12382 OPC_CheckTypeI32,
12383 OPC_MoveParent,
12384 OPC_MoveParent,
12385 OPC_CheckType, MVT::v4i32,
12386 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_u_I32x4),
12387 MVT::v4i32, 1, 2,
12388 46|128,1,
12389 OPC_CheckChild2Integer, 4,
12390 OPC_CheckChild2TypeI32,
12391 OPC_CheckChild3Integer, 5,
12392 OPC_CheckChild3TypeI32,
12393 OPC_CheckChild4Integer, 6,
12394 OPC_CheckChild4TypeI32,
12395 OPC_MoveChild5,
12396 OPC_CheckInteger, 7,
12397 OPC_CheckTypeI32,
12398 OPC_MoveSibling6,
12399 OPC_CheckInteger, 12,
12400 OPC_CheckTypeI32,
12401 OPC_MoveSibling7,
12402 OPC_CheckInteger, 13,
12403 OPC_CheckTypeI32,
12404 OPC_MoveSibling, 8,
12405 OPC_CheckInteger, 14,
12406 OPC_CheckTypeI32,
12407 OPC_MoveSibling, 9,
12408 OPC_CheckInteger, 15,
12409 OPC_CheckTypeI32,
12410 OPC_MoveSibling, 10,
12411 OPC_CheckInteger, 20,
12412 OPC_CheckTypeI32,
12413 OPC_MoveSibling, 11,
12414 OPC_CheckInteger, 21,
12415 OPC_CheckTypeI32,
12416 OPC_MoveSibling, 12,
12417 OPC_CheckInteger, 22,
12418 OPC_CheckTypeI32,
12419 OPC_MoveSibling, 13,
12420 OPC_CheckInteger, 23,
12421 OPC_CheckTypeI32,
12422 OPC_MoveSibling, 14,
12423 OPC_CheckInteger, 28,
12424 OPC_CheckTypeI32,
12425 OPC_MoveSibling, 15,
12426 OPC_CheckInteger, 29,
12427 OPC_CheckTypeI32,
12428 OPC_MoveSibling, 16,
12429 OPC_CheckInteger, 30,
12430 OPC_CheckTypeI32,
12431 OPC_MoveSibling, 17,
12432 OPC_CheckInteger, 31,
12433 OPC_CheckTypeI32,
12434 OPC_MoveParent,
12435 OPC_MoveSibling1,
12436 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
12437 OPC_MoveChild0,
12438 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_U),
12439 OPC_CheckChild0Same, 0,
12440 OPC_CheckType, MVT::v4i32,
12441 OPC_MoveSibling1,
12442 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_U),
12443 OPC_CheckChild0Same, 0,
12444 OPC_CheckType, MVT::v4i32,
12445 OPC_MoveParent,
12446 OPC_CheckChild2Integer, 0,
12447 OPC_CheckChild2TypeI32,
12448 OPC_CheckChild3Integer, 1,
12449 OPC_CheckChild3TypeI32,
12450 OPC_CheckChild4Integer, 2,
12451 OPC_CheckChild4TypeI32,
12452 OPC_MoveChild5,
12453 OPC_CheckInteger, 3,
12454 OPC_CheckTypeI32,
12455 OPC_MoveSibling6,
12456 OPC_CheckInteger, 8,
12457 OPC_CheckTypeI32,
12458 OPC_MoveSibling7,
12459 OPC_CheckInteger, 9,
12460 OPC_CheckTypeI32,
12461 OPC_MoveSibling, 8,
12462 OPC_CheckInteger, 10,
12463 OPC_CheckTypeI32,
12464 OPC_MoveSibling, 9,
12465 OPC_CheckInteger, 11,
12466 OPC_CheckTypeI32,
12467 OPC_MoveSibling, 10,
12468 OPC_CheckInteger, 16,
12469 OPC_CheckTypeI32,
12470 OPC_MoveSibling, 11,
12471 OPC_CheckInteger, 17,
12472 OPC_CheckTypeI32,
12473 OPC_MoveSibling, 12,
12474 OPC_CheckInteger, 18,
12475 OPC_CheckTypeI32,
12476 OPC_MoveSibling, 13,
12477 OPC_CheckInteger, 19,
12478 OPC_CheckTypeI32,
12479 OPC_MoveSibling, 14,
12480 OPC_CheckInteger, 24,
12481 OPC_CheckTypeI32,
12482 OPC_MoveSibling, 15,
12483 OPC_CheckInteger, 25,
12484 OPC_CheckTypeI32,
12485 OPC_MoveSibling, 16,
12486 OPC_CheckInteger, 26,
12487 OPC_CheckTypeI32,
12488 OPC_MoveSibling, 17,
12489 OPC_CheckInteger, 27,
12490 OPC_CheckTypeI32,
12491 OPC_MoveParent,
12492 OPC_MoveParent,
12493 OPC_CheckType, MVT::v4i32,
12494 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_u_I32x4),
12495 MVT::v4i32, 1, 2,
12496 0,
12497 109|128,2, MVT::v8i16,
12498 OPC_CheckChild0Type, MVT::v16i8,
12499 OPC_MoveSibling1,
12500 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_U),
12501 OPC_CheckChild0Same, 0,
12502 OPC_CheckType, MVT::v8i16,
12503 OPC_MoveParent,
12504 OPC_Scope, 46|128,1,
12505 OPC_CheckChild2Integer, 0,
12506 OPC_CheckChild2TypeI32,
12507 OPC_CheckChild3Integer, 1,
12508 OPC_CheckChild3TypeI32,
12509 OPC_CheckChild4Integer, 4,
12510 OPC_CheckChild4TypeI32,
12511 OPC_MoveChild5,
12512 OPC_CheckInteger, 5,
12513 OPC_CheckTypeI32,
12514 OPC_MoveSibling6,
12515 OPC_CheckInteger, 8,
12516 OPC_CheckTypeI32,
12517 OPC_MoveSibling7,
12518 OPC_CheckInteger, 9,
12519 OPC_CheckTypeI32,
12520 OPC_MoveSibling, 8,
12521 OPC_CheckInteger, 12,
12522 OPC_CheckTypeI32,
12523 OPC_MoveSibling, 9,
12524 OPC_CheckInteger, 13,
12525 OPC_CheckTypeI32,
12526 OPC_MoveSibling, 10,
12527 OPC_CheckInteger, 16,
12528 OPC_CheckTypeI32,
12529 OPC_MoveSibling, 11,
12530 OPC_CheckInteger, 17,
12531 OPC_CheckTypeI32,
12532 OPC_MoveSibling, 12,
12533 OPC_CheckInteger, 20,
12534 OPC_CheckTypeI32,
12535 OPC_MoveSibling, 13,
12536 OPC_CheckInteger, 21,
12537 OPC_CheckTypeI32,
12538 OPC_MoveSibling, 14,
12539 OPC_CheckInteger, 24,
12540 OPC_CheckTypeI32,
12541 OPC_MoveSibling, 15,
12542 OPC_CheckInteger, 25,
12543 OPC_CheckTypeI32,
12544 OPC_MoveSibling, 16,
12545 OPC_CheckInteger, 28,
12546 OPC_CheckTypeI32,
12547 OPC_MoveSibling, 17,
12548 OPC_CheckInteger, 29,
12549 OPC_CheckTypeI32,
12550 OPC_MoveParent,
12551 OPC_MoveSibling1,
12552 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
12553 OPC_MoveChild0,
12554 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_U),
12555 OPC_CheckChild0Same, 0,
12556 OPC_CheckType, MVT::v8i16,
12557 OPC_MoveSibling1,
12558 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_U),
12559 OPC_CheckChild0Same, 0,
12560 OPC_CheckType, MVT::v8i16,
12561 OPC_MoveParent,
12562 OPC_CheckChild2Integer, 2,
12563 OPC_CheckChild2TypeI32,
12564 OPC_CheckChild3Integer, 3,
12565 OPC_CheckChild3TypeI32,
12566 OPC_CheckChild4Integer, 6,
12567 OPC_CheckChild4TypeI32,
12568 OPC_MoveChild5,
12569 OPC_CheckInteger, 7,
12570 OPC_CheckTypeI32,
12571 OPC_MoveSibling6,
12572 OPC_CheckInteger, 10,
12573 OPC_CheckTypeI32,
12574 OPC_MoveSibling7,
12575 OPC_CheckInteger, 11,
12576 OPC_CheckTypeI32,
12577 OPC_MoveSibling, 8,
12578 OPC_CheckInteger, 14,
12579 OPC_CheckTypeI32,
12580 OPC_MoveSibling, 9,
12581 OPC_CheckInteger, 15,
12582 OPC_CheckTypeI32,
12583 OPC_MoveSibling, 10,
12584 OPC_CheckInteger, 18,
12585 OPC_CheckTypeI32,
12586 OPC_MoveSibling, 11,
12587 OPC_CheckInteger, 19,
12588 OPC_CheckTypeI32,
12589 OPC_MoveSibling, 12,
12590 OPC_CheckInteger, 22,
12591 OPC_CheckTypeI32,
12592 OPC_MoveSibling, 13,
12593 OPC_CheckInteger, 23,
12594 OPC_CheckTypeI32,
12595 OPC_MoveSibling, 14,
12596 OPC_CheckInteger, 26,
12597 OPC_CheckTypeI32,
12598 OPC_MoveSibling, 15,
12599 OPC_CheckInteger, 27,
12600 OPC_CheckTypeI32,
12601 OPC_MoveSibling, 16,
12602 OPC_CheckInteger, 30,
12603 OPC_CheckTypeI32,
12604 OPC_MoveSibling, 17,
12605 OPC_CheckInteger, 31,
12606 OPC_CheckTypeI32,
12607 OPC_MoveParent,
12608 OPC_MoveParent,
12609 OPC_CheckType, MVT::v8i16,
12610 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_u_I16x8),
12611 MVT::v8i16, 1, 2,
12612 46|128,1,
12613 OPC_CheckChild2Integer, 2,
12614 OPC_CheckChild2TypeI32,
12615 OPC_CheckChild3Integer, 3,
12616 OPC_CheckChild3TypeI32,
12617 OPC_CheckChild4Integer, 6,
12618 OPC_CheckChild4TypeI32,
12619 OPC_MoveChild5,
12620 OPC_CheckInteger, 7,
12621 OPC_CheckTypeI32,
12622 OPC_MoveSibling6,
12623 OPC_CheckInteger, 10,
12624 OPC_CheckTypeI32,
12625 OPC_MoveSibling7,
12626 OPC_CheckInteger, 11,
12627 OPC_CheckTypeI32,
12628 OPC_MoveSibling, 8,
12629 OPC_CheckInteger, 14,
12630 OPC_CheckTypeI32,
12631 OPC_MoveSibling, 9,
12632 OPC_CheckInteger, 15,
12633 OPC_CheckTypeI32,
12634 OPC_MoveSibling, 10,
12635 OPC_CheckInteger, 18,
12636 OPC_CheckTypeI32,
12637 OPC_MoveSibling, 11,
12638 OPC_CheckInteger, 19,
12639 OPC_CheckTypeI32,
12640 OPC_MoveSibling, 12,
12641 OPC_CheckInteger, 22,
12642 OPC_CheckTypeI32,
12643 OPC_MoveSibling, 13,
12644 OPC_CheckInteger, 23,
12645 OPC_CheckTypeI32,
12646 OPC_MoveSibling, 14,
12647 OPC_CheckInteger, 26,
12648 OPC_CheckTypeI32,
12649 OPC_MoveSibling, 15,
12650 OPC_CheckInteger, 27,
12651 OPC_CheckTypeI32,
12652 OPC_MoveSibling, 16,
12653 OPC_CheckInteger, 30,
12654 OPC_CheckTypeI32,
12655 OPC_MoveSibling, 17,
12656 OPC_CheckInteger, 31,
12657 OPC_CheckTypeI32,
12658 OPC_MoveParent,
12659 OPC_MoveSibling1,
12660 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
12661 OPC_MoveChild0,
12662 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_U),
12663 OPC_CheckChild0Same, 0,
12664 OPC_CheckType, MVT::v8i16,
12665 OPC_MoveSibling1,
12666 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_U),
12667 OPC_CheckChild0Same, 0,
12668 OPC_CheckType, MVT::v8i16,
12669 OPC_MoveParent,
12670 OPC_CheckChild2Integer, 0,
12671 OPC_CheckChild2TypeI32,
12672 OPC_CheckChild3Integer, 1,
12673 OPC_CheckChild3TypeI32,
12674 OPC_CheckChild4Integer, 4,
12675 OPC_CheckChild4TypeI32,
12676 OPC_MoveChild5,
12677 OPC_CheckInteger, 5,
12678 OPC_CheckTypeI32,
12679 OPC_MoveSibling6,
12680 OPC_CheckInteger, 8,
12681 OPC_CheckTypeI32,
12682 OPC_MoveSibling7,
12683 OPC_CheckInteger, 9,
12684 OPC_CheckTypeI32,
12685 OPC_MoveSibling, 8,
12686 OPC_CheckInteger, 12,
12687 OPC_CheckTypeI32,
12688 OPC_MoveSibling, 9,
12689 OPC_CheckInteger, 13,
12690 OPC_CheckTypeI32,
12691 OPC_MoveSibling, 10,
12692 OPC_CheckInteger, 16,
12693 OPC_CheckTypeI32,
12694 OPC_MoveSibling, 11,
12695 OPC_CheckInteger, 17,
12696 OPC_CheckTypeI32,
12697 OPC_MoveSibling, 12,
12698 OPC_CheckInteger, 20,
12699 OPC_CheckTypeI32,
12700 OPC_MoveSibling, 13,
12701 OPC_CheckInteger, 21,
12702 OPC_CheckTypeI32,
12703 OPC_MoveSibling, 14,
12704 OPC_CheckInteger, 24,
12705 OPC_CheckTypeI32,
12706 OPC_MoveSibling, 15,
12707 OPC_CheckInteger, 25,
12708 OPC_CheckTypeI32,
12709 OPC_MoveSibling, 16,
12710 OPC_CheckInteger, 28,
12711 OPC_CheckTypeI32,
12712 OPC_MoveSibling, 17,
12713 OPC_CheckInteger, 29,
12714 OPC_CheckTypeI32,
12715 OPC_MoveParent,
12716 OPC_MoveParent,
12717 OPC_CheckType, MVT::v8i16,
12718 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_u_I16x8),
12719 MVT::v8i16, 1, 2,
12720 0,
12721 0,
12722 0,
12723 75|128,4, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
12724 OPC_MoveChild0,
12725 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
12726 OPC_RecordChild0,
12727 OPC_Scope, 32|128,2,
12728 OPC_CheckChild0Type, MVT::v8i16,
12729 OPC_CheckChild1Type, MVT::v8i16,
12730 OPC_Scope, 11|128,1,
12731 OPC_CheckChild2Integer, 0,
12732 OPC_CheckChild2TypeI32,
12733 OPC_CheckChild3Integer, 1,
12734 OPC_CheckChild3TypeI32,
12735 OPC_CheckChild4Integer, 4,
12736 OPC_CheckChild4TypeI32,
12737 OPC_MoveChild5,
12738 OPC_CheckInteger, 5,
12739 OPC_CheckTypeI32,
12740 OPC_MoveSibling6,
12741 OPC_CheckInteger, 8,
12742 OPC_CheckTypeI32,
12743 OPC_MoveSibling7,
12744 OPC_CheckInteger, 9,
12745 OPC_CheckTypeI32,
12746 OPC_MoveSibling, 8,
12747 OPC_CheckInteger, 12,
12748 OPC_CheckTypeI32,
12749 OPC_MoveSibling, 9,
12750 OPC_CheckInteger, 13,
12751 OPC_CheckTypeI32,
12752 OPC_MoveSibling, 10,
12753 OPC_CheckTypeI32,
12754 OPC_MoveSibling, 11,
12755 OPC_CheckTypeI32,
12756 OPC_MoveSibling, 12,
12757 OPC_CheckTypeI32,
12758 OPC_MoveSibling, 13,
12759 OPC_CheckTypeI32,
12760 OPC_MoveSibling, 14,
12761 OPC_CheckTypeI32,
12762 OPC_MoveSibling, 15,
12763 OPC_CheckTypeI32,
12764 OPC_MoveSibling, 16,
12765 OPC_CheckTypeI32,
12766 OPC_MoveSibling, 17,
12767 OPC_CheckTypeI32,
12768 OPC_MoveParent,
12769 OPC_CheckType, MVT::v8i16,
12770 OPC_MoveParent,
12771 OPC_MoveSibling1,
12772 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
12773 OPC_MoveChild0,
12774 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
12775 OPC_CheckChild0Same, 0,
12776 OPC_CheckChild1Type, MVT::v8i16,
12777 OPC_CheckChild2Integer, 2,
12778 OPC_CheckChild2TypeI32,
12779 OPC_CheckChild3Integer, 3,
12780 OPC_CheckChild3TypeI32,
12781 OPC_CheckChild4Integer, 6,
12782 OPC_CheckChild4TypeI32,
12783 OPC_MoveChild5,
12784 OPC_CheckInteger, 7,
12785 OPC_CheckTypeI32,
12786 OPC_MoveSibling6,
12787 OPC_CheckInteger, 10,
12788 OPC_CheckTypeI32,
12789 OPC_MoveSibling7,
12790 OPC_CheckInteger, 11,
12791 OPC_CheckTypeI32,
12792 OPC_MoveSibling, 8,
12793 OPC_CheckInteger, 14,
12794 OPC_CheckTypeI32,
12795 OPC_MoveSibling, 9,
12796 OPC_CheckInteger, 15,
12797 OPC_CheckTypeI32,
12798 OPC_MoveSibling, 10,
12799 OPC_CheckTypeI32,
12800 OPC_MoveSibling, 11,
12801 OPC_CheckTypeI32,
12802 OPC_MoveSibling, 12,
12803 OPC_CheckTypeI32,
12804 OPC_MoveSibling, 13,
12805 OPC_CheckTypeI32,
12806 OPC_MoveSibling, 14,
12807 OPC_CheckTypeI32,
12808 OPC_MoveSibling, 15,
12809 OPC_CheckTypeI32,
12810 OPC_MoveSibling, 16,
12811 OPC_CheckTypeI32,
12812 OPC_MoveSibling, 17,
12813 OPC_CheckTypeI32,
12814 OPC_MoveParent,
12815 OPC_CheckType, MVT::v8i16,
12816 OPC_MoveParent,
12817 OPC_MoveParent,
12818 OPC_CheckType, MVT::v4i32,
12819 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_s_I32x4),
12820 MVT::v4i32, 1, 2,
12821 11|128,1,
12822 OPC_CheckChild2Integer, 2,
12823 OPC_CheckChild2TypeI32,
12824 OPC_CheckChild3Integer, 3,
12825 OPC_CheckChild3TypeI32,
12826 OPC_CheckChild4Integer, 6,
12827 OPC_CheckChild4TypeI32,
12828 OPC_MoveChild5,
12829 OPC_CheckInteger, 7,
12830 OPC_CheckTypeI32,
12831 OPC_MoveSibling6,
12832 OPC_CheckInteger, 10,
12833 OPC_CheckTypeI32,
12834 OPC_MoveSibling7,
12835 OPC_CheckInteger, 11,
12836 OPC_CheckTypeI32,
12837 OPC_MoveSibling, 8,
12838 OPC_CheckInteger, 14,
12839 OPC_CheckTypeI32,
12840 OPC_MoveSibling, 9,
12841 OPC_CheckInteger, 15,
12842 OPC_CheckTypeI32,
12843 OPC_MoveSibling, 10,
12844 OPC_CheckTypeI32,
12845 OPC_MoveSibling, 11,
12846 OPC_CheckTypeI32,
12847 OPC_MoveSibling, 12,
12848 OPC_CheckTypeI32,
12849 OPC_MoveSibling, 13,
12850 OPC_CheckTypeI32,
12851 OPC_MoveSibling, 14,
12852 OPC_CheckTypeI32,
12853 OPC_MoveSibling, 15,
12854 OPC_CheckTypeI32,
12855 OPC_MoveSibling, 16,
12856 OPC_CheckTypeI32,
12857 OPC_MoveSibling, 17,
12858 OPC_CheckTypeI32,
12859 OPC_MoveParent,
12860 OPC_CheckType, MVT::v8i16,
12861 OPC_MoveParent,
12862 OPC_MoveSibling1,
12863 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
12864 OPC_MoveChild0,
12865 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
12866 OPC_CheckChild0Same, 0,
12867 OPC_CheckChild1Type, MVT::v8i16,
12868 OPC_CheckChild2Integer, 0,
12869 OPC_CheckChild2TypeI32,
12870 OPC_CheckChild3Integer, 1,
12871 OPC_CheckChild3TypeI32,
12872 OPC_CheckChild4Integer, 4,
12873 OPC_CheckChild4TypeI32,
12874 OPC_MoveChild5,
12875 OPC_CheckInteger, 5,
12876 OPC_CheckTypeI32,
12877 OPC_MoveSibling6,
12878 OPC_CheckInteger, 8,
12879 OPC_CheckTypeI32,
12880 OPC_MoveSibling7,
12881 OPC_CheckInteger, 9,
12882 OPC_CheckTypeI32,
12883 OPC_MoveSibling, 8,
12884 OPC_CheckInteger, 12,
12885 OPC_CheckTypeI32,
12886 OPC_MoveSibling, 9,
12887 OPC_CheckInteger, 13,
12888 OPC_CheckTypeI32,
12889 OPC_MoveSibling, 10,
12890 OPC_CheckTypeI32,
12891 OPC_MoveSibling, 11,
12892 OPC_CheckTypeI32,
12893 OPC_MoveSibling, 12,
12894 OPC_CheckTypeI32,
12895 OPC_MoveSibling, 13,
12896 OPC_CheckTypeI32,
12897 OPC_MoveSibling, 14,
12898 OPC_CheckTypeI32,
12899 OPC_MoveSibling, 15,
12900 OPC_CheckTypeI32,
12901 OPC_MoveSibling, 16,
12902 OPC_CheckTypeI32,
12903 OPC_MoveSibling, 17,
12904 OPC_CheckTypeI32,
12905 OPC_MoveParent,
12906 OPC_CheckType, MVT::v8i16,
12907 OPC_MoveParent,
12908 OPC_MoveParent,
12909 OPC_CheckType, MVT::v4i32,
12910 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_s_I32x4),
12911 MVT::v4i32, 1, 2,
12912 0,
12913 32|128,2,
12914 OPC_CheckChild0Type, MVT::v16i8,
12915 OPC_CheckChild1Type, MVT::v16i8,
12916 OPC_Scope, 11|128,1,
12917 OPC_CheckChild2Integer, 0,
12918 OPC_CheckChild2TypeI32,
12919 OPC_CheckChild3Integer, 2,
12920 OPC_CheckChild3TypeI32,
12921 OPC_CheckChild4Integer, 4,
12922 OPC_CheckChild4TypeI32,
12923 OPC_MoveChild5,
12924 OPC_CheckInteger, 6,
12925 OPC_CheckTypeI32,
12926 OPC_MoveSibling6,
12927 OPC_CheckInteger, 8,
12928 OPC_CheckTypeI32,
12929 OPC_MoveSibling7,
12930 OPC_CheckInteger, 10,
12931 OPC_CheckTypeI32,
12932 OPC_MoveSibling, 8,
12933 OPC_CheckInteger, 12,
12934 OPC_CheckTypeI32,
12935 OPC_MoveSibling, 9,
12936 OPC_CheckInteger, 14,
12937 OPC_CheckTypeI32,
12938 OPC_MoveSibling, 10,
12939 OPC_CheckTypeI32,
12940 OPC_MoveSibling, 11,
12941 OPC_CheckTypeI32,
12942 OPC_MoveSibling, 12,
12943 OPC_CheckTypeI32,
12944 OPC_MoveSibling, 13,
12945 OPC_CheckTypeI32,
12946 OPC_MoveSibling, 14,
12947 OPC_CheckTypeI32,
12948 OPC_MoveSibling, 15,
12949 OPC_CheckTypeI32,
12950 OPC_MoveSibling, 16,
12951 OPC_CheckTypeI32,
12952 OPC_MoveSibling, 17,
12953 OPC_CheckTypeI32,
12954 OPC_MoveParent,
12955 OPC_CheckType, MVT::v16i8,
12956 OPC_MoveParent,
12957 OPC_MoveSibling1,
12958 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
12959 OPC_MoveChild0,
12960 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
12961 OPC_CheckChild0Same, 0,
12962 OPC_CheckChild1Type, MVT::v16i8,
12963 OPC_CheckChild2Integer, 1,
12964 OPC_CheckChild2TypeI32,
12965 OPC_CheckChild3Integer, 3,
12966 OPC_CheckChild3TypeI32,
12967 OPC_CheckChild4Integer, 5,
12968 OPC_CheckChild4TypeI32,
12969 OPC_MoveChild5,
12970 OPC_CheckInteger, 7,
12971 OPC_CheckTypeI32,
12972 OPC_MoveSibling6,
12973 OPC_CheckInteger, 9,
12974 OPC_CheckTypeI32,
12975 OPC_MoveSibling7,
12976 OPC_CheckInteger, 11,
12977 OPC_CheckTypeI32,
12978 OPC_MoveSibling, 8,
12979 OPC_CheckInteger, 13,
12980 OPC_CheckTypeI32,
12981 OPC_MoveSibling, 9,
12982 OPC_CheckInteger, 15,
12983 OPC_CheckTypeI32,
12984 OPC_MoveSibling, 10,
12985 OPC_CheckTypeI32,
12986 OPC_MoveSibling, 11,
12987 OPC_CheckTypeI32,
12988 OPC_MoveSibling, 12,
12989 OPC_CheckTypeI32,
12990 OPC_MoveSibling, 13,
12991 OPC_CheckTypeI32,
12992 OPC_MoveSibling, 14,
12993 OPC_CheckTypeI32,
12994 OPC_MoveSibling, 15,
12995 OPC_CheckTypeI32,
12996 OPC_MoveSibling, 16,
12997 OPC_CheckTypeI32,
12998 OPC_MoveSibling, 17,
12999 OPC_CheckTypeI32,
13000 OPC_MoveParent,
13001 OPC_CheckType, MVT::v16i8,
13002 OPC_MoveParent,
13003 OPC_MoveParent,
13004 OPC_CheckType, MVT::v8i16,
13005 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_s_I16x8),
13006 MVT::v8i16, 1, 2,
13007 11|128,1,
13008 OPC_CheckChild2Integer, 1,
13009 OPC_CheckChild2TypeI32,
13010 OPC_CheckChild3Integer, 3,
13011 OPC_CheckChild3TypeI32,
13012 OPC_CheckChild4Integer, 5,
13013 OPC_CheckChild4TypeI32,
13014 OPC_MoveChild5,
13015 OPC_CheckInteger, 7,
13016 OPC_CheckTypeI32,
13017 OPC_MoveSibling6,
13018 OPC_CheckInteger, 9,
13019 OPC_CheckTypeI32,
13020 OPC_MoveSibling7,
13021 OPC_CheckInteger, 11,
13022 OPC_CheckTypeI32,
13023 OPC_MoveSibling, 8,
13024 OPC_CheckInteger, 13,
13025 OPC_CheckTypeI32,
13026 OPC_MoveSibling, 9,
13027 OPC_CheckInteger, 15,
13028 OPC_CheckTypeI32,
13029 OPC_MoveSibling, 10,
13030 OPC_CheckTypeI32,
13031 OPC_MoveSibling, 11,
13032 OPC_CheckTypeI32,
13033 OPC_MoveSibling, 12,
13034 OPC_CheckTypeI32,
13035 OPC_MoveSibling, 13,
13036 OPC_CheckTypeI32,
13037 OPC_MoveSibling, 14,
13038 OPC_CheckTypeI32,
13039 OPC_MoveSibling, 15,
13040 OPC_CheckTypeI32,
13041 OPC_MoveSibling, 16,
13042 OPC_CheckTypeI32,
13043 OPC_MoveSibling, 17,
13044 OPC_CheckTypeI32,
13045 OPC_MoveParent,
13046 OPC_CheckType, MVT::v16i8,
13047 OPC_MoveParent,
13048 OPC_MoveSibling1,
13049 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
13050 OPC_MoveChild0,
13051 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
13052 OPC_CheckChild0Same, 0,
13053 OPC_CheckChild1Type, MVT::v16i8,
13054 OPC_CheckChild2Integer, 0,
13055 OPC_CheckChild2TypeI32,
13056 OPC_CheckChild3Integer, 2,
13057 OPC_CheckChild3TypeI32,
13058 OPC_CheckChild4Integer, 4,
13059 OPC_CheckChild4TypeI32,
13060 OPC_MoveChild5,
13061 OPC_CheckInteger, 6,
13062 OPC_CheckTypeI32,
13063 OPC_MoveSibling6,
13064 OPC_CheckInteger, 8,
13065 OPC_CheckTypeI32,
13066 OPC_MoveSibling7,
13067 OPC_CheckInteger, 10,
13068 OPC_CheckTypeI32,
13069 OPC_MoveSibling, 8,
13070 OPC_CheckInteger, 12,
13071 OPC_CheckTypeI32,
13072 OPC_MoveSibling, 9,
13073 OPC_CheckInteger, 14,
13074 OPC_CheckTypeI32,
13075 OPC_MoveSibling, 10,
13076 OPC_CheckTypeI32,
13077 OPC_MoveSibling, 11,
13078 OPC_CheckTypeI32,
13079 OPC_MoveSibling, 12,
13080 OPC_CheckTypeI32,
13081 OPC_MoveSibling, 13,
13082 OPC_CheckTypeI32,
13083 OPC_MoveSibling, 14,
13084 OPC_CheckTypeI32,
13085 OPC_MoveSibling, 15,
13086 OPC_CheckTypeI32,
13087 OPC_MoveSibling, 16,
13088 OPC_CheckTypeI32,
13089 OPC_MoveSibling, 17,
13090 OPC_CheckTypeI32,
13091 OPC_MoveParent,
13092 OPC_CheckType, MVT::v16i8,
13093 OPC_MoveParent,
13094 OPC_MoveParent,
13095 OPC_CheckType, MVT::v8i16,
13096 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_s_I16x8),
13097 MVT::v8i16, 1, 2,
13098 0,
13099 0,
13100 75|128,4, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_U),
13101 OPC_MoveChild0,
13102 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
13103 OPC_RecordChild0,
13104 OPC_Scope, 32|128,2,
13105 OPC_CheckChild0Type, MVT::v8i16,
13106 OPC_CheckChild1Type, MVT::v8i16,
13107 OPC_Scope, 11|128,1,
13108 OPC_CheckChild2Integer, 0,
13109 OPC_CheckChild2TypeI32,
13110 OPC_CheckChild3Integer, 1,
13111 OPC_CheckChild3TypeI32,
13112 OPC_CheckChild4Integer, 4,
13113 OPC_CheckChild4TypeI32,
13114 OPC_MoveChild5,
13115 OPC_CheckInteger, 5,
13116 OPC_CheckTypeI32,
13117 OPC_MoveSibling6,
13118 OPC_CheckInteger, 8,
13119 OPC_CheckTypeI32,
13120 OPC_MoveSibling7,
13121 OPC_CheckInteger, 9,
13122 OPC_CheckTypeI32,
13123 OPC_MoveSibling, 8,
13124 OPC_CheckInteger, 12,
13125 OPC_CheckTypeI32,
13126 OPC_MoveSibling, 9,
13127 OPC_CheckInteger, 13,
13128 OPC_CheckTypeI32,
13129 OPC_MoveSibling, 10,
13130 OPC_CheckTypeI32,
13131 OPC_MoveSibling, 11,
13132 OPC_CheckTypeI32,
13133 OPC_MoveSibling, 12,
13134 OPC_CheckTypeI32,
13135 OPC_MoveSibling, 13,
13136 OPC_CheckTypeI32,
13137 OPC_MoveSibling, 14,
13138 OPC_CheckTypeI32,
13139 OPC_MoveSibling, 15,
13140 OPC_CheckTypeI32,
13141 OPC_MoveSibling, 16,
13142 OPC_CheckTypeI32,
13143 OPC_MoveSibling, 17,
13144 OPC_CheckTypeI32,
13145 OPC_MoveParent,
13146 OPC_CheckType, MVT::v8i16,
13147 OPC_MoveParent,
13148 OPC_MoveSibling1,
13149 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_U),
13150 OPC_MoveChild0,
13151 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
13152 OPC_CheckChild0Same, 0,
13153 OPC_CheckChild1Type, MVT::v8i16,
13154 OPC_CheckChild2Integer, 2,
13155 OPC_CheckChild2TypeI32,
13156 OPC_CheckChild3Integer, 3,
13157 OPC_CheckChild3TypeI32,
13158 OPC_CheckChild4Integer, 6,
13159 OPC_CheckChild4TypeI32,
13160 OPC_MoveChild5,
13161 OPC_CheckInteger, 7,
13162 OPC_CheckTypeI32,
13163 OPC_MoveSibling6,
13164 OPC_CheckInteger, 10,
13165 OPC_CheckTypeI32,
13166 OPC_MoveSibling7,
13167 OPC_CheckInteger, 11,
13168 OPC_CheckTypeI32,
13169 OPC_MoveSibling, 8,
13170 OPC_CheckInteger, 14,
13171 OPC_CheckTypeI32,
13172 OPC_MoveSibling, 9,
13173 OPC_CheckInteger, 15,
13174 OPC_CheckTypeI32,
13175 OPC_MoveSibling, 10,
13176 OPC_CheckTypeI32,
13177 OPC_MoveSibling, 11,
13178 OPC_CheckTypeI32,
13179 OPC_MoveSibling, 12,
13180 OPC_CheckTypeI32,
13181 OPC_MoveSibling, 13,
13182 OPC_CheckTypeI32,
13183 OPC_MoveSibling, 14,
13184 OPC_CheckTypeI32,
13185 OPC_MoveSibling, 15,
13186 OPC_CheckTypeI32,
13187 OPC_MoveSibling, 16,
13188 OPC_CheckTypeI32,
13189 OPC_MoveSibling, 17,
13190 OPC_CheckTypeI32,
13191 OPC_MoveParent,
13192 OPC_CheckType, MVT::v8i16,
13193 OPC_MoveParent,
13194 OPC_MoveParent,
13195 OPC_CheckType, MVT::v4i32,
13196 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_u_I32x4),
13197 MVT::v4i32, 1, 2,
13198 11|128,1,
13199 OPC_CheckChild2Integer, 2,
13200 OPC_CheckChild2TypeI32,
13201 OPC_CheckChild3Integer, 3,
13202 OPC_CheckChild3TypeI32,
13203 OPC_CheckChild4Integer, 6,
13204 OPC_CheckChild4TypeI32,
13205 OPC_MoveChild5,
13206 OPC_CheckInteger, 7,
13207 OPC_CheckTypeI32,
13208 OPC_MoveSibling6,
13209 OPC_CheckInteger, 10,
13210 OPC_CheckTypeI32,
13211 OPC_MoveSibling7,
13212 OPC_CheckInteger, 11,
13213 OPC_CheckTypeI32,
13214 OPC_MoveSibling, 8,
13215 OPC_CheckInteger, 14,
13216 OPC_CheckTypeI32,
13217 OPC_MoveSibling, 9,
13218 OPC_CheckInteger, 15,
13219 OPC_CheckTypeI32,
13220 OPC_MoveSibling, 10,
13221 OPC_CheckTypeI32,
13222 OPC_MoveSibling, 11,
13223 OPC_CheckTypeI32,
13224 OPC_MoveSibling, 12,
13225 OPC_CheckTypeI32,
13226 OPC_MoveSibling, 13,
13227 OPC_CheckTypeI32,
13228 OPC_MoveSibling, 14,
13229 OPC_CheckTypeI32,
13230 OPC_MoveSibling, 15,
13231 OPC_CheckTypeI32,
13232 OPC_MoveSibling, 16,
13233 OPC_CheckTypeI32,
13234 OPC_MoveSibling, 17,
13235 OPC_CheckTypeI32,
13236 OPC_MoveParent,
13237 OPC_CheckType, MVT::v8i16,
13238 OPC_MoveParent,
13239 OPC_MoveSibling1,
13240 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_U),
13241 OPC_MoveChild0,
13242 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
13243 OPC_CheckChild0Same, 0,
13244 OPC_CheckChild1Type, MVT::v8i16,
13245 OPC_CheckChild2Integer, 0,
13246 OPC_CheckChild2TypeI32,
13247 OPC_CheckChild3Integer, 1,
13248 OPC_CheckChild3TypeI32,
13249 OPC_CheckChild4Integer, 4,
13250 OPC_CheckChild4TypeI32,
13251 OPC_MoveChild5,
13252 OPC_CheckInteger, 5,
13253 OPC_CheckTypeI32,
13254 OPC_MoveSibling6,
13255 OPC_CheckInteger, 8,
13256 OPC_CheckTypeI32,
13257 OPC_MoveSibling7,
13258 OPC_CheckInteger, 9,
13259 OPC_CheckTypeI32,
13260 OPC_MoveSibling, 8,
13261 OPC_CheckInteger, 12,
13262 OPC_CheckTypeI32,
13263 OPC_MoveSibling, 9,
13264 OPC_CheckInteger, 13,
13265 OPC_CheckTypeI32,
13266 OPC_MoveSibling, 10,
13267 OPC_CheckTypeI32,
13268 OPC_MoveSibling, 11,
13269 OPC_CheckTypeI32,
13270 OPC_MoveSibling, 12,
13271 OPC_CheckTypeI32,
13272 OPC_MoveSibling, 13,
13273 OPC_CheckTypeI32,
13274 OPC_MoveSibling, 14,
13275 OPC_CheckTypeI32,
13276 OPC_MoveSibling, 15,
13277 OPC_CheckTypeI32,
13278 OPC_MoveSibling, 16,
13279 OPC_CheckTypeI32,
13280 OPC_MoveSibling, 17,
13281 OPC_CheckTypeI32,
13282 OPC_MoveParent,
13283 OPC_CheckType, MVT::v8i16,
13284 OPC_MoveParent,
13285 OPC_MoveParent,
13286 OPC_CheckType, MVT::v4i32,
13287 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_u_I32x4),
13288 MVT::v4i32, 1, 2,
13289 0,
13290 32|128,2,
13291 OPC_CheckChild0Type, MVT::v16i8,
13292 OPC_CheckChild1Type, MVT::v16i8,
13293 OPC_Scope, 11|128,1,
13294 OPC_CheckChild2Integer, 0,
13295 OPC_CheckChild2TypeI32,
13296 OPC_CheckChild3Integer, 2,
13297 OPC_CheckChild3TypeI32,
13298 OPC_CheckChild4Integer, 4,
13299 OPC_CheckChild4TypeI32,
13300 OPC_MoveChild5,
13301 OPC_CheckInteger, 6,
13302 OPC_CheckTypeI32,
13303 OPC_MoveSibling6,
13304 OPC_CheckInteger, 8,
13305 OPC_CheckTypeI32,
13306 OPC_MoveSibling7,
13307 OPC_CheckInteger, 10,
13308 OPC_CheckTypeI32,
13309 OPC_MoveSibling, 8,
13310 OPC_CheckInteger, 12,
13311 OPC_CheckTypeI32,
13312 OPC_MoveSibling, 9,
13313 OPC_CheckInteger, 14,
13314 OPC_CheckTypeI32,
13315 OPC_MoveSibling, 10,
13316 OPC_CheckTypeI32,
13317 OPC_MoveSibling, 11,
13318 OPC_CheckTypeI32,
13319 OPC_MoveSibling, 12,
13320 OPC_CheckTypeI32,
13321 OPC_MoveSibling, 13,
13322 OPC_CheckTypeI32,
13323 OPC_MoveSibling, 14,
13324 OPC_CheckTypeI32,
13325 OPC_MoveSibling, 15,
13326 OPC_CheckTypeI32,
13327 OPC_MoveSibling, 16,
13328 OPC_CheckTypeI32,
13329 OPC_MoveSibling, 17,
13330 OPC_CheckTypeI32,
13331 OPC_MoveParent,
13332 OPC_CheckType, MVT::v16i8,
13333 OPC_MoveParent,
13334 OPC_MoveSibling1,
13335 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_U),
13336 OPC_MoveChild0,
13337 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
13338 OPC_CheckChild0Same, 0,
13339 OPC_CheckChild1Type, MVT::v16i8,
13340 OPC_CheckChild2Integer, 1,
13341 OPC_CheckChild2TypeI32,
13342 OPC_CheckChild3Integer, 3,
13343 OPC_CheckChild3TypeI32,
13344 OPC_CheckChild4Integer, 5,
13345 OPC_CheckChild4TypeI32,
13346 OPC_MoveChild5,
13347 OPC_CheckInteger, 7,
13348 OPC_CheckTypeI32,
13349 OPC_MoveSibling6,
13350 OPC_CheckInteger, 9,
13351 OPC_CheckTypeI32,
13352 OPC_MoveSibling7,
13353 OPC_CheckInteger, 11,
13354 OPC_CheckTypeI32,
13355 OPC_MoveSibling, 8,
13356 OPC_CheckInteger, 13,
13357 OPC_CheckTypeI32,
13358 OPC_MoveSibling, 9,
13359 OPC_CheckInteger, 15,
13360 OPC_CheckTypeI32,
13361 OPC_MoveSibling, 10,
13362 OPC_CheckTypeI32,
13363 OPC_MoveSibling, 11,
13364 OPC_CheckTypeI32,
13365 OPC_MoveSibling, 12,
13366 OPC_CheckTypeI32,
13367 OPC_MoveSibling, 13,
13368 OPC_CheckTypeI32,
13369 OPC_MoveSibling, 14,
13370 OPC_CheckTypeI32,
13371 OPC_MoveSibling, 15,
13372 OPC_CheckTypeI32,
13373 OPC_MoveSibling, 16,
13374 OPC_CheckTypeI32,
13375 OPC_MoveSibling, 17,
13376 OPC_CheckTypeI32,
13377 OPC_MoveParent,
13378 OPC_CheckType, MVT::v16i8,
13379 OPC_MoveParent,
13380 OPC_MoveParent,
13381 OPC_CheckType, MVT::v8i16,
13382 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_u_I16x8),
13383 MVT::v8i16, 1, 2,
13384 11|128,1,
13385 OPC_CheckChild2Integer, 1,
13386 OPC_CheckChild2TypeI32,
13387 OPC_CheckChild3Integer, 3,
13388 OPC_CheckChild3TypeI32,
13389 OPC_CheckChild4Integer, 5,
13390 OPC_CheckChild4TypeI32,
13391 OPC_MoveChild5,
13392 OPC_CheckInteger, 7,
13393 OPC_CheckTypeI32,
13394 OPC_MoveSibling6,
13395 OPC_CheckInteger, 9,
13396 OPC_CheckTypeI32,
13397 OPC_MoveSibling7,
13398 OPC_CheckInteger, 11,
13399 OPC_CheckTypeI32,
13400 OPC_MoveSibling, 8,
13401 OPC_CheckInteger, 13,
13402 OPC_CheckTypeI32,
13403 OPC_MoveSibling, 9,
13404 OPC_CheckInteger, 15,
13405 OPC_CheckTypeI32,
13406 OPC_MoveSibling, 10,
13407 OPC_CheckTypeI32,
13408 OPC_MoveSibling, 11,
13409 OPC_CheckTypeI32,
13410 OPC_MoveSibling, 12,
13411 OPC_CheckTypeI32,
13412 OPC_MoveSibling, 13,
13413 OPC_CheckTypeI32,
13414 OPC_MoveSibling, 14,
13415 OPC_CheckTypeI32,
13416 OPC_MoveSibling, 15,
13417 OPC_CheckTypeI32,
13418 OPC_MoveSibling, 16,
13419 OPC_CheckTypeI32,
13420 OPC_MoveSibling, 17,
13421 OPC_CheckTypeI32,
13422 OPC_MoveParent,
13423 OPC_CheckType, MVT::v16i8,
13424 OPC_MoveParent,
13425 OPC_MoveSibling1,
13426 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_U),
13427 OPC_MoveChild0,
13428 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
13429 OPC_CheckChild0Same, 0,
13430 OPC_CheckChild1Type, MVT::v16i8,
13431 OPC_CheckChild2Integer, 0,
13432 OPC_CheckChild2TypeI32,
13433 OPC_CheckChild3Integer, 2,
13434 OPC_CheckChild3TypeI32,
13435 OPC_CheckChild4Integer, 4,
13436 OPC_CheckChild4TypeI32,
13437 OPC_MoveChild5,
13438 OPC_CheckInteger, 6,
13439 OPC_CheckTypeI32,
13440 OPC_MoveSibling6,
13441 OPC_CheckInteger, 8,
13442 OPC_CheckTypeI32,
13443 OPC_MoveSibling7,
13444 OPC_CheckInteger, 10,
13445 OPC_CheckTypeI32,
13446 OPC_MoveSibling, 8,
13447 OPC_CheckInteger, 12,
13448 OPC_CheckTypeI32,
13449 OPC_MoveSibling, 9,
13450 OPC_CheckInteger, 14,
13451 OPC_CheckTypeI32,
13452 OPC_MoveSibling, 10,
13453 OPC_CheckTypeI32,
13454 OPC_MoveSibling, 11,
13455 OPC_CheckTypeI32,
13456 OPC_MoveSibling, 12,
13457 OPC_CheckTypeI32,
13458 OPC_MoveSibling, 13,
13459 OPC_CheckTypeI32,
13460 OPC_MoveSibling, 14,
13461 OPC_CheckTypeI32,
13462 OPC_MoveSibling, 15,
13463 OPC_CheckTypeI32,
13464 OPC_MoveSibling, 16,
13465 OPC_CheckTypeI32,
13466 OPC_MoveSibling, 17,
13467 OPC_CheckTypeI32,
13468 OPC_MoveParent,
13469 OPC_CheckType, MVT::v16i8,
13470 OPC_MoveParent,
13471 OPC_MoveParent,
13472 OPC_CheckType, MVT::v8i16,
13473 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_u_I16x8),
13474 MVT::v8i16, 1, 2,
13475 0,
13476 0,
13477 25, TARGET_VAL(ISD::INTRINSIC_WO_CHAIN),
13478 OPC_CheckChild0Integer, 125|128,112|128,0,
13479 OPC_MoveChild1,
13480 OPC_CheckOpcode, TARGET_VAL(ISD::INTRINSIC_WO_CHAIN),
13481 OPC_CheckChild0Integer, 24|128,113|128,0,
13482 OPC_RecordChild1,
13483 OPC_RecordChild2,
13484 OPC_MoveParent,
13485 OPC_MoveParent,
13486 OPC_RecordChild1,
13487 OPC_CheckType, MVT::v4i32,
13488 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT_ADD),
13489 MVT::v4i32, 3, 44,
13490 0,
13491 72,
13492 OPC_RecordChild0,
13493 OPC_Scope, 28,
13494 OPC_MoveChild1,
13495 OPC_CheckOpcode, TARGET_VAL(ISD::INTRINSIC_WO_CHAIN),
13496 OPC_CheckChild0Integer, 125|128,112|128,0,
13497 OPC_MoveChild1,
13498 OPC_CheckOpcode, TARGET_VAL(ISD::INTRINSIC_WO_CHAIN),
13499 OPC_CheckChild0Integer, 24|128,113|128,0,
13500 OPC_RecordChild1,
13501 OPC_RecordChild2,
13502 OPC_MoveParent,
13503 OPC_MoveParent,
13504 OPC_CheckType, MVT::v4i32,
13505 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT_ADD),
13506 MVT::v4i32, 3, 3,
13507 39,
13508 OPC_RecordChild1,
13509 OPC_SwitchType , 7, MVT::v16i8,
13510 OPC_CheckPatternPredicate0,
13511 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ADD_I8x16),
13512 MVT::v16i8, 2, 16,
13513 7, MVT::v8i16,
13514 OPC_CheckPatternPredicate0,
13515 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ADD_I16x8),
13516 MVT::v8i16, 2, 16,
13517 7, MVT::v4i32,
13518 OPC_CheckPatternPredicate0,
13519 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ADD_I32x4),
13520 MVT::v4i32, 2, 16,
13521 7, MVT::v2i64,
13522 OPC_CheckPatternPredicate0,
13523 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ADD_I64x2),
13524 MVT::v2i64, 2, 16,
13525 0,
13526 0,
13527 0,
13528 107, TARGET_VAL(ISD::SUB),
13529 OPC_Scope, 20,
13530 OPC_RecordChild0,
13531 OPC_RecordChild1,
13532 OPC_SwitchType , 6, MVT::i32,
13533 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SUB_I32),
13534 MVT::i32, 2, 16,
13535 6, MVT::i64,
13536 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SUB_I64),
13537 MVT::i64, 2, 16,
13538 0,
13539 42,
13540 OPC_MoveChild0,
13541 OPC_CheckImmAllZerosV,
13542 OPC_MoveParent,
13543 OPC_RecordChild1,
13544 OPC_SwitchType , 7, MVT::v16i8,
13545 OPC_CheckPatternPredicate0,
13546 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEG_I8x16),
13547 MVT::v16i8, 1, 2,
13548 7, MVT::v8i16,
13549 OPC_CheckPatternPredicate0,
13550 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEG_I16x8),
13551 MVT::v8i16, 1, 2,
13552 7, MVT::v4i32,
13553 OPC_CheckPatternPredicate0,
13554 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEG_I32x4),
13555 MVT::v4i32, 1, 2,
13556 7, MVT::v2i64,
13557 OPC_CheckPatternPredicate0,
13558 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEG_I64x2),
13559 MVT::v2i64, 1, 2,
13560 0,
13561 40,
13562 OPC_RecordChild0,
13563 OPC_RecordChild1,
13564 OPC_SwitchType , 7, MVT::v16i8,
13565 OPC_CheckPatternPredicate0,
13566 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SUB_I8x16),
13567 MVT::v16i8, 2, 16,
13568 7, MVT::v8i16,
13569 OPC_CheckPatternPredicate0,
13570 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SUB_I16x8),
13571 MVT::v8i16, 2, 16,
13572 7, MVT::v4i32,
13573 OPC_CheckPatternPredicate0,
13574 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SUB_I32x4),
13575 MVT::v4i32, 2, 16,
13576 7, MVT::v2i64,
13577 OPC_CheckPatternPredicate0,
13578 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SUB_I64x2),
13579 MVT::v2i64, 2, 16,
13580 0,
13581 0,
13582 68|128,2, TARGET_VAL(ISD::MUL),
13583 OPC_Scope, 20,
13584 OPC_RecordChild0,
13585 OPC_RecordChild1,
13586 OPC_SwitchType , 6, MVT::i32,
13587 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MUL_I32),
13588 MVT::i32, 2, 16,
13589 6, MVT::i64,
13590 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MUL_I64),
13591 MVT::i64, 2, 16,
13592 0,
13593 11|128,2,
13594 OPC_MoveChild0,
13595 OPC_SwitchOpcode , 63, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
13596 OPC_RecordChild0,
13597 OPC_Scope, 19,
13598 OPC_CheckChild0Type, MVT::v16i8,
13599 OPC_MoveSibling1,
13600 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
13601 OPC_RecordChild0,
13602 OPC_CheckChild0Type, MVT::v16i8,
13603 OPC_MoveParent,
13604 OPC_CheckType, MVT::v8i16,
13605 OPC_CheckPatternPredicate0,
13606 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EXTMUL_LOW_S_I16x8),
13607 MVT::v8i16, 2, 16,
13608 19,
13609 OPC_CheckChild0Type, MVT::v8i16,
13610 OPC_MoveSibling1,
13611 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
13612 OPC_RecordChild0,
13613 OPC_CheckChild0Type, MVT::v8i16,
13614 OPC_MoveParent,
13615 OPC_CheckType, MVT::v4i32,
13616 OPC_CheckPatternPredicate0,
13617 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EXTMUL_LOW_S_I32x4),
13618 MVT::v4i32, 2, 16,
13619 19,
13620 OPC_CheckChild0Type, MVT::v4i32,
13621 OPC_MoveSibling1,
13622 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
13623 OPC_RecordChild0,
13624 OPC_CheckChild0Type, MVT::v4i32,
13625 OPC_MoveParent,
13626 OPC_CheckType, MVT::v2i64,
13627 OPC_CheckPatternPredicate0,
13628 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EXTMUL_LOW_S_I64x2),
13629 MVT::v2i64, 2, 16,
13630 0,
13631 63, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
13632 OPC_RecordChild0,
13633 OPC_Scope, 19,
13634 OPC_CheckChild0Type, MVT::v16i8,
13635 OPC_MoveSibling1,
13636 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
13637 OPC_RecordChild0,
13638 OPC_CheckChild0Type, MVT::v16i8,
13639 OPC_MoveParent,
13640 OPC_CheckType, MVT::v8i16,
13641 OPC_CheckPatternPredicate0,
13642 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EXTMUL_HIGH_S_I16x8),
13643 MVT::v8i16, 2, 16,
13644 19,
13645 OPC_CheckChild0Type, MVT::v8i16,
13646 OPC_MoveSibling1,
13647 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
13648 OPC_RecordChild0,
13649 OPC_CheckChild0Type, MVT::v8i16,
13650 OPC_MoveParent,
13651 OPC_CheckType, MVT::v4i32,
13652 OPC_CheckPatternPredicate0,
13653 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EXTMUL_HIGH_S_I32x4),
13654 MVT::v4i32, 2, 16,
13655 19,
13656 OPC_CheckChild0Type, MVT::v4i32,
13657 OPC_MoveSibling1,
13658 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
13659 OPC_RecordChild0,
13660 OPC_CheckChild0Type, MVT::v4i32,
13661 OPC_MoveParent,
13662 OPC_CheckType, MVT::v2i64,
13663 OPC_CheckPatternPredicate0,
13664 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EXTMUL_HIGH_S_I64x2),
13665 MVT::v2i64, 2, 16,
13666 0,
13667 63, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_U),
13668 OPC_RecordChild0,
13669 OPC_Scope, 19,
13670 OPC_CheckChild0Type, MVT::v16i8,
13671 OPC_MoveSibling1,
13672 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_U),
13673 OPC_RecordChild0,
13674 OPC_CheckChild0Type, MVT::v16i8,
13675 OPC_MoveParent,
13676 OPC_CheckType, MVT::v8i16,
13677 OPC_CheckPatternPredicate0,
13678 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EXTMUL_LOW_U_I16x8),
13679 MVT::v8i16, 2, 16,
13680 19,
13681 OPC_CheckChild0Type, MVT::v8i16,
13682 OPC_MoveSibling1,
13683 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_U),
13684 OPC_RecordChild0,
13685 OPC_CheckChild0Type, MVT::v8i16,
13686 OPC_MoveParent,
13687 OPC_CheckType, MVT::v4i32,
13688 OPC_CheckPatternPredicate0,
13689 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EXTMUL_LOW_U_I32x4),
13690 MVT::v4i32, 2, 16,
13691 19,
13692 OPC_CheckChild0Type, MVT::v4i32,
13693 OPC_MoveSibling1,
13694 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_U),
13695 OPC_RecordChild0,
13696 OPC_CheckChild0Type, MVT::v4i32,
13697 OPC_MoveParent,
13698 OPC_CheckType, MVT::v2i64,
13699 OPC_CheckPatternPredicate0,
13700 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EXTMUL_LOW_U_I64x2),
13701 MVT::v2i64, 2, 16,
13702 0,
13703 63, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_U),
13704 OPC_RecordChild0,
13705 OPC_Scope, 19,
13706 OPC_CheckChild0Type, MVT::v16i8,
13707 OPC_MoveSibling1,
13708 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_U),
13709 OPC_RecordChild0,
13710 OPC_CheckChild0Type, MVT::v16i8,
13711 OPC_MoveParent,
13712 OPC_CheckType, MVT::v8i16,
13713 OPC_CheckPatternPredicate0,
13714 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EXTMUL_HIGH_U_I16x8),
13715 MVT::v8i16, 2, 16,
13716 19,
13717 OPC_CheckChild0Type, MVT::v8i16,
13718 OPC_MoveSibling1,
13719 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_U),
13720 OPC_RecordChild0,
13721 OPC_CheckChild0Type, MVT::v8i16,
13722 OPC_MoveParent,
13723 OPC_CheckType, MVT::v4i32,
13724 OPC_CheckPatternPredicate0,
13725 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EXTMUL_HIGH_U_I32x4),
13726 MVT::v4i32, 2, 16,
13727 19,
13728 OPC_CheckChild0Type, MVT::v4i32,
13729 OPC_MoveSibling1,
13730 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_U),
13731 OPC_RecordChild0,
13732 OPC_CheckChild0Type, MVT::v4i32,
13733 OPC_MoveParent,
13734 OPC_CheckType, MVT::v2i64,
13735 OPC_CheckPatternPredicate0,
13736 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EXTMUL_HIGH_U_I64x2),
13737 MVT::v2i64, 2, 16,
13738 0,
13739 0,
13740 31,
13741 OPC_RecordChild0,
13742 OPC_RecordChild1,
13743 OPC_SwitchType , 7, MVT::v8i16,
13744 OPC_CheckPatternPredicate0,
13745 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MUL_I16x8),
13746 MVT::v8i16, 2, 16,
13747 7, MVT::v4i32,
13748 OPC_CheckPatternPredicate0,
13749 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MUL_I32x4),
13750 MVT::v4i32, 2, 16,
13751 7, MVT::v2i64,
13752 OPC_CheckPatternPredicate0,
13753 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MUL_I64x2),
13754 MVT::v2i64, 2, 16,
13755 0,
13756 0,
13757 20, TARGET_VAL(ISD::SDIV),
13758 OPC_RecordChild0,
13759 OPC_RecordChild1,
13760 OPC_SwitchType , 6, MVT::i32,
13761 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DIV_S_I32),
13762 MVT::i32, 2, 16,
13763 6, MVT::i64,
13764 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DIV_S_I64),
13765 MVT::i64, 2, 16,
13766 0,
13767 20, TARGET_VAL(ISD::UDIV),
13768 OPC_RecordChild0,
13769 OPC_RecordChild1,
13770 OPC_SwitchType , 6, MVT::i32,
13771 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DIV_U_I32),
13772 MVT::i32, 2, 16,
13773 6, MVT::i64,
13774 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DIV_U_I64),
13775 MVT::i64, 2, 16,
13776 0,
13777 20, TARGET_VAL(ISD::SREM),
13778 OPC_RecordChild0,
13779 OPC_RecordChild1,
13780 OPC_SwitchType , 6, MVT::i32,
13781 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::REM_S_I32),
13782 MVT::i32, 2, 16,
13783 6, MVT::i64,
13784 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::REM_S_I64),
13785 MVT::i64, 2, 16,
13786 0,
13787 20, TARGET_VAL(ISD::UREM),
13788 OPC_RecordChild0,
13789 OPC_RecordChild1,
13790 OPC_SwitchType , 6, MVT::i32,
13791 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::REM_U_I32),
13792 MVT::i32, 2, 16,
13793 6, MVT::i64,
13794 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::REM_U_I64),
13795 MVT::i64, 2, 16,
13796 0,
13797 113|128,5, TARGET_VAL(ISD::OR),
13798 OPC_Scope, 20,
13799 OPC_RecordChild0,
13800 OPC_RecordChild1,
13801 OPC_SwitchType , 6, MVT::i32,
13802 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::OR_I32),
13803 MVT::i32, 2, 16,
13804 6, MVT::i64,
13805 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::OR_I64),
13806 MVT::i64, 2, 16,
13807 0,
13808 51|128,5,
13809 OPC_MoveChild0,
13810 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
13811 OPC_Scope, 118,
13812 OPC_RecordChild0,
13813 OPC_RecordChild1,
13814 OPC_MoveSibling1,
13815 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
13816 OPC_Scope, 46,
13817 OPC_MoveChild0,
13818 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
13819 OPC_CheckChild0Same, 0,
13820 OPC_MoveChild1,
13821 OPC_CheckImmAllOnesV,
13822 OPC_MoveParent,
13823 OPC_MoveParent,
13824 OPC_RecordChild1,
13825 OPC_MoveParent,
13826 OPC_SwitchType , 6, MVT::v16i8,
13827 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
13828 MVT::v16i8, 3, 3,
13829 6, MVT::v8i16,
13830 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
13831 MVT::v8i16, 3, 3,
13832 6, MVT::v4i32,
13833 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
13834 MVT::v4i32, 3, 3,
13835 6, MVT::v2i64,
13836 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
13837 MVT::v2i64, 3, 3,
13838 0,
13839 20,
13840 OPC_RecordChild0,
13841 OPC_MoveChild1,
13842 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
13843 OPC_CheckChild0Same, 0,
13844 OPC_MoveChild1,
13845 OPC_CheckImmAllOnesV,
13846 OPC_MoveParent,
13847 OPC_MoveParent,
13848 OPC_MoveParent,
13849 OPC_CheckType, MVT::v16i8,
13850 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
13851 MVT::v16i8, 3, 3,
13852 20,
13853 OPC_MoveChild0,
13854 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
13855 OPC_CheckChild0Same, 1,
13856 OPC_MoveChild1,
13857 OPC_CheckImmAllOnesV,
13858 OPC_MoveParent,
13859 OPC_MoveParent,
13860 OPC_RecordChild1,
13861 OPC_MoveParent,
13862 OPC_CheckType, MVT::v16i8,
13863 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
13864 MVT::v16i8, 3, 18,
13865 20,
13866 OPC_RecordChild0,
13867 OPC_MoveChild1,
13868 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
13869 OPC_CheckChild0Same, 1,
13870 OPC_MoveChild1,
13871 OPC_CheckImmAllOnesV,
13872 OPC_MoveParent,
13873 OPC_MoveParent,
13874 OPC_MoveParent,
13875 OPC_CheckType, MVT::v16i8,
13876 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
13877 MVT::v16i8, 3, 18,
13878 0,
13879 42,
13880 OPC_MoveChild0,
13881 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
13882 OPC_RecordChild0,
13883 OPC_MoveChild1,
13884 OPC_CheckImmAllOnesV,
13885 OPC_MoveParent,
13886 OPC_MoveParent,
13887 OPC_RecordChild1,
13888 OPC_MoveSibling1,
13889 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
13890 OPC_Scope, 12,
13891 OPC_CheckChild0Same, 0,
13892 OPC_RecordChild1,
13893 OPC_MoveParent,
13894 OPC_CheckType, MVT::v16i8,
13895 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
13896 MVT::v16i8, 3, 0,
13897 12,
13898 OPC_RecordChild0,
13899 OPC_CheckChild1Same, 0,
13900 OPC_MoveParent,
13901 OPC_CheckType, MVT::v16i8,
13902 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
13903 MVT::v16i8, 3, 0,
13904 0,
13905 116,
13906 OPC_RecordChild0,
13907 OPC_Scope, 41,
13908 OPC_MoveChild1,
13909 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
13910 OPC_RecordChild0,
13911 OPC_MoveChild1,
13912 OPC_CheckImmAllOnesV,
13913 OPC_MoveParent,
13914 OPC_MoveParent,
13915 OPC_MoveSibling1,
13916 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
13917 OPC_Scope, 12,
13918 OPC_CheckChild0Same, 1,
13919 OPC_RecordChild1,
13920 OPC_MoveParent,
13921 OPC_CheckType, MVT::v16i8,
13922 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
13923 MVT::v16i8, 3, 15,
13924 12,
13925 OPC_RecordChild0,
13926 OPC_CheckChild1Same, 1,
13927 OPC_MoveParent,
13928 OPC_CheckType, MVT::v16i8,
13929 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
13930 MVT::v16i8, 3, 15,
13931 0,
13932 70,
13933 OPC_RecordChild1,
13934 OPC_MoveSibling1,
13935 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
13936 OPC_Scope, 20,
13937 OPC_RecordChild0,
13938 OPC_MoveChild1,
13939 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
13940 OPC_CheckChild0Same, 0,
13941 OPC_MoveChild1,
13942 OPC_CheckImmAllOnesV,
13943 OPC_MoveParent,
13944 OPC_MoveParent,
13945 OPC_MoveParent,
13946 OPC_CheckType, MVT::v8i16,
13947 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
13948 MVT::v8i16, 3, 3,
13949 20,
13950 OPC_MoveChild0,
13951 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
13952 OPC_CheckChild0Same, 1,
13953 OPC_MoveChild1,
13954 OPC_CheckImmAllOnesV,
13955 OPC_MoveParent,
13956 OPC_MoveParent,
13957 OPC_RecordChild1,
13958 OPC_MoveParent,
13959 OPC_CheckType, MVT::v8i16,
13960 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
13961 MVT::v8i16, 3, 18,
13962 20,
13963 OPC_RecordChild0,
13964 OPC_MoveChild1,
13965 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
13966 OPC_CheckChild0Same, 1,
13967 OPC_MoveChild1,
13968 OPC_CheckImmAllOnesV,
13969 OPC_MoveParent,
13970 OPC_MoveParent,
13971 OPC_MoveParent,
13972 OPC_CheckType, MVT::v8i16,
13973 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
13974 MVT::v8i16, 3, 18,
13975 0,
13976 0,
13977 42,
13978 OPC_MoveChild0,
13979 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
13980 OPC_RecordChild0,
13981 OPC_MoveChild1,
13982 OPC_CheckImmAllOnesV,
13983 OPC_MoveParent,
13984 OPC_MoveParent,
13985 OPC_RecordChild1,
13986 OPC_MoveSibling1,
13987 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
13988 OPC_Scope, 12,
13989 OPC_CheckChild0Same, 0,
13990 OPC_RecordChild1,
13991 OPC_MoveParent,
13992 OPC_CheckType, MVT::v8i16,
13993 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
13994 MVT::v8i16, 3, 0,
13995 12,
13996 OPC_RecordChild0,
13997 OPC_CheckChild1Same, 0,
13998 OPC_MoveParent,
13999 OPC_CheckType, MVT::v8i16,
14000 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14001 MVT::v8i16, 3, 0,
14002 0,
14003 116,
14004 OPC_RecordChild0,
14005 OPC_Scope, 41,
14006 OPC_MoveChild1,
14007 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14008 OPC_RecordChild0,
14009 OPC_MoveChild1,
14010 OPC_CheckImmAllOnesV,
14011 OPC_MoveParent,
14012 OPC_MoveParent,
14013 OPC_MoveSibling1,
14014 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
14015 OPC_Scope, 12,
14016 OPC_CheckChild0Same, 1,
14017 OPC_RecordChild1,
14018 OPC_MoveParent,
14019 OPC_CheckType, MVT::v8i16,
14020 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14021 MVT::v8i16, 3, 15,
14022 12,
14023 OPC_RecordChild0,
14024 OPC_CheckChild1Same, 1,
14025 OPC_MoveParent,
14026 OPC_CheckType, MVT::v8i16,
14027 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14028 MVT::v8i16, 3, 15,
14029 0,
14030 70,
14031 OPC_RecordChild1,
14032 OPC_MoveSibling1,
14033 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
14034 OPC_Scope, 20,
14035 OPC_RecordChild0,
14036 OPC_MoveChild1,
14037 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14038 OPC_CheckChild0Same, 0,
14039 OPC_MoveChild1,
14040 OPC_CheckImmAllOnesV,
14041 OPC_MoveParent,
14042 OPC_MoveParent,
14043 OPC_MoveParent,
14044 OPC_CheckType, MVT::v4i32,
14045 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14046 MVT::v4i32, 3, 3,
14047 20,
14048 OPC_MoveChild0,
14049 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14050 OPC_CheckChild0Same, 1,
14051 OPC_MoveChild1,
14052 OPC_CheckImmAllOnesV,
14053 OPC_MoveParent,
14054 OPC_MoveParent,
14055 OPC_RecordChild1,
14056 OPC_MoveParent,
14057 OPC_CheckType, MVT::v4i32,
14058 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14059 MVT::v4i32, 3, 18,
14060 20,
14061 OPC_RecordChild0,
14062 OPC_MoveChild1,
14063 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14064 OPC_CheckChild0Same, 1,
14065 OPC_MoveChild1,
14066 OPC_CheckImmAllOnesV,
14067 OPC_MoveParent,
14068 OPC_MoveParent,
14069 OPC_MoveParent,
14070 OPC_CheckType, MVT::v4i32,
14071 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14072 MVT::v4i32, 3, 18,
14073 0,
14074 0,
14075 42,
14076 OPC_MoveChild0,
14077 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14078 OPC_RecordChild0,
14079 OPC_MoveChild1,
14080 OPC_CheckImmAllOnesV,
14081 OPC_MoveParent,
14082 OPC_MoveParent,
14083 OPC_RecordChild1,
14084 OPC_MoveSibling1,
14085 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
14086 OPC_Scope, 12,
14087 OPC_CheckChild0Same, 0,
14088 OPC_RecordChild1,
14089 OPC_MoveParent,
14090 OPC_CheckType, MVT::v4i32,
14091 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14092 MVT::v4i32, 3, 0,
14093 12,
14094 OPC_RecordChild0,
14095 OPC_CheckChild1Same, 0,
14096 OPC_MoveParent,
14097 OPC_CheckType, MVT::v4i32,
14098 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14099 MVT::v4i32, 3, 0,
14100 0,
14101 116,
14102 OPC_RecordChild0,
14103 OPC_Scope, 41,
14104 OPC_MoveChild1,
14105 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14106 OPC_RecordChild0,
14107 OPC_MoveChild1,
14108 OPC_CheckImmAllOnesV,
14109 OPC_MoveParent,
14110 OPC_MoveParent,
14111 OPC_MoveSibling1,
14112 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
14113 OPC_Scope, 12,
14114 OPC_CheckChild0Same, 1,
14115 OPC_RecordChild1,
14116 OPC_MoveParent,
14117 OPC_CheckType, MVT::v4i32,
14118 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14119 MVT::v4i32, 3, 15,
14120 12,
14121 OPC_RecordChild0,
14122 OPC_CheckChild1Same, 1,
14123 OPC_MoveParent,
14124 OPC_CheckType, MVT::v4i32,
14125 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14126 MVT::v4i32, 3, 15,
14127 0,
14128 70,
14129 OPC_RecordChild1,
14130 OPC_MoveSibling1,
14131 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
14132 OPC_Scope, 20,
14133 OPC_RecordChild0,
14134 OPC_MoveChild1,
14135 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14136 OPC_CheckChild0Same, 0,
14137 OPC_MoveChild1,
14138 OPC_CheckImmAllOnesV,
14139 OPC_MoveParent,
14140 OPC_MoveParent,
14141 OPC_MoveParent,
14142 OPC_CheckType, MVT::v2i64,
14143 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14144 MVT::v2i64, 3, 3,
14145 20,
14146 OPC_MoveChild0,
14147 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14148 OPC_CheckChild0Same, 1,
14149 OPC_MoveChild1,
14150 OPC_CheckImmAllOnesV,
14151 OPC_MoveParent,
14152 OPC_MoveParent,
14153 OPC_RecordChild1,
14154 OPC_MoveParent,
14155 OPC_CheckType, MVT::v2i64,
14156 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14157 MVT::v2i64, 3, 18,
14158 20,
14159 OPC_RecordChild0,
14160 OPC_MoveChild1,
14161 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14162 OPC_CheckChild0Same, 1,
14163 OPC_MoveChild1,
14164 OPC_CheckImmAllOnesV,
14165 OPC_MoveParent,
14166 OPC_MoveParent,
14167 OPC_MoveParent,
14168 OPC_CheckType, MVT::v2i64,
14169 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14170 MVT::v2i64, 3, 18,
14171 0,
14172 0,
14173 42,
14174 OPC_MoveChild0,
14175 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14176 OPC_RecordChild0,
14177 OPC_MoveChild1,
14178 OPC_CheckImmAllOnesV,
14179 OPC_MoveParent,
14180 OPC_MoveParent,
14181 OPC_RecordChild1,
14182 OPC_MoveSibling1,
14183 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
14184 OPC_Scope, 12,
14185 OPC_CheckChild0Same, 0,
14186 OPC_RecordChild1,
14187 OPC_MoveParent,
14188 OPC_CheckType, MVT::v2i64,
14189 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14190 MVT::v2i64, 3, 0,
14191 12,
14192 OPC_RecordChild0,
14193 OPC_CheckChild1Same, 0,
14194 OPC_MoveParent,
14195 OPC_CheckType, MVT::v2i64,
14196 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14197 MVT::v2i64, 3, 0,
14198 0,
14199 42,
14200 OPC_RecordChild0,
14201 OPC_MoveChild1,
14202 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14203 OPC_RecordChild0,
14204 OPC_MoveChild1,
14205 OPC_CheckImmAllOnesV,
14206 OPC_MoveParent,
14207 OPC_MoveParent,
14208 OPC_MoveSibling1,
14209 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
14210 OPC_Scope, 12,
14211 OPC_CheckChild0Same, 1,
14212 OPC_RecordChild1,
14213 OPC_MoveParent,
14214 OPC_CheckType, MVT::v2i64,
14215 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14216 MVT::v2i64, 3, 15,
14217 12,
14218 OPC_RecordChild0,
14219 OPC_CheckChild1Same, 1,
14220 OPC_MoveParent,
14221 OPC_CheckType, MVT::v2i64,
14222 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14223 MVT::v2i64, 3, 15,
14224 0,
14225 0,
14226 36,
14227 OPC_RecordChild0,
14228 OPC_RecordChild1,
14229 OPC_SwitchType , 6, MVT::v16i8,
14230 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::OR),
14231 MVT::v16i8, 2, 16,
14232 6, MVT::v8i16,
14233 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::OR),
14234 MVT::v8i16, 2, 16,
14235 6, MVT::v4i32,
14236 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::OR),
14237 MVT::v4i32, 2, 16,
14238 6, MVT::v2i64,
14239 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::OR),
14240 MVT::v2i64, 2, 16,
14241 0,
14242 0,
14243 115|128,10, TARGET_VAL(ISD::XOR),
14244 OPC_Scope, 20,
14245 OPC_RecordChild0,
14246 OPC_RecordChild1,
14247 OPC_SwitchType , 6, MVT::i32,
14248 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::XOR_I32),
14249 MVT::i32, 2, 16,
14250 6, MVT::i64,
14251 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::XOR_I64),
14252 MVT::i64, 2, 16,
14253 0,
14254 107,
14255 OPC_MoveChild0,
14256 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
14257 OPC_MoveChild0,
14258 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14259 OPC_RecordChild0,
14260 OPC_Scope, 61,
14261 OPC_RecordChild1,
14262 OPC_MoveSibling1,
14263 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14264 OPC_RecordChild0,
14265 OPC_MoveChild1,
14266 OPC_CheckImmAllOnesV,
14267 OPC_MoveParent,
14268 OPC_MoveParent,
14269 OPC_MoveParent,
14270 OPC_Scope, 36,
14271 OPC_CheckChild1Same, 1,
14272 OPC_SwitchType , 6, MVT::v16i8,
14273 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14274 MVT::v16i8, 3, 41,
14275 6, MVT::v8i16,
14276 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14277 MVT::v8i16, 3, 41,
14278 6, MVT::v4i32,
14279 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14280 MVT::v4i32, 3, 41,
14281 6, MVT::v2i64,
14282 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14283 MVT::v2i64, 3, 41,
14284 0,
14285 10,
14286 OPC_CheckChild1Same, 0,
14287 OPC_CheckType, MVT::v16i8,
14288 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14289 MVT::v16i8, 3, 44,
14290 0,
14291 33,
14292 OPC_MoveChild1,
14293 OPC_CheckImmAllOnesV,
14294 OPC_MoveParent,
14295 OPC_MoveSibling1,
14296 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14297 OPC_RecordChild0,
14298 OPC_RecordChild1,
14299 OPC_MoveParent,
14300 OPC_MoveParent,
14301 OPC_CheckType, MVT::v16i8,
14302 OPC_Scope, 8,
14303 OPC_CheckChild1Same, 2,
14304 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14305 MVT::v16i8, 3, 0,
14306 8,
14307 OPC_CheckChild1Same, 1,
14308 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14309 MVT::v16i8, 3, 3,
14310 0,
14311 0,
14312 94,
14313 OPC_RecordChild0,
14314 OPC_MoveChild1,
14315 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
14316 OPC_MoveChild0,
14317 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14318 OPC_Scope, 21,
14319 OPC_RecordChild0,
14320 OPC_CheckChild1Same, 0,
14321 OPC_MoveSibling1,
14322 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14323 OPC_RecordChild0,
14324 OPC_MoveChild1,
14325 OPC_CheckImmAllOnesV,
14326 OPC_MoveParent,
14327 OPC_MoveParent,
14328 OPC_MoveParent,
14329 OPC_CheckType, MVT::v16i8,
14330 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14331 MVT::v16i8, 3, 44,
14332 21,
14333 OPC_CheckChild0Same, 0,
14334 OPC_RecordChild1,
14335 OPC_MoveSibling1,
14336 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14337 OPC_RecordChild0,
14338 OPC_MoveChild1,
14339 OPC_CheckImmAllOnesV,
14340 OPC_MoveParent,
14341 OPC_MoveParent,
14342 OPC_MoveParent,
14343 OPC_CheckType, MVT::v16i8,
14344 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14345 MVT::v16i8, 3, 44,
14346 38,
14347 OPC_RecordChild0,
14348 OPC_MoveChild1,
14349 OPC_CheckImmAllOnesV,
14350 OPC_MoveParent,
14351 OPC_MoveSibling1,
14352 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14353 OPC_Scope, 13,
14354 OPC_RecordChild0,
14355 OPC_CheckChild1Same, 0,
14356 OPC_MoveParent,
14357 OPC_MoveParent,
14358 OPC_CheckType, MVT::v16i8,
14359 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14360 MVT::v16i8, 3, 18,
14361 13,
14362 OPC_CheckChild0Same, 0,
14363 OPC_RecordChild1,
14364 OPC_MoveParent,
14365 OPC_MoveParent,
14366 OPC_CheckType, MVT::v16i8,
14367 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14368 MVT::v16i8, 3, 18,
14369 0,
14370 0,
14371 67,
14372 OPC_MoveChild0,
14373 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
14374 OPC_MoveChild0,
14375 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14376 OPC_RecordChild0,
14377 OPC_Scope, 21,
14378 OPC_RecordChild1,
14379 OPC_MoveSibling1,
14380 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14381 OPC_RecordChild0,
14382 OPC_MoveChild1,
14383 OPC_CheckImmAllOnesV,
14384 OPC_MoveParent,
14385 OPC_MoveParent,
14386 OPC_MoveParent,
14387 OPC_CheckChild1Same, 0,
14388 OPC_CheckType, MVT::v8i16,
14389 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14390 MVT::v8i16, 3, 44,
14391 33,
14392 OPC_MoveChild1,
14393 OPC_CheckImmAllOnesV,
14394 OPC_MoveParent,
14395 OPC_MoveSibling1,
14396 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14397 OPC_RecordChild0,
14398 OPC_RecordChild1,
14399 OPC_MoveParent,
14400 OPC_MoveParent,
14401 OPC_CheckType, MVT::v8i16,
14402 OPC_Scope, 8,
14403 OPC_CheckChild1Same, 2,
14404 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14405 MVT::v8i16, 3, 0,
14406 8,
14407 OPC_CheckChild1Same, 1,
14408 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14409 MVT::v8i16, 3, 3,
14410 0,
14411 0,
14412 94,
14413 OPC_RecordChild0,
14414 OPC_MoveChild1,
14415 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
14416 OPC_MoveChild0,
14417 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14418 OPC_Scope, 21,
14419 OPC_RecordChild0,
14420 OPC_CheckChild1Same, 0,
14421 OPC_MoveSibling1,
14422 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14423 OPC_RecordChild0,
14424 OPC_MoveChild1,
14425 OPC_CheckImmAllOnesV,
14426 OPC_MoveParent,
14427 OPC_MoveParent,
14428 OPC_MoveParent,
14429 OPC_CheckType, MVT::v8i16,
14430 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14431 MVT::v8i16, 3, 44,
14432 21,
14433 OPC_CheckChild0Same, 0,
14434 OPC_RecordChild1,
14435 OPC_MoveSibling1,
14436 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14437 OPC_RecordChild0,
14438 OPC_MoveChild1,
14439 OPC_CheckImmAllOnesV,
14440 OPC_MoveParent,
14441 OPC_MoveParent,
14442 OPC_MoveParent,
14443 OPC_CheckType, MVT::v8i16,
14444 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14445 MVT::v8i16, 3, 44,
14446 38,
14447 OPC_RecordChild0,
14448 OPC_MoveChild1,
14449 OPC_CheckImmAllOnesV,
14450 OPC_MoveParent,
14451 OPC_MoveSibling1,
14452 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14453 OPC_Scope, 13,
14454 OPC_RecordChild0,
14455 OPC_CheckChild1Same, 0,
14456 OPC_MoveParent,
14457 OPC_MoveParent,
14458 OPC_CheckType, MVT::v8i16,
14459 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14460 MVT::v8i16, 3, 18,
14461 13,
14462 OPC_CheckChild0Same, 0,
14463 OPC_RecordChild1,
14464 OPC_MoveParent,
14465 OPC_MoveParent,
14466 OPC_CheckType, MVT::v8i16,
14467 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14468 MVT::v8i16, 3, 18,
14469 0,
14470 0,
14471 67,
14472 OPC_MoveChild0,
14473 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
14474 OPC_MoveChild0,
14475 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14476 OPC_RecordChild0,
14477 OPC_Scope, 21,
14478 OPC_RecordChild1,
14479 OPC_MoveSibling1,
14480 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14481 OPC_RecordChild0,
14482 OPC_MoveChild1,
14483 OPC_CheckImmAllOnesV,
14484 OPC_MoveParent,
14485 OPC_MoveParent,
14486 OPC_MoveParent,
14487 OPC_CheckChild1Same, 0,
14488 OPC_CheckType, MVT::v4i32,
14489 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14490 MVT::v4i32, 3, 44,
14491 33,
14492 OPC_MoveChild1,
14493 OPC_CheckImmAllOnesV,
14494 OPC_MoveParent,
14495 OPC_MoveSibling1,
14496 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14497 OPC_RecordChild0,
14498 OPC_RecordChild1,
14499 OPC_MoveParent,
14500 OPC_MoveParent,
14501 OPC_CheckType, MVT::v4i32,
14502 OPC_Scope, 8,
14503 OPC_CheckChild1Same, 2,
14504 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14505 MVT::v4i32, 3, 0,
14506 8,
14507 OPC_CheckChild1Same, 1,
14508 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14509 MVT::v4i32, 3, 3,
14510 0,
14511 0,
14512 94,
14513 OPC_RecordChild0,
14514 OPC_MoveChild1,
14515 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
14516 OPC_MoveChild0,
14517 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14518 OPC_Scope, 21,
14519 OPC_RecordChild0,
14520 OPC_CheckChild1Same, 0,
14521 OPC_MoveSibling1,
14522 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14523 OPC_RecordChild0,
14524 OPC_MoveChild1,
14525 OPC_CheckImmAllOnesV,
14526 OPC_MoveParent,
14527 OPC_MoveParent,
14528 OPC_MoveParent,
14529 OPC_CheckType, MVT::v4i32,
14530 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14531 MVT::v4i32, 3, 44,
14532 21,
14533 OPC_CheckChild0Same, 0,
14534 OPC_RecordChild1,
14535 OPC_MoveSibling1,
14536 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14537 OPC_RecordChild0,
14538 OPC_MoveChild1,
14539 OPC_CheckImmAllOnesV,
14540 OPC_MoveParent,
14541 OPC_MoveParent,
14542 OPC_MoveParent,
14543 OPC_CheckType, MVT::v4i32,
14544 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14545 MVT::v4i32, 3, 44,
14546 38,
14547 OPC_RecordChild0,
14548 OPC_MoveChild1,
14549 OPC_CheckImmAllOnesV,
14550 OPC_MoveParent,
14551 OPC_MoveSibling1,
14552 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14553 OPC_Scope, 13,
14554 OPC_RecordChild0,
14555 OPC_CheckChild1Same, 0,
14556 OPC_MoveParent,
14557 OPC_MoveParent,
14558 OPC_CheckType, MVT::v4i32,
14559 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14560 MVT::v4i32, 3, 18,
14561 13,
14562 OPC_CheckChild0Same, 0,
14563 OPC_RecordChild1,
14564 OPC_MoveParent,
14565 OPC_MoveParent,
14566 OPC_CheckType, MVT::v4i32,
14567 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14568 MVT::v4i32, 3, 18,
14569 0,
14570 0,
14571 67,
14572 OPC_MoveChild0,
14573 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
14574 OPC_MoveChild0,
14575 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14576 OPC_RecordChild0,
14577 OPC_Scope, 21,
14578 OPC_RecordChild1,
14579 OPC_MoveSibling1,
14580 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14581 OPC_RecordChild0,
14582 OPC_MoveChild1,
14583 OPC_CheckImmAllOnesV,
14584 OPC_MoveParent,
14585 OPC_MoveParent,
14586 OPC_MoveParent,
14587 OPC_CheckChild1Same, 0,
14588 OPC_CheckType, MVT::v2i64,
14589 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14590 MVT::v2i64, 3, 44,
14591 33,
14592 OPC_MoveChild1,
14593 OPC_CheckImmAllOnesV,
14594 OPC_MoveParent,
14595 OPC_MoveSibling1,
14596 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14597 OPC_RecordChild0,
14598 OPC_RecordChild1,
14599 OPC_MoveParent,
14600 OPC_MoveParent,
14601 OPC_CheckType, MVT::v2i64,
14602 OPC_Scope, 8,
14603 OPC_CheckChild1Same, 2,
14604 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14605 MVT::v2i64, 3, 0,
14606 8,
14607 OPC_CheckChild1Same, 1,
14608 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14609 MVT::v2i64, 3, 3,
14610 0,
14611 0,
14612 94,
14613 OPC_RecordChild0,
14614 OPC_MoveChild1,
14615 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
14616 OPC_MoveChild0,
14617 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14618 OPC_Scope, 21,
14619 OPC_RecordChild0,
14620 OPC_CheckChild1Same, 0,
14621 OPC_MoveSibling1,
14622 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14623 OPC_RecordChild0,
14624 OPC_MoveChild1,
14625 OPC_CheckImmAllOnesV,
14626 OPC_MoveParent,
14627 OPC_MoveParent,
14628 OPC_MoveParent,
14629 OPC_CheckType, MVT::v2i64,
14630 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14631 MVT::v2i64, 3, 44,
14632 21,
14633 OPC_CheckChild0Same, 0,
14634 OPC_RecordChild1,
14635 OPC_MoveSibling1,
14636 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14637 OPC_RecordChild0,
14638 OPC_MoveChild1,
14639 OPC_CheckImmAllOnesV,
14640 OPC_MoveParent,
14641 OPC_MoveParent,
14642 OPC_MoveParent,
14643 OPC_CheckType, MVT::v2i64,
14644 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14645 MVT::v2i64, 3, 44,
14646 38,
14647 OPC_RecordChild0,
14648 OPC_MoveChild1,
14649 OPC_CheckImmAllOnesV,
14650 OPC_MoveParent,
14651 OPC_MoveSibling1,
14652 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14653 OPC_Scope, 13,
14654 OPC_RecordChild0,
14655 OPC_CheckChild1Same, 0,
14656 OPC_MoveParent,
14657 OPC_MoveParent,
14658 OPC_CheckType, MVT::v2i64,
14659 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14660 MVT::v2i64, 3, 18,
14661 13,
14662 OPC_CheckChild0Same, 0,
14663 OPC_RecordChild1,
14664 OPC_MoveParent,
14665 OPC_MoveParent,
14666 OPC_CheckType, MVT::v2i64,
14667 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14668 MVT::v2i64, 3, 18,
14669 0,
14670 0,
14671 98,
14672 OPC_MoveChild0,
14673 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
14674 OPC_Scope, 59,
14675 OPC_MoveChild0,
14676 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14677 OPC_RecordChild0,
14678 OPC_RecordChild1,
14679 OPC_MoveParent,
14680 OPC_RecordChild1,
14681 OPC_MoveParent,
14682 OPC_Scope, 36,
14683 OPC_CheckChild1Same, 1,
14684 OPC_SwitchType , 6, MVT::v16i8,
14685 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14686 MVT::v16i8, 3, 44,
14687 6, MVT::v8i16,
14688 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14689 MVT::v8i16, 3, 44,
14690 6, MVT::v4i32,
14691 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14692 MVT::v4i32, 3, 44,
14693 6, MVT::v2i64,
14694 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14695 MVT::v2i64, 3, 44,
14696 0,
14697 10,
14698 OPC_CheckChild1Same, 0,
14699 OPC_CheckType, MVT::v16i8,
14700 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14701 MVT::v16i8, 3, 41,
14702 0,
14703 31,
14704 OPC_RecordChild0,
14705 OPC_MoveChild1,
14706 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14707 OPC_RecordChild0,
14708 OPC_RecordChild1,
14709 OPC_MoveParent,
14710 OPC_MoveParent,
14711 OPC_CheckType, MVT::v16i8,
14712 OPC_Scope, 8,
14713 OPC_CheckChild1Same, 2,
14714 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14715 MVT::v16i8, 3, 3,
14716 8,
14717 OPC_CheckChild1Same, 1,
14718 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14719 MVT::v16i8, 3, 0,
14720 0,
14721 0,
14722 80,
14723 OPC_RecordChild0,
14724 OPC_MoveChild1,
14725 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
14726 OPC_Scope, 36,
14727 OPC_MoveChild0,
14728 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14729 OPC_Scope, 14,
14730 OPC_RecordChild0,
14731 OPC_CheckChild1Same, 0,
14732 OPC_MoveParent,
14733 OPC_RecordChild1,
14734 OPC_MoveParent,
14735 OPC_CheckType, MVT::v16i8,
14736 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14737 MVT::v16i8, 3, 41,
14738 14,
14739 OPC_CheckChild0Same, 0,
14740 OPC_RecordChild1,
14741 OPC_MoveParent,
14742 OPC_RecordChild1,
14743 OPC_MoveParent,
14744 OPC_CheckType, MVT::v16i8,
14745 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14746 MVT::v16i8, 3, 41,
14747 0,
14748 35,
14749 OPC_RecordChild0,
14750 OPC_MoveChild1,
14751 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14752 OPC_Scope, 13,
14753 OPC_RecordChild0,
14754 OPC_CheckChild1Same, 0,
14755 OPC_MoveParent,
14756 OPC_MoveParent,
14757 OPC_CheckType, MVT::v16i8,
14758 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14759 MVT::v16i8, 3, 15,
14760 13,
14761 OPC_CheckChild0Same, 0,
14762 OPC_RecordChild1,
14763 OPC_MoveParent,
14764 OPC_MoveParent,
14765 OPC_CheckType, MVT::v16i8,
14766 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14767 MVT::v16i8, 3, 15,
14768 0,
14769 0,
14770 58,
14771 OPC_MoveChild0,
14772 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
14773 OPC_Scope, 19,
14774 OPC_MoveChild0,
14775 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14776 OPC_RecordChild0,
14777 OPC_RecordChild1,
14778 OPC_MoveParent,
14779 OPC_RecordChild1,
14780 OPC_MoveParent,
14781 OPC_CheckChild1Same, 0,
14782 OPC_CheckType, MVT::v8i16,
14783 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14784 MVT::v8i16, 3, 41,
14785 31,
14786 OPC_RecordChild0,
14787 OPC_MoveChild1,
14788 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14789 OPC_RecordChild0,
14790 OPC_RecordChild1,
14791 OPC_MoveParent,
14792 OPC_MoveParent,
14793 OPC_CheckType, MVT::v8i16,
14794 OPC_Scope, 8,
14795 OPC_CheckChild1Same, 2,
14796 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14797 MVT::v8i16, 3, 3,
14798 8,
14799 OPC_CheckChild1Same, 1,
14800 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14801 MVT::v8i16, 3, 0,
14802 0,
14803 0,
14804 80,
14805 OPC_RecordChild0,
14806 OPC_MoveChild1,
14807 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
14808 OPC_Scope, 36,
14809 OPC_MoveChild0,
14810 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14811 OPC_Scope, 14,
14812 OPC_RecordChild0,
14813 OPC_CheckChild1Same, 0,
14814 OPC_MoveParent,
14815 OPC_RecordChild1,
14816 OPC_MoveParent,
14817 OPC_CheckType, MVT::v8i16,
14818 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14819 MVT::v8i16, 3, 41,
14820 14,
14821 OPC_CheckChild0Same, 0,
14822 OPC_RecordChild1,
14823 OPC_MoveParent,
14824 OPC_RecordChild1,
14825 OPC_MoveParent,
14826 OPC_CheckType, MVT::v8i16,
14827 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14828 MVT::v8i16, 3, 41,
14829 0,
14830 35,
14831 OPC_RecordChild0,
14832 OPC_MoveChild1,
14833 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14834 OPC_Scope, 13,
14835 OPC_RecordChild0,
14836 OPC_CheckChild1Same, 0,
14837 OPC_MoveParent,
14838 OPC_MoveParent,
14839 OPC_CheckType, MVT::v8i16,
14840 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14841 MVT::v8i16, 3, 15,
14842 13,
14843 OPC_CheckChild0Same, 0,
14844 OPC_RecordChild1,
14845 OPC_MoveParent,
14846 OPC_MoveParent,
14847 OPC_CheckType, MVT::v8i16,
14848 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14849 MVT::v8i16, 3, 15,
14850 0,
14851 0,
14852 58,
14853 OPC_MoveChild0,
14854 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
14855 OPC_Scope, 19,
14856 OPC_MoveChild0,
14857 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14858 OPC_RecordChild0,
14859 OPC_RecordChild1,
14860 OPC_MoveParent,
14861 OPC_RecordChild1,
14862 OPC_MoveParent,
14863 OPC_CheckChild1Same, 0,
14864 OPC_CheckType, MVT::v4i32,
14865 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14866 MVT::v4i32, 3, 41,
14867 31,
14868 OPC_RecordChild0,
14869 OPC_MoveChild1,
14870 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14871 OPC_RecordChild0,
14872 OPC_RecordChild1,
14873 OPC_MoveParent,
14874 OPC_MoveParent,
14875 OPC_CheckType, MVT::v4i32,
14876 OPC_Scope, 8,
14877 OPC_CheckChild1Same, 2,
14878 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14879 MVT::v4i32, 3, 3,
14880 8,
14881 OPC_CheckChild1Same, 1,
14882 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14883 MVT::v4i32, 3, 0,
14884 0,
14885 0,
14886 80,
14887 OPC_RecordChild0,
14888 OPC_MoveChild1,
14889 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
14890 OPC_Scope, 36,
14891 OPC_MoveChild0,
14892 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14893 OPC_Scope, 14,
14894 OPC_RecordChild0,
14895 OPC_CheckChild1Same, 0,
14896 OPC_MoveParent,
14897 OPC_RecordChild1,
14898 OPC_MoveParent,
14899 OPC_CheckType, MVT::v4i32,
14900 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14901 MVT::v4i32, 3, 41,
14902 14,
14903 OPC_CheckChild0Same, 0,
14904 OPC_RecordChild1,
14905 OPC_MoveParent,
14906 OPC_RecordChild1,
14907 OPC_MoveParent,
14908 OPC_CheckType, MVT::v4i32,
14909 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14910 MVT::v4i32, 3, 41,
14911 0,
14912 35,
14913 OPC_RecordChild0,
14914 OPC_MoveChild1,
14915 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14916 OPC_Scope, 13,
14917 OPC_RecordChild0,
14918 OPC_CheckChild1Same, 0,
14919 OPC_MoveParent,
14920 OPC_MoveParent,
14921 OPC_CheckType, MVT::v4i32,
14922 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14923 MVT::v4i32, 3, 15,
14924 13,
14925 OPC_CheckChild0Same, 0,
14926 OPC_RecordChild1,
14927 OPC_MoveParent,
14928 OPC_MoveParent,
14929 OPC_CheckType, MVT::v4i32,
14930 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14931 MVT::v4i32, 3, 15,
14932 0,
14933 0,
14934 58,
14935 OPC_MoveChild0,
14936 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
14937 OPC_Scope, 19,
14938 OPC_MoveChild0,
14939 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14940 OPC_RecordChild0,
14941 OPC_RecordChild1,
14942 OPC_MoveParent,
14943 OPC_RecordChild1,
14944 OPC_MoveParent,
14945 OPC_CheckChild1Same, 0,
14946 OPC_CheckType, MVT::v2i64,
14947 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14948 MVT::v2i64, 3, 41,
14949 31,
14950 OPC_RecordChild0,
14951 OPC_MoveChild1,
14952 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14953 OPC_RecordChild0,
14954 OPC_RecordChild1,
14955 OPC_MoveParent,
14956 OPC_MoveParent,
14957 OPC_CheckType, MVT::v2i64,
14958 OPC_Scope, 8,
14959 OPC_CheckChild1Same, 2,
14960 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14961 MVT::v2i64, 3, 3,
14962 8,
14963 OPC_CheckChild1Same, 1,
14964 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14965 MVT::v2i64, 3, 0,
14966 0,
14967 0,
14968 31|128,1,
14969 OPC_RecordChild0,
14970 OPC_Scope, 119,
14971 OPC_MoveChild1,
14972 OPC_Scope, 78,
14973 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
14974 OPC_Scope, 36,
14975 OPC_MoveChild0,
14976 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14977 OPC_Scope, 14,
14978 OPC_RecordChild0,
14979 OPC_CheckChild1Same, 0,
14980 OPC_MoveParent,
14981 OPC_RecordChild1,
14982 OPC_MoveParent,
14983 OPC_CheckType, MVT::v2i64,
14984 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14985 MVT::v2i64, 3, 41,
14986 14,
14987 OPC_CheckChild0Same, 0,
14988 OPC_RecordChild1,
14989 OPC_MoveParent,
14990 OPC_RecordChild1,
14991 OPC_MoveParent,
14992 OPC_CheckType, MVT::v2i64,
14993 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14994 MVT::v2i64, 3, 41,
14995 0,
14996 35,
14997 OPC_RecordChild0,
14998 OPC_MoveChild1,
14999 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
15000 OPC_Scope, 13,
15001 OPC_RecordChild0,
15002 OPC_CheckChild1Same, 0,
15003 OPC_MoveParent,
15004 OPC_MoveParent,
15005 OPC_CheckType, MVT::v2i64,
15006 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
15007 MVT::v2i64, 3, 15,
15008 13,
15009 OPC_CheckChild0Same, 0,
15010 OPC_RecordChild1,
15011 OPC_MoveParent,
15012 OPC_MoveParent,
15013 OPC_CheckType, MVT::v2i64,
15014 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
15015 MVT::v2i64, 3, 15,
15016 0,
15017 0,
15018 36,
15019 OPC_CheckImmAllOnesV,
15020 OPC_MoveParent,
15021 OPC_SwitchType , 6, MVT::v16i8,
15022 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NOT),
15023 MVT::v16i8, 1, 2,
15024 6, MVT::v8i16,
15025 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NOT),
15026 MVT::v8i16, 1, 2,
15027 6, MVT::v4i32,
15028 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NOT),
15029 MVT::v4i32, 1, 2,
15030 6, MVT::v2i64,
15031 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NOT),
15032 MVT::v2i64, 1, 2,
15033 0,
15034 0,
15035 35,
15036 OPC_RecordChild1,
15037 OPC_SwitchType , 6, MVT::v16i8,
15038 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::XOR),
15039 MVT::v16i8, 2, 16,
15040 6, MVT::v8i16,
15041 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::XOR),
15042 MVT::v8i16, 2, 16,
15043 6, MVT::v4i32,
15044 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::XOR),
15045 MVT::v4i32, 2, 16,
15046 6, MVT::v2i64,
15047 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::XOR),
15048 MVT::v2i64, 2, 16,
15049 0,
15050 0,
15051 0,
15052 21, TARGET_VAL(ISD::CTLZ),
15053 OPC_RecordChild0,
15054 OPC_SwitchType , 7, MVT::i32,
15055 OPC_CheckChild0TypeI32,
15056 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CLZ_I32),
15057 MVT::i32, 1, 2,
15058 7, MVT::i64,
15059 OPC_CheckChild0TypeI64,
15060 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CLZ_I64),
15061 MVT::i64, 1, 2,
15062 0,
15063 21, TARGET_VAL(ISD::CTTZ),
15064 OPC_RecordChild0,
15065 OPC_SwitchType , 7, MVT::i32,
15066 OPC_CheckChild0TypeI32,
15067 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CTZ_I32),
15068 MVT::i32, 1, 2,
15069 7, MVT::i64,
15070 OPC_CheckChild0TypeI64,
15071 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CTZ_I64),
15072 MVT::i64, 1, 2,
15073 0,
15074 30, TARGET_VAL(ISD::CTPOP),
15075 OPC_RecordChild0,
15076 OPC_SwitchType , 7, MVT::i32,
15077 OPC_CheckChild0TypeI32,
15078 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::POPCNT_I32),
15079 MVT::i32, 1, 2,
15080 7, MVT::i64,
15081 OPC_CheckChild0TypeI64,
15082 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::POPCNT_I64),
15083 MVT::i64, 1, 2,
15084 7, MVT::v16i8,
15085 OPC_CheckPatternPredicate0,
15086 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::POPCNT_I8x16),
15087 MVT::v16i8, 1, 2,
15088 0,
15089 19, TARGET_VAL(WebAssemblyISD::I64_ADD128),
15090 OPC_RecordChild0,
15091 OPC_CheckChild0TypeI64,
15092 OPC_RecordChild1,
15093 OPC_CheckChild1TypeI64,
15094 OPC_RecordChild2,
15095 OPC_CheckChild2TypeI64,
15096 OPC_RecordChild3,
15097 OPC_CheckChild3TypeI64,
15098 OPC_CheckTypeI64,
15099 OPC_CheckTypeRes, 1, MVT::i64,
15100 OPC_MorphNodeTo2None, TARGET_VAL(WebAssembly::I64_ADD128),
15101 MVT::i64, MVT::i64, 4, 55,
15102 19, TARGET_VAL(WebAssemblyISD::I64_SUB128),
15103 OPC_RecordChild0,
15104 OPC_CheckChild0TypeI64,
15105 OPC_RecordChild1,
15106 OPC_CheckChild1TypeI64,
15107 OPC_RecordChild2,
15108 OPC_CheckChild2TypeI64,
15109 OPC_RecordChild3,
15110 OPC_CheckChild3TypeI64,
15111 OPC_CheckTypeI64,
15112 OPC_CheckTypeRes, 1, MVT::i64,
15113 OPC_MorphNodeTo2None, TARGET_VAL(WebAssembly::I64_SUB128),
15114 MVT::i64, MVT::i64, 4, 55,
15115 15, TARGET_VAL(WebAssemblyISD::I64_MUL_WIDE_S),
15116 OPC_RecordChild0,
15117 OPC_CheckChild0TypeI64,
15118 OPC_RecordChild1,
15119 OPC_CheckChild1TypeI64,
15120 OPC_CheckTypeI64,
15121 OPC_CheckTypeRes, 1, MVT::i64,
15122 OPC_MorphNodeTo2None, TARGET_VAL(WebAssembly::I64_MUL_WIDE_S),
15123 MVT::i64, MVT::i64, 2, 16,
15124 15, TARGET_VAL(WebAssemblyISD::I64_MUL_WIDE_U),
15125 OPC_RecordChild0,
15126 OPC_CheckChild0TypeI64,
15127 OPC_RecordChild1,
15128 OPC_CheckChild1TypeI64,
15129 OPC_CheckTypeI64,
15130 OPC_CheckTypeRes, 1, MVT::i64,
15131 OPC_MorphNodeTo2None, TARGET_VAL(WebAssembly::I64_MUL_WIDE_U),
15132 MVT::i64, MVT::i64, 2, 16,
15133 21, TARGET_VAL(ISD::ConstantFP),
15134 OPC_RecordNode,
15135 OPC_SwitchType , 7, MVT::f32,
15136 OPC_EmitConvertToTarget0,
15137 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_F32),
15138 MVT::f32, 1, 17,
15139 7, MVT::f64,
15140 OPC_EmitConvertToTarget0,
15141 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_F64),
15142 MVT::f64, 1, 17,
15143 0,
15144 65, TARGET_VAL(ISD::SINT_TO_FP),
15145 OPC_RecordChild0,
15146 OPC_Scope, 19,
15147 OPC_CheckChild0TypeI32,
15148 OPC_SwitchType , 6, MVT::f32,
15149 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::F32_CONVERT_S_I32),
15150 MVT::f32, 1, 2,
15151 6, MVT::f64,
15152 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::F64_CONVERT_S_I32),
15153 MVT::f64, 1, 2,
15154 0,
15155 19,
15156 OPC_CheckChild0TypeI64,
15157 OPC_SwitchType , 6, MVT::f32,
15158 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::F32_CONVERT_S_I64),
15159 MVT::f32, 1, 2,
15160 6, MVT::f64,
15161 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::F64_CONVERT_S_I64),
15162 MVT::f64, 1, 2,
15163 0,
15164 11,
15165 OPC_CheckType, 6|128,1,
15166 OPC_CheckPatternPredicate0,
15167 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::sint_to_fp_F32x4),
15168 6|128,1, 1, 2,
15169 9,
15170 OPC_CheckType, MVT::v8f16,
15171 OPC_CheckPatternPredicate6,
15172 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::sint_to_fp_F16x8),
15173 MVT::v8f16, 1, 2,
15174 0,
15175 65, TARGET_VAL(ISD::UINT_TO_FP),
15176 OPC_RecordChild0,
15177 OPC_Scope, 19,
15178 OPC_CheckChild0TypeI32,
15179 OPC_SwitchType , 6, MVT::f32,
15180 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::F32_CONVERT_U_I32),
15181 MVT::f32, 1, 2,
15182 6, MVT::f64,
15183 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::F64_CONVERT_U_I32),
15184 MVT::f64, 1, 2,
15185 0,
15186 19,
15187 OPC_CheckChild0TypeI64,
15188 OPC_SwitchType , 6, MVT::f32,
15189 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::F32_CONVERT_U_I64),
15190 MVT::f32, 1, 2,
15191 6, MVT::f64,
15192 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::F64_CONVERT_U_I64),
15193 MVT::f64, 1, 2,
15194 0,
15195 11,
15196 OPC_CheckType, 6|128,1,
15197 OPC_CheckPatternPredicate0,
15198 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::uint_to_fp_F32x4),
15199 6|128,1, 1, 2,
15200 9,
15201 OPC_CheckType, MVT::v8f16,
15202 OPC_CheckPatternPredicate6,
15203 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::uint_to_fp_F16x8),
15204 MVT::v8f16, 1, 2,
15205 0,
15206 7, TARGET_VAL(ISD::FP_EXTEND),
15207 OPC_RecordChild0,
15208 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::F64_PROMOTE_F32),
15209 MVT::f64, 1, 2,
15210 7, TARGET_VAL(ISD::FP_ROUND),
15211 OPC_RecordChild0,
15212 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::F32_DEMOTE_F64),
15213 MVT::f32, 1, 2,
15214 7|128,1, TARGET_VAL(ISD::FADD),
15215 OPC_Scope, 20,
15216 OPC_RecordChild0,
15217 OPC_RecordChild1,
15218 OPC_SwitchType , 6, MVT::f32,
15219 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ADD_F32),
15220 MVT::f32, 2, 16,
15221 6, MVT::f64,
15222 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ADD_F64),
15223 MVT::f64, 2, 16,
15224 0,
15225 36,
15226 OPC_MoveChild0,
15227 OPC_CheckOpcode, TARGET_VAL(ISD::FMUL),
15228 OPC_RecordChild0,
15229 OPC_RecordChild1,
15230 OPC_CheckPredicate, 25,
15231 OPC_MoveParent,
15232 OPC_RecordChild1,
15233 OPC_CheckPredicate, 25,
15234 OPC_SwitchType , 8, 6|128,1,
15235 OPC_CheckPatternPredicate5,
15236 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MADD_F32x4),
15237 6|128,1, 3, 44,
15238 8, 24|128,1,
15239 OPC_CheckPatternPredicate5,
15240 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MADD_F64x2),
15241 24|128,1, 3, 44,
15242 0,
15243 74,
15244 OPC_RecordChild0,
15245 OPC_Scope, 35,
15246 OPC_MoveChild1,
15247 OPC_CheckOpcode, TARGET_VAL(ISD::FMUL),
15248 OPC_RecordChild0,
15249 OPC_RecordChild1,
15250 OPC_CheckPredicate, 25,
15251 OPC_MoveParent,
15252 OPC_CheckPredicate, 25,
15253 OPC_SwitchType , 8, 6|128,1,
15254 OPC_CheckPatternPredicate5,
15255 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MADD_F32x4),
15256 6|128,1, 3, 3,
15257 8, 24|128,1,
15258 OPC_CheckPatternPredicate5,
15259 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MADD_F64x2),
15260 24|128,1, 3, 3,
15261 0,
15262 34,
15263 OPC_RecordChild1,
15264 OPC_SwitchType , 8, 6|128,1,
15265 OPC_CheckPatternPredicate0,
15266 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ADD_F32x4),
15267 6|128,1, 2, 16,
15268 8, 24|128,1,
15269 OPC_CheckPatternPredicate0,
15270 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ADD_F64x2),
15271 24|128,1, 2, 16,
15272 7, MVT::v8f16,
15273 OPC_CheckPatternPredicate6,
15274 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ADD_F16x8),
15275 MVT::v8f16, 2, 16,
15276 0,
15277 0,
15278 0,
15279 94, TARGET_VAL(ISD::FSUB),
15280 OPC_RecordChild0,
15281 OPC_Scope, 19,
15282 OPC_RecordChild1,
15283 OPC_SwitchType , 6, MVT::f32,
15284 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SUB_F32),
15285 MVT::f32, 2, 16,
15286 6, MVT::f64,
15287 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SUB_F64),
15288 MVT::f64, 2, 16,
15289 0,
15290 35,
15291 OPC_MoveChild1,
15292 OPC_CheckOpcode, TARGET_VAL(ISD::FMUL),
15293 OPC_RecordChild0,
15294 OPC_RecordChild1,
15295 OPC_CheckPredicate, 25,
15296 OPC_MoveParent,
15297 OPC_CheckPredicate, 25,
15298 OPC_SwitchType , 8, 6|128,1,
15299 OPC_CheckPatternPredicate5,
15300 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NMADD_F32x4),
15301 6|128,1, 3, 3,
15302 8, 24|128,1,
15303 OPC_CheckPatternPredicate5,
15304 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NMADD_F64x2),
15305 24|128,1, 3, 3,
15306 0,
15307 34,
15308 OPC_RecordChild1,
15309 OPC_SwitchType , 8, 6|128,1,
15310 OPC_CheckPatternPredicate0,
15311 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SUB_F32x4),
15312 6|128,1, 2, 16,
15313 8, 24|128,1,
15314 OPC_CheckPatternPredicate0,
15315 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SUB_F64x2),
15316 24|128,1, 2, 16,
15317 7, MVT::v8f16,
15318 OPC_CheckPatternPredicate6,
15319 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SUB_F16x8),
15320 MVT::v8f16, 2, 16,
15321 0,
15322 0,
15323 51, TARGET_VAL(ISD::FMUL),
15324 OPC_RecordChild0,
15325 OPC_RecordChild1,
15326 OPC_SwitchType , 6, MVT::f32,
15327 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MUL_F32),
15328 MVT::f32, 2, 16,
15329 6, MVT::f64,
15330 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MUL_F64),
15331 MVT::f64, 2, 16,
15332 8, 6|128,1,
15333 OPC_CheckPatternPredicate0,
15334 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MUL_F32x4),
15335 6|128,1, 2, 16,
15336 8, 24|128,1,
15337 OPC_CheckPatternPredicate0,
15338 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MUL_F64x2),
15339 24|128,1, 2, 16,
15340 7, MVT::v8f16,
15341 OPC_CheckPatternPredicate6,
15342 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MUL_F16x8),
15343 MVT::v8f16, 2, 16,
15344 0,
15345 51, TARGET_VAL(ISD::FDIV),
15346 OPC_RecordChild0,
15347 OPC_RecordChild1,
15348 OPC_SwitchType , 6, MVT::f32,
15349 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DIV_F32),
15350 MVT::f32, 2, 16,
15351 6, MVT::f64,
15352 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DIV_F64),
15353 MVT::f64, 2, 16,
15354 8, 6|128,1,
15355 OPC_CheckPatternPredicate0,
15356 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DIV_F32x4),
15357 6|128,1, 2, 16,
15358 8, 24|128,1,
15359 OPC_CheckPatternPredicate0,
15360 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DIV_F64x2),
15361 24|128,1, 2, 16,
15362 7, MVT::v8f16,
15363 OPC_CheckPatternPredicate6,
15364 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DIV_F16x8),
15365 MVT::v8f16, 2, 16,
15366 0,
15367 50, TARGET_VAL(ISD::FSQRT),
15368 OPC_RecordChild0,
15369 OPC_SwitchType , 6, MVT::f32,
15370 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SQRT_F32),
15371 MVT::f32, 1, 2,
15372 6, MVT::f64,
15373 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SQRT_F64),
15374 MVT::f64, 1, 2,
15375 8, 6|128,1,
15376 OPC_CheckPatternPredicate0,
15377 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SQRT_F32x4),
15378 6|128,1, 1, 2,
15379 8, 24|128,1,
15380 OPC_CheckPatternPredicate0,
15381 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SQRT_F64x2),
15382 24|128,1, 1, 2,
15383 7, MVT::v8f16,
15384 OPC_CheckPatternPredicate6,
15385 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SQRT_F16x8),
15386 MVT::v8f16, 1, 2,
15387 0,
15388 50, TARGET_VAL(ISD::FABS),
15389 OPC_RecordChild0,
15390 OPC_SwitchType , 6, MVT::f32,
15391 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ABS_F32),
15392 MVT::f32, 1, 2,
15393 6, MVT::f64,
15394 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ABS_F64),
15395 MVT::f64, 1, 2,
15396 8, 6|128,1,
15397 OPC_CheckPatternPredicate0,
15398 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ABS_F32x4),
15399 6|128,1, 1, 2,
15400 8, 24|128,1,
15401 OPC_CheckPatternPredicate0,
15402 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ABS_F64x2),
15403 24|128,1, 1, 2,
15404 7, MVT::v8f16,
15405 OPC_CheckPatternPredicate6,
15406 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ABS_F16x8),
15407 MVT::v8f16, 1, 2,
15408 0,
15409 50, TARGET_VAL(ISD::FNEG),
15410 OPC_RecordChild0,
15411 OPC_SwitchType , 6, MVT::f32,
15412 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEG_F32),
15413 MVT::f32, 1, 2,
15414 6, MVT::f64,
15415 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEG_F64),
15416 MVT::f64, 1, 2,
15417 8, 6|128,1,
15418 OPC_CheckPatternPredicate0,
15419 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEG_F32x4),
15420 6|128,1, 1, 2,
15421 8, 24|128,1,
15422 OPC_CheckPatternPredicate0,
15423 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEG_F64x2),
15424 24|128,1, 1, 2,
15425 7, MVT::v8f16,
15426 OPC_CheckPatternPredicate6,
15427 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEG_F16x8),
15428 MVT::v8f16, 1, 2,
15429 0,
15430 58, TARGET_VAL(ISD::FCOPYSIGN),
15431 OPC_RecordChild0,
15432 OPC_RecordChild1,
15433 OPC_Scope, 26,
15434 OPC_CheckChild1Type, MVT::f32,
15435 OPC_SwitchType , 6, MVT::f32,
15436 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::COPYSIGN_F32),
15437 MVT::f32, 2, 16,
15438 12, MVT::f64,
15439 OPC_EmitNode1None, TARGET_VAL(WebAssembly::F64_PROMOTE_F32),
15440 MVT::f64, 1, 17,
15441 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::COPYSIGN_F64),
15442 MVT::f64, 2, 42,
15443 0,
15444 26,
15445 OPC_CheckChild1Type, MVT::f64,
15446 OPC_SwitchType , 6, MVT::f64,
15447 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::COPYSIGN_F64),
15448 MVT::f64, 2, 16,
15449 12, MVT::f32,
15450 OPC_EmitNode1None, TARGET_VAL(WebAssembly::F32_DEMOTE_F64),
15451 MVT::f32, 1, 17,
15452 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::COPYSIGN_F32),
15453 MVT::f32, 2, 42,
15454 0,
15455 0,
15456 51, TARGET_VAL(ISD::FMINIMUM),
15457 OPC_RecordChild0,
15458 OPC_RecordChild1,
15459 OPC_SwitchType , 6, MVT::f32,
15460 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MIN_F32),
15461 MVT::f32, 2, 16,
15462 6, MVT::f64,
15463 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MIN_F64),
15464 MVT::f64, 2, 16,
15465 8, 6|128,1,
15466 OPC_CheckPatternPredicate0,
15467 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MIN_F32x4),
15468 6|128,1, 2, 16,
15469 8, 24|128,1,
15470 OPC_CheckPatternPredicate0,
15471 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MIN_F64x2),
15472 24|128,1, 2, 16,
15473 7, MVT::v8f16,
15474 OPC_CheckPatternPredicate6,
15475 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MIN_F16x8),
15476 MVT::v8f16, 2, 16,
15477 0,
15478 51, TARGET_VAL(ISD::FMAXIMUM),
15479 OPC_RecordChild0,
15480 OPC_RecordChild1,
15481 OPC_SwitchType , 6, MVT::f32,
15482 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MAX_F32),
15483 MVT::f32, 2, 16,
15484 6, MVT::f64,
15485 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MAX_F64),
15486 MVT::f64, 2, 16,
15487 8, 6|128,1,
15488 OPC_CheckPatternPredicate0,
15489 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MAX_F32x4),
15490 6|128,1, 2, 16,
15491 8, 24|128,1,
15492 OPC_CheckPatternPredicate0,
15493 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MAX_F64x2),
15494 24|128,1, 2, 16,
15495 7, MVT::v8f16,
15496 OPC_CheckPatternPredicate6,
15497 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MAX_F16x8),
15498 MVT::v8f16, 2, 16,
15499 0,
15500 50, TARGET_VAL(ISD::FCEIL),
15501 OPC_RecordChild0,
15502 OPC_SwitchType , 6, MVT::f32,
15503 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CEIL_F32),
15504 MVT::f32, 1, 2,
15505 6, MVT::f64,
15506 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CEIL_F64),
15507 MVT::f64, 1, 2,
15508 8, 6|128,1,
15509 OPC_CheckPatternPredicate0,
15510 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CEIL_F32x4),
15511 6|128,1, 1, 2,
15512 8, 24|128,1,
15513 OPC_CheckPatternPredicate0,
15514 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CEIL_F64x2),
15515 24|128,1, 1, 2,
15516 7, MVT::v8f16,
15517 OPC_CheckPatternPredicate6,
15518 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CEIL_F16x8),
15519 MVT::v8f16, 1, 2,
15520 0,
15521 50, TARGET_VAL(ISD::FFLOOR),
15522 OPC_RecordChild0,
15523 OPC_SwitchType , 6, MVT::f32,
15524 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::FLOOR_F32),
15525 MVT::f32, 1, 2,
15526 6, MVT::f64,
15527 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::FLOOR_F64),
15528 MVT::f64, 1, 2,
15529 8, 6|128,1,
15530 OPC_CheckPatternPredicate0,
15531 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::FLOOR_F32x4),
15532 6|128,1, 1, 2,
15533 8, 24|128,1,
15534 OPC_CheckPatternPredicate0,
15535 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::FLOOR_F64x2),
15536 24|128,1, 1, 2,
15537 7, MVT::v8f16,
15538 OPC_CheckPatternPredicate6,
15539 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::FLOOR_F16x8),
15540 MVT::v8f16, 1, 2,
15541 0,
15542 50, TARGET_VAL(ISD::FTRUNC),
15543 OPC_RecordChild0,
15544 OPC_SwitchType , 6, MVT::f32,
15545 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::TRUNC_F32),
15546 MVT::f32, 1, 2,
15547 6, MVT::f64,
15548 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::TRUNC_F64),
15549 MVT::f64, 1, 2,
15550 8, 6|128,1,
15551 OPC_CheckPatternPredicate0,
15552 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::TRUNC_F32x4),
15553 6|128,1, 1, 2,
15554 8, 24|128,1,
15555 OPC_CheckPatternPredicate0,
15556 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::TRUNC_F64x2),
15557 24|128,1, 1, 2,
15558 7, MVT::v8f16,
15559 OPC_CheckPatternPredicate6,
15560 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::TRUNC_F16x8),
15561 MVT::v8f16, 1, 2,
15562 0,
15563 50, TARGET_VAL(ISD::FNEARBYINT),
15564 OPC_RecordChild0,
15565 OPC_SwitchType , 6, MVT::f32,
15566 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEAREST_F32),
15567 MVT::f32, 1, 2,
15568 6, MVT::f64,
15569 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEAREST_F64),
15570 MVT::f64, 1, 2,
15571 8, 6|128,1,
15572 OPC_CheckPatternPredicate0,
15573 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEAREST_F32x4),
15574 6|128,1, 1, 2,
15575 8, 24|128,1,
15576 OPC_CheckPatternPredicate0,
15577 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEAREST_F64x2),
15578 24|128,1, 1, 2,
15579 7, MVT::v8f16,
15580 OPC_CheckPatternPredicate6,
15581 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEAREST_F16x8),
15582 MVT::v8f16, 1, 2,
15583 0,
15584 47, TARGET_VAL(ISD::FRINT),
15585 OPC_RecordChild0,
15586 OPC_SwitchType , 6, MVT::f32,
15587 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEAREST_F32),
15588 MVT::f32, 1, 2,
15589 6, MVT::f64,
15590 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEAREST_F64),
15591 MVT::f64, 1, 2,
15592 7, 6|128,1,
15593 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEAREST_F32x4),
15594 6|128,1, 1, 2,
15595 7, 24|128,1,
15596 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEAREST_F64x2),
15597 24|128,1, 1, 2,
15598 6, MVT::v8f16,
15599 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEAREST_F16x8),
15600 MVT::v8f16, 1, 2,
15601 0,
15602 47, TARGET_VAL(ISD::FROUNDEVEN),
15603 OPC_RecordChild0,
15604 OPC_SwitchType , 6, MVT::f32,
15605 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEAREST_F32),
15606 MVT::f32, 1, 2,
15607 6, MVT::f64,
15608 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEAREST_F64),
15609 MVT::f64, 1, 2,
15610 7, 6|128,1,
15611 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEAREST_F32x4),
15612 6|128,1, 1, 2,
15613 7, 24|128,1,
15614 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEAREST_F64x2),
15615 24|128,1, 1, 2,
15616 6, MVT::v8f16,
15617 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEAREST_F16x8),
15618 MVT::v8f16, 1, 2,
15619 0,
15620 97|128,93, TARGET_VAL(WebAssemblyISD::NARROW_U),
15621 OPC_Scope, 63|128,93,
15622 OPC_MoveChild0,
15623 OPC_SwitchOpcode , 36|128,91, TARGET_VAL(ISD::AND),
15624 OPC_MoveChild0,
15625 OPC_SwitchOpcode , 15|128,23, TARGET_VAL(ISD::SMIN),
15626 OPC_MoveChild0,
15627 OPC_SwitchOpcode , 91|128,11, TARGET_VAL(ISD::SMAX),
15628 OPC_Scope, 54|128,3,
15629 OPC_RecordChild0,
15630 OPC_MoveChild1,
15631 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
15632 OPC_Scope, 90|128,2,
15633 OPC_CheckChild0Integer, 0|128,127,
15634 OPC_CheckChild0TypeI32,
15635 OPC_MoveParent,
15636 OPC_MoveSibling1,
15637 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
15638 OPC_CheckChild0Integer, 127|128,0,
15639 OPC_CheckChild0TypeI32,
15640 OPC_MoveParent,
15641 OPC_MoveSibling1,
15642 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
15643 OPC_CheckChild0Integer, 127|128,1,
15644 OPC_CheckChild0TypeI32,
15645 OPC_MoveParent,
15646 OPC_CheckType, MVT::v8i16,
15647 OPC_MoveSibling1,
15648 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
15649 OPC_MoveChild0,
15650 OPC_SwitchOpcode , 37|128,1, TARGET_VAL(ISD::SMIN),
15651 OPC_MoveChild0,
15652 OPC_SwitchOpcode , 82, TARGET_VAL(ISD::SMAX),
15653 OPC_Scope, 39,
15654 OPC_RecordChild0,
15655 OPC_MoveChild1,
15656 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
15657 OPC_CheckChild0Integer, 0|128,127,
15658 OPC_CheckChild0TypeI32,
15659 OPC_MoveParent,
15660 OPC_MoveSibling1,
15661 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
15662 OPC_CheckChild0Integer, 127|128,0,
15663 OPC_CheckChild0TypeI32,
15664 OPC_MoveParent,
15665 OPC_MoveSibling1,
15666 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
15667 OPC_CheckChild0Integer, 127|128,1,
15668 OPC_CheckChild0TypeI32,
15669 OPC_MoveParent,
15670 OPC_CheckType, MVT::v8i16,
15671 OPC_MoveParent,
15672 OPC_CheckType, MVT::v16i8,
15673 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
15674 MVT::v16i8, 2, 16,
15675 39,
15676 OPC_MoveChild0,
15677 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
15678 OPC_CheckChild0Integer, 0|128,127,
15679 OPC_CheckChild0TypeI32,
15680 OPC_MoveParent,
15681 OPC_RecordChild1,
15682 OPC_MoveSibling1,
15683 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
15684 OPC_CheckChild0Integer, 127|128,0,
15685 OPC_CheckChild0TypeI32,
15686 OPC_MoveParent,
15687 OPC_MoveSibling1,
15688 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
15689 OPC_CheckChild0Integer, 127|128,1,
15690 OPC_CheckChild0TypeI32,
15691 OPC_MoveParent,
15692 OPC_CheckType, MVT::v8i16,
15693 OPC_MoveParent,
15694 OPC_CheckType, MVT::v16i8,
15695 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
15696 MVT::v16i8, 2, 16,
15697 0,
15698 74, TARGET_VAL(ISD::SPLAT_VECTOR),
15699 OPC_CheckChild0Integer, 127|128,0,
15700 OPC_CheckChild0TypeI32,
15701 OPC_MoveSibling1,
15702 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
15703 OPC_Scope, 31,
15704 OPC_RecordChild0,
15705 OPC_MoveChild1,
15706 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
15707 OPC_CheckChild0Integer, 0|128,127,
15708 OPC_CheckChild0TypeI32,
15709 OPC_MoveParent,
15710 OPC_MoveParent,
15711 OPC_MoveSibling1,
15712 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
15713 OPC_CheckChild0Integer, 127|128,1,
15714 OPC_CheckChild0TypeI32,
15715 OPC_MoveParent,
15716 OPC_CheckType, MVT::v8i16,
15717 OPC_MoveParent,
15718 OPC_CheckType, MVT::v16i8,
15719 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
15720 MVT::v16i8, 2, 16,
15721 31,
15722 OPC_MoveChild0,
15723 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
15724 OPC_CheckChild0Integer, 0|128,127,
15725 OPC_CheckChild0TypeI32,
15726 OPC_MoveParent,
15727 OPC_RecordChild1,
15728 OPC_MoveParent,
15729 OPC_MoveSibling1,
15730 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
15731 OPC_CheckChild0Integer, 127|128,1,
15732 OPC_CheckChild0TypeI32,
15733 OPC_MoveParent,
15734 OPC_CheckType, MVT::v8i16,
15735 OPC_MoveParent,
15736 OPC_CheckType, MVT::v16i8,
15737 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
15738 MVT::v16i8, 2, 16,
15739 0,
15740 0,
15741 13|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
15742 OPC_CheckChild0Integer, 127|128,1,
15743 OPC_CheckChild0TypeI32,
15744 OPC_MoveSibling1,
15745 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
15746 OPC_MoveChild0,
15747 OPC_SwitchOpcode , 66, TARGET_VAL(ISD::SMAX),
15748 OPC_Scope, 31,
15749 OPC_RecordChild0,
15750 OPC_MoveChild1,
15751 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
15752 OPC_CheckChild0Integer, 0|128,127,
15753 OPC_CheckChild0TypeI32,
15754 OPC_MoveParent,
15755 OPC_MoveSibling1,
15756 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
15757 OPC_CheckChild0Integer, 127|128,0,
15758 OPC_CheckChild0TypeI32,
15759 OPC_MoveParent,
15760 OPC_MoveParent,
15761 OPC_CheckType, MVT::v8i16,
15762 OPC_MoveParent,
15763 OPC_CheckType, MVT::v16i8,
15764 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
15765 MVT::v16i8, 2, 16,
15766 31,
15767 OPC_MoveChild0,
15768 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
15769 OPC_CheckChild0Integer, 0|128,127,
15770 OPC_CheckChild0TypeI32,
15771 OPC_MoveParent,
15772 OPC_RecordChild1,
15773 OPC_MoveSibling1,
15774 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
15775 OPC_CheckChild0Integer, 127|128,0,
15776 OPC_CheckChild0TypeI32,
15777 OPC_MoveParent,
15778 OPC_MoveParent,
15779 OPC_CheckType, MVT::v8i16,
15780 OPC_MoveParent,
15781 OPC_CheckType, MVT::v16i8,
15782 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
15783 MVT::v16i8, 2, 16,
15784 0,
15785 58, TARGET_VAL(ISD::SPLAT_VECTOR),
15786 OPC_CheckChild0Integer, 127|128,0,
15787 OPC_CheckChild0TypeI32,
15788 OPC_MoveSibling1,
15789 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
15790 OPC_Scope, 23,
15791 OPC_RecordChild0,
15792 OPC_MoveChild1,
15793 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
15794 OPC_CheckChild0Integer, 0|128,127,
15795 OPC_CheckChild0TypeI32,
15796 OPC_MoveParent,
15797 OPC_MoveParent,
15798 OPC_MoveParent,
15799 OPC_CheckType, MVT::v8i16,
15800 OPC_MoveParent,
15801 OPC_CheckType, MVT::v16i8,
15802 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
15803 MVT::v16i8, 2, 16,
15804 23,
15805 OPC_MoveChild0,
15806 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
15807 OPC_CheckChild0Integer, 0|128,127,
15808 OPC_CheckChild0TypeI32,
15809 OPC_MoveParent,
15810 OPC_RecordChild1,
15811 OPC_MoveParent,
15812 OPC_MoveParent,
15813 OPC_CheckType, MVT::v8i16,
15814 OPC_MoveParent,
15815 OPC_CheckType, MVT::v16i8,
15816 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
15817 MVT::v16i8, 2, 16,
15818 0,
15819 0,
15820 0,
15821 82,
15822 OPC_CheckChild0Integer, 0|128,0|128,126,
15823 OPC_CheckChild0TypeI32,
15824 OPC_MoveParent,
15825 OPC_MoveSibling1,
15826 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
15827 OPC_CheckChild0Integer, 127|128,127|128,1,
15828 OPC_CheckChild0TypeI32,
15829 OPC_MoveParent,
15830 OPC_MoveSibling1,
15831 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
15832 OPC_CheckChild0Integer, 127|128,127|128,3,
15833 OPC_CheckChild0TypeI32,
15834 OPC_MoveParent,
15835 OPC_CheckType, MVT::v4i32,
15836 OPC_MoveSibling1,
15837 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
15838 OPC_MoveChild0,
15839 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
15840 OPC_MoveChild0,
15841 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
15842 OPC_RecordChild0,
15843 OPC_MoveChild1,
15844 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
15845 OPC_CheckChild0Integer, 0|128,0|128,126,
15846 OPC_CheckChild0TypeI32,
15847 OPC_MoveParent,
15848 OPC_MoveSibling1,
15849 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
15850 OPC_CheckChild0Integer, 127|128,127|128,1,
15851 OPC_CheckChild0TypeI32,
15852 OPC_MoveParent,
15853 OPC_MoveSibling1,
15854 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
15855 OPC_CheckChild0Integer, 127|128,127|128,3,
15856 OPC_CheckChild0TypeI32,
15857 OPC_MoveParent,
15858 OPC_CheckType, MVT::v4i32,
15859 OPC_MoveParent,
15860 OPC_CheckType, MVT::v8i16,
15861 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
15862 MVT::v8i16, 2, 16,
15863 0,
15864 95|128,2,
15865 OPC_MoveChild0,
15866 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
15867 OPC_CheckChild0Integer, 0|128,127,
15868 OPC_CheckChild0TypeI32,
15869 OPC_MoveParent,
15870 OPC_RecordChild1,
15871 OPC_MoveSibling1,
15872 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
15873 OPC_CheckChild0Integer, 127|128,0,
15874 OPC_CheckChild0TypeI32,
15875 OPC_MoveParent,
15876 OPC_MoveSibling1,
15877 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
15878 OPC_CheckChild0Integer, 127|128,1,
15879 OPC_CheckChild0TypeI32,
15880 OPC_MoveParent,
15881 OPC_CheckType, MVT::v8i16,
15882 OPC_MoveSibling1,
15883 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
15884 OPC_MoveChild0,
15885 OPC_SwitchOpcode , 37|128,1, TARGET_VAL(ISD::SMIN),
15886 OPC_MoveChild0,
15887 OPC_SwitchOpcode , 82, TARGET_VAL(ISD::SMAX),
15888 OPC_Scope, 39,
15889 OPC_RecordChild0,
15890 OPC_MoveChild1,
15891 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
15892 OPC_CheckChild0Integer, 0|128,127,
15893 OPC_CheckChild0TypeI32,
15894 OPC_MoveParent,
15895 OPC_MoveSibling1,
15896 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
15897 OPC_CheckChild0Integer, 127|128,0,
15898 OPC_CheckChild0TypeI32,
15899 OPC_MoveParent,
15900 OPC_MoveSibling1,
15901 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
15902 OPC_CheckChild0Integer, 127|128,1,
15903 OPC_CheckChild0TypeI32,
15904 OPC_MoveParent,
15905 OPC_CheckType, MVT::v8i16,
15906 OPC_MoveParent,
15907 OPC_CheckType, MVT::v16i8,
15908 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
15909 MVT::v16i8, 2, 16,
15910 39,
15911 OPC_MoveChild0,
15912 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
15913 OPC_CheckChild0Integer, 0|128,127,
15914 OPC_CheckChild0TypeI32,
15915 OPC_MoveParent,
15916 OPC_RecordChild1,
15917 OPC_MoveSibling1,
15918 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
15919 OPC_CheckChild0Integer, 127|128,0,
15920 OPC_CheckChild0TypeI32,
15921 OPC_MoveParent,
15922 OPC_MoveSibling1,
15923 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
15924 OPC_CheckChild0Integer, 127|128,1,
15925 OPC_CheckChild0TypeI32,
15926 OPC_MoveParent,
15927 OPC_CheckType, MVT::v8i16,
15928 OPC_MoveParent,
15929 OPC_CheckType, MVT::v16i8,
15930 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
15931 MVT::v16i8, 2, 16,
15932 0,
15933 74, TARGET_VAL(ISD::SPLAT_VECTOR),
15934 OPC_CheckChild0Integer, 127|128,0,
15935 OPC_CheckChild0TypeI32,
15936 OPC_MoveSibling1,
15937 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
15938 OPC_Scope, 31,
15939 OPC_RecordChild0,
15940 OPC_MoveChild1,
15941 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
15942 OPC_CheckChild0Integer, 0|128,127,
15943 OPC_CheckChild0TypeI32,
15944 OPC_MoveParent,
15945 OPC_MoveParent,
15946 OPC_MoveSibling1,
15947 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
15948 OPC_CheckChild0Integer, 127|128,1,
15949 OPC_CheckChild0TypeI32,
15950 OPC_MoveParent,
15951 OPC_CheckType, MVT::v8i16,
15952 OPC_MoveParent,
15953 OPC_CheckType, MVT::v16i8,
15954 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
15955 MVT::v16i8, 2, 16,
15956 31,
15957 OPC_MoveChild0,
15958 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
15959 OPC_CheckChild0Integer, 0|128,127,
15960 OPC_CheckChild0TypeI32,
15961 OPC_MoveParent,
15962 OPC_RecordChild1,
15963 OPC_MoveParent,
15964 OPC_MoveSibling1,
15965 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
15966 OPC_CheckChild0Integer, 127|128,1,
15967 OPC_CheckChild0TypeI32,
15968 OPC_MoveParent,
15969 OPC_CheckType, MVT::v8i16,
15970 OPC_MoveParent,
15971 OPC_CheckType, MVT::v16i8,
15972 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
15973 MVT::v16i8, 2, 16,
15974 0,
15975 0,
15976 13|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
15977 OPC_CheckChild0Integer, 127|128,1,
15978 OPC_CheckChild0TypeI32,
15979 OPC_MoveSibling1,
15980 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
15981 OPC_MoveChild0,
15982 OPC_SwitchOpcode , 66, TARGET_VAL(ISD::SMAX),
15983 OPC_Scope, 31,
15984 OPC_RecordChild0,
15985 OPC_MoveChild1,
15986 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
15987 OPC_CheckChild0Integer, 0|128,127,
15988 OPC_CheckChild0TypeI32,
15989 OPC_MoveParent,
15990 OPC_MoveSibling1,
15991 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
15992 OPC_CheckChild0Integer, 127|128,0,
15993 OPC_CheckChild0TypeI32,
15994 OPC_MoveParent,
15995 OPC_MoveParent,
15996 OPC_CheckType, MVT::v8i16,
15997 OPC_MoveParent,
15998 OPC_CheckType, MVT::v16i8,
15999 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
16000 MVT::v16i8, 2, 16,
16001 31,
16002 OPC_MoveChild0,
16003 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16004 OPC_CheckChild0Integer, 0|128,127,
16005 OPC_CheckChild0TypeI32,
16006 OPC_MoveParent,
16007 OPC_RecordChild1,
16008 OPC_MoveSibling1,
16009 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16010 OPC_CheckChild0Integer, 127|128,0,
16011 OPC_CheckChild0TypeI32,
16012 OPC_MoveParent,
16013 OPC_MoveParent,
16014 OPC_CheckType, MVT::v8i16,
16015 OPC_MoveParent,
16016 OPC_CheckType, MVT::v16i8,
16017 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
16018 MVT::v16i8, 2, 16,
16019 0,
16020 58, TARGET_VAL(ISD::SPLAT_VECTOR),
16021 OPC_CheckChild0Integer, 127|128,0,
16022 OPC_CheckChild0TypeI32,
16023 OPC_MoveSibling1,
16024 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
16025 OPC_Scope, 23,
16026 OPC_RecordChild0,
16027 OPC_MoveChild1,
16028 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16029 OPC_CheckChild0Integer, 0|128,127,
16030 OPC_CheckChild0TypeI32,
16031 OPC_MoveParent,
16032 OPC_MoveParent,
16033 OPC_MoveParent,
16034 OPC_CheckType, MVT::v8i16,
16035 OPC_MoveParent,
16036 OPC_CheckType, MVT::v16i8,
16037 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
16038 MVT::v16i8, 2, 16,
16039 23,
16040 OPC_MoveChild0,
16041 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16042 OPC_CheckChild0Integer, 0|128,127,
16043 OPC_CheckChild0TypeI32,
16044 OPC_MoveParent,
16045 OPC_RecordChild1,
16046 OPC_MoveParent,
16047 OPC_MoveParent,
16048 OPC_CheckType, MVT::v8i16,
16049 OPC_MoveParent,
16050 OPC_CheckType, MVT::v16i8,
16051 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
16052 MVT::v16i8, 2, 16,
16053 0,
16054 0,
16055 0,
16056 71|128,2,
16057 OPC_RecordChild0,
16058 OPC_MoveChild1,
16059 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16060 OPC_CheckChild0Integer, 0|128,0|128,126,
16061 OPC_CheckChild0TypeI32,
16062 OPC_MoveParent,
16063 OPC_MoveSibling1,
16064 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16065 OPC_CheckChild0Integer, 127|128,127|128,1,
16066 OPC_CheckChild0TypeI32,
16067 OPC_MoveParent,
16068 OPC_MoveSibling1,
16069 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16070 OPC_CheckChild0Integer, 127|128,127|128,3,
16071 OPC_CheckChild0TypeI32,
16072 OPC_MoveParent,
16073 OPC_CheckType, MVT::v4i32,
16074 OPC_MoveSibling1,
16075 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
16076 OPC_MoveChild0,
16077 OPC_SwitchOpcode , 2|128,1, TARGET_VAL(ISD::SMIN),
16078 OPC_MoveChild0,
16079 OPC_SwitchOpcode , 42, TARGET_VAL(ISD::SMAX),
16080 OPC_MoveChild0,
16081 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16082 OPC_CheckChild0Integer, 0|128,0|128,126,
16083 OPC_CheckChild0TypeI32,
16084 OPC_MoveParent,
16085 OPC_RecordChild1,
16086 OPC_MoveSibling1,
16087 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16088 OPC_CheckChild0Integer, 127|128,127|128,1,
16089 OPC_CheckChild0TypeI32,
16090 OPC_MoveParent,
16091 OPC_MoveSibling1,
16092 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16093 OPC_CheckChild0Integer, 127|128,127|128,3,
16094 OPC_CheckChild0TypeI32,
16095 OPC_MoveParent,
16096 OPC_CheckType, MVT::v4i32,
16097 OPC_MoveParent,
16098 OPC_CheckType, MVT::v8i16,
16099 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
16100 MVT::v8i16, 2, 16,
16101 79, TARGET_VAL(ISD::SPLAT_VECTOR),
16102 OPC_CheckChild0Integer, 127|128,127|128,1,
16103 OPC_CheckChild0TypeI32,
16104 OPC_MoveSibling1,
16105 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
16106 OPC_Scope, 33,
16107 OPC_RecordChild0,
16108 OPC_MoveChild1,
16109 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16110 OPC_CheckChild0Integer, 0|128,0|128,126,
16111 OPC_CheckChild0TypeI32,
16112 OPC_MoveParent,
16113 OPC_MoveParent,
16114 OPC_MoveSibling1,
16115 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16116 OPC_CheckChild0Integer, 127|128,127|128,3,
16117 OPC_CheckChild0TypeI32,
16118 OPC_MoveParent,
16119 OPC_CheckType, MVT::v4i32,
16120 OPC_MoveParent,
16121 OPC_CheckType, MVT::v8i16,
16122 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
16123 MVT::v8i16, 2, 16,
16124 33,
16125 OPC_MoveChild0,
16126 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16127 OPC_CheckChild0Integer, 0|128,0|128,126,
16128 OPC_CheckChild0TypeI32,
16129 OPC_MoveParent,
16130 OPC_RecordChild1,
16131 OPC_MoveParent,
16132 OPC_MoveSibling1,
16133 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16134 OPC_CheckChild0Integer, 127|128,127|128,3,
16135 OPC_CheckChild0TypeI32,
16136 OPC_MoveParent,
16137 OPC_CheckType, MVT::v4i32,
16138 OPC_MoveParent,
16139 OPC_CheckType, MVT::v8i16,
16140 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
16141 MVT::v8i16, 2, 16,
16142 0,
16143 0,
16144 21|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
16145 OPC_CheckChild0Integer, 127|128,127|128,3,
16146 OPC_CheckChild0TypeI32,
16147 OPC_MoveSibling1,
16148 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
16149 OPC_MoveChild0,
16150 OPC_SwitchOpcode , 70, TARGET_VAL(ISD::SMAX),
16151 OPC_Scope, 33,
16152 OPC_RecordChild0,
16153 OPC_MoveChild1,
16154 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16155 OPC_CheckChild0Integer, 0|128,0|128,126,
16156 OPC_CheckChild0TypeI32,
16157 OPC_MoveParent,
16158 OPC_MoveSibling1,
16159 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16160 OPC_CheckChild0Integer, 127|128,127|128,1,
16161 OPC_CheckChild0TypeI32,
16162 OPC_MoveParent,
16163 OPC_MoveParent,
16164 OPC_CheckType, MVT::v4i32,
16165 OPC_MoveParent,
16166 OPC_CheckType, MVT::v8i16,
16167 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
16168 MVT::v8i16, 2, 16,
16169 33,
16170 OPC_MoveChild0,
16171 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16172 OPC_CheckChild0Integer, 0|128,0|128,126,
16173 OPC_CheckChild0TypeI32,
16174 OPC_MoveParent,
16175 OPC_RecordChild1,
16176 OPC_MoveSibling1,
16177 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16178 OPC_CheckChild0Integer, 127|128,127|128,1,
16179 OPC_CheckChild0TypeI32,
16180 OPC_MoveParent,
16181 OPC_MoveParent,
16182 OPC_CheckType, MVT::v4i32,
16183 OPC_MoveParent,
16184 OPC_CheckType, MVT::v8i16,
16185 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
16186 MVT::v8i16, 2, 16,
16187 0,
16188 61, TARGET_VAL(ISD::SPLAT_VECTOR),
16189 OPC_CheckChild0Integer, 127|128,127|128,1,
16190 OPC_CheckChild0TypeI32,
16191 OPC_MoveSibling1,
16192 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
16193 OPC_Scope, 24,
16194 OPC_RecordChild0,
16195 OPC_MoveChild1,
16196 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16197 OPC_CheckChild0Integer, 0|128,0|128,126,
16198 OPC_CheckChild0TypeI32,
16199 OPC_MoveParent,
16200 OPC_MoveParent,
16201 OPC_MoveParent,
16202 OPC_CheckType, MVT::v4i32,
16203 OPC_MoveParent,
16204 OPC_CheckType, MVT::v8i16,
16205 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
16206 MVT::v8i16, 2, 16,
16207 24,
16208 OPC_MoveChild0,
16209 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16210 OPC_CheckChild0Integer, 0|128,0|128,126,
16211 OPC_CheckChild0TypeI32,
16212 OPC_MoveParent,
16213 OPC_RecordChild1,
16214 OPC_MoveParent,
16215 OPC_MoveParent,
16216 OPC_CheckType, MVT::v4i32,
16217 OPC_MoveParent,
16218 OPC_CheckType, MVT::v8i16,
16219 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
16220 MVT::v8i16, 2, 16,
16221 0,
16222 0,
16223 0,
16224 117|128,2,
16225 OPC_MoveChild0,
16226 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16227 OPC_CheckChild0Integer, 0|128,0|128,126,
16228 OPC_CheckChild0TypeI32,
16229 OPC_MoveParent,
16230 OPC_RecordChild1,
16231 OPC_MoveSibling1,
16232 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16233 OPC_CheckChild0Integer, 127|128,127|128,1,
16234 OPC_CheckChild0TypeI32,
16235 OPC_MoveParent,
16236 OPC_MoveSibling1,
16237 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16238 OPC_CheckChild0Integer, 127|128,127|128,3,
16239 OPC_CheckChild0TypeI32,
16240 OPC_MoveParent,
16241 OPC_CheckType, MVT::v4i32,
16242 OPC_MoveSibling1,
16243 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
16244 OPC_MoveChild0,
16245 OPC_SwitchOpcode , 48|128,1, TARGET_VAL(ISD::SMIN),
16246 OPC_MoveChild0,
16247 OPC_SwitchOpcode , 88, TARGET_VAL(ISD::SMAX),
16248 OPC_Scope, 42,
16249 OPC_RecordChild0,
16250 OPC_MoveChild1,
16251 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16252 OPC_CheckChild0Integer, 0|128,0|128,126,
16253 OPC_CheckChild0TypeI32,
16254 OPC_MoveParent,
16255 OPC_MoveSibling1,
16256 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16257 OPC_CheckChild0Integer, 127|128,127|128,1,
16258 OPC_CheckChild0TypeI32,
16259 OPC_MoveParent,
16260 OPC_MoveSibling1,
16261 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16262 OPC_CheckChild0Integer, 127|128,127|128,3,
16263 OPC_CheckChild0TypeI32,
16264 OPC_MoveParent,
16265 OPC_CheckType, MVT::v4i32,
16266 OPC_MoveParent,
16267 OPC_CheckType, MVT::v8i16,
16268 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
16269 MVT::v8i16, 2, 16,
16270 42,
16271 OPC_MoveChild0,
16272 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16273 OPC_CheckChild0Integer, 0|128,0|128,126,
16274 OPC_CheckChild0TypeI32,
16275 OPC_MoveParent,
16276 OPC_RecordChild1,
16277 OPC_MoveSibling1,
16278 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16279 OPC_CheckChild0Integer, 127|128,127|128,1,
16280 OPC_CheckChild0TypeI32,
16281 OPC_MoveParent,
16282 OPC_MoveSibling1,
16283 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16284 OPC_CheckChild0Integer, 127|128,127|128,3,
16285 OPC_CheckChild0TypeI32,
16286 OPC_MoveParent,
16287 OPC_CheckType, MVT::v4i32,
16288 OPC_MoveParent,
16289 OPC_CheckType, MVT::v8i16,
16290 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
16291 MVT::v8i16, 2, 16,
16292 0,
16293 79, TARGET_VAL(ISD::SPLAT_VECTOR),
16294 OPC_CheckChild0Integer, 127|128,127|128,1,
16295 OPC_CheckChild0TypeI32,
16296 OPC_MoveSibling1,
16297 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
16298 OPC_Scope, 33,
16299 OPC_RecordChild0,
16300 OPC_MoveChild1,
16301 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16302 OPC_CheckChild0Integer, 0|128,0|128,126,
16303 OPC_CheckChild0TypeI32,
16304 OPC_MoveParent,
16305 OPC_MoveParent,
16306 OPC_MoveSibling1,
16307 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16308 OPC_CheckChild0Integer, 127|128,127|128,3,
16309 OPC_CheckChild0TypeI32,
16310 OPC_MoveParent,
16311 OPC_CheckType, MVT::v4i32,
16312 OPC_MoveParent,
16313 OPC_CheckType, MVT::v8i16,
16314 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
16315 MVT::v8i16, 2, 16,
16316 33,
16317 OPC_MoveChild0,
16318 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16319 OPC_CheckChild0Integer, 0|128,0|128,126,
16320 OPC_CheckChild0TypeI32,
16321 OPC_MoveParent,
16322 OPC_RecordChild1,
16323 OPC_MoveParent,
16324 OPC_MoveSibling1,
16325 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16326 OPC_CheckChild0Integer, 127|128,127|128,3,
16327 OPC_CheckChild0TypeI32,
16328 OPC_MoveParent,
16329 OPC_CheckType, MVT::v4i32,
16330 OPC_MoveParent,
16331 OPC_CheckType, MVT::v8i16,
16332 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
16333 MVT::v8i16, 2, 16,
16334 0,
16335 0,
16336 21|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
16337 OPC_CheckChild0Integer, 127|128,127|128,3,
16338 OPC_CheckChild0TypeI32,
16339 OPC_MoveSibling1,
16340 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
16341 OPC_MoveChild0,
16342 OPC_SwitchOpcode , 70, TARGET_VAL(ISD::SMAX),
16343 OPC_Scope, 33,
16344 OPC_RecordChild0,
16345 OPC_MoveChild1,
16346 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16347 OPC_CheckChild0Integer, 0|128,0|128,126,
16348 OPC_CheckChild0TypeI32,
16349 OPC_MoveParent,
16350 OPC_MoveSibling1,
16351 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16352 OPC_CheckChild0Integer, 127|128,127|128,1,
16353 OPC_CheckChild0TypeI32,
16354 OPC_MoveParent,
16355 OPC_MoveParent,
16356 OPC_CheckType, MVT::v4i32,
16357 OPC_MoveParent,
16358 OPC_CheckType, MVT::v8i16,
16359 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
16360 MVT::v8i16, 2, 16,
16361 33,
16362 OPC_MoveChild0,
16363 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16364 OPC_CheckChild0Integer, 0|128,0|128,126,
16365 OPC_CheckChild0TypeI32,
16366 OPC_MoveParent,
16367 OPC_RecordChild1,
16368 OPC_MoveSibling1,
16369 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16370 OPC_CheckChild0Integer, 127|128,127|128,1,
16371 OPC_CheckChild0TypeI32,
16372 OPC_MoveParent,
16373 OPC_MoveParent,
16374 OPC_CheckType, MVT::v4i32,
16375 OPC_MoveParent,
16376 OPC_CheckType, MVT::v8i16,
16377 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
16378 MVT::v8i16, 2, 16,
16379 0,
16380 61, TARGET_VAL(ISD::SPLAT_VECTOR),
16381 OPC_CheckChild0Integer, 127|128,127|128,1,
16382 OPC_CheckChild0TypeI32,
16383 OPC_MoveSibling1,
16384 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
16385 OPC_Scope, 24,
16386 OPC_RecordChild0,
16387 OPC_MoveChild1,
16388 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16389 OPC_CheckChild0Integer, 0|128,0|128,126,
16390 OPC_CheckChild0TypeI32,
16391 OPC_MoveParent,
16392 OPC_MoveParent,
16393 OPC_MoveParent,
16394 OPC_CheckType, MVT::v4i32,
16395 OPC_MoveParent,
16396 OPC_CheckType, MVT::v8i16,
16397 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
16398 MVT::v8i16, 2, 16,
16399 24,
16400 OPC_MoveChild0,
16401 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16402 OPC_CheckChild0Integer, 0|128,0|128,126,
16403 OPC_CheckChild0TypeI32,
16404 OPC_MoveParent,
16405 OPC_RecordChild1,
16406 OPC_MoveParent,
16407 OPC_MoveParent,
16408 OPC_CheckType, MVT::v4i32,
16409 OPC_MoveParent,
16410 OPC_CheckType, MVT::v8i16,
16411 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
16412 MVT::v8i16, 2, 16,
16413 0,
16414 0,
16415 0,
16416 0,
16417 41|128,11, TARGET_VAL(ISD::SPLAT_VECTOR),
16418 OPC_Scope, 60|128,5,
16419 OPC_CheckChild0Integer, 127|128,0,
16420 OPC_CheckChild0TypeI32,
16421 OPC_MoveSibling1,
16422 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
16423 OPC_Scope, 87|128,2,
16424 OPC_RecordChild0,
16425 OPC_MoveChild1,
16426 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16427 OPC_CheckChild0Integer, 0|128,127,
16428 OPC_CheckChild0TypeI32,
16429 OPC_MoveParent,
16430 OPC_MoveParent,
16431 OPC_MoveSibling1,
16432 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16433 OPC_CheckChild0Integer, 127|128,1,
16434 OPC_CheckChild0TypeI32,
16435 OPC_MoveParent,
16436 OPC_CheckType, MVT::v8i16,
16437 OPC_MoveSibling1,
16438 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
16439 OPC_MoveChild0,
16440 OPC_SwitchOpcode , 37|128,1, TARGET_VAL(ISD::SMIN),
16441 OPC_MoveChild0,
16442 OPC_SwitchOpcode , 82, TARGET_VAL(ISD::SMAX),
16443 OPC_Scope, 39,
16444 OPC_RecordChild0,
16445 OPC_MoveChild1,
16446 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16447 OPC_CheckChild0Integer, 0|128,127,
16448 OPC_CheckChild0TypeI32,
16449 OPC_MoveParent,
16450 OPC_MoveSibling1,
16451 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16452 OPC_CheckChild0Integer, 127|128,0,
16453 OPC_CheckChild0TypeI32,
16454 OPC_MoveParent,
16455 OPC_MoveSibling1,
16456 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16457 OPC_CheckChild0Integer, 127|128,1,
16458 OPC_CheckChild0TypeI32,
16459 OPC_MoveParent,
16460 OPC_CheckType, MVT::v8i16,
16461 OPC_MoveParent,
16462 OPC_CheckType, MVT::v16i8,
16463 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
16464 MVT::v16i8, 2, 16,
16465 39,
16466 OPC_MoveChild0,
16467 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16468 OPC_CheckChild0Integer, 0|128,127,
16469 OPC_CheckChild0TypeI32,
16470 OPC_MoveParent,
16471 OPC_RecordChild1,
16472 OPC_MoveSibling1,
16473 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16474 OPC_CheckChild0Integer, 127|128,0,
16475 OPC_CheckChild0TypeI32,
16476 OPC_MoveParent,
16477 OPC_MoveSibling1,
16478 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16479 OPC_CheckChild0Integer, 127|128,1,
16480 OPC_CheckChild0TypeI32,
16481 OPC_MoveParent,
16482 OPC_CheckType, MVT::v8i16,
16483 OPC_MoveParent,
16484 OPC_CheckType, MVT::v16i8,
16485 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
16486 MVT::v16i8, 2, 16,
16487 0,
16488 74, TARGET_VAL(ISD::SPLAT_VECTOR),
16489 OPC_CheckChild0Integer, 127|128,0,
16490 OPC_CheckChild0TypeI32,
16491 OPC_MoveSibling1,
16492 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
16493 OPC_Scope, 31,
16494 OPC_RecordChild0,
16495 OPC_MoveChild1,
16496 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16497 OPC_CheckChild0Integer, 0|128,127,
16498 OPC_CheckChild0TypeI32,
16499 OPC_MoveParent,
16500 OPC_MoveParent,
16501 OPC_MoveSibling1,
16502 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16503 OPC_CheckChild0Integer, 127|128,1,
16504 OPC_CheckChild0TypeI32,
16505 OPC_MoveParent,
16506 OPC_CheckType, MVT::v8i16,
16507 OPC_MoveParent,
16508 OPC_CheckType, MVT::v16i8,
16509 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
16510 MVT::v16i8, 2, 16,
16511 31,
16512 OPC_MoveChild0,
16513 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16514 OPC_CheckChild0Integer, 0|128,127,
16515 OPC_CheckChild0TypeI32,
16516 OPC_MoveParent,
16517 OPC_RecordChild1,
16518 OPC_MoveParent,
16519 OPC_MoveSibling1,
16520 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16521 OPC_CheckChild0Integer, 127|128,1,
16522 OPC_CheckChild0TypeI32,
16523 OPC_MoveParent,
16524 OPC_CheckType, MVT::v8i16,
16525 OPC_MoveParent,
16526 OPC_CheckType, MVT::v16i8,
16527 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
16528 MVT::v16i8, 2, 16,
16529 0,
16530 0,
16531 13|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
16532 OPC_CheckChild0Integer, 127|128,1,
16533 OPC_CheckChild0TypeI32,
16534 OPC_MoveSibling1,
16535 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
16536 OPC_MoveChild0,
16537 OPC_SwitchOpcode , 66, TARGET_VAL(ISD::SMAX),
16538 OPC_Scope, 31,
16539 OPC_RecordChild0,
16540 OPC_MoveChild1,
16541 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16542 OPC_CheckChild0Integer, 0|128,127,
16543 OPC_CheckChild0TypeI32,
16544 OPC_MoveParent,
16545 OPC_MoveSibling1,
16546 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16547 OPC_CheckChild0Integer, 127|128,0,
16548 OPC_CheckChild0TypeI32,
16549 OPC_MoveParent,
16550 OPC_MoveParent,
16551 OPC_CheckType, MVT::v8i16,
16552 OPC_MoveParent,
16553 OPC_CheckType, MVT::v16i8,
16554 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
16555 MVT::v16i8, 2, 16,
16556 31,
16557 OPC_MoveChild0,
16558 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16559 OPC_CheckChild0Integer, 0|128,127,
16560 OPC_CheckChild0TypeI32,
16561 OPC_MoveParent,
16562 OPC_RecordChild1,
16563 OPC_MoveSibling1,
16564 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16565 OPC_CheckChild0Integer, 127|128,0,
16566 OPC_CheckChild0TypeI32,
16567 OPC_MoveParent,
16568 OPC_MoveParent,
16569 OPC_CheckType, MVT::v8i16,
16570 OPC_MoveParent,
16571 OPC_CheckType, MVT::v16i8,
16572 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
16573 MVT::v16i8, 2, 16,
16574 0,
16575 58, TARGET_VAL(ISD::SPLAT_VECTOR),
16576 OPC_CheckChild0Integer, 127|128,0,
16577 OPC_CheckChild0TypeI32,
16578 OPC_MoveSibling1,
16579 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
16580 OPC_Scope, 23,
16581 OPC_RecordChild0,
16582 OPC_MoveChild1,
16583 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16584 OPC_CheckChild0Integer, 0|128,127,
16585 OPC_CheckChild0TypeI32,
16586 OPC_MoveParent,
16587 OPC_MoveParent,
16588 OPC_MoveParent,
16589 OPC_CheckType, MVT::v8i16,
16590 OPC_MoveParent,
16591 OPC_CheckType, MVT::v16i8,
16592 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
16593 MVT::v16i8, 2, 16,
16594 23,
16595 OPC_MoveChild0,
16596 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16597 OPC_CheckChild0Integer, 0|128,127,
16598 OPC_CheckChild0TypeI32,
16599 OPC_MoveParent,
16600 OPC_RecordChild1,
16601 OPC_MoveParent,
16602 OPC_MoveParent,
16603 OPC_CheckType, MVT::v8i16,
16604 OPC_MoveParent,
16605 OPC_CheckType, MVT::v16i8,
16606 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
16607 MVT::v16i8, 2, 16,
16608 0,
16609 0,
16610 0,
16611 87|128,2,
16612 OPC_MoveChild0,
16613 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16614 OPC_CheckChild0Integer, 0|128,127,
16615 OPC_CheckChild0TypeI32,
16616 OPC_MoveParent,
16617 OPC_RecordChild1,
16618 OPC_MoveParent,
16619 OPC_MoveSibling1,
16620 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16621 OPC_CheckChild0Integer, 127|128,1,
16622 OPC_CheckChild0TypeI32,
16623 OPC_MoveParent,
16624 OPC_CheckType, MVT::v8i16,
16625 OPC_MoveSibling1,
16626 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
16627 OPC_MoveChild0,
16628 OPC_SwitchOpcode , 37|128,1, TARGET_VAL(ISD::SMIN),
16629 OPC_MoveChild0,
16630 OPC_SwitchOpcode , 82, TARGET_VAL(ISD::SMAX),
16631 OPC_Scope, 39,
16632 OPC_RecordChild0,
16633 OPC_MoveChild1,
16634 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16635 OPC_CheckChild0Integer, 0|128,127,
16636 OPC_CheckChild0TypeI32,
16637 OPC_MoveParent,
16638 OPC_MoveSibling1,
16639 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16640 OPC_CheckChild0Integer, 127|128,0,
16641 OPC_CheckChild0TypeI32,
16642 OPC_MoveParent,
16643 OPC_MoveSibling1,
16644 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16645 OPC_CheckChild0Integer, 127|128,1,
16646 OPC_CheckChild0TypeI32,
16647 OPC_MoveParent,
16648 OPC_CheckType, MVT::v8i16,
16649 OPC_MoveParent,
16650 OPC_CheckType, MVT::v16i8,
16651 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
16652 MVT::v16i8, 2, 16,
16653 39,
16654 OPC_MoveChild0,
16655 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16656 OPC_CheckChild0Integer, 0|128,127,
16657 OPC_CheckChild0TypeI32,
16658 OPC_MoveParent,
16659 OPC_RecordChild1,
16660 OPC_MoveSibling1,
16661 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16662 OPC_CheckChild0Integer, 127|128,0,
16663 OPC_CheckChild0TypeI32,
16664 OPC_MoveParent,
16665 OPC_MoveSibling1,
16666 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16667 OPC_CheckChild0Integer, 127|128,1,
16668 OPC_CheckChild0TypeI32,
16669 OPC_MoveParent,
16670 OPC_CheckType, MVT::v8i16,
16671 OPC_MoveParent,
16672 OPC_CheckType, MVT::v16i8,
16673 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
16674 MVT::v16i8, 2, 16,
16675 0,
16676 74, TARGET_VAL(ISD::SPLAT_VECTOR),
16677 OPC_CheckChild0Integer, 127|128,0,
16678 OPC_CheckChild0TypeI32,
16679 OPC_MoveSibling1,
16680 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
16681 OPC_Scope, 31,
16682 OPC_RecordChild0,
16683 OPC_MoveChild1,
16684 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16685 OPC_CheckChild0Integer, 0|128,127,
16686 OPC_CheckChild0TypeI32,
16687 OPC_MoveParent,
16688 OPC_MoveParent,
16689 OPC_MoveSibling1,
16690 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16691 OPC_CheckChild0Integer, 127|128,1,
16692 OPC_CheckChild0TypeI32,
16693 OPC_MoveParent,
16694 OPC_CheckType, MVT::v8i16,
16695 OPC_MoveParent,
16696 OPC_CheckType, MVT::v16i8,
16697 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
16698 MVT::v16i8, 2, 16,
16699 31,
16700 OPC_MoveChild0,
16701 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16702 OPC_CheckChild0Integer, 0|128,127,
16703 OPC_CheckChild0TypeI32,
16704 OPC_MoveParent,
16705 OPC_RecordChild1,
16706 OPC_MoveParent,
16707 OPC_MoveSibling1,
16708 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16709 OPC_CheckChild0Integer, 127|128,1,
16710 OPC_CheckChild0TypeI32,
16711 OPC_MoveParent,
16712 OPC_CheckType, MVT::v8i16,
16713 OPC_MoveParent,
16714 OPC_CheckType, MVT::v16i8,
16715 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
16716 MVT::v16i8, 2, 16,
16717 0,
16718 0,
16719 13|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
16720 OPC_CheckChild0Integer, 127|128,1,
16721 OPC_CheckChild0TypeI32,
16722 OPC_MoveSibling1,
16723 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
16724 OPC_MoveChild0,
16725 OPC_SwitchOpcode , 66, TARGET_VAL(ISD::SMAX),
16726 OPC_Scope, 31,
16727 OPC_RecordChild0,
16728 OPC_MoveChild1,
16729 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16730 OPC_CheckChild0Integer, 0|128,127,
16731 OPC_CheckChild0TypeI32,
16732 OPC_MoveParent,
16733 OPC_MoveSibling1,
16734 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16735 OPC_CheckChild0Integer, 127|128,0,
16736 OPC_CheckChild0TypeI32,
16737 OPC_MoveParent,
16738 OPC_MoveParent,
16739 OPC_CheckType, MVT::v8i16,
16740 OPC_MoveParent,
16741 OPC_CheckType, MVT::v16i8,
16742 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
16743 MVT::v16i8, 2, 16,
16744 31,
16745 OPC_MoveChild0,
16746 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16747 OPC_CheckChild0Integer, 0|128,127,
16748 OPC_CheckChild0TypeI32,
16749 OPC_MoveParent,
16750 OPC_RecordChild1,
16751 OPC_MoveSibling1,
16752 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16753 OPC_CheckChild0Integer, 127|128,0,
16754 OPC_CheckChild0TypeI32,
16755 OPC_MoveParent,
16756 OPC_MoveParent,
16757 OPC_CheckType, MVT::v8i16,
16758 OPC_MoveParent,
16759 OPC_CheckType, MVT::v16i8,
16760 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
16761 MVT::v16i8, 2, 16,
16762 0,
16763 58, TARGET_VAL(ISD::SPLAT_VECTOR),
16764 OPC_CheckChild0Integer, 127|128,0,
16765 OPC_CheckChild0TypeI32,
16766 OPC_MoveSibling1,
16767 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
16768 OPC_Scope, 23,
16769 OPC_RecordChild0,
16770 OPC_MoveChild1,
16771 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16772 OPC_CheckChild0Integer, 0|128,127,
16773 OPC_CheckChild0TypeI32,
16774 OPC_MoveParent,
16775 OPC_MoveParent,
16776 OPC_MoveParent,
16777 OPC_CheckType, MVT::v8i16,
16778 OPC_MoveParent,
16779 OPC_CheckType, MVT::v16i8,
16780 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
16781 MVT::v16i8, 2, 16,
16782 23,
16783 OPC_MoveChild0,
16784 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16785 OPC_CheckChild0Integer, 0|128,127,
16786 OPC_CheckChild0TypeI32,
16787 OPC_MoveParent,
16788 OPC_RecordChild1,
16789 OPC_MoveParent,
16790 OPC_MoveParent,
16791 OPC_CheckType, MVT::v8i16,
16792 OPC_MoveParent,
16793 OPC_CheckType, MVT::v16i8,
16794 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
16795 MVT::v16i8, 2, 16,
16796 0,
16797 0,
16798 0,
16799 0,
16800 103|128,5,
16801 OPC_CheckChild0Integer, 127|128,127|128,1,
16802 OPC_CheckChild0TypeI32,
16803 OPC_MoveSibling1,
16804 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
16805 OPC_Scope, 108|128,2,
16806 OPC_RecordChild0,
16807 OPC_MoveChild1,
16808 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16809 OPC_CheckChild0Integer, 0|128,0|128,126,
16810 OPC_CheckChild0TypeI32,
16811 OPC_MoveParent,
16812 OPC_MoveParent,
16813 OPC_MoveSibling1,
16814 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16815 OPC_CheckChild0Integer, 127|128,127|128,3,
16816 OPC_CheckChild0TypeI32,
16817 OPC_MoveParent,
16818 OPC_CheckType, MVT::v4i32,
16819 OPC_MoveSibling1,
16820 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
16821 OPC_MoveChild0,
16822 OPC_SwitchOpcode , 48|128,1, TARGET_VAL(ISD::SMIN),
16823 OPC_MoveChild0,
16824 OPC_SwitchOpcode , 88, TARGET_VAL(ISD::SMAX),
16825 OPC_Scope, 42,
16826 OPC_RecordChild0,
16827 OPC_MoveChild1,
16828 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16829 OPC_CheckChild0Integer, 0|128,0|128,126,
16830 OPC_CheckChild0TypeI32,
16831 OPC_MoveParent,
16832 OPC_MoveSibling1,
16833 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16834 OPC_CheckChild0Integer, 127|128,127|128,1,
16835 OPC_CheckChild0TypeI32,
16836 OPC_MoveParent,
16837 OPC_MoveSibling1,
16838 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16839 OPC_CheckChild0Integer, 127|128,127|128,3,
16840 OPC_CheckChild0TypeI32,
16841 OPC_MoveParent,
16842 OPC_CheckType, MVT::v4i32,
16843 OPC_MoveParent,
16844 OPC_CheckType, MVT::v8i16,
16845 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
16846 MVT::v8i16, 2, 16,
16847 42,
16848 OPC_MoveChild0,
16849 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16850 OPC_CheckChild0Integer, 0|128,0|128,126,
16851 OPC_CheckChild0TypeI32,
16852 OPC_MoveParent,
16853 OPC_RecordChild1,
16854 OPC_MoveSibling1,
16855 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16856 OPC_CheckChild0Integer, 127|128,127|128,1,
16857 OPC_CheckChild0TypeI32,
16858 OPC_MoveParent,
16859 OPC_MoveSibling1,
16860 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16861 OPC_CheckChild0Integer, 127|128,127|128,3,
16862 OPC_CheckChild0TypeI32,
16863 OPC_MoveParent,
16864 OPC_CheckType, MVT::v4i32,
16865 OPC_MoveParent,
16866 OPC_CheckType, MVT::v8i16,
16867 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
16868 MVT::v8i16, 2, 16,
16869 0,
16870 79, TARGET_VAL(ISD::SPLAT_VECTOR),
16871 OPC_CheckChild0Integer, 127|128,127|128,1,
16872 OPC_CheckChild0TypeI32,
16873 OPC_MoveSibling1,
16874 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
16875 OPC_Scope, 33,
16876 OPC_RecordChild0,
16877 OPC_MoveChild1,
16878 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16879 OPC_CheckChild0Integer, 0|128,0|128,126,
16880 OPC_CheckChild0TypeI32,
16881 OPC_MoveParent,
16882 OPC_MoveParent,
16883 OPC_MoveSibling1,
16884 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16885 OPC_CheckChild0Integer, 127|128,127|128,3,
16886 OPC_CheckChild0TypeI32,
16887 OPC_MoveParent,
16888 OPC_CheckType, MVT::v4i32,
16889 OPC_MoveParent,
16890 OPC_CheckType, MVT::v8i16,
16891 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
16892 MVT::v8i16, 2, 16,
16893 33,
16894 OPC_MoveChild0,
16895 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16896 OPC_CheckChild0Integer, 0|128,0|128,126,
16897 OPC_CheckChild0TypeI32,
16898 OPC_MoveParent,
16899 OPC_RecordChild1,
16900 OPC_MoveParent,
16901 OPC_MoveSibling1,
16902 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16903 OPC_CheckChild0Integer, 127|128,127|128,3,
16904 OPC_CheckChild0TypeI32,
16905 OPC_MoveParent,
16906 OPC_CheckType, MVT::v4i32,
16907 OPC_MoveParent,
16908 OPC_CheckType, MVT::v8i16,
16909 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
16910 MVT::v8i16, 2, 16,
16911 0,
16912 0,
16913 21|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
16914 OPC_CheckChild0Integer, 127|128,127|128,3,
16915 OPC_CheckChild0TypeI32,
16916 OPC_MoveSibling1,
16917 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
16918 OPC_MoveChild0,
16919 OPC_SwitchOpcode , 70, TARGET_VAL(ISD::SMAX),
16920 OPC_Scope, 33,
16921 OPC_RecordChild0,
16922 OPC_MoveChild1,
16923 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16924 OPC_CheckChild0Integer, 0|128,0|128,126,
16925 OPC_CheckChild0TypeI32,
16926 OPC_MoveParent,
16927 OPC_MoveSibling1,
16928 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16929 OPC_CheckChild0Integer, 127|128,127|128,1,
16930 OPC_CheckChild0TypeI32,
16931 OPC_MoveParent,
16932 OPC_MoveParent,
16933 OPC_CheckType, MVT::v4i32,
16934 OPC_MoveParent,
16935 OPC_CheckType, MVT::v8i16,
16936 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
16937 MVT::v8i16, 2, 16,
16938 33,
16939 OPC_MoveChild0,
16940 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16941 OPC_CheckChild0Integer, 0|128,0|128,126,
16942 OPC_CheckChild0TypeI32,
16943 OPC_MoveParent,
16944 OPC_RecordChild1,
16945 OPC_MoveSibling1,
16946 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16947 OPC_CheckChild0Integer, 127|128,127|128,1,
16948 OPC_CheckChild0TypeI32,
16949 OPC_MoveParent,
16950 OPC_MoveParent,
16951 OPC_CheckType, MVT::v4i32,
16952 OPC_MoveParent,
16953 OPC_CheckType, MVT::v8i16,
16954 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
16955 MVT::v8i16, 2, 16,
16956 0,
16957 61, TARGET_VAL(ISD::SPLAT_VECTOR),
16958 OPC_CheckChild0Integer, 127|128,127|128,1,
16959 OPC_CheckChild0TypeI32,
16960 OPC_MoveSibling1,
16961 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
16962 OPC_Scope, 24,
16963 OPC_RecordChild0,
16964 OPC_MoveChild1,
16965 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16966 OPC_CheckChild0Integer, 0|128,0|128,126,
16967 OPC_CheckChild0TypeI32,
16968 OPC_MoveParent,
16969 OPC_MoveParent,
16970 OPC_MoveParent,
16971 OPC_CheckType, MVT::v4i32,
16972 OPC_MoveParent,
16973 OPC_CheckType, MVT::v8i16,
16974 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
16975 MVT::v8i16, 2, 16,
16976 24,
16977 OPC_MoveChild0,
16978 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16979 OPC_CheckChild0Integer, 0|128,0|128,126,
16980 OPC_CheckChild0TypeI32,
16981 OPC_MoveParent,
16982 OPC_RecordChild1,
16983 OPC_MoveParent,
16984 OPC_MoveParent,
16985 OPC_CheckType, MVT::v4i32,
16986 OPC_MoveParent,
16987 OPC_CheckType, MVT::v8i16,
16988 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
16989 MVT::v8i16, 2, 16,
16990 0,
16991 0,
16992 0,
16993 108|128,2,
16994 OPC_MoveChild0,
16995 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16996 OPC_CheckChild0Integer, 0|128,0|128,126,
16997 OPC_CheckChild0TypeI32,
16998 OPC_MoveParent,
16999 OPC_RecordChild1,
17000 OPC_MoveParent,
17001 OPC_MoveSibling1,
17002 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17003 OPC_CheckChild0Integer, 127|128,127|128,3,
17004 OPC_CheckChild0TypeI32,
17005 OPC_MoveParent,
17006 OPC_CheckType, MVT::v4i32,
17007 OPC_MoveSibling1,
17008 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
17009 OPC_MoveChild0,
17010 OPC_SwitchOpcode , 48|128,1, TARGET_VAL(ISD::SMIN),
17011 OPC_MoveChild0,
17012 OPC_SwitchOpcode , 88, TARGET_VAL(ISD::SMAX),
17013 OPC_Scope, 42,
17014 OPC_RecordChild0,
17015 OPC_MoveChild1,
17016 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17017 OPC_CheckChild0Integer, 0|128,0|128,126,
17018 OPC_CheckChild0TypeI32,
17019 OPC_MoveParent,
17020 OPC_MoveSibling1,
17021 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17022 OPC_CheckChild0Integer, 127|128,127|128,1,
17023 OPC_CheckChild0TypeI32,
17024 OPC_MoveParent,
17025 OPC_MoveSibling1,
17026 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17027 OPC_CheckChild0Integer, 127|128,127|128,3,
17028 OPC_CheckChild0TypeI32,
17029 OPC_MoveParent,
17030 OPC_CheckType, MVT::v4i32,
17031 OPC_MoveParent,
17032 OPC_CheckType, MVT::v8i16,
17033 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
17034 MVT::v8i16, 2, 16,
17035 42,
17036 OPC_MoveChild0,
17037 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17038 OPC_CheckChild0Integer, 0|128,0|128,126,
17039 OPC_CheckChild0TypeI32,
17040 OPC_MoveParent,
17041 OPC_RecordChild1,
17042 OPC_MoveSibling1,
17043 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17044 OPC_CheckChild0Integer, 127|128,127|128,1,
17045 OPC_CheckChild0TypeI32,
17046 OPC_MoveParent,
17047 OPC_MoveSibling1,
17048 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17049 OPC_CheckChild0Integer, 127|128,127|128,3,
17050 OPC_CheckChild0TypeI32,
17051 OPC_MoveParent,
17052 OPC_CheckType, MVT::v4i32,
17053 OPC_MoveParent,
17054 OPC_CheckType, MVT::v8i16,
17055 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
17056 MVT::v8i16, 2, 16,
17057 0,
17058 79, TARGET_VAL(ISD::SPLAT_VECTOR),
17059 OPC_CheckChild0Integer, 127|128,127|128,1,
17060 OPC_CheckChild0TypeI32,
17061 OPC_MoveSibling1,
17062 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
17063 OPC_Scope, 33,
17064 OPC_RecordChild0,
17065 OPC_MoveChild1,
17066 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17067 OPC_CheckChild0Integer, 0|128,0|128,126,
17068 OPC_CheckChild0TypeI32,
17069 OPC_MoveParent,
17070 OPC_MoveParent,
17071 OPC_MoveSibling1,
17072 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17073 OPC_CheckChild0Integer, 127|128,127|128,3,
17074 OPC_CheckChild0TypeI32,
17075 OPC_MoveParent,
17076 OPC_CheckType, MVT::v4i32,
17077 OPC_MoveParent,
17078 OPC_CheckType, MVT::v8i16,
17079 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
17080 MVT::v8i16, 2, 16,
17081 33,
17082 OPC_MoveChild0,
17083 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17084 OPC_CheckChild0Integer, 0|128,0|128,126,
17085 OPC_CheckChild0TypeI32,
17086 OPC_MoveParent,
17087 OPC_RecordChild1,
17088 OPC_MoveParent,
17089 OPC_MoveSibling1,
17090 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17091 OPC_CheckChild0Integer, 127|128,127|128,3,
17092 OPC_CheckChild0TypeI32,
17093 OPC_MoveParent,
17094 OPC_CheckType, MVT::v4i32,
17095 OPC_MoveParent,
17096 OPC_CheckType, MVT::v8i16,
17097 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
17098 MVT::v8i16, 2, 16,
17099 0,
17100 0,
17101 21|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
17102 OPC_CheckChild0Integer, 127|128,127|128,3,
17103 OPC_CheckChild0TypeI32,
17104 OPC_MoveSibling1,
17105 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
17106 OPC_MoveChild0,
17107 OPC_SwitchOpcode , 70, TARGET_VAL(ISD::SMAX),
17108 OPC_Scope, 33,
17109 OPC_RecordChild0,
17110 OPC_MoveChild1,
17111 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17112 OPC_CheckChild0Integer, 0|128,0|128,126,
17113 OPC_CheckChild0TypeI32,
17114 OPC_MoveParent,
17115 OPC_MoveSibling1,
17116 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17117 OPC_CheckChild0Integer, 127|128,127|128,1,
17118 OPC_CheckChild0TypeI32,
17119 OPC_MoveParent,
17120 OPC_MoveParent,
17121 OPC_CheckType, MVT::v4i32,
17122 OPC_MoveParent,
17123 OPC_CheckType, MVT::v8i16,
17124 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
17125 MVT::v8i16, 2, 16,
17126 33,
17127 OPC_MoveChild0,
17128 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17129 OPC_CheckChild0Integer, 0|128,0|128,126,
17130 OPC_CheckChild0TypeI32,
17131 OPC_MoveParent,
17132 OPC_RecordChild1,
17133 OPC_MoveSibling1,
17134 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17135 OPC_CheckChild0Integer, 127|128,127|128,1,
17136 OPC_CheckChild0TypeI32,
17137 OPC_MoveParent,
17138 OPC_MoveParent,
17139 OPC_CheckType, MVT::v4i32,
17140 OPC_MoveParent,
17141 OPC_CheckType, MVT::v8i16,
17142 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
17143 MVT::v8i16, 2, 16,
17144 0,
17145 61, TARGET_VAL(ISD::SPLAT_VECTOR),
17146 OPC_CheckChild0Integer, 127|128,127|128,1,
17147 OPC_CheckChild0TypeI32,
17148 OPC_MoveSibling1,
17149 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
17150 OPC_Scope, 24,
17151 OPC_RecordChild0,
17152 OPC_MoveChild1,
17153 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17154 OPC_CheckChild0Integer, 0|128,0|128,126,
17155 OPC_CheckChild0TypeI32,
17156 OPC_MoveParent,
17157 OPC_MoveParent,
17158 OPC_MoveParent,
17159 OPC_CheckType, MVT::v4i32,
17160 OPC_MoveParent,
17161 OPC_CheckType, MVT::v8i16,
17162 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
17163 MVT::v8i16, 2, 16,
17164 24,
17165 OPC_MoveChild0,
17166 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17167 OPC_CheckChild0Integer, 0|128,0|128,126,
17168 OPC_CheckChild0TypeI32,
17169 OPC_MoveParent,
17170 OPC_RecordChild1,
17171 OPC_MoveParent,
17172 OPC_MoveParent,
17173 OPC_CheckType, MVT::v4i32,
17174 OPC_MoveParent,
17175 OPC_CheckType, MVT::v8i16,
17176 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
17177 MVT::v8i16, 2, 16,
17178 0,
17179 0,
17180 0,
17181 0,
17182 0,
17183 0,
17184 15|128,23, TARGET_VAL(ISD::SMAX),
17185 OPC_MoveChild0,
17186 OPC_SwitchOpcode , 91|128,11, TARGET_VAL(ISD::SMIN),
17187 OPC_Scope, 54|128,3,
17188 OPC_RecordChild0,
17189 OPC_MoveChild1,
17190 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17191 OPC_Scope, 90|128,2,
17192 OPC_CheckChild0Integer, 127|128,0,
17193 OPC_CheckChild0TypeI32,
17194 OPC_MoveParent,
17195 OPC_MoveSibling1,
17196 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17197 OPC_CheckChild0Integer, 0|128,127,
17198 OPC_CheckChild0TypeI32,
17199 OPC_MoveParent,
17200 OPC_MoveSibling1,
17201 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17202 OPC_CheckChild0Integer, 127|128,1,
17203 OPC_CheckChild0TypeI32,
17204 OPC_MoveParent,
17205 OPC_CheckType, MVT::v8i16,
17206 OPC_MoveSibling1,
17207 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
17208 OPC_MoveChild0,
17209 OPC_SwitchOpcode , 37|128,1, TARGET_VAL(ISD::SMAX),
17210 OPC_MoveChild0,
17211 OPC_SwitchOpcode , 82, TARGET_VAL(ISD::SMIN),
17212 OPC_Scope, 39,
17213 OPC_RecordChild0,
17214 OPC_MoveChild1,
17215 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17216 OPC_CheckChild0Integer, 127|128,0,
17217 OPC_CheckChild0TypeI32,
17218 OPC_MoveParent,
17219 OPC_MoveSibling1,
17220 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17221 OPC_CheckChild0Integer, 0|128,127,
17222 OPC_CheckChild0TypeI32,
17223 OPC_MoveParent,
17224 OPC_MoveSibling1,
17225 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17226 OPC_CheckChild0Integer, 127|128,1,
17227 OPC_CheckChild0TypeI32,
17228 OPC_MoveParent,
17229 OPC_CheckType, MVT::v8i16,
17230 OPC_MoveParent,
17231 OPC_CheckType, MVT::v16i8,
17232 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
17233 MVT::v16i8, 2, 16,
17234 39,
17235 OPC_MoveChild0,
17236 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17237 OPC_CheckChild0Integer, 127|128,0,
17238 OPC_CheckChild0TypeI32,
17239 OPC_MoveParent,
17240 OPC_RecordChild1,
17241 OPC_MoveSibling1,
17242 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17243 OPC_CheckChild0Integer, 0|128,127,
17244 OPC_CheckChild0TypeI32,
17245 OPC_MoveParent,
17246 OPC_MoveSibling1,
17247 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17248 OPC_CheckChild0Integer, 127|128,1,
17249 OPC_CheckChild0TypeI32,
17250 OPC_MoveParent,
17251 OPC_CheckType, MVT::v8i16,
17252 OPC_MoveParent,
17253 OPC_CheckType, MVT::v16i8,
17254 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
17255 MVT::v16i8, 2, 16,
17256 0,
17257 74, TARGET_VAL(ISD::SPLAT_VECTOR),
17258 OPC_CheckChild0Integer, 0|128,127,
17259 OPC_CheckChild0TypeI32,
17260 OPC_MoveSibling1,
17261 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
17262 OPC_Scope, 31,
17263 OPC_RecordChild0,
17264 OPC_MoveChild1,
17265 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17266 OPC_CheckChild0Integer, 127|128,0,
17267 OPC_CheckChild0TypeI32,
17268 OPC_MoveParent,
17269 OPC_MoveParent,
17270 OPC_MoveSibling1,
17271 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17272 OPC_CheckChild0Integer, 127|128,1,
17273 OPC_CheckChild0TypeI32,
17274 OPC_MoveParent,
17275 OPC_CheckType, MVT::v8i16,
17276 OPC_MoveParent,
17277 OPC_CheckType, MVT::v16i8,
17278 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
17279 MVT::v16i8, 2, 16,
17280 31,
17281 OPC_MoveChild0,
17282 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17283 OPC_CheckChild0Integer, 127|128,0,
17284 OPC_CheckChild0TypeI32,
17285 OPC_MoveParent,
17286 OPC_RecordChild1,
17287 OPC_MoveParent,
17288 OPC_MoveSibling1,
17289 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17290 OPC_CheckChild0Integer, 127|128,1,
17291 OPC_CheckChild0TypeI32,
17292 OPC_MoveParent,
17293 OPC_CheckType, MVT::v8i16,
17294 OPC_MoveParent,
17295 OPC_CheckType, MVT::v16i8,
17296 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
17297 MVT::v16i8, 2, 16,
17298 0,
17299 0,
17300 13|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
17301 OPC_CheckChild0Integer, 127|128,1,
17302 OPC_CheckChild0TypeI32,
17303 OPC_MoveSibling1,
17304 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
17305 OPC_MoveChild0,
17306 OPC_SwitchOpcode , 66, TARGET_VAL(ISD::SMIN),
17307 OPC_Scope, 31,
17308 OPC_RecordChild0,
17309 OPC_MoveChild1,
17310 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17311 OPC_CheckChild0Integer, 127|128,0,
17312 OPC_CheckChild0TypeI32,
17313 OPC_MoveParent,
17314 OPC_MoveSibling1,
17315 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17316 OPC_CheckChild0Integer, 0|128,127,
17317 OPC_CheckChild0TypeI32,
17318 OPC_MoveParent,
17319 OPC_MoveParent,
17320 OPC_CheckType, MVT::v8i16,
17321 OPC_MoveParent,
17322 OPC_CheckType, MVT::v16i8,
17323 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
17324 MVT::v16i8, 2, 16,
17325 31,
17326 OPC_MoveChild0,
17327 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17328 OPC_CheckChild0Integer, 127|128,0,
17329 OPC_CheckChild0TypeI32,
17330 OPC_MoveParent,
17331 OPC_RecordChild1,
17332 OPC_MoveSibling1,
17333 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17334 OPC_CheckChild0Integer, 0|128,127,
17335 OPC_CheckChild0TypeI32,
17336 OPC_MoveParent,
17337 OPC_MoveParent,
17338 OPC_CheckType, MVT::v8i16,
17339 OPC_MoveParent,
17340 OPC_CheckType, MVT::v16i8,
17341 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
17342 MVT::v16i8, 2, 16,
17343 0,
17344 58, TARGET_VAL(ISD::SPLAT_VECTOR),
17345 OPC_CheckChild0Integer, 0|128,127,
17346 OPC_CheckChild0TypeI32,
17347 OPC_MoveSibling1,
17348 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
17349 OPC_Scope, 23,
17350 OPC_RecordChild0,
17351 OPC_MoveChild1,
17352 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17353 OPC_CheckChild0Integer, 127|128,0,
17354 OPC_CheckChild0TypeI32,
17355 OPC_MoveParent,
17356 OPC_MoveParent,
17357 OPC_MoveParent,
17358 OPC_CheckType, MVT::v8i16,
17359 OPC_MoveParent,
17360 OPC_CheckType, MVT::v16i8,
17361 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
17362 MVT::v16i8, 2, 16,
17363 23,
17364 OPC_MoveChild0,
17365 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17366 OPC_CheckChild0Integer, 127|128,0,
17367 OPC_CheckChild0TypeI32,
17368 OPC_MoveParent,
17369 OPC_RecordChild1,
17370 OPC_MoveParent,
17371 OPC_MoveParent,
17372 OPC_CheckType, MVT::v8i16,
17373 OPC_MoveParent,
17374 OPC_CheckType, MVT::v16i8,
17375 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
17376 MVT::v16i8, 2, 16,
17377 0,
17378 0,
17379 0,
17380 82,
17381 OPC_CheckChild0Integer, 127|128,127|128,1,
17382 OPC_CheckChild0TypeI32,
17383 OPC_MoveParent,
17384 OPC_MoveSibling1,
17385 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17386 OPC_CheckChild0Integer, 0|128,0|128,126,
17387 OPC_CheckChild0TypeI32,
17388 OPC_MoveParent,
17389 OPC_MoveSibling1,
17390 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17391 OPC_CheckChild0Integer, 127|128,127|128,3,
17392 OPC_CheckChild0TypeI32,
17393 OPC_MoveParent,
17394 OPC_CheckType, MVT::v4i32,
17395 OPC_MoveSibling1,
17396 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
17397 OPC_MoveChild0,
17398 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
17399 OPC_MoveChild0,
17400 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
17401 OPC_RecordChild0,
17402 OPC_MoveChild1,
17403 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17404 OPC_CheckChild0Integer, 127|128,127|128,1,
17405 OPC_CheckChild0TypeI32,
17406 OPC_MoveParent,
17407 OPC_MoveSibling1,
17408 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17409 OPC_CheckChild0Integer, 0|128,0|128,126,
17410 OPC_CheckChild0TypeI32,
17411 OPC_MoveParent,
17412 OPC_MoveSibling1,
17413 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17414 OPC_CheckChild0Integer, 127|128,127|128,3,
17415 OPC_CheckChild0TypeI32,
17416 OPC_MoveParent,
17417 OPC_CheckType, MVT::v4i32,
17418 OPC_MoveParent,
17419 OPC_CheckType, MVT::v8i16,
17420 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
17421 MVT::v8i16, 2, 16,
17422 0,
17423 95|128,2,
17424 OPC_MoveChild0,
17425 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17426 OPC_CheckChild0Integer, 127|128,0,
17427 OPC_CheckChild0TypeI32,
17428 OPC_MoveParent,
17429 OPC_RecordChild1,
17430 OPC_MoveSibling1,
17431 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17432 OPC_CheckChild0Integer, 0|128,127,
17433 OPC_CheckChild0TypeI32,
17434 OPC_MoveParent,
17435 OPC_MoveSibling1,
17436 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17437 OPC_CheckChild0Integer, 127|128,1,
17438 OPC_CheckChild0TypeI32,
17439 OPC_MoveParent,
17440 OPC_CheckType, MVT::v8i16,
17441 OPC_MoveSibling1,
17442 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
17443 OPC_MoveChild0,
17444 OPC_SwitchOpcode , 37|128,1, TARGET_VAL(ISD::SMAX),
17445 OPC_MoveChild0,
17446 OPC_SwitchOpcode , 82, TARGET_VAL(ISD::SMIN),
17447 OPC_Scope, 39,
17448 OPC_RecordChild0,
17449 OPC_MoveChild1,
17450 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17451 OPC_CheckChild0Integer, 127|128,0,
17452 OPC_CheckChild0TypeI32,
17453 OPC_MoveParent,
17454 OPC_MoveSibling1,
17455 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17456 OPC_CheckChild0Integer, 0|128,127,
17457 OPC_CheckChild0TypeI32,
17458 OPC_MoveParent,
17459 OPC_MoveSibling1,
17460 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17461 OPC_CheckChild0Integer, 127|128,1,
17462 OPC_CheckChild0TypeI32,
17463 OPC_MoveParent,
17464 OPC_CheckType, MVT::v8i16,
17465 OPC_MoveParent,
17466 OPC_CheckType, MVT::v16i8,
17467 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
17468 MVT::v16i8, 2, 16,
17469 39,
17470 OPC_MoveChild0,
17471 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17472 OPC_CheckChild0Integer, 127|128,0,
17473 OPC_CheckChild0TypeI32,
17474 OPC_MoveParent,
17475 OPC_RecordChild1,
17476 OPC_MoveSibling1,
17477 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17478 OPC_CheckChild0Integer, 0|128,127,
17479 OPC_CheckChild0TypeI32,
17480 OPC_MoveParent,
17481 OPC_MoveSibling1,
17482 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17483 OPC_CheckChild0Integer, 127|128,1,
17484 OPC_CheckChild0TypeI32,
17485 OPC_MoveParent,
17486 OPC_CheckType, MVT::v8i16,
17487 OPC_MoveParent,
17488 OPC_CheckType, MVT::v16i8,
17489 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
17490 MVT::v16i8, 2, 16,
17491 0,
17492 74, TARGET_VAL(ISD::SPLAT_VECTOR),
17493 OPC_CheckChild0Integer, 0|128,127,
17494 OPC_CheckChild0TypeI32,
17495 OPC_MoveSibling1,
17496 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
17497 OPC_Scope, 31,
17498 OPC_RecordChild0,
17499 OPC_MoveChild1,
17500 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17501 OPC_CheckChild0Integer, 127|128,0,
17502 OPC_CheckChild0TypeI32,
17503 OPC_MoveParent,
17504 OPC_MoveParent,
17505 OPC_MoveSibling1,
17506 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17507 OPC_CheckChild0Integer, 127|128,1,
17508 OPC_CheckChild0TypeI32,
17509 OPC_MoveParent,
17510 OPC_CheckType, MVT::v8i16,
17511 OPC_MoveParent,
17512 OPC_CheckType, MVT::v16i8,
17513 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
17514 MVT::v16i8, 2, 16,
17515 31,
17516 OPC_MoveChild0,
17517 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17518 OPC_CheckChild0Integer, 127|128,0,
17519 OPC_CheckChild0TypeI32,
17520 OPC_MoveParent,
17521 OPC_RecordChild1,
17522 OPC_MoveParent,
17523 OPC_MoveSibling1,
17524 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17525 OPC_CheckChild0Integer, 127|128,1,
17526 OPC_CheckChild0TypeI32,
17527 OPC_MoveParent,
17528 OPC_CheckType, MVT::v8i16,
17529 OPC_MoveParent,
17530 OPC_CheckType, MVT::v16i8,
17531 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
17532 MVT::v16i8, 2, 16,
17533 0,
17534 0,
17535 13|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
17536 OPC_CheckChild0Integer, 127|128,1,
17537 OPC_CheckChild0TypeI32,
17538 OPC_MoveSibling1,
17539 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
17540 OPC_MoveChild0,
17541 OPC_SwitchOpcode , 66, TARGET_VAL(ISD::SMIN),
17542 OPC_Scope, 31,
17543 OPC_RecordChild0,
17544 OPC_MoveChild1,
17545 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17546 OPC_CheckChild0Integer, 127|128,0,
17547 OPC_CheckChild0TypeI32,
17548 OPC_MoveParent,
17549 OPC_MoveSibling1,
17550 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17551 OPC_CheckChild0Integer, 0|128,127,
17552 OPC_CheckChild0TypeI32,
17553 OPC_MoveParent,
17554 OPC_MoveParent,
17555 OPC_CheckType, MVT::v8i16,
17556 OPC_MoveParent,
17557 OPC_CheckType, MVT::v16i8,
17558 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
17559 MVT::v16i8, 2, 16,
17560 31,
17561 OPC_MoveChild0,
17562 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17563 OPC_CheckChild0Integer, 127|128,0,
17564 OPC_CheckChild0TypeI32,
17565 OPC_MoveParent,
17566 OPC_RecordChild1,
17567 OPC_MoveSibling1,
17568 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17569 OPC_CheckChild0Integer, 0|128,127,
17570 OPC_CheckChild0TypeI32,
17571 OPC_MoveParent,
17572 OPC_MoveParent,
17573 OPC_CheckType, MVT::v8i16,
17574 OPC_MoveParent,
17575 OPC_CheckType, MVT::v16i8,
17576 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
17577 MVT::v16i8, 2, 16,
17578 0,
17579 58, TARGET_VAL(ISD::SPLAT_VECTOR),
17580 OPC_CheckChild0Integer, 0|128,127,
17581 OPC_CheckChild0TypeI32,
17582 OPC_MoveSibling1,
17583 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
17584 OPC_Scope, 23,
17585 OPC_RecordChild0,
17586 OPC_MoveChild1,
17587 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17588 OPC_CheckChild0Integer, 127|128,0,
17589 OPC_CheckChild0TypeI32,
17590 OPC_MoveParent,
17591 OPC_MoveParent,
17592 OPC_MoveParent,
17593 OPC_CheckType, MVT::v8i16,
17594 OPC_MoveParent,
17595 OPC_CheckType, MVT::v16i8,
17596 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
17597 MVT::v16i8, 2, 16,
17598 23,
17599 OPC_MoveChild0,
17600 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17601 OPC_CheckChild0Integer, 127|128,0,
17602 OPC_CheckChild0TypeI32,
17603 OPC_MoveParent,
17604 OPC_RecordChild1,
17605 OPC_MoveParent,
17606 OPC_MoveParent,
17607 OPC_CheckType, MVT::v8i16,
17608 OPC_MoveParent,
17609 OPC_CheckType, MVT::v16i8,
17610 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
17611 MVT::v16i8, 2, 16,
17612 0,
17613 0,
17614 0,
17615 71|128,2,
17616 OPC_RecordChild0,
17617 OPC_MoveChild1,
17618 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17619 OPC_CheckChild0Integer, 127|128,127|128,1,
17620 OPC_CheckChild0TypeI32,
17621 OPC_MoveParent,
17622 OPC_MoveSibling1,
17623 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17624 OPC_CheckChild0Integer, 0|128,0|128,126,
17625 OPC_CheckChild0TypeI32,
17626 OPC_MoveParent,
17627 OPC_MoveSibling1,
17628 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17629 OPC_CheckChild0Integer, 127|128,127|128,3,
17630 OPC_CheckChild0TypeI32,
17631 OPC_MoveParent,
17632 OPC_CheckType, MVT::v4i32,
17633 OPC_MoveSibling1,
17634 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
17635 OPC_MoveChild0,
17636 OPC_SwitchOpcode , 2|128,1, TARGET_VAL(ISD::SMAX),
17637 OPC_MoveChild0,
17638 OPC_SwitchOpcode , 42, TARGET_VAL(ISD::SMIN),
17639 OPC_MoveChild0,
17640 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17641 OPC_CheckChild0Integer, 127|128,127|128,1,
17642 OPC_CheckChild0TypeI32,
17643 OPC_MoveParent,
17644 OPC_RecordChild1,
17645 OPC_MoveSibling1,
17646 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17647 OPC_CheckChild0Integer, 0|128,0|128,126,
17648 OPC_CheckChild0TypeI32,
17649 OPC_MoveParent,
17650 OPC_MoveSibling1,
17651 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17652 OPC_CheckChild0Integer, 127|128,127|128,3,
17653 OPC_CheckChild0TypeI32,
17654 OPC_MoveParent,
17655 OPC_CheckType, MVT::v4i32,
17656 OPC_MoveParent,
17657 OPC_CheckType, MVT::v8i16,
17658 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
17659 MVT::v8i16, 2, 16,
17660 79, TARGET_VAL(ISD::SPLAT_VECTOR),
17661 OPC_CheckChild0Integer, 0|128,0|128,126,
17662 OPC_CheckChild0TypeI32,
17663 OPC_MoveSibling1,
17664 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
17665 OPC_Scope, 33,
17666 OPC_RecordChild0,
17667 OPC_MoveChild1,
17668 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17669 OPC_CheckChild0Integer, 127|128,127|128,1,
17670 OPC_CheckChild0TypeI32,
17671 OPC_MoveParent,
17672 OPC_MoveParent,
17673 OPC_MoveSibling1,
17674 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17675 OPC_CheckChild0Integer, 127|128,127|128,3,
17676 OPC_CheckChild0TypeI32,
17677 OPC_MoveParent,
17678 OPC_CheckType, MVT::v4i32,
17679 OPC_MoveParent,
17680 OPC_CheckType, MVT::v8i16,
17681 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
17682 MVT::v8i16, 2, 16,
17683 33,
17684 OPC_MoveChild0,
17685 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17686 OPC_CheckChild0Integer, 127|128,127|128,1,
17687 OPC_CheckChild0TypeI32,
17688 OPC_MoveParent,
17689 OPC_RecordChild1,
17690 OPC_MoveParent,
17691 OPC_MoveSibling1,
17692 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17693 OPC_CheckChild0Integer, 127|128,127|128,3,
17694 OPC_CheckChild0TypeI32,
17695 OPC_MoveParent,
17696 OPC_CheckType, MVT::v4i32,
17697 OPC_MoveParent,
17698 OPC_CheckType, MVT::v8i16,
17699 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
17700 MVT::v8i16, 2, 16,
17701 0,
17702 0,
17703 21|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
17704 OPC_CheckChild0Integer, 127|128,127|128,3,
17705 OPC_CheckChild0TypeI32,
17706 OPC_MoveSibling1,
17707 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
17708 OPC_MoveChild0,
17709 OPC_SwitchOpcode , 70, TARGET_VAL(ISD::SMIN),
17710 OPC_Scope, 33,
17711 OPC_RecordChild0,
17712 OPC_MoveChild1,
17713 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17714 OPC_CheckChild0Integer, 127|128,127|128,1,
17715 OPC_CheckChild0TypeI32,
17716 OPC_MoveParent,
17717 OPC_MoveSibling1,
17718 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17719 OPC_CheckChild0Integer, 0|128,0|128,126,
17720 OPC_CheckChild0TypeI32,
17721 OPC_MoveParent,
17722 OPC_MoveParent,
17723 OPC_CheckType, MVT::v4i32,
17724 OPC_MoveParent,
17725 OPC_CheckType, MVT::v8i16,
17726 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
17727 MVT::v8i16, 2, 16,
17728 33,
17729 OPC_MoveChild0,
17730 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17731 OPC_CheckChild0Integer, 127|128,127|128,1,
17732 OPC_CheckChild0TypeI32,
17733 OPC_MoveParent,
17734 OPC_RecordChild1,
17735 OPC_MoveSibling1,
17736 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17737 OPC_CheckChild0Integer, 0|128,0|128,126,
17738 OPC_CheckChild0TypeI32,
17739 OPC_MoveParent,
17740 OPC_MoveParent,
17741 OPC_CheckType, MVT::v4i32,
17742 OPC_MoveParent,
17743 OPC_CheckType, MVT::v8i16,
17744 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
17745 MVT::v8i16, 2, 16,
17746 0,
17747 61, TARGET_VAL(ISD::SPLAT_VECTOR),
17748 OPC_CheckChild0Integer, 0|128,0|128,126,
17749 OPC_CheckChild0TypeI32,
17750 OPC_MoveSibling1,
17751 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
17752 OPC_Scope, 24,
17753 OPC_RecordChild0,
17754 OPC_MoveChild1,
17755 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17756 OPC_CheckChild0Integer, 127|128,127|128,1,
17757 OPC_CheckChild0TypeI32,
17758 OPC_MoveParent,
17759 OPC_MoveParent,
17760 OPC_MoveParent,
17761 OPC_CheckType, MVT::v4i32,
17762 OPC_MoveParent,
17763 OPC_CheckType, MVT::v8i16,
17764 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
17765 MVT::v8i16, 2, 16,
17766 24,
17767 OPC_MoveChild0,
17768 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17769 OPC_CheckChild0Integer, 127|128,127|128,1,
17770 OPC_CheckChild0TypeI32,
17771 OPC_MoveParent,
17772 OPC_RecordChild1,
17773 OPC_MoveParent,
17774 OPC_MoveParent,
17775 OPC_CheckType, MVT::v4i32,
17776 OPC_MoveParent,
17777 OPC_CheckType, MVT::v8i16,
17778 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
17779 MVT::v8i16, 2, 16,
17780 0,
17781 0,
17782 0,
17783 117|128,2,
17784 OPC_MoveChild0,
17785 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17786 OPC_CheckChild0Integer, 127|128,127|128,1,
17787 OPC_CheckChild0TypeI32,
17788 OPC_MoveParent,
17789 OPC_RecordChild1,
17790 OPC_MoveSibling1,
17791 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17792 OPC_CheckChild0Integer, 0|128,0|128,126,
17793 OPC_CheckChild0TypeI32,
17794 OPC_MoveParent,
17795 OPC_MoveSibling1,
17796 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17797 OPC_CheckChild0Integer, 127|128,127|128,3,
17798 OPC_CheckChild0TypeI32,
17799 OPC_MoveParent,
17800 OPC_CheckType, MVT::v4i32,
17801 OPC_MoveSibling1,
17802 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
17803 OPC_MoveChild0,
17804 OPC_SwitchOpcode , 48|128,1, TARGET_VAL(ISD::SMAX),
17805 OPC_MoveChild0,
17806 OPC_SwitchOpcode , 88, TARGET_VAL(ISD::SMIN),
17807 OPC_Scope, 42,
17808 OPC_RecordChild0,
17809 OPC_MoveChild1,
17810 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17811 OPC_CheckChild0Integer, 127|128,127|128,1,
17812 OPC_CheckChild0TypeI32,
17813 OPC_MoveParent,
17814 OPC_MoveSibling1,
17815 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17816 OPC_CheckChild0Integer, 0|128,0|128,126,
17817 OPC_CheckChild0TypeI32,
17818 OPC_MoveParent,
17819 OPC_MoveSibling1,
17820 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17821 OPC_CheckChild0Integer, 127|128,127|128,3,
17822 OPC_CheckChild0TypeI32,
17823 OPC_MoveParent,
17824 OPC_CheckType, MVT::v4i32,
17825 OPC_MoveParent,
17826 OPC_CheckType, MVT::v8i16,
17827 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
17828 MVT::v8i16, 2, 16,
17829 42,
17830 OPC_MoveChild0,
17831 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17832 OPC_CheckChild0Integer, 127|128,127|128,1,
17833 OPC_CheckChild0TypeI32,
17834 OPC_MoveParent,
17835 OPC_RecordChild1,
17836 OPC_MoveSibling1,
17837 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17838 OPC_CheckChild0Integer, 0|128,0|128,126,
17839 OPC_CheckChild0TypeI32,
17840 OPC_MoveParent,
17841 OPC_MoveSibling1,
17842 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17843 OPC_CheckChild0Integer, 127|128,127|128,3,
17844 OPC_CheckChild0TypeI32,
17845 OPC_MoveParent,
17846 OPC_CheckType, MVT::v4i32,
17847 OPC_MoveParent,
17848 OPC_CheckType, MVT::v8i16,
17849 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
17850 MVT::v8i16, 2, 16,
17851 0,
17852 79, TARGET_VAL(ISD::SPLAT_VECTOR),
17853 OPC_CheckChild0Integer, 0|128,0|128,126,
17854 OPC_CheckChild0TypeI32,
17855 OPC_MoveSibling1,
17856 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
17857 OPC_Scope, 33,
17858 OPC_RecordChild0,
17859 OPC_MoveChild1,
17860 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17861 OPC_CheckChild0Integer, 127|128,127|128,1,
17862 OPC_CheckChild0TypeI32,
17863 OPC_MoveParent,
17864 OPC_MoveParent,
17865 OPC_MoveSibling1,
17866 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17867 OPC_CheckChild0Integer, 127|128,127|128,3,
17868 OPC_CheckChild0TypeI32,
17869 OPC_MoveParent,
17870 OPC_CheckType, MVT::v4i32,
17871 OPC_MoveParent,
17872 OPC_CheckType, MVT::v8i16,
17873 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
17874 MVT::v8i16, 2, 16,
17875 33,
17876 OPC_MoveChild0,
17877 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17878 OPC_CheckChild0Integer, 127|128,127|128,1,
17879 OPC_CheckChild0TypeI32,
17880 OPC_MoveParent,
17881 OPC_RecordChild1,
17882 OPC_MoveParent,
17883 OPC_MoveSibling1,
17884 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17885 OPC_CheckChild0Integer, 127|128,127|128,3,
17886 OPC_CheckChild0TypeI32,
17887 OPC_MoveParent,
17888 OPC_CheckType, MVT::v4i32,
17889 OPC_MoveParent,
17890 OPC_CheckType, MVT::v8i16,
17891 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
17892 MVT::v8i16, 2, 16,
17893 0,
17894 0,
17895 21|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
17896 OPC_CheckChild0Integer, 127|128,127|128,3,
17897 OPC_CheckChild0TypeI32,
17898 OPC_MoveSibling1,
17899 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
17900 OPC_MoveChild0,
17901 OPC_SwitchOpcode , 70, TARGET_VAL(ISD::SMIN),
17902 OPC_Scope, 33,
17903 OPC_RecordChild0,
17904 OPC_MoveChild1,
17905 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17906 OPC_CheckChild0Integer, 127|128,127|128,1,
17907 OPC_CheckChild0TypeI32,
17908 OPC_MoveParent,
17909 OPC_MoveSibling1,
17910 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17911 OPC_CheckChild0Integer, 0|128,0|128,126,
17912 OPC_CheckChild0TypeI32,
17913 OPC_MoveParent,
17914 OPC_MoveParent,
17915 OPC_CheckType, MVT::v4i32,
17916 OPC_MoveParent,
17917 OPC_CheckType, MVT::v8i16,
17918 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
17919 MVT::v8i16, 2, 16,
17920 33,
17921 OPC_MoveChild0,
17922 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17923 OPC_CheckChild0Integer, 127|128,127|128,1,
17924 OPC_CheckChild0TypeI32,
17925 OPC_MoveParent,
17926 OPC_RecordChild1,
17927 OPC_MoveSibling1,
17928 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17929 OPC_CheckChild0Integer, 0|128,0|128,126,
17930 OPC_CheckChild0TypeI32,
17931 OPC_MoveParent,
17932 OPC_MoveParent,
17933 OPC_CheckType, MVT::v4i32,
17934 OPC_MoveParent,
17935 OPC_CheckType, MVT::v8i16,
17936 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
17937 MVT::v8i16, 2, 16,
17938 0,
17939 61, TARGET_VAL(ISD::SPLAT_VECTOR),
17940 OPC_CheckChild0Integer, 0|128,0|128,126,
17941 OPC_CheckChild0TypeI32,
17942 OPC_MoveSibling1,
17943 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
17944 OPC_Scope, 24,
17945 OPC_RecordChild0,
17946 OPC_MoveChild1,
17947 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17948 OPC_CheckChild0Integer, 127|128,127|128,1,
17949 OPC_CheckChild0TypeI32,
17950 OPC_MoveParent,
17951 OPC_MoveParent,
17952 OPC_MoveParent,
17953 OPC_CheckType, MVT::v4i32,
17954 OPC_MoveParent,
17955 OPC_CheckType, MVT::v8i16,
17956 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
17957 MVT::v8i16, 2, 16,
17958 24,
17959 OPC_MoveChild0,
17960 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17961 OPC_CheckChild0Integer, 127|128,127|128,1,
17962 OPC_CheckChild0TypeI32,
17963 OPC_MoveParent,
17964 OPC_RecordChild1,
17965 OPC_MoveParent,
17966 OPC_MoveParent,
17967 OPC_CheckType, MVT::v4i32,
17968 OPC_MoveParent,
17969 OPC_CheckType, MVT::v8i16,
17970 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
17971 MVT::v8i16, 2, 16,
17972 0,
17973 0,
17974 0,
17975 0,
17976 41|128,11, TARGET_VAL(ISD::SPLAT_VECTOR),
17977 OPC_Scope, 60|128,5,
17978 OPC_CheckChild0Integer, 0|128,127,
17979 OPC_CheckChild0TypeI32,
17980 OPC_MoveSibling1,
17981 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
17982 OPC_Scope, 87|128,2,
17983 OPC_RecordChild0,
17984 OPC_MoveChild1,
17985 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17986 OPC_CheckChild0Integer, 127|128,0,
17987 OPC_CheckChild0TypeI32,
17988 OPC_MoveParent,
17989 OPC_MoveParent,
17990 OPC_MoveSibling1,
17991 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17992 OPC_CheckChild0Integer, 127|128,1,
17993 OPC_CheckChild0TypeI32,
17994 OPC_MoveParent,
17995 OPC_CheckType, MVT::v8i16,
17996 OPC_MoveSibling1,
17997 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
17998 OPC_MoveChild0,
17999 OPC_SwitchOpcode , 37|128,1, TARGET_VAL(ISD::SMAX),
18000 OPC_MoveChild0,
18001 OPC_SwitchOpcode , 82, TARGET_VAL(ISD::SMIN),
18002 OPC_Scope, 39,
18003 OPC_RecordChild0,
18004 OPC_MoveChild1,
18005 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18006 OPC_CheckChild0Integer, 127|128,0,
18007 OPC_CheckChild0TypeI32,
18008 OPC_MoveParent,
18009 OPC_MoveSibling1,
18010 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18011 OPC_CheckChild0Integer, 0|128,127,
18012 OPC_CheckChild0TypeI32,
18013 OPC_MoveParent,
18014 OPC_MoveSibling1,
18015 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18016 OPC_CheckChild0Integer, 127|128,1,
18017 OPC_CheckChild0TypeI32,
18018 OPC_MoveParent,
18019 OPC_CheckType, MVT::v8i16,
18020 OPC_MoveParent,
18021 OPC_CheckType, MVT::v16i8,
18022 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
18023 MVT::v16i8, 2, 16,
18024 39,
18025 OPC_MoveChild0,
18026 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18027 OPC_CheckChild0Integer, 127|128,0,
18028 OPC_CheckChild0TypeI32,
18029 OPC_MoveParent,
18030 OPC_RecordChild1,
18031 OPC_MoveSibling1,
18032 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18033 OPC_CheckChild0Integer, 0|128,127,
18034 OPC_CheckChild0TypeI32,
18035 OPC_MoveParent,
18036 OPC_MoveSibling1,
18037 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18038 OPC_CheckChild0Integer, 127|128,1,
18039 OPC_CheckChild0TypeI32,
18040 OPC_MoveParent,
18041 OPC_CheckType, MVT::v8i16,
18042 OPC_MoveParent,
18043 OPC_CheckType, MVT::v16i8,
18044 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
18045 MVT::v16i8, 2, 16,
18046 0,
18047 74, TARGET_VAL(ISD::SPLAT_VECTOR),
18048 OPC_CheckChild0Integer, 0|128,127,
18049 OPC_CheckChild0TypeI32,
18050 OPC_MoveSibling1,
18051 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
18052 OPC_Scope, 31,
18053 OPC_RecordChild0,
18054 OPC_MoveChild1,
18055 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18056 OPC_CheckChild0Integer, 127|128,0,
18057 OPC_CheckChild0TypeI32,
18058 OPC_MoveParent,
18059 OPC_MoveParent,
18060 OPC_MoveSibling1,
18061 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18062 OPC_CheckChild0Integer, 127|128,1,
18063 OPC_CheckChild0TypeI32,
18064 OPC_MoveParent,
18065 OPC_CheckType, MVT::v8i16,
18066 OPC_MoveParent,
18067 OPC_CheckType, MVT::v16i8,
18068 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
18069 MVT::v16i8, 2, 16,
18070 31,
18071 OPC_MoveChild0,
18072 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18073 OPC_CheckChild0Integer, 127|128,0,
18074 OPC_CheckChild0TypeI32,
18075 OPC_MoveParent,
18076 OPC_RecordChild1,
18077 OPC_MoveParent,
18078 OPC_MoveSibling1,
18079 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18080 OPC_CheckChild0Integer, 127|128,1,
18081 OPC_CheckChild0TypeI32,
18082 OPC_MoveParent,
18083 OPC_CheckType, MVT::v8i16,
18084 OPC_MoveParent,
18085 OPC_CheckType, MVT::v16i8,
18086 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
18087 MVT::v16i8, 2, 16,
18088 0,
18089 0,
18090 13|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
18091 OPC_CheckChild0Integer, 127|128,1,
18092 OPC_CheckChild0TypeI32,
18093 OPC_MoveSibling1,
18094 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
18095 OPC_MoveChild0,
18096 OPC_SwitchOpcode , 66, TARGET_VAL(ISD::SMIN),
18097 OPC_Scope, 31,
18098 OPC_RecordChild0,
18099 OPC_MoveChild1,
18100 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18101 OPC_CheckChild0Integer, 127|128,0,
18102 OPC_CheckChild0TypeI32,
18103 OPC_MoveParent,
18104 OPC_MoveSibling1,
18105 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18106 OPC_CheckChild0Integer, 0|128,127,
18107 OPC_CheckChild0TypeI32,
18108 OPC_MoveParent,
18109 OPC_MoveParent,
18110 OPC_CheckType, MVT::v8i16,
18111 OPC_MoveParent,
18112 OPC_CheckType, MVT::v16i8,
18113 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
18114 MVT::v16i8, 2, 16,
18115 31,
18116 OPC_MoveChild0,
18117 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18118 OPC_CheckChild0Integer, 127|128,0,
18119 OPC_CheckChild0TypeI32,
18120 OPC_MoveParent,
18121 OPC_RecordChild1,
18122 OPC_MoveSibling1,
18123 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18124 OPC_CheckChild0Integer, 0|128,127,
18125 OPC_CheckChild0TypeI32,
18126 OPC_MoveParent,
18127 OPC_MoveParent,
18128 OPC_CheckType, MVT::v8i16,
18129 OPC_MoveParent,
18130 OPC_CheckType, MVT::v16i8,
18131 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
18132 MVT::v16i8, 2, 16,
18133 0,
18134 58, TARGET_VAL(ISD::SPLAT_VECTOR),
18135 OPC_CheckChild0Integer, 0|128,127,
18136 OPC_CheckChild0TypeI32,
18137 OPC_MoveSibling1,
18138 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
18139 OPC_Scope, 23,
18140 OPC_RecordChild0,
18141 OPC_MoveChild1,
18142 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18143 OPC_CheckChild0Integer, 127|128,0,
18144 OPC_CheckChild0TypeI32,
18145 OPC_MoveParent,
18146 OPC_MoveParent,
18147 OPC_MoveParent,
18148 OPC_CheckType, MVT::v8i16,
18149 OPC_MoveParent,
18150 OPC_CheckType, MVT::v16i8,
18151 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
18152 MVT::v16i8, 2, 16,
18153 23,
18154 OPC_MoveChild0,
18155 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18156 OPC_CheckChild0Integer, 127|128,0,
18157 OPC_CheckChild0TypeI32,
18158 OPC_MoveParent,
18159 OPC_RecordChild1,
18160 OPC_MoveParent,
18161 OPC_MoveParent,
18162 OPC_CheckType, MVT::v8i16,
18163 OPC_MoveParent,
18164 OPC_CheckType, MVT::v16i8,
18165 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
18166 MVT::v16i8, 2, 16,
18167 0,
18168 0,
18169 0,
18170 87|128,2,
18171 OPC_MoveChild0,
18172 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18173 OPC_CheckChild0Integer, 127|128,0,
18174 OPC_CheckChild0TypeI32,
18175 OPC_MoveParent,
18176 OPC_RecordChild1,
18177 OPC_MoveParent,
18178 OPC_MoveSibling1,
18179 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18180 OPC_CheckChild0Integer, 127|128,1,
18181 OPC_CheckChild0TypeI32,
18182 OPC_MoveParent,
18183 OPC_CheckType, MVT::v8i16,
18184 OPC_MoveSibling1,
18185 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
18186 OPC_MoveChild0,
18187 OPC_SwitchOpcode , 37|128,1, TARGET_VAL(ISD::SMAX),
18188 OPC_MoveChild0,
18189 OPC_SwitchOpcode , 82, TARGET_VAL(ISD::SMIN),
18190 OPC_Scope, 39,
18191 OPC_RecordChild0,
18192 OPC_MoveChild1,
18193 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18194 OPC_CheckChild0Integer, 127|128,0,
18195 OPC_CheckChild0TypeI32,
18196 OPC_MoveParent,
18197 OPC_MoveSibling1,
18198 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18199 OPC_CheckChild0Integer, 0|128,127,
18200 OPC_CheckChild0TypeI32,
18201 OPC_MoveParent,
18202 OPC_MoveSibling1,
18203 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18204 OPC_CheckChild0Integer, 127|128,1,
18205 OPC_CheckChild0TypeI32,
18206 OPC_MoveParent,
18207 OPC_CheckType, MVT::v8i16,
18208 OPC_MoveParent,
18209 OPC_CheckType, MVT::v16i8,
18210 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
18211 MVT::v16i8, 2, 16,
18212 39,
18213 OPC_MoveChild0,
18214 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18215 OPC_CheckChild0Integer, 127|128,0,
18216 OPC_CheckChild0TypeI32,
18217 OPC_MoveParent,
18218 OPC_RecordChild1,
18219 OPC_MoveSibling1,
18220 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18221 OPC_CheckChild0Integer, 0|128,127,
18222 OPC_CheckChild0TypeI32,
18223 OPC_MoveParent,
18224 OPC_MoveSibling1,
18225 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18226 OPC_CheckChild0Integer, 127|128,1,
18227 OPC_CheckChild0TypeI32,
18228 OPC_MoveParent,
18229 OPC_CheckType, MVT::v8i16,
18230 OPC_MoveParent,
18231 OPC_CheckType, MVT::v16i8,
18232 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
18233 MVT::v16i8, 2, 16,
18234 0,
18235 74, TARGET_VAL(ISD::SPLAT_VECTOR),
18236 OPC_CheckChild0Integer, 0|128,127,
18237 OPC_CheckChild0TypeI32,
18238 OPC_MoveSibling1,
18239 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
18240 OPC_Scope, 31,
18241 OPC_RecordChild0,
18242 OPC_MoveChild1,
18243 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18244 OPC_CheckChild0Integer, 127|128,0,
18245 OPC_CheckChild0TypeI32,
18246 OPC_MoveParent,
18247 OPC_MoveParent,
18248 OPC_MoveSibling1,
18249 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18250 OPC_CheckChild0Integer, 127|128,1,
18251 OPC_CheckChild0TypeI32,
18252 OPC_MoveParent,
18253 OPC_CheckType, MVT::v8i16,
18254 OPC_MoveParent,
18255 OPC_CheckType, MVT::v16i8,
18256 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
18257 MVT::v16i8, 2, 16,
18258 31,
18259 OPC_MoveChild0,
18260 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18261 OPC_CheckChild0Integer, 127|128,0,
18262 OPC_CheckChild0TypeI32,
18263 OPC_MoveParent,
18264 OPC_RecordChild1,
18265 OPC_MoveParent,
18266 OPC_MoveSibling1,
18267 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18268 OPC_CheckChild0Integer, 127|128,1,
18269 OPC_CheckChild0TypeI32,
18270 OPC_MoveParent,
18271 OPC_CheckType, MVT::v8i16,
18272 OPC_MoveParent,
18273 OPC_CheckType, MVT::v16i8,
18274 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
18275 MVT::v16i8, 2, 16,
18276 0,
18277 0,
18278 13|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
18279 OPC_CheckChild0Integer, 127|128,1,
18280 OPC_CheckChild0TypeI32,
18281 OPC_MoveSibling1,
18282 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
18283 OPC_MoveChild0,
18284 OPC_SwitchOpcode , 66, TARGET_VAL(ISD::SMIN),
18285 OPC_Scope, 31,
18286 OPC_RecordChild0,
18287 OPC_MoveChild1,
18288 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18289 OPC_CheckChild0Integer, 127|128,0,
18290 OPC_CheckChild0TypeI32,
18291 OPC_MoveParent,
18292 OPC_MoveSibling1,
18293 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18294 OPC_CheckChild0Integer, 0|128,127,
18295 OPC_CheckChild0TypeI32,
18296 OPC_MoveParent,
18297 OPC_MoveParent,
18298 OPC_CheckType, MVT::v8i16,
18299 OPC_MoveParent,
18300 OPC_CheckType, MVT::v16i8,
18301 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
18302 MVT::v16i8, 2, 16,
18303 31,
18304 OPC_MoveChild0,
18305 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18306 OPC_CheckChild0Integer, 127|128,0,
18307 OPC_CheckChild0TypeI32,
18308 OPC_MoveParent,
18309 OPC_RecordChild1,
18310 OPC_MoveSibling1,
18311 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18312 OPC_CheckChild0Integer, 0|128,127,
18313 OPC_CheckChild0TypeI32,
18314 OPC_MoveParent,
18315 OPC_MoveParent,
18316 OPC_CheckType, MVT::v8i16,
18317 OPC_MoveParent,
18318 OPC_CheckType, MVT::v16i8,
18319 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
18320 MVT::v16i8, 2, 16,
18321 0,
18322 58, TARGET_VAL(ISD::SPLAT_VECTOR),
18323 OPC_CheckChild0Integer, 0|128,127,
18324 OPC_CheckChild0TypeI32,
18325 OPC_MoveSibling1,
18326 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
18327 OPC_Scope, 23,
18328 OPC_RecordChild0,
18329 OPC_MoveChild1,
18330 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18331 OPC_CheckChild0Integer, 127|128,0,
18332 OPC_CheckChild0TypeI32,
18333 OPC_MoveParent,
18334 OPC_MoveParent,
18335 OPC_MoveParent,
18336 OPC_CheckType, MVT::v8i16,
18337 OPC_MoveParent,
18338 OPC_CheckType, MVT::v16i8,
18339 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
18340 MVT::v16i8, 2, 16,
18341 23,
18342 OPC_MoveChild0,
18343 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18344 OPC_CheckChild0Integer, 127|128,0,
18345 OPC_CheckChild0TypeI32,
18346 OPC_MoveParent,
18347 OPC_RecordChild1,
18348 OPC_MoveParent,
18349 OPC_MoveParent,
18350 OPC_CheckType, MVT::v8i16,
18351 OPC_MoveParent,
18352 OPC_CheckType, MVT::v16i8,
18353 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
18354 MVT::v16i8, 2, 16,
18355 0,
18356 0,
18357 0,
18358 0,
18359 103|128,5,
18360 OPC_CheckChild0Integer, 0|128,0|128,126,
18361 OPC_CheckChild0TypeI32,
18362 OPC_MoveSibling1,
18363 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
18364 OPC_Scope, 108|128,2,
18365 OPC_RecordChild0,
18366 OPC_MoveChild1,
18367 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18368 OPC_CheckChild0Integer, 127|128,127|128,1,
18369 OPC_CheckChild0TypeI32,
18370 OPC_MoveParent,
18371 OPC_MoveParent,
18372 OPC_MoveSibling1,
18373 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18374 OPC_CheckChild0Integer, 127|128,127|128,3,
18375 OPC_CheckChild0TypeI32,
18376 OPC_MoveParent,
18377 OPC_CheckType, MVT::v4i32,
18378 OPC_MoveSibling1,
18379 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
18380 OPC_MoveChild0,
18381 OPC_SwitchOpcode , 48|128,1, TARGET_VAL(ISD::SMAX),
18382 OPC_MoveChild0,
18383 OPC_SwitchOpcode , 88, TARGET_VAL(ISD::SMIN),
18384 OPC_Scope, 42,
18385 OPC_RecordChild0,
18386 OPC_MoveChild1,
18387 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18388 OPC_CheckChild0Integer, 127|128,127|128,1,
18389 OPC_CheckChild0TypeI32,
18390 OPC_MoveParent,
18391 OPC_MoveSibling1,
18392 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18393 OPC_CheckChild0Integer, 0|128,0|128,126,
18394 OPC_CheckChild0TypeI32,
18395 OPC_MoveParent,
18396 OPC_MoveSibling1,
18397 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18398 OPC_CheckChild0Integer, 127|128,127|128,3,
18399 OPC_CheckChild0TypeI32,
18400 OPC_MoveParent,
18401 OPC_CheckType, MVT::v4i32,
18402 OPC_MoveParent,
18403 OPC_CheckType, MVT::v8i16,
18404 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
18405 MVT::v8i16, 2, 16,
18406 42,
18407 OPC_MoveChild0,
18408 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18409 OPC_CheckChild0Integer, 127|128,127|128,1,
18410 OPC_CheckChild0TypeI32,
18411 OPC_MoveParent,
18412 OPC_RecordChild1,
18413 OPC_MoveSibling1,
18414 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18415 OPC_CheckChild0Integer, 0|128,0|128,126,
18416 OPC_CheckChild0TypeI32,
18417 OPC_MoveParent,
18418 OPC_MoveSibling1,
18419 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18420 OPC_CheckChild0Integer, 127|128,127|128,3,
18421 OPC_CheckChild0TypeI32,
18422 OPC_MoveParent,
18423 OPC_CheckType, MVT::v4i32,
18424 OPC_MoveParent,
18425 OPC_CheckType, MVT::v8i16,
18426 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
18427 MVT::v8i16, 2, 16,
18428 0,
18429 79, TARGET_VAL(ISD::SPLAT_VECTOR),
18430 OPC_CheckChild0Integer, 0|128,0|128,126,
18431 OPC_CheckChild0TypeI32,
18432 OPC_MoveSibling1,
18433 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
18434 OPC_Scope, 33,
18435 OPC_RecordChild0,
18436 OPC_MoveChild1,
18437 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18438 OPC_CheckChild0Integer, 127|128,127|128,1,
18439 OPC_CheckChild0TypeI32,
18440 OPC_MoveParent,
18441 OPC_MoveParent,
18442 OPC_MoveSibling1,
18443 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18444 OPC_CheckChild0Integer, 127|128,127|128,3,
18445 OPC_CheckChild0TypeI32,
18446 OPC_MoveParent,
18447 OPC_CheckType, MVT::v4i32,
18448 OPC_MoveParent,
18449 OPC_CheckType, MVT::v8i16,
18450 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
18451 MVT::v8i16, 2, 16,
18452 33,
18453 OPC_MoveChild0,
18454 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18455 OPC_CheckChild0Integer, 127|128,127|128,1,
18456 OPC_CheckChild0TypeI32,
18457 OPC_MoveParent,
18458 OPC_RecordChild1,
18459 OPC_MoveParent,
18460 OPC_MoveSibling1,
18461 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18462 OPC_CheckChild0Integer, 127|128,127|128,3,
18463 OPC_CheckChild0TypeI32,
18464 OPC_MoveParent,
18465 OPC_CheckType, MVT::v4i32,
18466 OPC_MoveParent,
18467 OPC_CheckType, MVT::v8i16,
18468 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
18469 MVT::v8i16, 2, 16,
18470 0,
18471 0,
18472 21|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
18473 OPC_CheckChild0Integer, 127|128,127|128,3,
18474 OPC_CheckChild0TypeI32,
18475 OPC_MoveSibling1,
18476 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
18477 OPC_MoveChild0,
18478 OPC_SwitchOpcode , 70, TARGET_VAL(ISD::SMIN),
18479 OPC_Scope, 33,
18480 OPC_RecordChild0,
18481 OPC_MoveChild1,
18482 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18483 OPC_CheckChild0Integer, 127|128,127|128,1,
18484 OPC_CheckChild0TypeI32,
18485 OPC_MoveParent,
18486 OPC_MoveSibling1,
18487 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18488 OPC_CheckChild0Integer, 0|128,0|128,126,
18489 OPC_CheckChild0TypeI32,
18490 OPC_MoveParent,
18491 OPC_MoveParent,
18492 OPC_CheckType, MVT::v4i32,
18493 OPC_MoveParent,
18494 OPC_CheckType, MVT::v8i16,
18495 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
18496 MVT::v8i16, 2, 16,
18497 33,
18498 OPC_MoveChild0,
18499 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18500 OPC_CheckChild0Integer, 127|128,127|128,1,
18501 OPC_CheckChild0TypeI32,
18502 OPC_MoveParent,
18503 OPC_RecordChild1,
18504 OPC_MoveSibling1,
18505 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18506 OPC_CheckChild0Integer, 0|128,0|128,126,
18507 OPC_CheckChild0TypeI32,
18508 OPC_MoveParent,
18509 OPC_MoveParent,
18510 OPC_CheckType, MVT::v4i32,
18511 OPC_MoveParent,
18512 OPC_CheckType, MVT::v8i16,
18513 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
18514 MVT::v8i16, 2, 16,
18515 0,
18516 61, TARGET_VAL(ISD::SPLAT_VECTOR),
18517 OPC_CheckChild0Integer, 0|128,0|128,126,
18518 OPC_CheckChild0TypeI32,
18519 OPC_MoveSibling1,
18520 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
18521 OPC_Scope, 24,
18522 OPC_RecordChild0,
18523 OPC_MoveChild1,
18524 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18525 OPC_CheckChild0Integer, 127|128,127|128,1,
18526 OPC_CheckChild0TypeI32,
18527 OPC_MoveParent,
18528 OPC_MoveParent,
18529 OPC_MoveParent,
18530 OPC_CheckType, MVT::v4i32,
18531 OPC_MoveParent,
18532 OPC_CheckType, MVT::v8i16,
18533 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
18534 MVT::v8i16, 2, 16,
18535 24,
18536 OPC_MoveChild0,
18537 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18538 OPC_CheckChild0Integer, 127|128,127|128,1,
18539 OPC_CheckChild0TypeI32,
18540 OPC_MoveParent,
18541 OPC_RecordChild1,
18542 OPC_MoveParent,
18543 OPC_MoveParent,
18544 OPC_CheckType, MVT::v4i32,
18545 OPC_MoveParent,
18546 OPC_CheckType, MVT::v8i16,
18547 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
18548 MVT::v8i16, 2, 16,
18549 0,
18550 0,
18551 0,
18552 108|128,2,
18553 OPC_MoveChild0,
18554 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18555 OPC_CheckChild0Integer, 127|128,127|128,1,
18556 OPC_CheckChild0TypeI32,
18557 OPC_MoveParent,
18558 OPC_RecordChild1,
18559 OPC_MoveParent,
18560 OPC_MoveSibling1,
18561 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18562 OPC_CheckChild0Integer, 127|128,127|128,3,
18563 OPC_CheckChild0TypeI32,
18564 OPC_MoveParent,
18565 OPC_CheckType, MVT::v4i32,
18566 OPC_MoveSibling1,
18567 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
18568 OPC_MoveChild0,
18569 OPC_SwitchOpcode , 48|128,1, TARGET_VAL(ISD::SMAX),
18570 OPC_MoveChild0,
18571 OPC_SwitchOpcode , 88, TARGET_VAL(ISD::SMIN),
18572 OPC_Scope, 42,
18573 OPC_RecordChild0,
18574 OPC_MoveChild1,
18575 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18576 OPC_CheckChild0Integer, 127|128,127|128,1,
18577 OPC_CheckChild0TypeI32,
18578 OPC_MoveParent,
18579 OPC_MoveSibling1,
18580 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18581 OPC_CheckChild0Integer, 0|128,0|128,126,
18582 OPC_CheckChild0TypeI32,
18583 OPC_MoveParent,
18584 OPC_MoveSibling1,
18585 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18586 OPC_CheckChild0Integer, 127|128,127|128,3,
18587 OPC_CheckChild0TypeI32,
18588 OPC_MoveParent,
18589 OPC_CheckType, MVT::v4i32,
18590 OPC_MoveParent,
18591 OPC_CheckType, MVT::v8i16,
18592 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
18593 MVT::v8i16, 2, 16,
18594 42,
18595 OPC_MoveChild0,
18596 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18597 OPC_CheckChild0Integer, 127|128,127|128,1,
18598 OPC_CheckChild0TypeI32,
18599 OPC_MoveParent,
18600 OPC_RecordChild1,
18601 OPC_MoveSibling1,
18602 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18603 OPC_CheckChild0Integer, 0|128,0|128,126,
18604 OPC_CheckChild0TypeI32,
18605 OPC_MoveParent,
18606 OPC_MoveSibling1,
18607 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18608 OPC_CheckChild0Integer, 127|128,127|128,3,
18609 OPC_CheckChild0TypeI32,
18610 OPC_MoveParent,
18611 OPC_CheckType, MVT::v4i32,
18612 OPC_MoveParent,
18613 OPC_CheckType, MVT::v8i16,
18614 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
18615 MVT::v8i16, 2, 16,
18616 0,
18617 79, TARGET_VAL(ISD::SPLAT_VECTOR),
18618 OPC_CheckChild0Integer, 0|128,0|128,126,
18619 OPC_CheckChild0TypeI32,
18620 OPC_MoveSibling1,
18621 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
18622 OPC_Scope, 33,
18623 OPC_RecordChild0,
18624 OPC_MoveChild1,
18625 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18626 OPC_CheckChild0Integer, 127|128,127|128,1,
18627 OPC_CheckChild0TypeI32,
18628 OPC_MoveParent,
18629 OPC_MoveParent,
18630 OPC_MoveSibling1,
18631 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18632 OPC_CheckChild0Integer, 127|128,127|128,3,
18633 OPC_CheckChild0TypeI32,
18634 OPC_MoveParent,
18635 OPC_CheckType, MVT::v4i32,
18636 OPC_MoveParent,
18637 OPC_CheckType, MVT::v8i16,
18638 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
18639 MVT::v8i16, 2, 16,
18640 33,
18641 OPC_MoveChild0,
18642 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18643 OPC_CheckChild0Integer, 127|128,127|128,1,
18644 OPC_CheckChild0TypeI32,
18645 OPC_MoveParent,
18646 OPC_RecordChild1,
18647 OPC_MoveParent,
18648 OPC_MoveSibling1,
18649 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18650 OPC_CheckChild0Integer, 127|128,127|128,3,
18651 OPC_CheckChild0TypeI32,
18652 OPC_MoveParent,
18653 OPC_CheckType, MVT::v4i32,
18654 OPC_MoveParent,
18655 OPC_CheckType, MVT::v8i16,
18656 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
18657 MVT::v8i16, 2, 16,
18658 0,
18659 0,
18660 21|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
18661 OPC_CheckChild0Integer, 127|128,127|128,3,
18662 OPC_CheckChild0TypeI32,
18663 OPC_MoveSibling1,
18664 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
18665 OPC_MoveChild0,
18666 OPC_SwitchOpcode , 70, TARGET_VAL(ISD::SMIN),
18667 OPC_Scope, 33,
18668 OPC_RecordChild0,
18669 OPC_MoveChild1,
18670 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18671 OPC_CheckChild0Integer, 127|128,127|128,1,
18672 OPC_CheckChild0TypeI32,
18673 OPC_MoveParent,
18674 OPC_MoveSibling1,
18675 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18676 OPC_CheckChild0Integer, 0|128,0|128,126,
18677 OPC_CheckChild0TypeI32,
18678 OPC_MoveParent,
18679 OPC_MoveParent,
18680 OPC_CheckType, MVT::v4i32,
18681 OPC_MoveParent,
18682 OPC_CheckType, MVT::v8i16,
18683 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
18684 MVT::v8i16, 2, 16,
18685 33,
18686 OPC_MoveChild0,
18687 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18688 OPC_CheckChild0Integer, 127|128,127|128,1,
18689 OPC_CheckChild0TypeI32,
18690 OPC_MoveParent,
18691 OPC_RecordChild1,
18692 OPC_MoveSibling1,
18693 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18694 OPC_CheckChild0Integer, 0|128,0|128,126,
18695 OPC_CheckChild0TypeI32,
18696 OPC_MoveParent,
18697 OPC_MoveParent,
18698 OPC_CheckType, MVT::v4i32,
18699 OPC_MoveParent,
18700 OPC_CheckType, MVT::v8i16,
18701 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
18702 MVT::v8i16, 2, 16,
18703 0,
18704 61, TARGET_VAL(ISD::SPLAT_VECTOR),
18705 OPC_CheckChild0Integer, 0|128,0|128,126,
18706 OPC_CheckChild0TypeI32,
18707 OPC_MoveSibling1,
18708 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
18709 OPC_Scope, 24,
18710 OPC_RecordChild0,
18711 OPC_MoveChild1,
18712 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18713 OPC_CheckChild0Integer, 127|128,127|128,1,
18714 OPC_CheckChild0TypeI32,
18715 OPC_MoveParent,
18716 OPC_MoveParent,
18717 OPC_MoveParent,
18718 OPC_CheckType, MVT::v4i32,
18719 OPC_MoveParent,
18720 OPC_CheckType, MVT::v8i16,
18721 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
18722 MVT::v8i16, 2, 16,
18723 24,
18724 OPC_MoveChild0,
18725 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18726 OPC_CheckChild0Integer, 127|128,127|128,1,
18727 OPC_CheckChild0TypeI32,
18728 OPC_MoveParent,
18729 OPC_RecordChild1,
18730 OPC_MoveParent,
18731 OPC_MoveParent,
18732 OPC_CheckType, MVT::v4i32,
18733 OPC_MoveParent,
18734 OPC_CheckType, MVT::v8i16,
18735 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
18736 MVT::v8i16, 2, 16,
18737 0,
18738 0,
18739 0,
18740 0,
18741 0,
18742 0,
18743 119|128,44, TARGET_VAL(ISD::SPLAT_VECTOR),
18744 OPC_Scope, 101|128,21,
18745 OPC_CheckChild0Integer, 127|128,1,
18746 OPC_CheckChild0TypeI32,
18747 OPC_MoveSibling1,
18748 OPC_SwitchOpcode , 107|128,10, TARGET_VAL(ISD::SMIN),
18749 OPC_MoveChild0,
18750 OPC_SwitchOpcode , 52|128,5, TARGET_VAL(ISD::SMAX),
18751 OPC_Scope, 87|128,2,
18752 OPC_RecordChild0,
18753 OPC_MoveChild1,
18754 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18755 OPC_CheckChild0Integer, 0|128,127,
18756 OPC_CheckChild0TypeI32,
18757 OPC_MoveParent,
18758 OPC_MoveSibling1,
18759 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18760 OPC_CheckChild0Integer, 127|128,0,
18761 OPC_CheckChild0TypeI32,
18762 OPC_MoveParent,
18763 OPC_MoveParent,
18764 OPC_CheckType, MVT::v8i16,
18765 OPC_MoveSibling1,
18766 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
18767 OPC_MoveChild0,
18768 OPC_SwitchOpcode , 37|128,1, TARGET_VAL(ISD::SMIN),
18769 OPC_MoveChild0,
18770 OPC_SwitchOpcode , 82, TARGET_VAL(ISD::SMAX),
18771 OPC_Scope, 39,
18772 OPC_RecordChild0,
18773 OPC_MoveChild1,
18774 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18775 OPC_CheckChild0Integer, 0|128,127,
18776 OPC_CheckChild0TypeI32,
18777 OPC_MoveParent,
18778 OPC_MoveSibling1,
18779 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18780 OPC_CheckChild0Integer, 127|128,0,
18781 OPC_CheckChild0TypeI32,
18782 OPC_MoveParent,
18783 OPC_MoveSibling1,
18784 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18785 OPC_CheckChild0Integer, 127|128,1,
18786 OPC_CheckChild0TypeI32,
18787 OPC_MoveParent,
18788 OPC_CheckType, MVT::v8i16,
18789 OPC_MoveParent,
18790 OPC_CheckType, MVT::v16i8,
18791 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
18792 MVT::v16i8, 2, 16,
18793 39,
18794 OPC_MoveChild0,
18795 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18796 OPC_CheckChild0Integer, 0|128,127,
18797 OPC_CheckChild0TypeI32,
18798 OPC_MoveParent,
18799 OPC_RecordChild1,
18800 OPC_MoveSibling1,
18801 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18802 OPC_CheckChild0Integer, 127|128,0,
18803 OPC_CheckChild0TypeI32,
18804 OPC_MoveParent,
18805 OPC_MoveSibling1,
18806 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18807 OPC_CheckChild0Integer, 127|128,1,
18808 OPC_CheckChild0TypeI32,
18809 OPC_MoveParent,
18810 OPC_CheckType, MVT::v8i16,
18811 OPC_MoveParent,
18812 OPC_CheckType, MVT::v16i8,
18813 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
18814 MVT::v16i8, 2, 16,
18815 0,
18816 74, TARGET_VAL(ISD::SPLAT_VECTOR),
18817 OPC_CheckChild0Integer, 127|128,0,
18818 OPC_CheckChild0TypeI32,
18819 OPC_MoveSibling1,
18820 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
18821 OPC_Scope, 31,
18822 OPC_RecordChild0,
18823 OPC_MoveChild1,
18824 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18825 OPC_CheckChild0Integer, 0|128,127,
18826 OPC_CheckChild0TypeI32,
18827 OPC_MoveParent,
18828 OPC_MoveParent,
18829 OPC_MoveSibling1,
18830 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18831 OPC_CheckChild0Integer, 127|128,1,
18832 OPC_CheckChild0TypeI32,
18833 OPC_MoveParent,
18834 OPC_CheckType, MVT::v8i16,
18835 OPC_MoveParent,
18836 OPC_CheckType, MVT::v16i8,
18837 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
18838 MVT::v16i8, 2, 16,
18839 31,
18840 OPC_MoveChild0,
18841 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18842 OPC_CheckChild0Integer, 0|128,127,
18843 OPC_CheckChild0TypeI32,
18844 OPC_MoveParent,
18845 OPC_RecordChild1,
18846 OPC_MoveParent,
18847 OPC_MoveSibling1,
18848 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18849 OPC_CheckChild0Integer, 127|128,1,
18850 OPC_CheckChild0TypeI32,
18851 OPC_MoveParent,
18852 OPC_CheckType, MVT::v8i16,
18853 OPC_MoveParent,
18854 OPC_CheckType, MVT::v16i8,
18855 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
18856 MVT::v16i8, 2, 16,
18857 0,
18858 0,
18859 13|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
18860 OPC_CheckChild0Integer, 127|128,1,
18861 OPC_CheckChild0TypeI32,
18862 OPC_MoveSibling1,
18863 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
18864 OPC_MoveChild0,
18865 OPC_SwitchOpcode , 66, TARGET_VAL(ISD::SMAX),
18866 OPC_Scope, 31,
18867 OPC_RecordChild0,
18868 OPC_MoveChild1,
18869 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18870 OPC_CheckChild0Integer, 0|128,127,
18871 OPC_CheckChild0TypeI32,
18872 OPC_MoveParent,
18873 OPC_MoveSibling1,
18874 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18875 OPC_CheckChild0Integer, 127|128,0,
18876 OPC_CheckChild0TypeI32,
18877 OPC_MoveParent,
18878 OPC_MoveParent,
18879 OPC_CheckType, MVT::v8i16,
18880 OPC_MoveParent,
18881 OPC_CheckType, MVT::v16i8,
18882 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
18883 MVT::v16i8, 2, 16,
18884 31,
18885 OPC_MoveChild0,
18886 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18887 OPC_CheckChild0Integer, 0|128,127,
18888 OPC_CheckChild0TypeI32,
18889 OPC_MoveParent,
18890 OPC_RecordChild1,
18891 OPC_MoveSibling1,
18892 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18893 OPC_CheckChild0Integer, 127|128,0,
18894 OPC_CheckChild0TypeI32,
18895 OPC_MoveParent,
18896 OPC_MoveParent,
18897 OPC_CheckType, MVT::v8i16,
18898 OPC_MoveParent,
18899 OPC_CheckType, MVT::v16i8,
18900 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
18901 MVT::v16i8, 2, 16,
18902 0,
18903 58, TARGET_VAL(ISD::SPLAT_VECTOR),
18904 OPC_CheckChild0Integer, 127|128,0,
18905 OPC_CheckChild0TypeI32,
18906 OPC_MoveSibling1,
18907 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
18908 OPC_Scope, 23,
18909 OPC_RecordChild0,
18910 OPC_MoveChild1,
18911 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18912 OPC_CheckChild0Integer, 0|128,127,
18913 OPC_CheckChild0TypeI32,
18914 OPC_MoveParent,
18915 OPC_MoveParent,
18916 OPC_MoveParent,
18917 OPC_CheckType, MVT::v8i16,
18918 OPC_MoveParent,
18919 OPC_CheckType, MVT::v16i8,
18920 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
18921 MVT::v16i8, 2, 16,
18922 23,
18923 OPC_MoveChild0,
18924 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18925 OPC_CheckChild0Integer, 0|128,127,
18926 OPC_CheckChild0TypeI32,
18927 OPC_MoveParent,
18928 OPC_RecordChild1,
18929 OPC_MoveParent,
18930 OPC_MoveParent,
18931 OPC_CheckType, MVT::v8i16,
18932 OPC_MoveParent,
18933 OPC_CheckType, MVT::v16i8,
18934 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
18935 MVT::v16i8, 2, 16,
18936 0,
18937 0,
18938 0,
18939 87|128,2,
18940 OPC_MoveChild0,
18941 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18942 OPC_CheckChild0Integer, 0|128,127,
18943 OPC_CheckChild0TypeI32,
18944 OPC_MoveParent,
18945 OPC_RecordChild1,
18946 OPC_MoveSibling1,
18947 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18948 OPC_CheckChild0Integer, 127|128,0,
18949 OPC_CheckChild0TypeI32,
18950 OPC_MoveParent,
18951 OPC_MoveParent,
18952 OPC_CheckType, MVT::v8i16,
18953 OPC_MoveSibling1,
18954 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
18955 OPC_MoveChild0,
18956 OPC_SwitchOpcode , 37|128,1, TARGET_VAL(ISD::SMIN),
18957 OPC_MoveChild0,
18958 OPC_SwitchOpcode , 82, TARGET_VAL(ISD::SMAX),
18959 OPC_Scope, 39,
18960 OPC_RecordChild0,
18961 OPC_MoveChild1,
18962 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18963 OPC_CheckChild0Integer, 0|128,127,
18964 OPC_CheckChild0TypeI32,
18965 OPC_MoveParent,
18966 OPC_MoveSibling1,
18967 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18968 OPC_CheckChild0Integer, 127|128,0,
18969 OPC_CheckChild0TypeI32,
18970 OPC_MoveParent,
18971 OPC_MoveSibling1,
18972 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18973 OPC_CheckChild0Integer, 127|128,1,
18974 OPC_CheckChild0TypeI32,
18975 OPC_MoveParent,
18976 OPC_CheckType, MVT::v8i16,
18977 OPC_MoveParent,
18978 OPC_CheckType, MVT::v16i8,
18979 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
18980 MVT::v16i8, 2, 16,
18981 39,
18982 OPC_MoveChild0,
18983 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18984 OPC_CheckChild0Integer, 0|128,127,
18985 OPC_CheckChild0TypeI32,
18986 OPC_MoveParent,
18987 OPC_RecordChild1,
18988 OPC_MoveSibling1,
18989 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18990 OPC_CheckChild0Integer, 127|128,0,
18991 OPC_CheckChild0TypeI32,
18992 OPC_MoveParent,
18993 OPC_MoveSibling1,
18994 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18995 OPC_CheckChild0Integer, 127|128,1,
18996 OPC_CheckChild0TypeI32,
18997 OPC_MoveParent,
18998 OPC_CheckType, MVT::v8i16,
18999 OPC_MoveParent,
19000 OPC_CheckType, MVT::v16i8,
19001 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19002 MVT::v16i8, 2, 16,
19003 0,
19004 74, TARGET_VAL(ISD::SPLAT_VECTOR),
19005 OPC_CheckChild0Integer, 127|128,0,
19006 OPC_CheckChild0TypeI32,
19007 OPC_MoveSibling1,
19008 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
19009 OPC_Scope, 31,
19010 OPC_RecordChild0,
19011 OPC_MoveChild1,
19012 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19013 OPC_CheckChild0Integer, 0|128,127,
19014 OPC_CheckChild0TypeI32,
19015 OPC_MoveParent,
19016 OPC_MoveParent,
19017 OPC_MoveSibling1,
19018 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19019 OPC_CheckChild0Integer, 127|128,1,
19020 OPC_CheckChild0TypeI32,
19021 OPC_MoveParent,
19022 OPC_CheckType, MVT::v8i16,
19023 OPC_MoveParent,
19024 OPC_CheckType, MVT::v16i8,
19025 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19026 MVT::v16i8, 2, 16,
19027 31,
19028 OPC_MoveChild0,
19029 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19030 OPC_CheckChild0Integer, 0|128,127,
19031 OPC_CheckChild0TypeI32,
19032 OPC_MoveParent,
19033 OPC_RecordChild1,
19034 OPC_MoveParent,
19035 OPC_MoveSibling1,
19036 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19037 OPC_CheckChild0Integer, 127|128,1,
19038 OPC_CheckChild0TypeI32,
19039 OPC_MoveParent,
19040 OPC_CheckType, MVT::v8i16,
19041 OPC_MoveParent,
19042 OPC_CheckType, MVT::v16i8,
19043 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19044 MVT::v16i8, 2, 16,
19045 0,
19046 0,
19047 13|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
19048 OPC_CheckChild0Integer, 127|128,1,
19049 OPC_CheckChild0TypeI32,
19050 OPC_MoveSibling1,
19051 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
19052 OPC_MoveChild0,
19053 OPC_SwitchOpcode , 66, TARGET_VAL(ISD::SMAX),
19054 OPC_Scope, 31,
19055 OPC_RecordChild0,
19056 OPC_MoveChild1,
19057 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19058 OPC_CheckChild0Integer, 0|128,127,
19059 OPC_CheckChild0TypeI32,
19060 OPC_MoveParent,
19061 OPC_MoveSibling1,
19062 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19063 OPC_CheckChild0Integer, 127|128,0,
19064 OPC_CheckChild0TypeI32,
19065 OPC_MoveParent,
19066 OPC_MoveParent,
19067 OPC_CheckType, MVT::v8i16,
19068 OPC_MoveParent,
19069 OPC_CheckType, MVT::v16i8,
19070 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19071 MVT::v16i8, 2, 16,
19072 31,
19073 OPC_MoveChild0,
19074 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19075 OPC_CheckChild0Integer, 0|128,127,
19076 OPC_CheckChild0TypeI32,
19077 OPC_MoveParent,
19078 OPC_RecordChild1,
19079 OPC_MoveSibling1,
19080 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19081 OPC_CheckChild0Integer, 127|128,0,
19082 OPC_CheckChild0TypeI32,
19083 OPC_MoveParent,
19084 OPC_MoveParent,
19085 OPC_CheckType, MVT::v8i16,
19086 OPC_MoveParent,
19087 OPC_CheckType, MVT::v16i8,
19088 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19089 MVT::v16i8, 2, 16,
19090 0,
19091 58, TARGET_VAL(ISD::SPLAT_VECTOR),
19092 OPC_CheckChild0Integer, 127|128,0,
19093 OPC_CheckChild0TypeI32,
19094 OPC_MoveSibling1,
19095 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
19096 OPC_Scope, 23,
19097 OPC_RecordChild0,
19098 OPC_MoveChild1,
19099 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19100 OPC_CheckChild0Integer, 0|128,127,
19101 OPC_CheckChild0TypeI32,
19102 OPC_MoveParent,
19103 OPC_MoveParent,
19104 OPC_MoveParent,
19105 OPC_CheckType, MVT::v8i16,
19106 OPC_MoveParent,
19107 OPC_CheckType, MVT::v16i8,
19108 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19109 MVT::v16i8, 2, 16,
19110 23,
19111 OPC_MoveChild0,
19112 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19113 OPC_CheckChild0Integer, 0|128,127,
19114 OPC_CheckChild0TypeI32,
19115 OPC_MoveParent,
19116 OPC_RecordChild1,
19117 OPC_MoveParent,
19118 OPC_MoveParent,
19119 OPC_CheckType, MVT::v8i16,
19120 OPC_MoveParent,
19121 OPC_CheckType, MVT::v16i8,
19122 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19123 MVT::v16i8, 2, 16,
19124 0,
19125 0,
19126 0,
19127 0,
19128 44|128,5, TARGET_VAL(ISD::SPLAT_VECTOR),
19129 OPC_CheckChild0Integer, 127|128,0,
19130 OPC_CheckChild0TypeI32,
19131 OPC_MoveSibling1,
19132 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
19133 OPC_Scope, 79|128,2,
19134 OPC_RecordChild0,
19135 OPC_MoveChild1,
19136 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19137 OPC_CheckChild0Integer, 0|128,127,
19138 OPC_CheckChild0TypeI32,
19139 OPC_MoveParent,
19140 OPC_MoveParent,
19141 OPC_MoveParent,
19142 OPC_CheckType, MVT::v8i16,
19143 OPC_MoveSibling1,
19144 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
19145 OPC_MoveChild0,
19146 OPC_SwitchOpcode , 37|128,1, TARGET_VAL(ISD::SMIN),
19147 OPC_MoveChild0,
19148 OPC_SwitchOpcode , 82, TARGET_VAL(ISD::SMAX),
19149 OPC_Scope, 39,
19150 OPC_RecordChild0,
19151 OPC_MoveChild1,
19152 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19153 OPC_CheckChild0Integer, 0|128,127,
19154 OPC_CheckChild0TypeI32,
19155 OPC_MoveParent,
19156 OPC_MoveSibling1,
19157 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19158 OPC_CheckChild0Integer, 127|128,0,
19159 OPC_CheckChild0TypeI32,
19160 OPC_MoveParent,
19161 OPC_MoveSibling1,
19162 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19163 OPC_CheckChild0Integer, 127|128,1,
19164 OPC_CheckChild0TypeI32,
19165 OPC_MoveParent,
19166 OPC_CheckType, MVT::v8i16,
19167 OPC_MoveParent,
19168 OPC_CheckType, MVT::v16i8,
19169 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19170 MVT::v16i8, 2, 16,
19171 39,
19172 OPC_MoveChild0,
19173 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19174 OPC_CheckChild0Integer, 0|128,127,
19175 OPC_CheckChild0TypeI32,
19176 OPC_MoveParent,
19177 OPC_RecordChild1,
19178 OPC_MoveSibling1,
19179 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19180 OPC_CheckChild0Integer, 127|128,0,
19181 OPC_CheckChild0TypeI32,
19182 OPC_MoveParent,
19183 OPC_MoveSibling1,
19184 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19185 OPC_CheckChild0Integer, 127|128,1,
19186 OPC_CheckChild0TypeI32,
19187 OPC_MoveParent,
19188 OPC_CheckType, MVT::v8i16,
19189 OPC_MoveParent,
19190 OPC_CheckType, MVT::v16i8,
19191 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19192 MVT::v16i8, 2, 16,
19193 0,
19194 74, TARGET_VAL(ISD::SPLAT_VECTOR),
19195 OPC_CheckChild0Integer, 127|128,0,
19196 OPC_CheckChild0TypeI32,
19197 OPC_MoveSibling1,
19198 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
19199 OPC_Scope, 31,
19200 OPC_RecordChild0,
19201 OPC_MoveChild1,
19202 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19203 OPC_CheckChild0Integer, 0|128,127,
19204 OPC_CheckChild0TypeI32,
19205 OPC_MoveParent,
19206 OPC_MoveParent,
19207 OPC_MoveSibling1,
19208 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19209 OPC_CheckChild0Integer, 127|128,1,
19210 OPC_CheckChild0TypeI32,
19211 OPC_MoveParent,
19212 OPC_CheckType, MVT::v8i16,
19213 OPC_MoveParent,
19214 OPC_CheckType, MVT::v16i8,
19215 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19216 MVT::v16i8, 2, 16,
19217 31,
19218 OPC_MoveChild0,
19219 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19220 OPC_CheckChild0Integer, 0|128,127,
19221 OPC_CheckChild0TypeI32,
19222 OPC_MoveParent,
19223 OPC_RecordChild1,
19224 OPC_MoveParent,
19225 OPC_MoveSibling1,
19226 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19227 OPC_CheckChild0Integer, 127|128,1,
19228 OPC_CheckChild0TypeI32,
19229 OPC_MoveParent,
19230 OPC_CheckType, MVT::v8i16,
19231 OPC_MoveParent,
19232 OPC_CheckType, MVT::v16i8,
19233 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19234 MVT::v16i8, 2, 16,
19235 0,
19236 0,
19237 13|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
19238 OPC_CheckChild0Integer, 127|128,1,
19239 OPC_CheckChild0TypeI32,
19240 OPC_MoveSibling1,
19241 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
19242 OPC_MoveChild0,
19243 OPC_SwitchOpcode , 66, TARGET_VAL(ISD::SMAX),
19244 OPC_Scope, 31,
19245 OPC_RecordChild0,
19246 OPC_MoveChild1,
19247 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19248 OPC_CheckChild0Integer, 0|128,127,
19249 OPC_CheckChild0TypeI32,
19250 OPC_MoveParent,
19251 OPC_MoveSibling1,
19252 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19253 OPC_CheckChild0Integer, 127|128,0,
19254 OPC_CheckChild0TypeI32,
19255 OPC_MoveParent,
19256 OPC_MoveParent,
19257 OPC_CheckType, MVT::v8i16,
19258 OPC_MoveParent,
19259 OPC_CheckType, MVT::v16i8,
19260 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19261 MVT::v16i8, 2, 16,
19262 31,
19263 OPC_MoveChild0,
19264 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19265 OPC_CheckChild0Integer, 0|128,127,
19266 OPC_CheckChild0TypeI32,
19267 OPC_MoveParent,
19268 OPC_RecordChild1,
19269 OPC_MoveSibling1,
19270 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19271 OPC_CheckChild0Integer, 127|128,0,
19272 OPC_CheckChild0TypeI32,
19273 OPC_MoveParent,
19274 OPC_MoveParent,
19275 OPC_CheckType, MVT::v8i16,
19276 OPC_MoveParent,
19277 OPC_CheckType, MVT::v16i8,
19278 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19279 MVT::v16i8, 2, 16,
19280 0,
19281 58, TARGET_VAL(ISD::SPLAT_VECTOR),
19282 OPC_CheckChild0Integer, 127|128,0,
19283 OPC_CheckChild0TypeI32,
19284 OPC_MoveSibling1,
19285 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
19286 OPC_Scope, 23,
19287 OPC_RecordChild0,
19288 OPC_MoveChild1,
19289 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19290 OPC_CheckChild0Integer, 0|128,127,
19291 OPC_CheckChild0TypeI32,
19292 OPC_MoveParent,
19293 OPC_MoveParent,
19294 OPC_MoveParent,
19295 OPC_CheckType, MVT::v8i16,
19296 OPC_MoveParent,
19297 OPC_CheckType, MVT::v16i8,
19298 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19299 MVT::v16i8, 2, 16,
19300 23,
19301 OPC_MoveChild0,
19302 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19303 OPC_CheckChild0Integer, 0|128,127,
19304 OPC_CheckChild0TypeI32,
19305 OPC_MoveParent,
19306 OPC_RecordChild1,
19307 OPC_MoveParent,
19308 OPC_MoveParent,
19309 OPC_CheckType, MVT::v8i16,
19310 OPC_MoveParent,
19311 OPC_CheckType, MVT::v16i8,
19312 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19313 MVT::v16i8, 2, 16,
19314 0,
19315 0,
19316 0,
19317 79|128,2,
19318 OPC_MoveChild0,
19319 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19320 OPC_CheckChild0Integer, 0|128,127,
19321 OPC_CheckChild0TypeI32,
19322 OPC_MoveParent,
19323 OPC_RecordChild1,
19324 OPC_MoveParent,
19325 OPC_MoveParent,
19326 OPC_CheckType, MVT::v8i16,
19327 OPC_MoveSibling1,
19328 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
19329 OPC_MoveChild0,
19330 OPC_SwitchOpcode , 37|128,1, TARGET_VAL(ISD::SMIN),
19331 OPC_MoveChild0,
19332 OPC_SwitchOpcode , 82, TARGET_VAL(ISD::SMAX),
19333 OPC_Scope, 39,
19334 OPC_RecordChild0,
19335 OPC_MoveChild1,
19336 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19337 OPC_CheckChild0Integer, 0|128,127,
19338 OPC_CheckChild0TypeI32,
19339 OPC_MoveParent,
19340 OPC_MoveSibling1,
19341 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19342 OPC_CheckChild0Integer, 127|128,0,
19343 OPC_CheckChild0TypeI32,
19344 OPC_MoveParent,
19345 OPC_MoveSibling1,
19346 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19347 OPC_CheckChild0Integer, 127|128,1,
19348 OPC_CheckChild0TypeI32,
19349 OPC_MoveParent,
19350 OPC_CheckType, MVT::v8i16,
19351 OPC_MoveParent,
19352 OPC_CheckType, MVT::v16i8,
19353 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19354 MVT::v16i8, 2, 16,
19355 39,
19356 OPC_MoveChild0,
19357 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19358 OPC_CheckChild0Integer, 0|128,127,
19359 OPC_CheckChild0TypeI32,
19360 OPC_MoveParent,
19361 OPC_RecordChild1,
19362 OPC_MoveSibling1,
19363 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19364 OPC_CheckChild0Integer, 127|128,0,
19365 OPC_CheckChild0TypeI32,
19366 OPC_MoveParent,
19367 OPC_MoveSibling1,
19368 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19369 OPC_CheckChild0Integer, 127|128,1,
19370 OPC_CheckChild0TypeI32,
19371 OPC_MoveParent,
19372 OPC_CheckType, MVT::v8i16,
19373 OPC_MoveParent,
19374 OPC_CheckType, MVT::v16i8,
19375 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19376 MVT::v16i8, 2, 16,
19377 0,
19378 74, TARGET_VAL(ISD::SPLAT_VECTOR),
19379 OPC_CheckChild0Integer, 127|128,0,
19380 OPC_CheckChild0TypeI32,
19381 OPC_MoveSibling1,
19382 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
19383 OPC_Scope, 31,
19384 OPC_RecordChild0,
19385 OPC_MoveChild1,
19386 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19387 OPC_CheckChild0Integer, 0|128,127,
19388 OPC_CheckChild0TypeI32,
19389 OPC_MoveParent,
19390 OPC_MoveParent,
19391 OPC_MoveSibling1,
19392 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19393 OPC_CheckChild0Integer, 127|128,1,
19394 OPC_CheckChild0TypeI32,
19395 OPC_MoveParent,
19396 OPC_CheckType, MVT::v8i16,
19397 OPC_MoveParent,
19398 OPC_CheckType, MVT::v16i8,
19399 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19400 MVT::v16i8, 2, 16,
19401 31,
19402 OPC_MoveChild0,
19403 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19404 OPC_CheckChild0Integer, 0|128,127,
19405 OPC_CheckChild0TypeI32,
19406 OPC_MoveParent,
19407 OPC_RecordChild1,
19408 OPC_MoveParent,
19409 OPC_MoveSibling1,
19410 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19411 OPC_CheckChild0Integer, 127|128,1,
19412 OPC_CheckChild0TypeI32,
19413 OPC_MoveParent,
19414 OPC_CheckType, MVT::v8i16,
19415 OPC_MoveParent,
19416 OPC_CheckType, MVT::v16i8,
19417 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19418 MVT::v16i8, 2, 16,
19419 0,
19420 0,
19421 13|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
19422 OPC_CheckChild0Integer, 127|128,1,
19423 OPC_CheckChild0TypeI32,
19424 OPC_MoveSibling1,
19425 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
19426 OPC_MoveChild0,
19427 OPC_SwitchOpcode , 66, TARGET_VAL(ISD::SMAX),
19428 OPC_Scope, 31,
19429 OPC_RecordChild0,
19430 OPC_MoveChild1,
19431 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19432 OPC_CheckChild0Integer, 0|128,127,
19433 OPC_CheckChild0TypeI32,
19434 OPC_MoveParent,
19435 OPC_MoveSibling1,
19436 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19437 OPC_CheckChild0Integer, 127|128,0,
19438 OPC_CheckChild0TypeI32,
19439 OPC_MoveParent,
19440 OPC_MoveParent,
19441 OPC_CheckType, MVT::v8i16,
19442 OPC_MoveParent,
19443 OPC_CheckType, MVT::v16i8,
19444 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19445 MVT::v16i8, 2, 16,
19446 31,
19447 OPC_MoveChild0,
19448 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19449 OPC_CheckChild0Integer, 0|128,127,
19450 OPC_CheckChild0TypeI32,
19451 OPC_MoveParent,
19452 OPC_RecordChild1,
19453 OPC_MoveSibling1,
19454 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19455 OPC_CheckChild0Integer, 127|128,0,
19456 OPC_CheckChild0TypeI32,
19457 OPC_MoveParent,
19458 OPC_MoveParent,
19459 OPC_CheckType, MVT::v8i16,
19460 OPC_MoveParent,
19461 OPC_CheckType, MVT::v16i8,
19462 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19463 MVT::v16i8, 2, 16,
19464 0,
19465 58, TARGET_VAL(ISD::SPLAT_VECTOR),
19466 OPC_CheckChild0Integer, 127|128,0,
19467 OPC_CheckChild0TypeI32,
19468 OPC_MoveSibling1,
19469 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
19470 OPC_Scope, 23,
19471 OPC_RecordChild0,
19472 OPC_MoveChild1,
19473 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19474 OPC_CheckChild0Integer, 0|128,127,
19475 OPC_CheckChild0TypeI32,
19476 OPC_MoveParent,
19477 OPC_MoveParent,
19478 OPC_MoveParent,
19479 OPC_CheckType, MVT::v8i16,
19480 OPC_MoveParent,
19481 OPC_CheckType, MVT::v16i8,
19482 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19483 MVT::v16i8, 2, 16,
19484 23,
19485 OPC_MoveChild0,
19486 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19487 OPC_CheckChild0Integer, 0|128,127,
19488 OPC_CheckChild0TypeI32,
19489 OPC_MoveParent,
19490 OPC_RecordChild1,
19491 OPC_MoveParent,
19492 OPC_MoveParent,
19493 OPC_CheckType, MVT::v8i16,
19494 OPC_MoveParent,
19495 OPC_CheckType, MVT::v16i8,
19496 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19497 MVT::v16i8, 2, 16,
19498 0,
19499 0,
19500 0,
19501 0,
19502 0,
19503 107|128,10, TARGET_VAL(ISD::SMAX),
19504 OPC_MoveChild0,
19505 OPC_SwitchOpcode , 52|128,5, TARGET_VAL(ISD::SMIN),
19506 OPC_Scope, 87|128,2,
19507 OPC_RecordChild0,
19508 OPC_MoveChild1,
19509 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19510 OPC_CheckChild0Integer, 127|128,0,
19511 OPC_CheckChild0TypeI32,
19512 OPC_MoveParent,
19513 OPC_MoveSibling1,
19514 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19515 OPC_CheckChild0Integer, 0|128,127,
19516 OPC_CheckChild0TypeI32,
19517 OPC_MoveParent,
19518 OPC_MoveParent,
19519 OPC_CheckType, MVT::v8i16,
19520 OPC_MoveSibling1,
19521 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
19522 OPC_MoveChild0,
19523 OPC_SwitchOpcode , 37|128,1, TARGET_VAL(ISD::SMAX),
19524 OPC_MoveChild0,
19525 OPC_SwitchOpcode , 82, TARGET_VAL(ISD::SMIN),
19526 OPC_Scope, 39,
19527 OPC_RecordChild0,
19528 OPC_MoveChild1,
19529 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19530 OPC_CheckChild0Integer, 127|128,0,
19531 OPC_CheckChild0TypeI32,
19532 OPC_MoveParent,
19533 OPC_MoveSibling1,
19534 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19535 OPC_CheckChild0Integer, 0|128,127,
19536 OPC_CheckChild0TypeI32,
19537 OPC_MoveParent,
19538 OPC_MoveSibling1,
19539 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19540 OPC_CheckChild0Integer, 127|128,1,
19541 OPC_CheckChild0TypeI32,
19542 OPC_MoveParent,
19543 OPC_CheckType, MVT::v8i16,
19544 OPC_MoveParent,
19545 OPC_CheckType, MVT::v16i8,
19546 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19547 MVT::v16i8, 2, 16,
19548 39,
19549 OPC_MoveChild0,
19550 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19551 OPC_CheckChild0Integer, 127|128,0,
19552 OPC_CheckChild0TypeI32,
19553 OPC_MoveParent,
19554 OPC_RecordChild1,
19555 OPC_MoveSibling1,
19556 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19557 OPC_CheckChild0Integer, 0|128,127,
19558 OPC_CheckChild0TypeI32,
19559 OPC_MoveParent,
19560 OPC_MoveSibling1,
19561 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19562 OPC_CheckChild0Integer, 127|128,1,
19563 OPC_CheckChild0TypeI32,
19564 OPC_MoveParent,
19565 OPC_CheckType, MVT::v8i16,
19566 OPC_MoveParent,
19567 OPC_CheckType, MVT::v16i8,
19568 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19569 MVT::v16i8, 2, 16,
19570 0,
19571 74, TARGET_VAL(ISD::SPLAT_VECTOR),
19572 OPC_CheckChild0Integer, 0|128,127,
19573 OPC_CheckChild0TypeI32,
19574 OPC_MoveSibling1,
19575 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
19576 OPC_Scope, 31,
19577 OPC_RecordChild0,
19578 OPC_MoveChild1,
19579 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19580 OPC_CheckChild0Integer, 127|128,0,
19581 OPC_CheckChild0TypeI32,
19582 OPC_MoveParent,
19583 OPC_MoveParent,
19584 OPC_MoveSibling1,
19585 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19586 OPC_CheckChild0Integer, 127|128,1,
19587 OPC_CheckChild0TypeI32,
19588 OPC_MoveParent,
19589 OPC_CheckType, MVT::v8i16,
19590 OPC_MoveParent,
19591 OPC_CheckType, MVT::v16i8,
19592 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19593 MVT::v16i8, 2, 16,
19594 31,
19595 OPC_MoveChild0,
19596 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19597 OPC_CheckChild0Integer, 127|128,0,
19598 OPC_CheckChild0TypeI32,
19599 OPC_MoveParent,
19600 OPC_RecordChild1,
19601 OPC_MoveParent,
19602 OPC_MoveSibling1,
19603 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19604 OPC_CheckChild0Integer, 127|128,1,
19605 OPC_CheckChild0TypeI32,
19606 OPC_MoveParent,
19607 OPC_CheckType, MVT::v8i16,
19608 OPC_MoveParent,
19609 OPC_CheckType, MVT::v16i8,
19610 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19611 MVT::v16i8, 2, 16,
19612 0,
19613 0,
19614 13|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
19615 OPC_CheckChild0Integer, 127|128,1,
19616 OPC_CheckChild0TypeI32,
19617 OPC_MoveSibling1,
19618 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
19619 OPC_MoveChild0,
19620 OPC_SwitchOpcode , 66, TARGET_VAL(ISD::SMIN),
19621 OPC_Scope, 31,
19622 OPC_RecordChild0,
19623 OPC_MoveChild1,
19624 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19625 OPC_CheckChild0Integer, 127|128,0,
19626 OPC_CheckChild0TypeI32,
19627 OPC_MoveParent,
19628 OPC_MoveSibling1,
19629 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19630 OPC_CheckChild0Integer, 0|128,127,
19631 OPC_CheckChild0TypeI32,
19632 OPC_MoveParent,
19633 OPC_MoveParent,
19634 OPC_CheckType, MVT::v8i16,
19635 OPC_MoveParent,
19636 OPC_CheckType, MVT::v16i8,
19637 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19638 MVT::v16i8, 2, 16,
19639 31,
19640 OPC_MoveChild0,
19641 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19642 OPC_CheckChild0Integer, 127|128,0,
19643 OPC_CheckChild0TypeI32,
19644 OPC_MoveParent,
19645 OPC_RecordChild1,
19646 OPC_MoveSibling1,
19647 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19648 OPC_CheckChild0Integer, 0|128,127,
19649 OPC_CheckChild0TypeI32,
19650 OPC_MoveParent,
19651 OPC_MoveParent,
19652 OPC_CheckType, MVT::v8i16,
19653 OPC_MoveParent,
19654 OPC_CheckType, MVT::v16i8,
19655 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19656 MVT::v16i8, 2, 16,
19657 0,
19658 58, TARGET_VAL(ISD::SPLAT_VECTOR),
19659 OPC_CheckChild0Integer, 0|128,127,
19660 OPC_CheckChild0TypeI32,
19661 OPC_MoveSibling1,
19662 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
19663 OPC_Scope, 23,
19664 OPC_RecordChild0,
19665 OPC_MoveChild1,
19666 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19667 OPC_CheckChild0Integer, 127|128,0,
19668 OPC_CheckChild0TypeI32,
19669 OPC_MoveParent,
19670 OPC_MoveParent,
19671 OPC_MoveParent,
19672 OPC_CheckType, MVT::v8i16,
19673 OPC_MoveParent,
19674 OPC_CheckType, MVT::v16i8,
19675 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19676 MVT::v16i8, 2, 16,
19677 23,
19678 OPC_MoveChild0,
19679 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19680 OPC_CheckChild0Integer, 127|128,0,
19681 OPC_CheckChild0TypeI32,
19682 OPC_MoveParent,
19683 OPC_RecordChild1,
19684 OPC_MoveParent,
19685 OPC_MoveParent,
19686 OPC_CheckType, MVT::v8i16,
19687 OPC_MoveParent,
19688 OPC_CheckType, MVT::v16i8,
19689 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19690 MVT::v16i8, 2, 16,
19691 0,
19692 0,
19693 0,
19694 87|128,2,
19695 OPC_MoveChild0,
19696 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19697 OPC_CheckChild0Integer, 127|128,0,
19698 OPC_CheckChild0TypeI32,
19699 OPC_MoveParent,
19700 OPC_RecordChild1,
19701 OPC_MoveSibling1,
19702 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19703 OPC_CheckChild0Integer, 0|128,127,
19704 OPC_CheckChild0TypeI32,
19705 OPC_MoveParent,
19706 OPC_MoveParent,
19707 OPC_CheckType, MVT::v8i16,
19708 OPC_MoveSibling1,
19709 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
19710 OPC_MoveChild0,
19711 OPC_SwitchOpcode , 37|128,1, TARGET_VAL(ISD::SMAX),
19712 OPC_MoveChild0,
19713 OPC_SwitchOpcode , 82, TARGET_VAL(ISD::SMIN),
19714 OPC_Scope, 39,
19715 OPC_RecordChild0,
19716 OPC_MoveChild1,
19717 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19718 OPC_CheckChild0Integer, 127|128,0,
19719 OPC_CheckChild0TypeI32,
19720 OPC_MoveParent,
19721 OPC_MoveSibling1,
19722 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19723 OPC_CheckChild0Integer, 0|128,127,
19724 OPC_CheckChild0TypeI32,
19725 OPC_MoveParent,
19726 OPC_MoveSibling1,
19727 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19728 OPC_CheckChild0Integer, 127|128,1,
19729 OPC_CheckChild0TypeI32,
19730 OPC_MoveParent,
19731 OPC_CheckType, MVT::v8i16,
19732 OPC_MoveParent,
19733 OPC_CheckType, MVT::v16i8,
19734 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19735 MVT::v16i8, 2, 16,
19736 39,
19737 OPC_MoveChild0,
19738 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19739 OPC_CheckChild0Integer, 127|128,0,
19740 OPC_CheckChild0TypeI32,
19741 OPC_MoveParent,
19742 OPC_RecordChild1,
19743 OPC_MoveSibling1,
19744 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19745 OPC_CheckChild0Integer, 0|128,127,
19746 OPC_CheckChild0TypeI32,
19747 OPC_MoveParent,
19748 OPC_MoveSibling1,
19749 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19750 OPC_CheckChild0Integer, 127|128,1,
19751 OPC_CheckChild0TypeI32,
19752 OPC_MoveParent,
19753 OPC_CheckType, MVT::v8i16,
19754 OPC_MoveParent,
19755 OPC_CheckType, MVT::v16i8,
19756 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19757 MVT::v16i8, 2, 16,
19758 0,
19759 74, TARGET_VAL(ISD::SPLAT_VECTOR),
19760 OPC_CheckChild0Integer, 0|128,127,
19761 OPC_CheckChild0TypeI32,
19762 OPC_MoveSibling1,
19763 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
19764 OPC_Scope, 31,
19765 OPC_RecordChild0,
19766 OPC_MoveChild1,
19767 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19768 OPC_CheckChild0Integer, 127|128,0,
19769 OPC_CheckChild0TypeI32,
19770 OPC_MoveParent,
19771 OPC_MoveParent,
19772 OPC_MoveSibling1,
19773 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19774 OPC_CheckChild0Integer, 127|128,1,
19775 OPC_CheckChild0TypeI32,
19776 OPC_MoveParent,
19777 OPC_CheckType, MVT::v8i16,
19778 OPC_MoveParent,
19779 OPC_CheckType, MVT::v16i8,
19780 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19781 MVT::v16i8, 2, 16,
19782 31,
19783 OPC_MoveChild0,
19784 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19785 OPC_CheckChild0Integer, 127|128,0,
19786 OPC_CheckChild0TypeI32,
19787 OPC_MoveParent,
19788 OPC_RecordChild1,
19789 OPC_MoveParent,
19790 OPC_MoveSibling1,
19791 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19792 OPC_CheckChild0Integer, 127|128,1,
19793 OPC_CheckChild0TypeI32,
19794 OPC_MoveParent,
19795 OPC_CheckType, MVT::v8i16,
19796 OPC_MoveParent,
19797 OPC_CheckType, MVT::v16i8,
19798 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19799 MVT::v16i8, 2, 16,
19800 0,
19801 0,
19802 13|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
19803 OPC_CheckChild0Integer, 127|128,1,
19804 OPC_CheckChild0TypeI32,
19805 OPC_MoveSibling1,
19806 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
19807 OPC_MoveChild0,
19808 OPC_SwitchOpcode , 66, TARGET_VAL(ISD::SMIN),
19809 OPC_Scope, 31,
19810 OPC_RecordChild0,
19811 OPC_MoveChild1,
19812 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19813 OPC_CheckChild0Integer, 127|128,0,
19814 OPC_CheckChild0TypeI32,
19815 OPC_MoveParent,
19816 OPC_MoveSibling1,
19817 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19818 OPC_CheckChild0Integer, 0|128,127,
19819 OPC_CheckChild0TypeI32,
19820 OPC_MoveParent,
19821 OPC_MoveParent,
19822 OPC_CheckType, MVT::v8i16,
19823 OPC_MoveParent,
19824 OPC_CheckType, MVT::v16i8,
19825 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19826 MVT::v16i8, 2, 16,
19827 31,
19828 OPC_MoveChild0,
19829 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19830 OPC_CheckChild0Integer, 127|128,0,
19831 OPC_CheckChild0TypeI32,
19832 OPC_MoveParent,
19833 OPC_RecordChild1,
19834 OPC_MoveSibling1,
19835 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19836 OPC_CheckChild0Integer, 0|128,127,
19837 OPC_CheckChild0TypeI32,
19838 OPC_MoveParent,
19839 OPC_MoveParent,
19840 OPC_CheckType, MVT::v8i16,
19841 OPC_MoveParent,
19842 OPC_CheckType, MVT::v16i8,
19843 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19844 MVT::v16i8, 2, 16,
19845 0,
19846 58, TARGET_VAL(ISD::SPLAT_VECTOR),
19847 OPC_CheckChild0Integer, 0|128,127,
19848 OPC_CheckChild0TypeI32,
19849 OPC_MoveSibling1,
19850 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
19851 OPC_Scope, 23,
19852 OPC_RecordChild0,
19853 OPC_MoveChild1,
19854 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19855 OPC_CheckChild0Integer, 127|128,0,
19856 OPC_CheckChild0TypeI32,
19857 OPC_MoveParent,
19858 OPC_MoveParent,
19859 OPC_MoveParent,
19860 OPC_CheckType, MVT::v8i16,
19861 OPC_MoveParent,
19862 OPC_CheckType, MVT::v16i8,
19863 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19864 MVT::v16i8, 2, 16,
19865 23,
19866 OPC_MoveChild0,
19867 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19868 OPC_CheckChild0Integer, 127|128,0,
19869 OPC_CheckChild0TypeI32,
19870 OPC_MoveParent,
19871 OPC_RecordChild1,
19872 OPC_MoveParent,
19873 OPC_MoveParent,
19874 OPC_CheckType, MVT::v8i16,
19875 OPC_MoveParent,
19876 OPC_CheckType, MVT::v16i8,
19877 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19878 MVT::v16i8, 2, 16,
19879 0,
19880 0,
19881 0,
19882 0,
19883 44|128,5, TARGET_VAL(ISD::SPLAT_VECTOR),
19884 OPC_CheckChild0Integer, 0|128,127,
19885 OPC_CheckChild0TypeI32,
19886 OPC_MoveSibling1,
19887 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
19888 OPC_Scope, 79|128,2,
19889 OPC_RecordChild0,
19890 OPC_MoveChild1,
19891 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19892 OPC_CheckChild0Integer, 127|128,0,
19893 OPC_CheckChild0TypeI32,
19894 OPC_MoveParent,
19895 OPC_MoveParent,
19896 OPC_MoveParent,
19897 OPC_CheckType, MVT::v8i16,
19898 OPC_MoveSibling1,
19899 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
19900 OPC_MoveChild0,
19901 OPC_SwitchOpcode , 37|128,1, TARGET_VAL(ISD::SMAX),
19902 OPC_MoveChild0,
19903 OPC_SwitchOpcode , 82, TARGET_VAL(ISD::SMIN),
19904 OPC_Scope, 39,
19905 OPC_RecordChild0,
19906 OPC_MoveChild1,
19907 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19908 OPC_CheckChild0Integer, 127|128,0,
19909 OPC_CheckChild0TypeI32,
19910 OPC_MoveParent,
19911 OPC_MoveSibling1,
19912 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19913 OPC_CheckChild0Integer, 0|128,127,
19914 OPC_CheckChild0TypeI32,
19915 OPC_MoveParent,
19916 OPC_MoveSibling1,
19917 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19918 OPC_CheckChild0Integer, 127|128,1,
19919 OPC_CheckChild0TypeI32,
19920 OPC_MoveParent,
19921 OPC_CheckType, MVT::v8i16,
19922 OPC_MoveParent,
19923 OPC_CheckType, MVT::v16i8,
19924 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19925 MVT::v16i8, 2, 16,
19926 39,
19927 OPC_MoveChild0,
19928 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19929 OPC_CheckChild0Integer, 127|128,0,
19930 OPC_CheckChild0TypeI32,
19931 OPC_MoveParent,
19932 OPC_RecordChild1,
19933 OPC_MoveSibling1,
19934 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19935 OPC_CheckChild0Integer, 0|128,127,
19936 OPC_CheckChild0TypeI32,
19937 OPC_MoveParent,
19938 OPC_MoveSibling1,
19939 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19940 OPC_CheckChild0Integer, 127|128,1,
19941 OPC_CheckChild0TypeI32,
19942 OPC_MoveParent,
19943 OPC_CheckType, MVT::v8i16,
19944 OPC_MoveParent,
19945 OPC_CheckType, MVT::v16i8,
19946 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19947 MVT::v16i8, 2, 16,
19948 0,
19949 74, TARGET_VAL(ISD::SPLAT_VECTOR),
19950 OPC_CheckChild0Integer, 0|128,127,
19951 OPC_CheckChild0TypeI32,
19952 OPC_MoveSibling1,
19953 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
19954 OPC_Scope, 31,
19955 OPC_RecordChild0,
19956 OPC_MoveChild1,
19957 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19958 OPC_CheckChild0Integer, 127|128,0,
19959 OPC_CheckChild0TypeI32,
19960 OPC_MoveParent,
19961 OPC_MoveParent,
19962 OPC_MoveSibling1,
19963 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19964 OPC_CheckChild0Integer, 127|128,1,
19965 OPC_CheckChild0TypeI32,
19966 OPC_MoveParent,
19967 OPC_CheckType, MVT::v8i16,
19968 OPC_MoveParent,
19969 OPC_CheckType, MVT::v16i8,
19970 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19971 MVT::v16i8, 2, 16,
19972 31,
19973 OPC_MoveChild0,
19974 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19975 OPC_CheckChild0Integer, 127|128,0,
19976 OPC_CheckChild0TypeI32,
19977 OPC_MoveParent,
19978 OPC_RecordChild1,
19979 OPC_MoveParent,
19980 OPC_MoveSibling1,
19981 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19982 OPC_CheckChild0Integer, 127|128,1,
19983 OPC_CheckChild0TypeI32,
19984 OPC_MoveParent,
19985 OPC_CheckType, MVT::v8i16,
19986 OPC_MoveParent,
19987 OPC_CheckType, MVT::v16i8,
19988 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19989 MVT::v16i8, 2, 16,
19990 0,
19991 0,
19992 13|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
19993 OPC_CheckChild0Integer, 127|128,1,
19994 OPC_CheckChild0TypeI32,
19995 OPC_MoveSibling1,
19996 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
19997 OPC_MoveChild0,
19998 OPC_SwitchOpcode , 66, TARGET_VAL(ISD::SMIN),
19999 OPC_Scope, 31,
20000 OPC_RecordChild0,
20001 OPC_MoveChild1,
20002 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20003 OPC_CheckChild0Integer, 127|128,0,
20004 OPC_CheckChild0TypeI32,
20005 OPC_MoveParent,
20006 OPC_MoveSibling1,
20007 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20008 OPC_CheckChild0Integer, 0|128,127,
20009 OPC_CheckChild0TypeI32,
20010 OPC_MoveParent,
20011 OPC_MoveParent,
20012 OPC_CheckType, MVT::v8i16,
20013 OPC_MoveParent,
20014 OPC_CheckType, MVT::v16i8,
20015 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
20016 MVT::v16i8, 2, 16,
20017 31,
20018 OPC_MoveChild0,
20019 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20020 OPC_CheckChild0Integer, 127|128,0,
20021 OPC_CheckChild0TypeI32,
20022 OPC_MoveParent,
20023 OPC_RecordChild1,
20024 OPC_MoveSibling1,
20025 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20026 OPC_CheckChild0Integer, 0|128,127,
20027 OPC_CheckChild0TypeI32,
20028 OPC_MoveParent,
20029 OPC_MoveParent,
20030 OPC_CheckType, MVT::v8i16,
20031 OPC_MoveParent,
20032 OPC_CheckType, MVT::v16i8,
20033 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
20034 MVT::v16i8, 2, 16,
20035 0,
20036 58, TARGET_VAL(ISD::SPLAT_VECTOR),
20037 OPC_CheckChild0Integer, 0|128,127,
20038 OPC_CheckChild0TypeI32,
20039 OPC_MoveSibling1,
20040 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
20041 OPC_Scope, 23,
20042 OPC_RecordChild0,
20043 OPC_MoveChild1,
20044 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20045 OPC_CheckChild0Integer, 127|128,0,
20046 OPC_CheckChild0TypeI32,
20047 OPC_MoveParent,
20048 OPC_MoveParent,
20049 OPC_MoveParent,
20050 OPC_CheckType, MVT::v8i16,
20051 OPC_MoveParent,
20052 OPC_CheckType, MVT::v16i8,
20053 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
20054 MVT::v16i8, 2, 16,
20055 23,
20056 OPC_MoveChild0,
20057 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20058 OPC_CheckChild0Integer, 127|128,0,
20059 OPC_CheckChild0TypeI32,
20060 OPC_MoveParent,
20061 OPC_RecordChild1,
20062 OPC_MoveParent,
20063 OPC_MoveParent,
20064 OPC_CheckType, MVT::v8i16,
20065 OPC_MoveParent,
20066 OPC_CheckType, MVT::v16i8,
20067 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
20068 MVT::v16i8, 2, 16,
20069 0,
20070 0,
20071 0,
20072 79|128,2,
20073 OPC_MoveChild0,
20074 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20075 OPC_CheckChild0Integer, 127|128,0,
20076 OPC_CheckChild0TypeI32,
20077 OPC_MoveParent,
20078 OPC_RecordChild1,
20079 OPC_MoveParent,
20080 OPC_MoveParent,
20081 OPC_CheckType, MVT::v8i16,
20082 OPC_MoveSibling1,
20083 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
20084 OPC_MoveChild0,
20085 OPC_SwitchOpcode , 37|128,1, TARGET_VAL(ISD::SMAX),
20086 OPC_MoveChild0,
20087 OPC_SwitchOpcode , 82, TARGET_VAL(ISD::SMIN),
20088 OPC_Scope, 39,
20089 OPC_RecordChild0,
20090 OPC_MoveChild1,
20091 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20092 OPC_CheckChild0Integer, 127|128,0,
20093 OPC_CheckChild0TypeI32,
20094 OPC_MoveParent,
20095 OPC_MoveSibling1,
20096 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20097 OPC_CheckChild0Integer, 0|128,127,
20098 OPC_CheckChild0TypeI32,
20099 OPC_MoveParent,
20100 OPC_MoveSibling1,
20101 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20102 OPC_CheckChild0Integer, 127|128,1,
20103 OPC_CheckChild0TypeI32,
20104 OPC_MoveParent,
20105 OPC_CheckType, MVT::v8i16,
20106 OPC_MoveParent,
20107 OPC_CheckType, MVT::v16i8,
20108 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
20109 MVT::v16i8, 2, 16,
20110 39,
20111 OPC_MoveChild0,
20112 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20113 OPC_CheckChild0Integer, 127|128,0,
20114 OPC_CheckChild0TypeI32,
20115 OPC_MoveParent,
20116 OPC_RecordChild1,
20117 OPC_MoveSibling1,
20118 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20119 OPC_CheckChild0Integer, 0|128,127,
20120 OPC_CheckChild0TypeI32,
20121 OPC_MoveParent,
20122 OPC_MoveSibling1,
20123 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20124 OPC_CheckChild0Integer, 127|128,1,
20125 OPC_CheckChild0TypeI32,
20126 OPC_MoveParent,
20127 OPC_CheckType, MVT::v8i16,
20128 OPC_MoveParent,
20129 OPC_CheckType, MVT::v16i8,
20130 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
20131 MVT::v16i8, 2, 16,
20132 0,
20133 74, TARGET_VAL(ISD::SPLAT_VECTOR),
20134 OPC_CheckChild0Integer, 0|128,127,
20135 OPC_CheckChild0TypeI32,
20136 OPC_MoveSibling1,
20137 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
20138 OPC_Scope, 31,
20139 OPC_RecordChild0,
20140 OPC_MoveChild1,
20141 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20142 OPC_CheckChild0Integer, 127|128,0,
20143 OPC_CheckChild0TypeI32,
20144 OPC_MoveParent,
20145 OPC_MoveParent,
20146 OPC_MoveSibling1,
20147 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20148 OPC_CheckChild0Integer, 127|128,1,
20149 OPC_CheckChild0TypeI32,
20150 OPC_MoveParent,
20151 OPC_CheckType, MVT::v8i16,
20152 OPC_MoveParent,
20153 OPC_CheckType, MVT::v16i8,
20154 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
20155 MVT::v16i8, 2, 16,
20156 31,
20157 OPC_MoveChild0,
20158 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20159 OPC_CheckChild0Integer, 127|128,0,
20160 OPC_CheckChild0TypeI32,
20161 OPC_MoveParent,
20162 OPC_RecordChild1,
20163 OPC_MoveParent,
20164 OPC_MoveSibling1,
20165 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20166 OPC_CheckChild0Integer, 127|128,1,
20167 OPC_CheckChild0TypeI32,
20168 OPC_MoveParent,
20169 OPC_CheckType, MVT::v8i16,
20170 OPC_MoveParent,
20171 OPC_CheckType, MVT::v16i8,
20172 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
20173 MVT::v16i8, 2, 16,
20174 0,
20175 0,
20176 13|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
20177 OPC_CheckChild0Integer, 127|128,1,
20178 OPC_CheckChild0TypeI32,
20179 OPC_MoveSibling1,
20180 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
20181 OPC_MoveChild0,
20182 OPC_SwitchOpcode , 66, TARGET_VAL(ISD::SMIN),
20183 OPC_Scope, 31,
20184 OPC_RecordChild0,
20185 OPC_MoveChild1,
20186 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20187 OPC_CheckChild0Integer, 127|128,0,
20188 OPC_CheckChild0TypeI32,
20189 OPC_MoveParent,
20190 OPC_MoveSibling1,
20191 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20192 OPC_CheckChild0Integer, 0|128,127,
20193 OPC_CheckChild0TypeI32,
20194 OPC_MoveParent,
20195 OPC_MoveParent,
20196 OPC_CheckType, MVT::v8i16,
20197 OPC_MoveParent,
20198 OPC_CheckType, MVT::v16i8,
20199 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
20200 MVT::v16i8, 2, 16,
20201 31,
20202 OPC_MoveChild0,
20203 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20204 OPC_CheckChild0Integer, 127|128,0,
20205 OPC_CheckChild0TypeI32,
20206 OPC_MoveParent,
20207 OPC_RecordChild1,
20208 OPC_MoveSibling1,
20209 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20210 OPC_CheckChild0Integer, 0|128,127,
20211 OPC_CheckChild0TypeI32,
20212 OPC_MoveParent,
20213 OPC_MoveParent,
20214 OPC_CheckType, MVT::v8i16,
20215 OPC_MoveParent,
20216 OPC_CheckType, MVT::v16i8,
20217 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
20218 MVT::v16i8, 2, 16,
20219 0,
20220 58, TARGET_VAL(ISD::SPLAT_VECTOR),
20221 OPC_CheckChild0Integer, 0|128,127,
20222 OPC_CheckChild0TypeI32,
20223 OPC_MoveSibling1,
20224 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
20225 OPC_Scope, 23,
20226 OPC_RecordChild0,
20227 OPC_MoveChild1,
20228 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20229 OPC_CheckChild0Integer, 127|128,0,
20230 OPC_CheckChild0TypeI32,
20231 OPC_MoveParent,
20232 OPC_MoveParent,
20233 OPC_MoveParent,
20234 OPC_CheckType, MVT::v8i16,
20235 OPC_MoveParent,
20236 OPC_CheckType, MVT::v16i8,
20237 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
20238 MVT::v16i8, 2, 16,
20239 23,
20240 OPC_MoveChild0,
20241 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20242 OPC_CheckChild0Integer, 127|128,0,
20243 OPC_CheckChild0TypeI32,
20244 OPC_MoveParent,
20245 OPC_RecordChild1,
20246 OPC_MoveParent,
20247 OPC_MoveParent,
20248 OPC_CheckType, MVT::v8i16,
20249 OPC_MoveParent,
20250 OPC_CheckType, MVT::v16i8,
20251 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
20252 MVT::v16i8, 2, 16,
20253 0,
20254 0,
20255 0,
20256 0,
20257 0,
20258 0,
20259 12|128,23,
20260 OPC_CheckChild0Integer, 127|128,127|128,3,
20261 OPC_CheckChild0TypeI32,
20262 OPC_MoveSibling1,
20263 OPC_SwitchOpcode , 62|128,11, TARGET_VAL(ISD::SMIN),
20264 OPC_MoveChild0,
20265 OPC_SwitchOpcode , 94|128,5, TARGET_VAL(ISD::SMAX),
20266 OPC_Scope, 108|128,2,
20267 OPC_RecordChild0,
20268 OPC_MoveChild1,
20269 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20270 OPC_CheckChild0Integer, 0|128,0|128,126,
20271 OPC_CheckChild0TypeI32,
20272 OPC_MoveParent,
20273 OPC_MoveSibling1,
20274 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20275 OPC_CheckChild0Integer, 127|128,127|128,1,
20276 OPC_CheckChild0TypeI32,
20277 OPC_MoveParent,
20278 OPC_MoveParent,
20279 OPC_CheckType, MVT::v4i32,
20280 OPC_MoveSibling1,
20281 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
20282 OPC_MoveChild0,
20283 OPC_SwitchOpcode , 48|128,1, TARGET_VAL(ISD::SMIN),
20284 OPC_MoveChild0,
20285 OPC_SwitchOpcode , 88, TARGET_VAL(ISD::SMAX),
20286 OPC_Scope, 42,
20287 OPC_RecordChild0,
20288 OPC_MoveChild1,
20289 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20290 OPC_CheckChild0Integer, 0|128,0|128,126,
20291 OPC_CheckChild0TypeI32,
20292 OPC_MoveParent,
20293 OPC_MoveSibling1,
20294 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20295 OPC_CheckChild0Integer, 127|128,127|128,1,
20296 OPC_CheckChild0TypeI32,
20297 OPC_MoveParent,
20298 OPC_MoveSibling1,
20299 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20300 OPC_CheckChild0Integer, 127|128,127|128,3,
20301 OPC_CheckChild0TypeI32,
20302 OPC_MoveParent,
20303 OPC_CheckType, MVT::v4i32,
20304 OPC_MoveParent,
20305 OPC_CheckType, MVT::v8i16,
20306 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
20307 MVT::v8i16, 2, 16,
20308 42,
20309 OPC_MoveChild0,
20310 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20311 OPC_CheckChild0Integer, 0|128,0|128,126,
20312 OPC_CheckChild0TypeI32,
20313 OPC_MoveParent,
20314 OPC_RecordChild1,
20315 OPC_MoveSibling1,
20316 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20317 OPC_CheckChild0Integer, 127|128,127|128,1,
20318 OPC_CheckChild0TypeI32,
20319 OPC_MoveParent,
20320 OPC_MoveSibling1,
20321 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20322 OPC_CheckChild0Integer, 127|128,127|128,3,
20323 OPC_CheckChild0TypeI32,
20324 OPC_MoveParent,
20325 OPC_CheckType, MVT::v4i32,
20326 OPC_MoveParent,
20327 OPC_CheckType, MVT::v8i16,
20328 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
20329 MVT::v8i16, 2, 16,
20330 0,
20331 79, TARGET_VAL(ISD::SPLAT_VECTOR),
20332 OPC_CheckChild0Integer, 127|128,127|128,1,
20333 OPC_CheckChild0TypeI32,
20334 OPC_MoveSibling1,
20335 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
20336 OPC_Scope, 33,
20337 OPC_RecordChild0,
20338 OPC_MoveChild1,
20339 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20340 OPC_CheckChild0Integer, 0|128,0|128,126,
20341 OPC_CheckChild0TypeI32,
20342 OPC_MoveParent,
20343 OPC_MoveParent,
20344 OPC_MoveSibling1,
20345 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20346 OPC_CheckChild0Integer, 127|128,127|128,3,
20347 OPC_CheckChild0TypeI32,
20348 OPC_MoveParent,
20349 OPC_CheckType, MVT::v4i32,
20350 OPC_MoveParent,
20351 OPC_CheckType, MVT::v8i16,
20352 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
20353 MVT::v8i16, 2, 16,
20354 33,
20355 OPC_MoveChild0,
20356 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20357 OPC_CheckChild0Integer, 0|128,0|128,126,
20358 OPC_CheckChild0TypeI32,
20359 OPC_MoveParent,
20360 OPC_RecordChild1,
20361 OPC_MoveParent,
20362 OPC_MoveSibling1,
20363 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20364 OPC_CheckChild0Integer, 127|128,127|128,3,
20365 OPC_CheckChild0TypeI32,
20366 OPC_MoveParent,
20367 OPC_CheckType, MVT::v4i32,
20368 OPC_MoveParent,
20369 OPC_CheckType, MVT::v8i16,
20370 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
20371 MVT::v8i16, 2, 16,
20372 0,
20373 0,
20374 21|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
20375 OPC_CheckChild0Integer, 127|128,127|128,3,
20376 OPC_CheckChild0TypeI32,
20377 OPC_MoveSibling1,
20378 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
20379 OPC_MoveChild0,
20380 OPC_SwitchOpcode , 70, TARGET_VAL(ISD::SMAX),
20381 OPC_Scope, 33,
20382 OPC_RecordChild0,
20383 OPC_MoveChild1,
20384 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20385 OPC_CheckChild0Integer, 0|128,0|128,126,
20386 OPC_CheckChild0TypeI32,
20387 OPC_MoveParent,
20388 OPC_MoveSibling1,
20389 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20390 OPC_CheckChild0Integer, 127|128,127|128,1,
20391 OPC_CheckChild0TypeI32,
20392 OPC_MoveParent,
20393 OPC_MoveParent,
20394 OPC_CheckType, MVT::v4i32,
20395 OPC_MoveParent,
20396 OPC_CheckType, MVT::v8i16,
20397 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
20398 MVT::v8i16, 2, 16,
20399 33,
20400 OPC_MoveChild0,
20401 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20402 OPC_CheckChild0Integer, 0|128,0|128,126,
20403 OPC_CheckChild0TypeI32,
20404 OPC_MoveParent,
20405 OPC_RecordChild1,
20406 OPC_MoveSibling1,
20407 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20408 OPC_CheckChild0Integer, 127|128,127|128,1,
20409 OPC_CheckChild0TypeI32,
20410 OPC_MoveParent,
20411 OPC_MoveParent,
20412 OPC_CheckType, MVT::v4i32,
20413 OPC_MoveParent,
20414 OPC_CheckType, MVT::v8i16,
20415 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
20416 MVT::v8i16, 2, 16,
20417 0,
20418 61, TARGET_VAL(ISD::SPLAT_VECTOR),
20419 OPC_CheckChild0Integer, 127|128,127|128,1,
20420 OPC_CheckChild0TypeI32,
20421 OPC_MoveSibling1,
20422 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
20423 OPC_Scope, 24,
20424 OPC_RecordChild0,
20425 OPC_MoveChild1,
20426 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20427 OPC_CheckChild0Integer, 0|128,0|128,126,
20428 OPC_CheckChild0TypeI32,
20429 OPC_MoveParent,
20430 OPC_MoveParent,
20431 OPC_MoveParent,
20432 OPC_CheckType, MVT::v4i32,
20433 OPC_MoveParent,
20434 OPC_CheckType, MVT::v8i16,
20435 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
20436 MVT::v8i16, 2, 16,
20437 24,
20438 OPC_MoveChild0,
20439 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20440 OPC_CheckChild0Integer, 0|128,0|128,126,
20441 OPC_CheckChild0TypeI32,
20442 OPC_MoveParent,
20443 OPC_RecordChild1,
20444 OPC_MoveParent,
20445 OPC_MoveParent,
20446 OPC_CheckType, MVT::v4i32,
20447 OPC_MoveParent,
20448 OPC_CheckType, MVT::v8i16,
20449 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
20450 MVT::v8i16, 2, 16,
20451 0,
20452 0,
20453 0,
20454 108|128,2,
20455 OPC_MoveChild0,
20456 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20457 OPC_CheckChild0Integer, 0|128,0|128,126,
20458 OPC_CheckChild0TypeI32,
20459 OPC_MoveParent,
20460 OPC_RecordChild1,
20461 OPC_MoveSibling1,
20462 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20463 OPC_CheckChild0Integer, 127|128,127|128,1,
20464 OPC_CheckChild0TypeI32,
20465 OPC_MoveParent,
20466 OPC_MoveParent,
20467 OPC_CheckType, MVT::v4i32,
20468 OPC_MoveSibling1,
20469 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
20470 OPC_MoveChild0,
20471 OPC_SwitchOpcode , 48|128,1, TARGET_VAL(ISD::SMIN),
20472 OPC_MoveChild0,
20473 OPC_SwitchOpcode , 88, TARGET_VAL(ISD::SMAX),
20474 OPC_Scope, 42,
20475 OPC_RecordChild0,
20476 OPC_MoveChild1,
20477 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20478 OPC_CheckChild0Integer, 0|128,0|128,126,
20479 OPC_CheckChild0TypeI32,
20480 OPC_MoveParent,
20481 OPC_MoveSibling1,
20482 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20483 OPC_CheckChild0Integer, 127|128,127|128,1,
20484 OPC_CheckChild0TypeI32,
20485 OPC_MoveParent,
20486 OPC_MoveSibling1,
20487 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20488 OPC_CheckChild0Integer, 127|128,127|128,3,
20489 OPC_CheckChild0TypeI32,
20490 OPC_MoveParent,
20491 OPC_CheckType, MVT::v4i32,
20492 OPC_MoveParent,
20493 OPC_CheckType, MVT::v8i16,
20494 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
20495 MVT::v8i16, 2, 16,
20496 42,
20497 OPC_MoveChild0,
20498 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20499 OPC_CheckChild0Integer, 0|128,0|128,126,
20500 OPC_CheckChild0TypeI32,
20501 OPC_MoveParent,
20502 OPC_RecordChild1,
20503 OPC_MoveSibling1,
20504 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20505 OPC_CheckChild0Integer, 127|128,127|128,1,
20506 OPC_CheckChild0TypeI32,
20507 OPC_MoveParent,
20508 OPC_MoveSibling1,
20509 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20510 OPC_CheckChild0Integer, 127|128,127|128,3,
20511 OPC_CheckChild0TypeI32,
20512 OPC_MoveParent,
20513 OPC_CheckType, MVT::v4i32,
20514 OPC_MoveParent,
20515 OPC_CheckType, MVT::v8i16,
20516 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
20517 MVT::v8i16, 2, 16,
20518 0,
20519 79, TARGET_VAL(ISD::SPLAT_VECTOR),
20520 OPC_CheckChild0Integer, 127|128,127|128,1,
20521 OPC_CheckChild0TypeI32,
20522 OPC_MoveSibling1,
20523 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
20524 OPC_Scope, 33,
20525 OPC_RecordChild0,
20526 OPC_MoveChild1,
20527 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20528 OPC_CheckChild0Integer, 0|128,0|128,126,
20529 OPC_CheckChild0TypeI32,
20530 OPC_MoveParent,
20531 OPC_MoveParent,
20532 OPC_MoveSibling1,
20533 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20534 OPC_CheckChild0Integer, 127|128,127|128,3,
20535 OPC_CheckChild0TypeI32,
20536 OPC_MoveParent,
20537 OPC_CheckType, MVT::v4i32,
20538 OPC_MoveParent,
20539 OPC_CheckType, MVT::v8i16,
20540 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
20541 MVT::v8i16, 2, 16,
20542 33,
20543 OPC_MoveChild0,
20544 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20545 OPC_CheckChild0Integer, 0|128,0|128,126,
20546 OPC_CheckChild0TypeI32,
20547 OPC_MoveParent,
20548 OPC_RecordChild1,
20549 OPC_MoveParent,
20550 OPC_MoveSibling1,
20551 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20552 OPC_CheckChild0Integer, 127|128,127|128,3,
20553 OPC_CheckChild0TypeI32,
20554 OPC_MoveParent,
20555 OPC_CheckType, MVT::v4i32,
20556 OPC_MoveParent,
20557 OPC_CheckType, MVT::v8i16,
20558 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
20559 MVT::v8i16, 2, 16,
20560 0,
20561 0,
20562 21|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
20563 OPC_CheckChild0Integer, 127|128,127|128,3,
20564 OPC_CheckChild0TypeI32,
20565 OPC_MoveSibling1,
20566 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
20567 OPC_MoveChild0,
20568 OPC_SwitchOpcode , 70, TARGET_VAL(ISD::SMAX),
20569 OPC_Scope, 33,
20570 OPC_RecordChild0,
20571 OPC_MoveChild1,
20572 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20573 OPC_CheckChild0Integer, 0|128,0|128,126,
20574 OPC_CheckChild0TypeI32,
20575 OPC_MoveParent,
20576 OPC_MoveSibling1,
20577 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20578 OPC_CheckChild0Integer, 127|128,127|128,1,
20579 OPC_CheckChild0TypeI32,
20580 OPC_MoveParent,
20581 OPC_MoveParent,
20582 OPC_CheckType, MVT::v4i32,
20583 OPC_MoveParent,
20584 OPC_CheckType, MVT::v8i16,
20585 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
20586 MVT::v8i16, 2, 16,
20587 33,
20588 OPC_MoveChild0,
20589 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20590 OPC_CheckChild0Integer, 0|128,0|128,126,
20591 OPC_CheckChild0TypeI32,
20592 OPC_MoveParent,
20593 OPC_RecordChild1,
20594 OPC_MoveSibling1,
20595 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20596 OPC_CheckChild0Integer, 127|128,127|128,1,
20597 OPC_CheckChild0TypeI32,
20598 OPC_MoveParent,
20599 OPC_MoveParent,
20600 OPC_CheckType, MVT::v4i32,
20601 OPC_MoveParent,
20602 OPC_CheckType, MVT::v8i16,
20603 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
20604 MVT::v8i16, 2, 16,
20605 0,
20606 61, TARGET_VAL(ISD::SPLAT_VECTOR),
20607 OPC_CheckChild0Integer, 127|128,127|128,1,
20608 OPC_CheckChild0TypeI32,
20609 OPC_MoveSibling1,
20610 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
20611 OPC_Scope, 24,
20612 OPC_RecordChild0,
20613 OPC_MoveChild1,
20614 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20615 OPC_CheckChild0Integer, 0|128,0|128,126,
20616 OPC_CheckChild0TypeI32,
20617 OPC_MoveParent,
20618 OPC_MoveParent,
20619 OPC_MoveParent,
20620 OPC_CheckType, MVT::v4i32,
20621 OPC_MoveParent,
20622 OPC_CheckType, MVT::v8i16,
20623 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
20624 MVT::v8i16, 2, 16,
20625 24,
20626 OPC_MoveChild0,
20627 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20628 OPC_CheckChild0Integer, 0|128,0|128,126,
20629 OPC_CheckChild0TypeI32,
20630 OPC_MoveParent,
20631 OPC_RecordChild1,
20632 OPC_MoveParent,
20633 OPC_MoveParent,
20634 OPC_CheckType, MVT::v4i32,
20635 OPC_MoveParent,
20636 OPC_CheckType, MVT::v8i16,
20637 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
20638 MVT::v8i16, 2, 16,
20639 0,
20640 0,
20641 0,
20642 0,
20643 85|128,5, TARGET_VAL(ISD::SPLAT_VECTOR),
20644 OPC_CheckChild0Integer, 127|128,127|128,1,
20645 OPC_CheckChild0TypeI32,
20646 OPC_MoveSibling1,
20647 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
20648 OPC_Scope, 99|128,2,
20649 OPC_RecordChild0,
20650 OPC_MoveChild1,
20651 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20652 OPC_CheckChild0Integer, 0|128,0|128,126,
20653 OPC_CheckChild0TypeI32,
20654 OPC_MoveParent,
20655 OPC_MoveParent,
20656 OPC_MoveParent,
20657 OPC_CheckType, MVT::v4i32,
20658 OPC_MoveSibling1,
20659 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
20660 OPC_MoveChild0,
20661 OPC_SwitchOpcode , 48|128,1, TARGET_VAL(ISD::SMIN),
20662 OPC_MoveChild0,
20663 OPC_SwitchOpcode , 88, TARGET_VAL(ISD::SMAX),
20664 OPC_Scope, 42,
20665 OPC_RecordChild0,
20666 OPC_MoveChild1,
20667 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20668 OPC_CheckChild0Integer, 0|128,0|128,126,
20669 OPC_CheckChild0TypeI32,
20670 OPC_MoveParent,
20671 OPC_MoveSibling1,
20672 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20673 OPC_CheckChild0Integer, 127|128,127|128,1,
20674 OPC_CheckChild0TypeI32,
20675 OPC_MoveParent,
20676 OPC_MoveSibling1,
20677 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20678 OPC_CheckChild0Integer, 127|128,127|128,3,
20679 OPC_CheckChild0TypeI32,
20680 OPC_MoveParent,
20681 OPC_CheckType, MVT::v4i32,
20682 OPC_MoveParent,
20683 OPC_CheckType, MVT::v8i16,
20684 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
20685 MVT::v8i16, 2, 16,
20686 42,
20687 OPC_MoveChild0,
20688 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20689 OPC_CheckChild0Integer, 0|128,0|128,126,
20690 OPC_CheckChild0TypeI32,
20691 OPC_MoveParent,
20692 OPC_RecordChild1,
20693 OPC_MoveSibling1,
20694 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20695 OPC_CheckChild0Integer, 127|128,127|128,1,
20696 OPC_CheckChild0TypeI32,
20697 OPC_MoveParent,
20698 OPC_MoveSibling1,
20699 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20700 OPC_CheckChild0Integer, 127|128,127|128,3,
20701 OPC_CheckChild0TypeI32,
20702 OPC_MoveParent,
20703 OPC_CheckType, MVT::v4i32,
20704 OPC_MoveParent,
20705 OPC_CheckType, MVT::v8i16,
20706 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
20707 MVT::v8i16, 2, 16,
20708 0,
20709 79, TARGET_VAL(ISD::SPLAT_VECTOR),
20710 OPC_CheckChild0Integer, 127|128,127|128,1,
20711 OPC_CheckChild0TypeI32,
20712 OPC_MoveSibling1,
20713 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
20714 OPC_Scope, 33,
20715 OPC_RecordChild0,
20716 OPC_MoveChild1,
20717 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20718 OPC_CheckChild0Integer, 0|128,0|128,126,
20719 OPC_CheckChild0TypeI32,
20720 OPC_MoveParent,
20721 OPC_MoveParent,
20722 OPC_MoveSibling1,
20723 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20724 OPC_CheckChild0Integer, 127|128,127|128,3,
20725 OPC_CheckChild0TypeI32,
20726 OPC_MoveParent,
20727 OPC_CheckType, MVT::v4i32,
20728 OPC_MoveParent,
20729 OPC_CheckType, MVT::v8i16,
20730 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
20731 MVT::v8i16, 2, 16,
20732 33,
20733 OPC_MoveChild0,
20734 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20735 OPC_CheckChild0Integer, 0|128,0|128,126,
20736 OPC_CheckChild0TypeI32,
20737 OPC_MoveParent,
20738 OPC_RecordChild1,
20739 OPC_MoveParent,
20740 OPC_MoveSibling1,
20741 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20742 OPC_CheckChild0Integer, 127|128,127|128,3,
20743 OPC_CheckChild0TypeI32,
20744 OPC_MoveParent,
20745 OPC_CheckType, MVT::v4i32,
20746 OPC_MoveParent,
20747 OPC_CheckType, MVT::v8i16,
20748 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
20749 MVT::v8i16, 2, 16,
20750 0,
20751 0,
20752 21|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
20753 OPC_CheckChild0Integer, 127|128,127|128,3,
20754 OPC_CheckChild0TypeI32,
20755 OPC_MoveSibling1,
20756 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
20757 OPC_MoveChild0,
20758 OPC_SwitchOpcode , 70, TARGET_VAL(ISD::SMAX),
20759 OPC_Scope, 33,
20760 OPC_RecordChild0,
20761 OPC_MoveChild1,
20762 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20763 OPC_CheckChild0Integer, 0|128,0|128,126,
20764 OPC_CheckChild0TypeI32,
20765 OPC_MoveParent,
20766 OPC_MoveSibling1,
20767 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20768 OPC_CheckChild0Integer, 127|128,127|128,1,
20769 OPC_CheckChild0TypeI32,
20770 OPC_MoveParent,
20771 OPC_MoveParent,
20772 OPC_CheckType, MVT::v4i32,
20773 OPC_MoveParent,
20774 OPC_CheckType, MVT::v8i16,
20775 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
20776 MVT::v8i16, 2, 16,
20777 33,
20778 OPC_MoveChild0,
20779 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20780 OPC_CheckChild0Integer, 0|128,0|128,126,
20781 OPC_CheckChild0TypeI32,
20782 OPC_MoveParent,
20783 OPC_RecordChild1,
20784 OPC_MoveSibling1,
20785 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20786 OPC_CheckChild0Integer, 127|128,127|128,1,
20787 OPC_CheckChild0TypeI32,
20788 OPC_MoveParent,
20789 OPC_MoveParent,
20790 OPC_CheckType, MVT::v4i32,
20791 OPC_MoveParent,
20792 OPC_CheckType, MVT::v8i16,
20793 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
20794 MVT::v8i16, 2, 16,
20795 0,
20796 61, TARGET_VAL(ISD::SPLAT_VECTOR),
20797 OPC_CheckChild0Integer, 127|128,127|128,1,
20798 OPC_CheckChild0TypeI32,
20799 OPC_MoveSibling1,
20800 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
20801 OPC_Scope, 24,
20802 OPC_RecordChild0,
20803 OPC_MoveChild1,
20804 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20805 OPC_CheckChild0Integer, 0|128,0|128,126,
20806 OPC_CheckChild0TypeI32,
20807 OPC_MoveParent,
20808 OPC_MoveParent,
20809 OPC_MoveParent,
20810 OPC_CheckType, MVT::v4i32,
20811 OPC_MoveParent,
20812 OPC_CheckType, MVT::v8i16,
20813 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
20814 MVT::v8i16, 2, 16,
20815 24,
20816 OPC_MoveChild0,
20817 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20818 OPC_CheckChild0Integer, 0|128,0|128,126,
20819 OPC_CheckChild0TypeI32,
20820 OPC_MoveParent,
20821 OPC_RecordChild1,
20822 OPC_MoveParent,
20823 OPC_MoveParent,
20824 OPC_CheckType, MVT::v4i32,
20825 OPC_MoveParent,
20826 OPC_CheckType, MVT::v8i16,
20827 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
20828 MVT::v8i16, 2, 16,
20829 0,
20830 0,
20831 0,
20832 99|128,2,
20833 OPC_MoveChild0,
20834 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20835 OPC_CheckChild0Integer, 0|128,0|128,126,
20836 OPC_CheckChild0TypeI32,
20837 OPC_MoveParent,
20838 OPC_RecordChild1,
20839 OPC_MoveParent,
20840 OPC_MoveParent,
20841 OPC_CheckType, MVT::v4i32,
20842 OPC_MoveSibling1,
20843 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
20844 OPC_MoveChild0,
20845 OPC_SwitchOpcode , 48|128,1, TARGET_VAL(ISD::SMIN),
20846 OPC_MoveChild0,
20847 OPC_SwitchOpcode , 88, TARGET_VAL(ISD::SMAX),
20848 OPC_Scope, 42,
20849 OPC_RecordChild0,
20850 OPC_MoveChild1,
20851 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20852 OPC_CheckChild0Integer, 0|128,0|128,126,
20853 OPC_CheckChild0TypeI32,
20854 OPC_MoveParent,
20855 OPC_MoveSibling1,
20856 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20857 OPC_CheckChild0Integer, 127|128,127|128,1,
20858 OPC_CheckChild0TypeI32,
20859 OPC_MoveParent,
20860 OPC_MoveSibling1,
20861 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20862 OPC_CheckChild0Integer, 127|128,127|128,3,
20863 OPC_CheckChild0TypeI32,
20864 OPC_MoveParent,
20865 OPC_CheckType, MVT::v4i32,
20866 OPC_MoveParent,
20867 OPC_CheckType, MVT::v8i16,
20868 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
20869 MVT::v8i16, 2, 16,
20870 42,
20871 OPC_MoveChild0,
20872 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20873 OPC_CheckChild0Integer, 0|128,0|128,126,
20874 OPC_CheckChild0TypeI32,
20875 OPC_MoveParent,
20876 OPC_RecordChild1,
20877 OPC_MoveSibling1,
20878 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20879 OPC_CheckChild0Integer, 127|128,127|128,1,
20880 OPC_CheckChild0TypeI32,
20881 OPC_MoveParent,
20882 OPC_MoveSibling1,
20883 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20884 OPC_CheckChild0Integer, 127|128,127|128,3,
20885 OPC_CheckChild0TypeI32,
20886 OPC_MoveParent,
20887 OPC_CheckType, MVT::v4i32,
20888 OPC_MoveParent,
20889 OPC_CheckType, MVT::v8i16,
20890 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
20891 MVT::v8i16, 2, 16,
20892 0,
20893 79, TARGET_VAL(ISD::SPLAT_VECTOR),
20894 OPC_CheckChild0Integer, 127|128,127|128,1,
20895 OPC_CheckChild0TypeI32,
20896 OPC_MoveSibling1,
20897 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
20898 OPC_Scope, 33,
20899 OPC_RecordChild0,
20900 OPC_MoveChild1,
20901 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20902 OPC_CheckChild0Integer, 0|128,0|128,126,
20903 OPC_CheckChild0TypeI32,
20904 OPC_MoveParent,
20905 OPC_MoveParent,
20906 OPC_MoveSibling1,
20907 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20908 OPC_CheckChild0Integer, 127|128,127|128,3,
20909 OPC_CheckChild0TypeI32,
20910 OPC_MoveParent,
20911 OPC_CheckType, MVT::v4i32,
20912 OPC_MoveParent,
20913 OPC_CheckType, MVT::v8i16,
20914 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
20915 MVT::v8i16, 2, 16,
20916 33,
20917 OPC_MoveChild0,
20918 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20919 OPC_CheckChild0Integer, 0|128,0|128,126,
20920 OPC_CheckChild0TypeI32,
20921 OPC_MoveParent,
20922 OPC_RecordChild1,
20923 OPC_MoveParent,
20924 OPC_MoveSibling1,
20925 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20926 OPC_CheckChild0Integer, 127|128,127|128,3,
20927 OPC_CheckChild0TypeI32,
20928 OPC_MoveParent,
20929 OPC_CheckType, MVT::v4i32,
20930 OPC_MoveParent,
20931 OPC_CheckType, MVT::v8i16,
20932 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
20933 MVT::v8i16, 2, 16,
20934 0,
20935 0,
20936 21|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
20937 OPC_CheckChild0Integer, 127|128,127|128,3,
20938 OPC_CheckChild0TypeI32,
20939 OPC_MoveSibling1,
20940 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
20941 OPC_MoveChild0,
20942 OPC_SwitchOpcode , 70, TARGET_VAL(ISD::SMAX),
20943 OPC_Scope, 33,
20944 OPC_RecordChild0,
20945 OPC_MoveChild1,
20946 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20947 OPC_CheckChild0Integer, 0|128,0|128,126,
20948 OPC_CheckChild0TypeI32,
20949 OPC_MoveParent,
20950 OPC_MoveSibling1,
20951 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20952 OPC_CheckChild0Integer, 127|128,127|128,1,
20953 OPC_CheckChild0TypeI32,
20954 OPC_MoveParent,
20955 OPC_MoveParent,
20956 OPC_CheckType, MVT::v4i32,
20957 OPC_MoveParent,
20958 OPC_CheckType, MVT::v8i16,
20959 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
20960 MVT::v8i16, 2, 16,
20961 33,
20962 OPC_MoveChild0,
20963 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20964 OPC_CheckChild0Integer, 0|128,0|128,126,
20965 OPC_CheckChild0TypeI32,
20966 OPC_MoveParent,
20967 OPC_RecordChild1,
20968 OPC_MoveSibling1,
20969 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20970 OPC_CheckChild0Integer, 127|128,127|128,1,
20971 OPC_CheckChild0TypeI32,
20972 OPC_MoveParent,
20973 OPC_MoveParent,
20974 OPC_CheckType, MVT::v4i32,
20975 OPC_MoveParent,
20976 OPC_CheckType, MVT::v8i16,
20977 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
20978 MVT::v8i16, 2, 16,
20979 0,
20980 61, TARGET_VAL(ISD::SPLAT_VECTOR),
20981 OPC_CheckChild0Integer, 127|128,127|128,1,
20982 OPC_CheckChild0TypeI32,
20983 OPC_MoveSibling1,
20984 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
20985 OPC_Scope, 24,
20986 OPC_RecordChild0,
20987 OPC_MoveChild1,
20988 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20989 OPC_CheckChild0Integer, 0|128,0|128,126,
20990 OPC_CheckChild0TypeI32,
20991 OPC_MoveParent,
20992 OPC_MoveParent,
20993 OPC_MoveParent,
20994 OPC_CheckType, MVT::v4i32,
20995 OPC_MoveParent,
20996 OPC_CheckType, MVT::v8i16,
20997 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
20998 MVT::v8i16, 2, 16,
20999 24,
21000 OPC_MoveChild0,
21001 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21002 OPC_CheckChild0Integer, 0|128,0|128,126,
21003 OPC_CheckChild0TypeI32,
21004 OPC_MoveParent,
21005 OPC_RecordChild1,
21006 OPC_MoveParent,
21007 OPC_MoveParent,
21008 OPC_CheckType, MVT::v4i32,
21009 OPC_MoveParent,
21010 OPC_CheckType, MVT::v8i16,
21011 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21012 MVT::v8i16, 2, 16,
21013 0,
21014 0,
21015 0,
21016 0,
21017 0,
21018 62|128,11, TARGET_VAL(ISD::SMAX),
21019 OPC_MoveChild0,
21020 OPC_SwitchOpcode , 94|128,5, TARGET_VAL(ISD::SMIN),
21021 OPC_Scope, 108|128,2,
21022 OPC_RecordChild0,
21023 OPC_MoveChild1,
21024 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21025 OPC_CheckChild0Integer, 127|128,127|128,1,
21026 OPC_CheckChild0TypeI32,
21027 OPC_MoveParent,
21028 OPC_MoveSibling1,
21029 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21030 OPC_CheckChild0Integer, 0|128,0|128,126,
21031 OPC_CheckChild0TypeI32,
21032 OPC_MoveParent,
21033 OPC_MoveParent,
21034 OPC_CheckType, MVT::v4i32,
21035 OPC_MoveSibling1,
21036 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
21037 OPC_MoveChild0,
21038 OPC_SwitchOpcode , 48|128,1, TARGET_VAL(ISD::SMAX),
21039 OPC_MoveChild0,
21040 OPC_SwitchOpcode , 88, TARGET_VAL(ISD::SMIN),
21041 OPC_Scope, 42,
21042 OPC_RecordChild0,
21043 OPC_MoveChild1,
21044 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21045 OPC_CheckChild0Integer, 127|128,127|128,1,
21046 OPC_CheckChild0TypeI32,
21047 OPC_MoveParent,
21048 OPC_MoveSibling1,
21049 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21050 OPC_CheckChild0Integer, 0|128,0|128,126,
21051 OPC_CheckChild0TypeI32,
21052 OPC_MoveParent,
21053 OPC_MoveSibling1,
21054 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21055 OPC_CheckChild0Integer, 127|128,127|128,3,
21056 OPC_CheckChild0TypeI32,
21057 OPC_MoveParent,
21058 OPC_CheckType, MVT::v4i32,
21059 OPC_MoveParent,
21060 OPC_CheckType, MVT::v8i16,
21061 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21062 MVT::v8i16, 2, 16,
21063 42,
21064 OPC_MoveChild0,
21065 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21066 OPC_CheckChild0Integer, 127|128,127|128,1,
21067 OPC_CheckChild0TypeI32,
21068 OPC_MoveParent,
21069 OPC_RecordChild1,
21070 OPC_MoveSibling1,
21071 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21072 OPC_CheckChild0Integer, 0|128,0|128,126,
21073 OPC_CheckChild0TypeI32,
21074 OPC_MoveParent,
21075 OPC_MoveSibling1,
21076 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21077 OPC_CheckChild0Integer, 127|128,127|128,3,
21078 OPC_CheckChild0TypeI32,
21079 OPC_MoveParent,
21080 OPC_CheckType, MVT::v4i32,
21081 OPC_MoveParent,
21082 OPC_CheckType, MVT::v8i16,
21083 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21084 MVT::v8i16, 2, 16,
21085 0,
21086 79, TARGET_VAL(ISD::SPLAT_VECTOR),
21087 OPC_CheckChild0Integer, 0|128,0|128,126,
21088 OPC_CheckChild0TypeI32,
21089 OPC_MoveSibling1,
21090 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
21091 OPC_Scope, 33,
21092 OPC_RecordChild0,
21093 OPC_MoveChild1,
21094 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21095 OPC_CheckChild0Integer, 127|128,127|128,1,
21096 OPC_CheckChild0TypeI32,
21097 OPC_MoveParent,
21098 OPC_MoveParent,
21099 OPC_MoveSibling1,
21100 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21101 OPC_CheckChild0Integer, 127|128,127|128,3,
21102 OPC_CheckChild0TypeI32,
21103 OPC_MoveParent,
21104 OPC_CheckType, MVT::v4i32,
21105 OPC_MoveParent,
21106 OPC_CheckType, MVT::v8i16,
21107 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21108 MVT::v8i16, 2, 16,
21109 33,
21110 OPC_MoveChild0,
21111 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21112 OPC_CheckChild0Integer, 127|128,127|128,1,
21113 OPC_CheckChild0TypeI32,
21114 OPC_MoveParent,
21115 OPC_RecordChild1,
21116 OPC_MoveParent,
21117 OPC_MoveSibling1,
21118 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21119 OPC_CheckChild0Integer, 127|128,127|128,3,
21120 OPC_CheckChild0TypeI32,
21121 OPC_MoveParent,
21122 OPC_CheckType, MVT::v4i32,
21123 OPC_MoveParent,
21124 OPC_CheckType, MVT::v8i16,
21125 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21126 MVT::v8i16, 2, 16,
21127 0,
21128 0,
21129 21|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
21130 OPC_CheckChild0Integer, 127|128,127|128,3,
21131 OPC_CheckChild0TypeI32,
21132 OPC_MoveSibling1,
21133 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
21134 OPC_MoveChild0,
21135 OPC_SwitchOpcode , 70, TARGET_VAL(ISD::SMIN),
21136 OPC_Scope, 33,
21137 OPC_RecordChild0,
21138 OPC_MoveChild1,
21139 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21140 OPC_CheckChild0Integer, 127|128,127|128,1,
21141 OPC_CheckChild0TypeI32,
21142 OPC_MoveParent,
21143 OPC_MoveSibling1,
21144 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21145 OPC_CheckChild0Integer, 0|128,0|128,126,
21146 OPC_CheckChild0TypeI32,
21147 OPC_MoveParent,
21148 OPC_MoveParent,
21149 OPC_CheckType, MVT::v4i32,
21150 OPC_MoveParent,
21151 OPC_CheckType, MVT::v8i16,
21152 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21153 MVT::v8i16, 2, 16,
21154 33,
21155 OPC_MoveChild0,
21156 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21157 OPC_CheckChild0Integer, 127|128,127|128,1,
21158 OPC_CheckChild0TypeI32,
21159 OPC_MoveParent,
21160 OPC_RecordChild1,
21161 OPC_MoveSibling1,
21162 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21163 OPC_CheckChild0Integer, 0|128,0|128,126,
21164 OPC_CheckChild0TypeI32,
21165 OPC_MoveParent,
21166 OPC_MoveParent,
21167 OPC_CheckType, MVT::v4i32,
21168 OPC_MoveParent,
21169 OPC_CheckType, MVT::v8i16,
21170 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21171 MVT::v8i16, 2, 16,
21172 0,
21173 61, TARGET_VAL(ISD::SPLAT_VECTOR),
21174 OPC_CheckChild0Integer, 0|128,0|128,126,
21175 OPC_CheckChild0TypeI32,
21176 OPC_MoveSibling1,
21177 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
21178 OPC_Scope, 24,
21179 OPC_RecordChild0,
21180 OPC_MoveChild1,
21181 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21182 OPC_CheckChild0Integer, 127|128,127|128,1,
21183 OPC_CheckChild0TypeI32,
21184 OPC_MoveParent,
21185 OPC_MoveParent,
21186 OPC_MoveParent,
21187 OPC_CheckType, MVT::v4i32,
21188 OPC_MoveParent,
21189 OPC_CheckType, MVT::v8i16,
21190 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21191 MVT::v8i16, 2, 16,
21192 24,
21193 OPC_MoveChild0,
21194 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21195 OPC_CheckChild0Integer, 127|128,127|128,1,
21196 OPC_CheckChild0TypeI32,
21197 OPC_MoveParent,
21198 OPC_RecordChild1,
21199 OPC_MoveParent,
21200 OPC_MoveParent,
21201 OPC_CheckType, MVT::v4i32,
21202 OPC_MoveParent,
21203 OPC_CheckType, MVT::v8i16,
21204 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21205 MVT::v8i16, 2, 16,
21206 0,
21207 0,
21208 0,
21209 108|128,2,
21210 OPC_MoveChild0,
21211 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21212 OPC_CheckChild0Integer, 127|128,127|128,1,
21213 OPC_CheckChild0TypeI32,
21214 OPC_MoveParent,
21215 OPC_RecordChild1,
21216 OPC_MoveSibling1,
21217 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21218 OPC_CheckChild0Integer, 0|128,0|128,126,
21219 OPC_CheckChild0TypeI32,
21220 OPC_MoveParent,
21221 OPC_MoveParent,
21222 OPC_CheckType, MVT::v4i32,
21223 OPC_MoveSibling1,
21224 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
21225 OPC_MoveChild0,
21226 OPC_SwitchOpcode , 48|128,1, TARGET_VAL(ISD::SMAX),
21227 OPC_MoveChild0,
21228 OPC_SwitchOpcode , 88, TARGET_VAL(ISD::SMIN),
21229 OPC_Scope, 42,
21230 OPC_RecordChild0,
21231 OPC_MoveChild1,
21232 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21233 OPC_CheckChild0Integer, 127|128,127|128,1,
21234 OPC_CheckChild0TypeI32,
21235 OPC_MoveParent,
21236 OPC_MoveSibling1,
21237 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21238 OPC_CheckChild0Integer, 0|128,0|128,126,
21239 OPC_CheckChild0TypeI32,
21240 OPC_MoveParent,
21241 OPC_MoveSibling1,
21242 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21243 OPC_CheckChild0Integer, 127|128,127|128,3,
21244 OPC_CheckChild0TypeI32,
21245 OPC_MoveParent,
21246 OPC_CheckType, MVT::v4i32,
21247 OPC_MoveParent,
21248 OPC_CheckType, MVT::v8i16,
21249 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21250 MVT::v8i16, 2, 16,
21251 42,
21252 OPC_MoveChild0,
21253 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21254 OPC_CheckChild0Integer, 127|128,127|128,1,
21255 OPC_CheckChild0TypeI32,
21256 OPC_MoveParent,
21257 OPC_RecordChild1,
21258 OPC_MoveSibling1,
21259 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21260 OPC_CheckChild0Integer, 0|128,0|128,126,
21261 OPC_CheckChild0TypeI32,
21262 OPC_MoveParent,
21263 OPC_MoveSibling1,
21264 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21265 OPC_CheckChild0Integer, 127|128,127|128,3,
21266 OPC_CheckChild0TypeI32,
21267 OPC_MoveParent,
21268 OPC_CheckType, MVT::v4i32,
21269 OPC_MoveParent,
21270 OPC_CheckType, MVT::v8i16,
21271 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21272 MVT::v8i16, 2, 16,
21273 0,
21274 79, TARGET_VAL(ISD::SPLAT_VECTOR),
21275 OPC_CheckChild0Integer, 0|128,0|128,126,
21276 OPC_CheckChild0TypeI32,
21277 OPC_MoveSibling1,
21278 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
21279 OPC_Scope, 33,
21280 OPC_RecordChild0,
21281 OPC_MoveChild1,
21282 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21283 OPC_CheckChild0Integer, 127|128,127|128,1,
21284 OPC_CheckChild0TypeI32,
21285 OPC_MoveParent,
21286 OPC_MoveParent,
21287 OPC_MoveSibling1,
21288 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21289 OPC_CheckChild0Integer, 127|128,127|128,3,
21290 OPC_CheckChild0TypeI32,
21291 OPC_MoveParent,
21292 OPC_CheckType, MVT::v4i32,
21293 OPC_MoveParent,
21294 OPC_CheckType, MVT::v8i16,
21295 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21296 MVT::v8i16, 2, 16,
21297 33,
21298 OPC_MoveChild0,
21299 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21300 OPC_CheckChild0Integer, 127|128,127|128,1,
21301 OPC_CheckChild0TypeI32,
21302 OPC_MoveParent,
21303 OPC_RecordChild1,
21304 OPC_MoveParent,
21305 OPC_MoveSibling1,
21306 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21307 OPC_CheckChild0Integer, 127|128,127|128,3,
21308 OPC_CheckChild0TypeI32,
21309 OPC_MoveParent,
21310 OPC_CheckType, MVT::v4i32,
21311 OPC_MoveParent,
21312 OPC_CheckType, MVT::v8i16,
21313 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21314 MVT::v8i16, 2, 16,
21315 0,
21316 0,
21317 21|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
21318 OPC_CheckChild0Integer, 127|128,127|128,3,
21319 OPC_CheckChild0TypeI32,
21320 OPC_MoveSibling1,
21321 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
21322 OPC_MoveChild0,
21323 OPC_SwitchOpcode , 70, TARGET_VAL(ISD::SMIN),
21324 OPC_Scope, 33,
21325 OPC_RecordChild0,
21326 OPC_MoveChild1,
21327 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21328 OPC_CheckChild0Integer, 127|128,127|128,1,
21329 OPC_CheckChild0TypeI32,
21330 OPC_MoveParent,
21331 OPC_MoveSibling1,
21332 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21333 OPC_CheckChild0Integer, 0|128,0|128,126,
21334 OPC_CheckChild0TypeI32,
21335 OPC_MoveParent,
21336 OPC_MoveParent,
21337 OPC_CheckType, MVT::v4i32,
21338 OPC_MoveParent,
21339 OPC_CheckType, MVT::v8i16,
21340 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21341 MVT::v8i16, 2, 16,
21342 33,
21343 OPC_MoveChild0,
21344 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21345 OPC_CheckChild0Integer, 127|128,127|128,1,
21346 OPC_CheckChild0TypeI32,
21347 OPC_MoveParent,
21348 OPC_RecordChild1,
21349 OPC_MoveSibling1,
21350 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21351 OPC_CheckChild0Integer, 0|128,0|128,126,
21352 OPC_CheckChild0TypeI32,
21353 OPC_MoveParent,
21354 OPC_MoveParent,
21355 OPC_CheckType, MVT::v4i32,
21356 OPC_MoveParent,
21357 OPC_CheckType, MVT::v8i16,
21358 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21359 MVT::v8i16, 2, 16,
21360 0,
21361 61, TARGET_VAL(ISD::SPLAT_VECTOR),
21362 OPC_CheckChild0Integer, 0|128,0|128,126,
21363 OPC_CheckChild0TypeI32,
21364 OPC_MoveSibling1,
21365 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
21366 OPC_Scope, 24,
21367 OPC_RecordChild0,
21368 OPC_MoveChild1,
21369 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21370 OPC_CheckChild0Integer, 127|128,127|128,1,
21371 OPC_CheckChild0TypeI32,
21372 OPC_MoveParent,
21373 OPC_MoveParent,
21374 OPC_MoveParent,
21375 OPC_CheckType, MVT::v4i32,
21376 OPC_MoveParent,
21377 OPC_CheckType, MVT::v8i16,
21378 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21379 MVT::v8i16, 2, 16,
21380 24,
21381 OPC_MoveChild0,
21382 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21383 OPC_CheckChild0Integer, 127|128,127|128,1,
21384 OPC_CheckChild0TypeI32,
21385 OPC_MoveParent,
21386 OPC_RecordChild1,
21387 OPC_MoveParent,
21388 OPC_MoveParent,
21389 OPC_CheckType, MVT::v4i32,
21390 OPC_MoveParent,
21391 OPC_CheckType, MVT::v8i16,
21392 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21393 MVT::v8i16, 2, 16,
21394 0,
21395 0,
21396 0,
21397 0,
21398 85|128,5, TARGET_VAL(ISD::SPLAT_VECTOR),
21399 OPC_CheckChild0Integer, 0|128,0|128,126,
21400 OPC_CheckChild0TypeI32,
21401 OPC_MoveSibling1,
21402 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
21403 OPC_Scope, 99|128,2,
21404 OPC_RecordChild0,
21405 OPC_MoveChild1,
21406 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21407 OPC_CheckChild0Integer, 127|128,127|128,1,
21408 OPC_CheckChild0TypeI32,
21409 OPC_MoveParent,
21410 OPC_MoveParent,
21411 OPC_MoveParent,
21412 OPC_CheckType, MVT::v4i32,
21413 OPC_MoveSibling1,
21414 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
21415 OPC_MoveChild0,
21416 OPC_SwitchOpcode , 48|128,1, TARGET_VAL(ISD::SMAX),
21417 OPC_MoveChild0,
21418 OPC_SwitchOpcode , 88, TARGET_VAL(ISD::SMIN),
21419 OPC_Scope, 42,
21420 OPC_RecordChild0,
21421 OPC_MoveChild1,
21422 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21423 OPC_CheckChild0Integer, 127|128,127|128,1,
21424 OPC_CheckChild0TypeI32,
21425 OPC_MoveParent,
21426 OPC_MoveSibling1,
21427 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21428 OPC_CheckChild0Integer, 0|128,0|128,126,
21429 OPC_CheckChild0TypeI32,
21430 OPC_MoveParent,
21431 OPC_MoveSibling1,
21432 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21433 OPC_CheckChild0Integer, 127|128,127|128,3,
21434 OPC_CheckChild0TypeI32,
21435 OPC_MoveParent,
21436 OPC_CheckType, MVT::v4i32,
21437 OPC_MoveParent,
21438 OPC_CheckType, MVT::v8i16,
21439 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21440 MVT::v8i16, 2, 16,
21441 42,
21442 OPC_MoveChild0,
21443 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21444 OPC_CheckChild0Integer, 127|128,127|128,1,
21445 OPC_CheckChild0TypeI32,
21446 OPC_MoveParent,
21447 OPC_RecordChild1,
21448 OPC_MoveSibling1,
21449 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21450 OPC_CheckChild0Integer, 0|128,0|128,126,
21451 OPC_CheckChild0TypeI32,
21452 OPC_MoveParent,
21453 OPC_MoveSibling1,
21454 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21455 OPC_CheckChild0Integer, 127|128,127|128,3,
21456 OPC_CheckChild0TypeI32,
21457 OPC_MoveParent,
21458 OPC_CheckType, MVT::v4i32,
21459 OPC_MoveParent,
21460 OPC_CheckType, MVT::v8i16,
21461 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21462 MVT::v8i16, 2, 16,
21463 0,
21464 79, TARGET_VAL(ISD::SPLAT_VECTOR),
21465 OPC_CheckChild0Integer, 0|128,0|128,126,
21466 OPC_CheckChild0TypeI32,
21467 OPC_MoveSibling1,
21468 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
21469 OPC_Scope, 33,
21470 OPC_RecordChild0,
21471 OPC_MoveChild1,
21472 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21473 OPC_CheckChild0Integer, 127|128,127|128,1,
21474 OPC_CheckChild0TypeI32,
21475 OPC_MoveParent,
21476 OPC_MoveParent,
21477 OPC_MoveSibling1,
21478 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21479 OPC_CheckChild0Integer, 127|128,127|128,3,
21480 OPC_CheckChild0TypeI32,
21481 OPC_MoveParent,
21482 OPC_CheckType, MVT::v4i32,
21483 OPC_MoveParent,
21484 OPC_CheckType, MVT::v8i16,
21485 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21486 MVT::v8i16, 2, 16,
21487 33,
21488 OPC_MoveChild0,
21489 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21490 OPC_CheckChild0Integer, 127|128,127|128,1,
21491 OPC_CheckChild0TypeI32,
21492 OPC_MoveParent,
21493 OPC_RecordChild1,
21494 OPC_MoveParent,
21495 OPC_MoveSibling1,
21496 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21497 OPC_CheckChild0Integer, 127|128,127|128,3,
21498 OPC_CheckChild0TypeI32,
21499 OPC_MoveParent,
21500 OPC_CheckType, MVT::v4i32,
21501 OPC_MoveParent,
21502 OPC_CheckType, MVT::v8i16,
21503 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21504 MVT::v8i16, 2, 16,
21505 0,
21506 0,
21507 21|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
21508 OPC_CheckChild0Integer, 127|128,127|128,3,
21509 OPC_CheckChild0TypeI32,
21510 OPC_MoveSibling1,
21511 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
21512 OPC_MoveChild0,
21513 OPC_SwitchOpcode , 70, TARGET_VAL(ISD::SMIN),
21514 OPC_Scope, 33,
21515 OPC_RecordChild0,
21516 OPC_MoveChild1,
21517 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21518 OPC_CheckChild0Integer, 127|128,127|128,1,
21519 OPC_CheckChild0TypeI32,
21520 OPC_MoveParent,
21521 OPC_MoveSibling1,
21522 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21523 OPC_CheckChild0Integer, 0|128,0|128,126,
21524 OPC_CheckChild0TypeI32,
21525 OPC_MoveParent,
21526 OPC_MoveParent,
21527 OPC_CheckType, MVT::v4i32,
21528 OPC_MoveParent,
21529 OPC_CheckType, MVT::v8i16,
21530 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21531 MVT::v8i16, 2, 16,
21532 33,
21533 OPC_MoveChild0,
21534 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21535 OPC_CheckChild0Integer, 127|128,127|128,1,
21536 OPC_CheckChild0TypeI32,
21537 OPC_MoveParent,
21538 OPC_RecordChild1,
21539 OPC_MoveSibling1,
21540 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21541 OPC_CheckChild0Integer, 0|128,0|128,126,
21542 OPC_CheckChild0TypeI32,
21543 OPC_MoveParent,
21544 OPC_MoveParent,
21545 OPC_CheckType, MVT::v4i32,
21546 OPC_MoveParent,
21547 OPC_CheckType, MVT::v8i16,
21548 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21549 MVT::v8i16, 2, 16,
21550 0,
21551 61, TARGET_VAL(ISD::SPLAT_VECTOR),
21552 OPC_CheckChild0Integer, 0|128,0|128,126,
21553 OPC_CheckChild0TypeI32,
21554 OPC_MoveSibling1,
21555 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
21556 OPC_Scope, 24,
21557 OPC_RecordChild0,
21558 OPC_MoveChild1,
21559 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21560 OPC_CheckChild0Integer, 127|128,127|128,1,
21561 OPC_CheckChild0TypeI32,
21562 OPC_MoveParent,
21563 OPC_MoveParent,
21564 OPC_MoveParent,
21565 OPC_CheckType, MVT::v4i32,
21566 OPC_MoveParent,
21567 OPC_CheckType, MVT::v8i16,
21568 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21569 MVT::v8i16, 2, 16,
21570 24,
21571 OPC_MoveChild0,
21572 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21573 OPC_CheckChild0Integer, 127|128,127|128,1,
21574 OPC_CheckChild0TypeI32,
21575 OPC_MoveParent,
21576 OPC_RecordChild1,
21577 OPC_MoveParent,
21578 OPC_MoveParent,
21579 OPC_CheckType, MVT::v4i32,
21580 OPC_MoveParent,
21581 OPC_CheckType, MVT::v8i16,
21582 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21583 MVT::v8i16, 2, 16,
21584 0,
21585 0,
21586 0,
21587 99|128,2,
21588 OPC_MoveChild0,
21589 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21590 OPC_CheckChild0Integer, 127|128,127|128,1,
21591 OPC_CheckChild0TypeI32,
21592 OPC_MoveParent,
21593 OPC_RecordChild1,
21594 OPC_MoveParent,
21595 OPC_MoveParent,
21596 OPC_CheckType, MVT::v4i32,
21597 OPC_MoveSibling1,
21598 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
21599 OPC_MoveChild0,
21600 OPC_SwitchOpcode , 48|128,1, TARGET_VAL(ISD::SMAX),
21601 OPC_MoveChild0,
21602 OPC_SwitchOpcode , 88, TARGET_VAL(ISD::SMIN),
21603 OPC_Scope, 42,
21604 OPC_RecordChild0,
21605 OPC_MoveChild1,
21606 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21607 OPC_CheckChild0Integer, 127|128,127|128,1,
21608 OPC_CheckChild0TypeI32,
21609 OPC_MoveParent,
21610 OPC_MoveSibling1,
21611 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21612 OPC_CheckChild0Integer, 0|128,0|128,126,
21613 OPC_CheckChild0TypeI32,
21614 OPC_MoveParent,
21615 OPC_MoveSibling1,
21616 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21617 OPC_CheckChild0Integer, 127|128,127|128,3,
21618 OPC_CheckChild0TypeI32,
21619 OPC_MoveParent,
21620 OPC_CheckType, MVT::v4i32,
21621 OPC_MoveParent,
21622 OPC_CheckType, MVT::v8i16,
21623 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21624 MVT::v8i16, 2, 16,
21625 42,
21626 OPC_MoveChild0,
21627 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21628 OPC_CheckChild0Integer, 127|128,127|128,1,
21629 OPC_CheckChild0TypeI32,
21630 OPC_MoveParent,
21631 OPC_RecordChild1,
21632 OPC_MoveSibling1,
21633 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21634 OPC_CheckChild0Integer, 0|128,0|128,126,
21635 OPC_CheckChild0TypeI32,
21636 OPC_MoveParent,
21637 OPC_MoveSibling1,
21638 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21639 OPC_CheckChild0Integer, 127|128,127|128,3,
21640 OPC_CheckChild0TypeI32,
21641 OPC_MoveParent,
21642 OPC_CheckType, MVT::v4i32,
21643 OPC_MoveParent,
21644 OPC_CheckType, MVT::v8i16,
21645 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21646 MVT::v8i16, 2, 16,
21647 0,
21648 79, TARGET_VAL(ISD::SPLAT_VECTOR),
21649 OPC_CheckChild0Integer, 0|128,0|128,126,
21650 OPC_CheckChild0TypeI32,
21651 OPC_MoveSibling1,
21652 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
21653 OPC_Scope, 33,
21654 OPC_RecordChild0,
21655 OPC_MoveChild1,
21656 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21657 OPC_CheckChild0Integer, 127|128,127|128,1,
21658 OPC_CheckChild0TypeI32,
21659 OPC_MoveParent,
21660 OPC_MoveParent,
21661 OPC_MoveSibling1,
21662 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21663 OPC_CheckChild0Integer, 127|128,127|128,3,
21664 OPC_CheckChild0TypeI32,
21665 OPC_MoveParent,
21666 OPC_CheckType, MVT::v4i32,
21667 OPC_MoveParent,
21668 OPC_CheckType, MVT::v8i16,
21669 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21670 MVT::v8i16, 2, 16,
21671 33,
21672 OPC_MoveChild0,
21673 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21674 OPC_CheckChild0Integer, 127|128,127|128,1,
21675 OPC_CheckChild0TypeI32,
21676 OPC_MoveParent,
21677 OPC_RecordChild1,
21678 OPC_MoveParent,
21679 OPC_MoveSibling1,
21680 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21681 OPC_CheckChild0Integer, 127|128,127|128,3,
21682 OPC_CheckChild0TypeI32,
21683 OPC_MoveParent,
21684 OPC_CheckType, MVT::v4i32,
21685 OPC_MoveParent,
21686 OPC_CheckType, MVT::v8i16,
21687 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21688 MVT::v8i16, 2, 16,
21689 0,
21690 0,
21691 21|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
21692 OPC_CheckChild0Integer, 127|128,127|128,3,
21693 OPC_CheckChild0TypeI32,
21694 OPC_MoveSibling1,
21695 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
21696 OPC_MoveChild0,
21697 OPC_SwitchOpcode , 70, TARGET_VAL(ISD::SMIN),
21698 OPC_Scope, 33,
21699 OPC_RecordChild0,
21700 OPC_MoveChild1,
21701 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21702 OPC_CheckChild0Integer, 127|128,127|128,1,
21703 OPC_CheckChild0TypeI32,
21704 OPC_MoveParent,
21705 OPC_MoveSibling1,
21706 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21707 OPC_CheckChild0Integer, 0|128,0|128,126,
21708 OPC_CheckChild0TypeI32,
21709 OPC_MoveParent,
21710 OPC_MoveParent,
21711 OPC_CheckType, MVT::v4i32,
21712 OPC_MoveParent,
21713 OPC_CheckType, MVT::v8i16,
21714 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21715 MVT::v8i16, 2, 16,
21716 33,
21717 OPC_MoveChild0,
21718 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21719 OPC_CheckChild0Integer, 127|128,127|128,1,
21720 OPC_CheckChild0TypeI32,
21721 OPC_MoveParent,
21722 OPC_RecordChild1,
21723 OPC_MoveSibling1,
21724 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21725 OPC_CheckChild0Integer, 0|128,0|128,126,
21726 OPC_CheckChild0TypeI32,
21727 OPC_MoveParent,
21728 OPC_MoveParent,
21729 OPC_CheckType, MVT::v4i32,
21730 OPC_MoveParent,
21731 OPC_CheckType, MVT::v8i16,
21732 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21733 MVT::v8i16, 2, 16,
21734 0,
21735 61, TARGET_VAL(ISD::SPLAT_VECTOR),
21736 OPC_CheckChild0Integer, 0|128,0|128,126,
21737 OPC_CheckChild0TypeI32,
21738 OPC_MoveSibling1,
21739 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
21740 OPC_Scope, 24,
21741 OPC_RecordChild0,
21742 OPC_MoveChild1,
21743 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21744 OPC_CheckChild0Integer, 127|128,127|128,1,
21745 OPC_CheckChild0TypeI32,
21746 OPC_MoveParent,
21747 OPC_MoveParent,
21748 OPC_MoveParent,
21749 OPC_CheckType, MVT::v4i32,
21750 OPC_MoveParent,
21751 OPC_CheckType, MVT::v8i16,
21752 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21753 MVT::v8i16, 2, 16,
21754 24,
21755 OPC_MoveChild0,
21756 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21757 OPC_CheckChild0Integer, 127|128,127|128,1,
21758 OPC_CheckChild0TypeI32,
21759 OPC_MoveParent,
21760 OPC_RecordChild1,
21761 OPC_MoveParent,
21762 OPC_MoveParent,
21763 OPC_CheckType, MVT::v4i32,
21764 OPC_MoveParent,
21765 OPC_CheckType, MVT::v8i16,
21766 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21767 MVT::v8i16, 2, 16,
21768 0,
21769 0,
21770 0,
21771 0,
21772 0,
21773 0,
21774 0,
21775 0,
21776 16|128,2, TARGET_VAL(ISD::UMIN),
21777 OPC_Scope, 100,
21778 OPC_RecordChild0,
21779 OPC_MoveChild1,
21780 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21781 OPC_Scope, 57,
21782 OPC_CheckChild0Integer, 127|128,1,
21783 OPC_CheckChild0TypeI32,
21784 OPC_MoveParent,
21785 OPC_CheckType, MVT::v8i16,
21786 OPC_MoveSibling1,
21787 OPC_CheckOpcode, TARGET_VAL(ISD::UMIN),
21788 OPC_Scope, 21,
21789 OPC_RecordChild0,
21790 OPC_MoveChild1,
21791 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21792 OPC_CheckChild0Integer, 127|128,1,
21793 OPC_CheckChild0TypeI32,
21794 OPC_MoveParent,
21795 OPC_CheckType, MVT::v8i16,
21796 OPC_MoveParent,
21797 OPC_CheckType, MVT::v16i8,
21798 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
21799 MVT::v16i8, 2, 16,
21800 21,
21801 OPC_MoveChild0,
21802 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21803 OPC_CheckChild0Integer, 127|128,1,
21804 OPC_CheckChild0TypeI32,
21805 OPC_MoveParent,
21806 OPC_RecordChild1,
21807 OPC_CheckType, MVT::v8i16,
21808 OPC_MoveParent,
21809 OPC_CheckType, MVT::v16i8,
21810 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
21811 MVT::v16i8, 2, 16,
21812 0,
21813 34,
21814 OPC_CheckChild0Integer, 127|128,127|128,3,
21815 OPC_CheckChild0TypeI32,
21816 OPC_MoveParent,
21817 OPC_CheckType, MVT::v4i32,
21818 OPC_MoveSibling1,
21819 OPC_CheckOpcode, TARGET_VAL(ISD::UMIN),
21820 OPC_RecordChild0,
21821 OPC_MoveChild1,
21822 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21823 OPC_CheckChild0Integer, 127|128,127|128,3,
21824 OPC_CheckChild0TypeI32,
21825 OPC_MoveParent,
21826 OPC_CheckType, MVT::v4i32,
21827 OPC_MoveParent,
21828 OPC_CheckType, MVT::v8i16,
21829 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
21830 MVT::v8i16, 2, 16,
21831 0,
21832 62,
21833 OPC_MoveChild0,
21834 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21835 OPC_CheckChild0Integer, 127|128,1,
21836 OPC_CheckChild0TypeI32,
21837 OPC_MoveParent,
21838 OPC_RecordChild1,
21839 OPC_CheckType, MVT::v8i16,
21840 OPC_MoveSibling1,
21841 OPC_CheckOpcode, TARGET_VAL(ISD::UMIN),
21842 OPC_Scope, 21,
21843 OPC_RecordChild0,
21844 OPC_MoveChild1,
21845 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21846 OPC_CheckChild0Integer, 127|128,1,
21847 OPC_CheckChild0TypeI32,
21848 OPC_MoveParent,
21849 OPC_CheckType, MVT::v8i16,
21850 OPC_MoveParent,
21851 OPC_CheckType, MVT::v16i8,
21852 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
21853 MVT::v16i8, 2, 16,
21854 21,
21855 OPC_MoveChild0,
21856 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21857 OPC_CheckChild0Integer, 127|128,1,
21858 OPC_CheckChild0TypeI32,
21859 OPC_MoveParent,
21860 OPC_RecordChild1,
21861 OPC_CheckType, MVT::v8i16,
21862 OPC_MoveParent,
21863 OPC_CheckType, MVT::v16i8,
21864 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
21865 MVT::v16i8, 2, 16,
21866 0,
21867 39,
21868 OPC_RecordChild0,
21869 OPC_MoveChild1,
21870 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21871 OPC_CheckChild0Integer, 127|128,127|128,3,
21872 OPC_CheckChild0TypeI32,
21873 OPC_MoveParent,
21874 OPC_CheckType, MVT::v4i32,
21875 OPC_MoveSibling1,
21876 OPC_CheckOpcode, TARGET_VAL(ISD::UMIN),
21877 OPC_MoveChild0,
21878 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21879 OPC_CheckChild0Integer, 127|128,127|128,3,
21880 OPC_CheckChild0TypeI32,
21881 OPC_MoveParent,
21882 OPC_RecordChild1,
21883 OPC_CheckType, MVT::v4i32,
21884 OPC_MoveParent,
21885 OPC_CheckType, MVT::v8i16,
21886 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
21887 MVT::v8i16, 2, 16,
21888 65,
21889 OPC_MoveChild0,
21890 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21891 OPC_CheckChild0Integer, 127|128,127|128,3,
21892 OPC_CheckChild0TypeI32,
21893 OPC_MoveParent,
21894 OPC_RecordChild1,
21895 OPC_CheckType, MVT::v4i32,
21896 OPC_MoveSibling1,
21897 OPC_CheckOpcode, TARGET_VAL(ISD::UMIN),
21898 OPC_Scope, 22,
21899 OPC_RecordChild0,
21900 OPC_MoveChild1,
21901 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21902 OPC_CheckChild0Integer, 127|128,127|128,3,
21903 OPC_CheckChild0TypeI32,
21904 OPC_MoveParent,
21905 OPC_CheckType, MVT::v4i32,
21906 OPC_MoveParent,
21907 OPC_CheckType, MVT::v8i16,
21908 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
21909 MVT::v8i16, 2, 16,
21910 22,
21911 OPC_MoveChild0,
21912 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21913 OPC_CheckChild0Integer, 127|128,127|128,3,
21914 OPC_CheckChild0TypeI32,
21915 OPC_MoveParent,
21916 OPC_RecordChild1,
21917 OPC_CheckType, MVT::v4i32,
21918 OPC_MoveParent,
21919 OPC_CheckType, MVT::v8i16,
21920 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
21921 MVT::v8i16, 2, 16,
21922 0,
21923 0,
21924 0,
21925 29,
21926 OPC_RecordChild0,
21927 OPC_SwitchType , 11, MVT::v16i8,
21928 OPC_CheckChild0Type, MVT::v8i16,
21929 OPC_RecordChild1,
21930 OPC_CheckChild1Type, MVT::v8i16,
21931 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
21932 MVT::v16i8, 2, 16,
21933 11, MVT::v8i16,
21934 OPC_CheckChild0Type, MVT::v4i32,
21935 OPC_RecordChild1,
21936 OPC_CheckChild1Type, MVT::v4i32,
21937 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
21938 MVT::v8i16, 2, 16,
21939 0,
21940 0,
21941 122|128,2, TARGET_VAL(ISD::BUILD_VECTOR),
21942 OPC_RecordChild0,
21943 OPC_MoveChild0,
21944 OPC_SwitchOpcode , 47|128,2, TARGET_VAL(ISD::Constant),
21945 OPC_SwitchType , 22|128,2, MVT::i32,
21946 OPC_Scope, 36|128,1,
21947 OPC_CheckPredicate, 10,
21948 OPC_MoveSibling1,
21949 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
21950 OPC_RecordNode,
21951 OPC_CheckPredicate, 10,
21952 OPC_CheckTypeI32,
21953 OPC_MoveSibling2,
21954 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
21955 OPC_RecordNode,
21956 OPC_CheckPredicate, 10,
21957 OPC_CheckTypeI32,
21958 OPC_MoveSibling3,
21959 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
21960 OPC_RecordNode,
21961 OPC_CheckPredicate, 10,
21962 OPC_CheckTypeI32,
21963 OPC_MoveSibling4,
21964 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
21965 OPC_RecordNode,
21966 OPC_CheckPredicate, 10,
21967 OPC_CheckTypeI32,
21968 OPC_MoveSibling5,
21969 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
21970 OPC_RecordNode,
21971 OPC_CheckPredicate, 10,
21972 OPC_CheckTypeI32,
21973 OPC_MoveSibling6,
21974 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
21975 OPC_RecordNode,
21976 OPC_CheckPredicate, 10,
21977 OPC_CheckTypeI32,
21978 OPC_MoveSibling7,
21979 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
21980 OPC_RecordNode,
21981 OPC_CheckPredicate, 10,
21982 OPC_CheckTypeI32,
21983 OPC_MoveSibling, 8,
21984 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
21985 OPC_RecordNode,
21986 OPC_CheckPredicate, 10,
21987 OPC_CheckTypeI32,
21988 OPC_MoveSibling, 9,
21989 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
21990 OPC_RecordNode,
21991 OPC_CheckPredicate, 10,
21992 OPC_CheckTypeI32,
21993 OPC_MoveSibling, 10,
21994 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
21995 OPC_RecordNode,
21996 OPC_CheckPredicate, 10,
21997 OPC_CheckTypeI32,
21998 OPC_MoveSibling, 11,
21999 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22000 OPC_RecordNode,
22001 OPC_CheckPredicate, 10,
22002 OPC_CheckTypeI32,
22003 OPC_MoveSibling, 12,
22004 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22005 OPC_RecordNode,
22006 OPC_CheckPredicate, 10,
22007 OPC_CheckTypeI32,
22008 OPC_MoveSibling, 13,
22009 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22010 OPC_RecordNode,
22011 OPC_CheckPredicate, 10,
22012 OPC_CheckTypeI32,
22013 OPC_MoveSibling, 14,
22014 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22015 OPC_RecordNode,
22016 OPC_CheckPredicate, 10,
22017 OPC_CheckTypeI32,
22018 OPC_MoveSibling, 15,
22019 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22020 OPC_RecordNode,
22021 OPC_CheckPredicate, 10,
22022 OPC_CheckTypeI32,
22023 OPC_MoveParent,
22024 OPC_CheckType, MVT::v16i8,
22025 OPC_CheckPatternPredicate0,
22026 OPC_EmitConvertToTarget0,
22027 OPC_EmitConvertToTarget1,
22028 OPC_EmitConvertToTarget2,
22029 OPC_EmitConvertToTarget3,
22030 OPC_EmitConvertToTarget4,
22031 OPC_EmitConvertToTarget5,
22032 OPC_EmitConvertToTarget6,
22033 OPC_EmitConvertToTarget7,
22034 OPC_EmitConvertToTarget, 8,
22035 OPC_EmitConvertToTarget, 9,
22036 OPC_EmitConvertToTarget, 10,
22037 OPC_EmitConvertToTarget, 11,
22038 OPC_EmitConvertToTarget, 12,
22039 OPC_EmitConvertToTarget, 13,
22040 OPC_EmitConvertToTarget, 14,
22041 OPC_EmitConvertToTarget, 15,
22042 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_V128_I8x16),
22043 MVT::v16i8, 16, 124,
22044 76,
22045 OPC_CheckPredicate, 20,
22046 OPC_MoveSibling1,
22047 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22048 OPC_RecordNode,
22049 OPC_CheckPredicate, 20,
22050 OPC_CheckTypeI32,
22051 OPC_MoveSibling2,
22052 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22053 OPC_RecordNode,
22054 OPC_CheckPredicate, 20,
22055 OPC_CheckTypeI32,
22056 OPC_MoveSibling3,
22057 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22058 OPC_RecordNode,
22059 OPC_CheckPredicate, 20,
22060 OPC_CheckTypeI32,
22061 OPC_MoveSibling4,
22062 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22063 OPC_RecordNode,
22064 OPC_CheckPredicate, 20,
22065 OPC_CheckTypeI32,
22066 OPC_MoveSibling5,
22067 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22068 OPC_RecordNode,
22069 OPC_CheckPredicate, 20,
22070 OPC_CheckTypeI32,
22071 OPC_MoveSibling6,
22072 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22073 OPC_RecordNode,
22074 OPC_CheckPredicate, 20,
22075 OPC_CheckTypeI32,
22076 OPC_MoveSibling7,
22077 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22078 OPC_RecordNode,
22079 OPC_CheckPredicate, 20,
22080 OPC_CheckTypeI32,
22081 OPC_MoveParent,
22082 OPC_CheckType, MVT::v8i16,
22083 OPC_CheckPatternPredicate0,
22084 OPC_EmitConvertToTarget0,
22085 OPC_EmitConvertToTarget1,
22086 OPC_EmitConvertToTarget2,
22087 OPC_EmitConvertToTarget3,
22088 OPC_EmitConvertToTarget4,
22089 OPC_EmitConvertToTarget5,
22090 OPC_EmitConvertToTarget6,
22091 OPC_EmitConvertToTarget7,
22092 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_V128_I16x8),
22093 MVT::v8i16, 8, 100,
22094 32,
22095 OPC_MoveSibling1,
22096 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22097 OPC_RecordNode,
22098 OPC_CheckTypeI32,
22099 OPC_MoveSibling2,
22100 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22101 OPC_RecordNode,
22102 OPC_CheckTypeI32,
22103 OPC_MoveSibling3,
22104 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22105 OPC_RecordNode,
22106 OPC_CheckTypeI32,
22107 OPC_MoveParent,
22108 OPC_CheckType, MVT::v4i32,
22109 OPC_CheckPatternPredicate0,
22110 OPC_EmitConvertToTarget0,
22111 OPC_EmitConvertToTarget1,
22112 OPC_EmitConvertToTarget2,
22113 OPC_EmitConvertToTarget3,
22114 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_V128_I32x4),
22115 MVT::v4i32, 4, 88,
22116 0,
22117 18, MVT::i64,
22118 OPC_MoveSibling1,
22119 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22120 OPC_RecordNode,
22121 OPC_CheckTypeI64,
22122 OPC_MoveParent,
22123 OPC_CheckType, MVT::v2i64,
22124 OPC_CheckPatternPredicate0,
22125 OPC_EmitConvertToTarget0,
22126 OPC_EmitConvertToTarget1,
22127 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_V128_I64x2),
22128 MVT::v2i64, 2, 57,
22129 0,
22130 64, TARGET_VAL(ISD::ConstantFP),
22131 OPC_SwitchType , 37, MVT::f32,
22132 OPC_MoveSibling1,
22133 OPC_CheckOpcode, TARGET_VAL(ISD::ConstantFP),
22134 OPC_RecordNode,
22135 OPC_CheckType, MVT::f32,
22136 OPC_MoveSibling2,
22137 OPC_CheckOpcode, TARGET_VAL(ISD::ConstantFP),
22138 OPC_RecordNode,
22139 OPC_CheckType, MVT::f32,
22140 OPC_MoveSibling3,
22141 OPC_CheckOpcode, TARGET_VAL(ISD::ConstantFP),
22142 OPC_RecordNode,
22143 OPC_CheckType, MVT::f32,
22144 OPC_MoveParent,
22145 OPC_CheckType, 6|128,1,
22146 OPC_CheckPatternPredicate0,
22147 OPC_EmitConvertToTarget0,
22148 OPC_EmitConvertToTarget1,
22149 OPC_EmitConvertToTarget2,
22150 OPC_EmitConvertToTarget3,
22151 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_V128_F32x4),
22152 6|128,1, 4, 88,
22153 21, MVT::f64,
22154 OPC_MoveSibling1,
22155 OPC_CheckOpcode, TARGET_VAL(ISD::ConstantFP),
22156 OPC_RecordNode,
22157 OPC_CheckType, MVT::f64,
22158 OPC_MoveParent,
22159 OPC_CheckType, 24|128,1,
22160 OPC_CheckPatternPredicate0,
22161 OPC_EmitConvertToTarget0,
22162 OPC_EmitConvertToTarget1,
22163 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_V128_F64x2),
22164 24|128,1, 2, 57,
22165 0,
22166 0,
22167 2|128,17, TARGET_VAL(WebAssemblyISD::SHUFFLE),
22168 OPC_RecordChild0,
22169 OPC_Scope, 51|128,2,
22170 OPC_CheckChild0Type, MVT::v16i8,
22171 OPC_RecordChild1,
22172 OPC_CheckChild1Type, MVT::v16i8,
22173 OPC_RecordChild2,
22174 OPC_MoveChild2,
22175 OPC_SwitchOpcode , 25|128,1, TARGET_VAL(ISD::Constant),
22176 OPC_CheckPredicate0,
22177 OPC_CheckTypeI32,
22178 OPC_MoveSibling3,
22179 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22180 OPC_RecordNode,
22181 OPC_CheckPredicate0,
22182 OPC_CheckTypeI32,
22183 OPC_MoveSibling4,
22184 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22185 OPC_RecordNode,
22186 OPC_CheckPredicate0,
22187 OPC_CheckTypeI32,
22188 OPC_MoveSibling5,
22189 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22190 OPC_RecordNode,
22191 OPC_CheckPredicate0,
22192 OPC_CheckTypeI32,
22193 OPC_MoveSibling6,
22194 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22195 OPC_RecordNode,
22196 OPC_CheckPredicate0,
22197 OPC_CheckTypeI32,
22198 OPC_MoveSibling7,
22199 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22200 OPC_RecordNode,
22201 OPC_CheckPredicate0,
22202 OPC_CheckTypeI32,
22203 OPC_MoveSibling, 8,
22204 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22205 OPC_RecordNode,
22206 OPC_CheckPredicate0,
22207 OPC_CheckTypeI32,
22208 OPC_MoveSibling, 9,
22209 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22210 OPC_RecordNode,
22211 OPC_CheckPredicate0,
22212 OPC_CheckTypeI32,
22213 OPC_MoveSibling, 10,
22214 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22215 OPC_RecordNode,
22216 OPC_CheckPredicate0,
22217 OPC_CheckTypeI32,
22218 OPC_MoveSibling, 11,
22219 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22220 OPC_RecordNode,
22221 OPC_CheckPredicate0,
22222 OPC_CheckTypeI32,
22223 OPC_MoveSibling, 12,
22224 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22225 OPC_RecordNode,
22226 OPC_CheckPredicate0,
22227 OPC_CheckTypeI32,
22228 OPC_MoveSibling, 13,
22229 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22230 OPC_RecordNode,
22231 OPC_CheckPredicate0,
22232 OPC_CheckTypeI32,
22233 OPC_MoveSibling, 14,
22234 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22235 OPC_RecordNode,
22236 OPC_CheckPredicate0,
22237 OPC_CheckTypeI32,
22238 OPC_MoveSibling, 15,
22239 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22240 OPC_RecordNode,
22241 OPC_CheckPredicate0,
22242 OPC_CheckTypeI32,
22243 OPC_MoveSibling, 16,
22244 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22245 OPC_RecordNode,
22246 OPC_CheckPredicate0,
22247 OPC_CheckTypeI32,
22248 OPC_MoveSibling, 17,
22249 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22250 OPC_RecordNode,
22251 OPC_CheckPredicate0,
22252 OPC_CheckTypeI32,
22253 OPC_MoveParent,
22254 OPC_CheckType, MVT::v16i8,
22255 OPC_EmitConvertToTarget2,
22256 OPC_EmitConvertToTarget3,
22257 OPC_EmitConvertToTarget4,
22258 OPC_EmitConvertToTarget5,
22259 OPC_EmitConvertToTarget6,
22260 OPC_EmitConvertToTarget7,
22261 OPC_EmitConvertToTarget, 8,
22262 OPC_EmitConvertToTarget, 9,
22263 OPC_EmitConvertToTarget, 10,
22264 OPC_EmitConvertToTarget, 11,
22265 OPC_EmitConvertToTarget, 12,
22266 OPC_EmitConvertToTarget, 13,
22267 OPC_EmitConvertToTarget, 14,
22268 OPC_EmitConvertToTarget, 15,
22269 OPC_EmitConvertToTarget, 16,
22270 OPC_EmitConvertToTarget, 17,
22271 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHUFFLE),
22272 MVT::v16i8, 18, 12|128,1,
22273 9|128,1, TARGET_VAL(ISD::TargetConstant),
22274 OPC_CheckTypeI32,
22275 OPC_MoveSibling3,
22276 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
22277 OPC_RecordNode,
22278 OPC_CheckTypeI32,
22279 OPC_MoveSibling4,
22280 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
22281 OPC_RecordNode,
22282 OPC_CheckTypeI32,
22283 OPC_MoveSibling5,
22284 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
22285 OPC_RecordNode,
22286 OPC_CheckTypeI32,
22287 OPC_MoveSibling6,
22288 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
22289 OPC_RecordNode,
22290 OPC_CheckTypeI32,
22291 OPC_MoveSibling7,
22292 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
22293 OPC_RecordNode,
22294 OPC_CheckTypeI32,
22295 OPC_MoveSibling, 8,
22296 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
22297 OPC_RecordNode,
22298 OPC_CheckTypeI32,
22299 OPC_MoveSibling, 9,
22300 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
22301 OPC_RecordNode,
22302 OPC_CheckTypeI32,
22303 OPC_MoveSibling, 10,
22304 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
22305 OPC_RecordNode,
22306 OPC_CheckTypeI32,
22307 OPC_MoveSibling, 11,
22308 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
22309 OPC_RecordNode,
22310 OPC_CheckTypeI32,
22311 OPC_MoveSibling, 12,
22312 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
22313 OPC_RecordNode,
22314 OPC_CheckTypeI32,
22315 OPC_MoveSibling, 13,
22316 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
22317 OPC_RecordNode,
22318 OPC_CheckTypeI32,
22319 OPC_MoveSibling, 14,
22320 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
22321 OPC_RecordNode,
22322 OPC_CheckTypeI32,
22323 OPC_MoveSibling, 15,
22324 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
22325 OPC_RecordNode,
22326 OPC_CheckTypeI32,
22327 OPC_MoveSibling, 16,
22328 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
22329 OPC_RecordNode,
22330 OPC_CheckTypeI32,
22331 OPC_MoveSibling, 17,
22332 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
22333 OPC_RecordNode,
22334 OPC_CheckTypeI32,
22335 OPC_MoveParent,
22336 OPC_CheckType, MVT::v16i8,
22337 OPC_EmitConvertToTarget2,
22338 OPC_EmitConvertToTarget3,
22339 OPC_EmitConvertToTarget4,
22340 OPC_EmitConvertToTarget5,
22341 OPC_EmitConvertToTarget6,
22342 OPC_EmitConvertToTarget7,
22343 OPC_EmitConvertToTarget, 8,
22344 OPC_EmitConvertToTarget, 9,
22345 OPC_EmitConvertToTarget, 10,
22346 OPC_EmitConvertToTarget, 11,
22347 OPC_EmitConvertToTarget, 12,
22348 OPC_EmitConvertToTarget, 13,
22349 OPC_EmitConvertToTarget, 14,
22350 OPC_EmitConvertToTarget, 15,
22351 OPC_EmitConvertToTarget, 16,
22352 OPC_EmitConvertToTarget, 17,
22353 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHUFFLE),
22354 MVT::v16i8, 18, 12|128,1,
22355 0,
22356 51|128,2,
22357 OPC_CheckChild0Type, MVT::v8i16,
22358 OPC_RecordChild1,
22359 OPC_CheckChild1Type, MVT::v8i16,
22360 OPC_RecordChild2,
22361 OPC_MoveChild2,
22362 OPC_SwitchOpcode , 25|128,1, TARGET_VAL(ISD::Constant),
22363 OPC_CheckPredicate0,
22364 OPC_CheckTypeI32,
22365 OPC_MoveSibling3,
22366 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22367 OPC_RecordNode,
22368 OPC_CheckPredicate0,
22369 OPC_CheckTypeI32,
22370 OPC_MoveSibling4,
22371 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22372 OPC_RecordNode,
22373 OPC_CheckPredicate0,
22374 OPC_CheckTypeI32,
22375 OPC_MoveSibling5,
22376 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22377 OPC_RecordNode,
22378 OPC_CheckPredicate0,
22379 OPC_CheckTypeI32,
22380 OPC_MoveSibling6,
22381 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22382 OPC_RecordNode,
22383 OPC_CheckPredicate0,
22384 OPC_CheckTypeI32,
22385 OPC_MoveSibling7,
22386 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22387 OPC_RecordNode,
22388 OPC_CheckPredicate0,
22389 OPC_CheckTypeI32,
22390 OPC_MoveSibling, 8,
22391 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22392 OPC_RecordNode,
22393 OPC_CheckPredicate0,
22394 OPC_CheckTypeI32,
22395 OPC_MoveSibling, 9,
22396 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22397 OPC_RecordNode,
22398 OPC_CheckPredicate0,
22399 OPC_CheckTypeI32,
22400 OPC_MoveSibling, 10,
22401 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22402 OPC_RecordNode,
22403 OPC_CheckPredicate0,
22404 OPC_CheckTypeI32,
22405 OPC_MoveSibling, 11,
22406 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22407 OPC_RecordNode,
22408 OPC_CheckPredicate0,
22409 OPC_CheckTypeI32,
22410 OPC_MoveSibling, 12,
22411 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22412 OPC_RecordNode,
22413 OPC_CheckPredicate0,
22414 OPC_CheckTypeI32,
22415 OPC_MoveSibling, 13,
22416 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22417 OPC_RecordNode,
22418 OPC_CheckPredicate0,
22419 OPC_CheckTypeI32,
22420 OPC_MoveSibling, 14,
22421 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22422 OPC_RecordNode,
22423 OPC_CheckPredicate0,
22424 OPC_CheckTypeI32,
22425 OPC_MoveSibling, 15,
22426 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22427 OPC_RecordNode,
22428 OPC_CheckPredicate0,
22429 OPC_CheckTypeI32,
22430 OPC_MoveSibling, 16,
22431 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22432 OPC_RecordNode,
22433 OPC_CheckPredicate0,
22434 OPC_CheckTypeI32,
22435 OPC_MoveSibling, 17,
22436 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22437 OPC_RecordNode,
22438 OPC_CheckPredicate0,
22439 OPC_CheckTypeI32,
22440 OPC_MoveParent,
22441 OPC_CheckType, MVT::v8i16,
22442 OPC_EmitConvertToTarget2,
22443 OPC_EmitConvertToTarget3,
22444 OPC_EmitConvertToTarget4,
22445 OPC_EmitConvertToTarget5,
22446 OPC_EmitConvertToTarget6,
22447 OPC_EmitConvertToTarget7,
22448 OPC_EmitConvertToTarget, 8,
22449 OPC_EmitConvertToTarget, 9,
22450 OPC_EmitConvertToTarget, 10,
22451 OPC_EmitConvertToTarget, 11,
22452 OPC_EmitConvertToTarget, 12,
22453 OPC_EmitConvertToTarget, 13,
22454 OPC_EmitConvertToTarget, 14,
22455 OPC_EmitConvertToTarget, 15,
22456 OPC_EmitConvertToTarget, 16,
22457 OPC_EmitConvertToTarget, 17,
22458 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHUFFLE),
22459 MVT::v8i16, 18, 12|128,1,
22460 9|128,1, TARGET_VAL(ISD::TargetConstant),
22461 OPC_CheckTypeI32,
22462 OPC_MoveSibling3,
22463 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
22464 OPC_RecordNode,
22465 OPC_CheckTypeI32,
22466 OPC_MoveSibling4,
22467 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
22468 OPC_RecordNode,
22469 OPC_CheckTypeI32,
22470 OPC_MoveSibling5,
22471 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
22472 OPC_RecordNode,
22473 OPC_CheckTypeI32,
22474 OPC_MoveSibling6,
22475 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
22476 OPC_RecordNode,
22477 OPC_CheckTypeI32,
22478 OPC_MoveSibling7,
22479 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
22480 OPC_RecordNode,
22481 OPC_CheckTypeI32,
22482 OPC_MoveSibling, 8,
22483 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
22484 OPC_RecordNode,
22485 OPC_CheckTypeI32,
22486 OPC_MoveSibling, 9,
22487 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
22488 OPC_RecordNode,
22489 OPC_CheckTypeI32,
22490 OPC_MoveSibling, 10,
22491 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
22492 OPC_RecordNode,
22493 OPC_CheckTypeI32,
22494 OPC_MoveSibling, 11,
22495 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
22496 OPC_RecordNode,
22497 OPC_CheckTypeI32,
22498 OPC_MoveSibling, 12,
22499 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
22500 OPC_RecordNode,
22501 OPC_CheckTypeI32,
22502 OPC_MoveSibling, 13,
22503 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
22504 OPC_RecordNode,
22505 OPC_CheckTypeI32,
22506 OPC_MoveSibling, 14,
22507 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
22508 OPC_RecordNode,
22509 OPC_CheckTypeI32,
22510 OPC_MoveSibling, 15,
22511 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
22512 OPC_RecordNode,
22513 OPC_CheckTypeI32,
22514 OPC_MoveSibling, 16,
22515 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
22516 OPC_RecordNode,
22517 OPC_CheckTypeI32,
22518 OPC_MoveSibling, 17,
22519 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
22520 OPC_RecordNode,
22521 OPC_CheckTypeI32,
22522 OPC_MoveParent,
22523 OPC_CheckType, MVT::v8i16,
22524 OPC_EmitConvertToTarget2,
22525 OPC_EmitConvertToTarget3,
22526 OPC_EmitConvertToTarget4,
22527 OPC_EmitConvertToTarget5,
22528 OPC_EmitConvertToTarget6,
22529 OPC_EmitConvertToTarget7,
22530 OPC_EmitConvertToTarget, 8,
22531 OPC_EmitConvertToTarget, 9,
22532 OPC_EmitConvertToTarget, 10,
22533 OPC_EmitConvertToTarget, 11,
22534 OPC_EmitConvertToTarget, 12,
22535 OPC_EmitConvertToTarget, 13,
22536 OPC_EmitConvertToTarget, 14,
22537 OPC_EmitConvertToTarget, 15,
22538 OPC_EmitConvertToTarget, 16,
22539 OPC_EmitConvertToTarget, 17,
22540 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHUFFLE),
22541 MVT::v8i16, 18, 12|128,1,
22542 0,
22543 51|128,2,
22544 OPC_CheckChild0Type, MVT::v4i32,
22545 OPC_RecordChild1,
22546 OPC_CheckChild1Type, MVT::v4i32,
22547 OPC_RecordChild2,
22548 OPC_MoveChild2,
22549 OPC_SwitchOpcode , 25|128,1, TARGET_VAL(ISD::Constant),
22550 OPC_CheckPredicate0,
22551 OPC_CheckTypeI32,
22552 OPC_MoveSibling3,
22553 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22554 OPC_RecordNode,
22555 OPC_CheckPredicate0,
22556 OPC_CheckTypeI32,
22557 OPC_MoveSibling4,
22558 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22559 OPC_RecordNode,
22560 OPC_CheckPredicate0,
22561 OPC_CheckTypeI32,
22562 OPC_MoveSibling5,
22563 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22564 OPC_RecordNode,
22565 OPC_CheckPredicate0,
22566 OPC_CheckTypeI32,
22567 OPC_MoveSibling6,
22568 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22569 OPC_RecordNode,
22570 OPC_CheckPredicate0,
22571 OPC_CheckTypeI32,
22572 OPC_MoveSibling7,
22573 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22574 OPC_RecordNode,
22575 OPC_CheckPredicate0,
22576 OPC_CheckTypeI32,
22577 OPC_MoveSibling, 8,
22578 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22579 OPC_RecordNode,
22580 OPC_CheckPredicate0,
22581 OPC_CheckTypeI32,
22582 OPC_MoveSibling, 9,
22583 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22584 OPC_RecordNode,
22585 OPC_CheckPredicate0,
22586 OPC_CheckTypeI32,
22587 OPC_MoveSibling, 10,
22588 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22589 OPC_RecordNode,
22590 OPC_CheckPredicate0,
22591 OPC_CheckTypeI32,
22592 OPC_MoveSibling, 11,
22593 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22594 OPC_RecordNode,
22595 OPC_CheckPredicate0,
22596 OPC_CheckTypeI32,
22597 OPC_MoveSibling, 12,
22598 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22599 OPC_RecordNode,
22600 OPC_CheckPredicate0,
22601 OPC_CheckTypeI32,
22602 OPC_MoveSibling, 13,
22603 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22604 OPC_RecordNode,
22605 OPC_CheckPredicate0,
22606 OPC_CheckTypeI32,
22607 OPC_MoveSibling, 14,
22608 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22609 OPC_RecordNode,
22610 OPC_CheckPredicate0,
22611 OPC_CheckTypeI32,
22612 OPC_MoveSibling, 15,
22613 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22614 OPC_RecordNode,
22615 OPC_CheckPredicate0,
22616 OPC_CheckTypeI32,
22617 OPC_MoveSibling, 16,
22618 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22619 OPC_RecordNode,
22620 OPC_CheckPredicate0,
22621 OPC_CheckTypeI32,
22622 OPC_MoveSibling, 17,
22623 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22624 OPC_RecordNode,
22625 OPC_CheckPredicate0,
22626 OPC_CheckTypeI32,
22627 OPC_MoveParent,
22628 OPC_CheckType, MVT::v4i32,
22629 OPC_EmitConvertToTarget2,
22630 OPC_EmitConvertToTarget3,
22631 OPC_EmitConvertToTarget4,
22632 OPC_EmitConvertToTarget5,
22633 OPC_EmitConvertToTarget6,
22634 OPC_EmitConvertToTarget7,
22635 OPC_EmitConvertToTarget, 8,
22636 OPC_EmitConvertToTarget, 9,
22637 OPC_EmitConvertToTarget, 10,
22638 OPC_EmitConvertToTarget, 11,
22639 OPC_EmitConvertToTarget, 12,
22640 OPC_EmitConvertToTarget, 13,
22641 OPC_EmitConvertToTarget, 14,
22642 OPC_EmitConvertToTarget, 15,
22643 OPC_EmitConvertToTarget, 16,
22644 OPC_EmitConvertToTarget, 17,
22645 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHUFFLE),
22646 MVT::v4i32, 18, 12|128,1,
22647 9|128,1, TARGET_VAL(ISD::TargetConstant),
22648 OPC_CheckTypeI32,
22649 OPC_MoveSibling3,
22650 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
22651 OPC_RecordNode,
22652 OPC_CheckTypeI32,
22653 OPC_MoveSibling4,
22654 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
22655 OPC_RecordNode,
22656 OPC_CheckTypeI32,
22657 OPC_MoveSibling5,
22658 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
22659 OPC_RecordNode,
22660 OPC_CheckTypeI32,
22661 OPC_MoveSibling6,
22662 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
22663 OPC_RecordNode,
22664 OPC_CheckTypeI32,
22665 OPC_MoveSibling7,
22666 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
22667 OPC_RecordNode,
22668 OPC_CheckTypeI32,
22669 OPC_MoveSibling, 8,
22670 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
22671 OPC_RecordNode,
22672 OPC_CheckTypeI32,
22673 OPC_MoveSibling, 9,
22674 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
22675 OPC_RecordNode,
22676 OPC_CheckTypeI32,
22677 OPC_MoveSibling, 10,
22678 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
22679 OPC_RecordNode,
22680 OPC_CheckTypeI32,
22681 OPC_MoveSibling, 11,
22682 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
22683 OPC_RecordNode,
22684 OPC_CheckTypeI32,
22685 OPC_MoveSibling, 12,
22686 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
22687 OPC_RecordNode,
22688 OPC_CheckTypeI32,
22689 OPC_MoveSibling, 13,
22690 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
22691 OPC_RecordNode,
22692 OPC_CheckTypeI32,
22693 OPC_MoveSibling, 14,
22694 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
22695 OPC_RecordNode,
22696 OPC_CheckTypeI32,
22697 OPC_MoveSibling, 15,
22698 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
22699 OPC_RecordNode,
22700 OPC_CheckTypeI32,
22701 OPC_MoveSibling, 16,
22702 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
22703 OPC_RecordNode,
22704 OPC_CheckTypeI32,
22705 OPC_MoveSibling, 17,
22706 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
22707 OPC_RecordNode,
22708 OPC_CheckTypeI32,
22709 OPC_MoveParent,
22710 OPC_CheckType, MVT::v4i32,
22711 OPC_EmitConvertToTarget2,
22712 OPC_EmitConvertToTarget3,
22713 OPC_EmitConvertToTarget4,
22714 OPC_EmitConvertToTarget5,
22715 OPC_EmitConvertToTarget6,
22716 OPC_EmitConvertToTarget7,
22717 OPC_EmitConvertToTarget, 8,
22718 OPC_EmitConvertToTarget, 9,
22719 OPC_EmitConvertToTarget, 10,
22720 OPC_EmitConvertToTarget, 11,
22721 OPC_EmitConvertToTarget, 12,
22722 OPC_EmitConvertToTarget, 13,
22723 OPC_EmitConvertToTarget, 14,
22724 OPC_EmitConvertToTarget, 15,
22725 OPC_EmitConvertToTarget, 16,
22726 OPC_EmitConvertToTarget, 17,
22727 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHUFFLE),
22728 MVT::v4i32, 18, 12|128,1,
22729 0,
22730 51|128,2,
22731 OPC_CheckChild0Type, MVT::v2i64,
22732 OPC_RecordChild1,
22733 OPC_CheckChild1Type, MVT::v2i64,
22734 OPC_RecordChild2,
22735 OPC_MoveChild2,
22736 OPC_SwitchOpcode , 25|128,1, TARGET_VAL(ISD::Constant),
22737 OPC_CheckPredicate0,
22738 OPC_CheckTypeI32,
22739 OPC_MoveSibling3,
22740 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22741 OPC_RecordNode,
22742 OPC_CheckPredicate0,
22743 OPC_CheckTypeI32,
22744 OPC_MoveSibling4,
22745 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22746 OPC_RecordNode,
22747 OPC_CheckPredicate0,
22748 OPC_CheckTypeI32,
22749 OPC_MoveSibling5,
22750 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22751 OPC_RecordNode,
22752 OPC_CheckPredicate0,
22753 OPC_CheckTypeI32,
22754 OPC_MoveSibling6,
22755 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22756 OPC_RecordNode,
22757 OPC_CheckPredicate0,
22758 OPC_CheckTypeI32,
22759 OPC_MoveSibling7,
22760 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22761 OPC_RecordNode,
22762 OPC_CheckPredicate0,
22763 OPC_CheckTypeI32,
22764 OPC_MoveSibling, 8,
22765 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22766 OPC_RecordNode,
22767 OPC_CheckPredicate0,
22768 OPC_CheckTypeI32,
22769 OPC_MoveSibling, 9,
22770 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22771 OPC_RecordNode,
22772 OPC_CheckPredicate0,
22773 OPC_CheckTypeI32,
22774 OPC_MoveSibling, 10,
22775 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22776 OPC_RecordNode,
22777 OPC_CheckPredicate0,
22778 OPC_CheckTypeI32,
22779 OPC_MoveSibling, 11,
22780 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22781 OPC_RecordNode,
22782 OPC_CheckPredicate0,
22783 OPC_CheckTypeI32,
22784 OPC_MoveSibling, 12,
22785 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22786 OPC_RecordNode,
22787 OPC_CheckPredicate0,
22788 OPC_CheckTypeI32,
22789 OPC_MoveSibling, 13,
22790 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22791 OPC_RecordNode,
22792 OPC_CheckPredicate0,
22793 OPC_CheckTypeI32,
22794 OPC_MoveSibling, 14,
22795 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22796 OPC_RecordNode,
22797 OPC_CheckPredicate0,
22798 OPC_CheckTypeI32,
22799 OPC_MoveSibling, 15,
22800 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22801 OPC_RecordNode,
22802 OPC_CheckPredicate0,
22803 OPC_CheckTypeI32,
22804 OPC_MoveSibling, 16,
22805 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22806 OPC_RecordNode,
22807 OPC_CheckPredicate0,
22808 OPC_CheckTypeI32,
22809 OPC_MoveSibling, 17,
22810 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22811 OPC_RecordNode,
22812 OPC_CheckPredicate0,
22813 OPC_CheckTypeI32,
22814 OPC_MoveParent,
22815 OPC_CheckType, MVT::v2i64,
22816 OPC_EmitConvertToTarget2,
22817 OPC_EmitConvertToTarget3,
22818 OPC_EmitConvertToTarget4,
22819 OPC_EmitConvertToTarget5,
22820 OPC_EmitConvertToTarget6,
22821 OPC_EmitConvertToTarget7,
22822 OPC_EmitConvertToTarget, 8,
22823 OPC_EmitConvertToTarget, 9,
22824 OPC_EmitConvertToTarget, 10,
22825 OPC_EmitConvertToTarget, 11,
22826 OPC_EmitConvertToTarget, 12,
22827 OPC_EmitConvertToTarget, 13,
22828 OPC_EmitConvertToTarget, 14,
22829 OPC_EmitConvertToTarget, 15,
22830 OPC_EmitConvertToTarget, 16,
22831 OPC_EmitConvertToTarget, 17,
22832 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHUFFLE),
22833 MVT::v2i64, 18, 12|128,1,
22834 9|128,1, TARGET_VAL(ISD::TargetConstant),
22835 OPC_CheckTypeI32,
22836 OPC_MoveSibling3,
22837 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
22838 OPC_RecordNode,
22839 OPC_CheckTypeI32,
22840 OPC_MoveSibling4,
22841 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
22842 OPC_RecordNode,
22843 OPC_CheckTypeI32,
22844 OPC_MoveSibling5,
22845 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
22846 OPC_RecordNode,
22847 OPC_CheckTypeI32,
22848 OPC_MoveSibling6,
22849 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
22850 OPC_RecordNode,
22851 OPC_CheckTypeI32,
22852 OPC_MoveSibling7,
22853 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
22854 OPC_RecordNode,
22855 OPC_CheckTypeI32,
22856 OPC_MoveSibling, 8,
22857 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
22858 OPC_RecordNode,
22859 OPC_CheckTypeI32,
22860 OPC_MoveSibling, 9,
22861 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
22862 OPC_RecordNode,
22863 OPC_CheckTypeI32,
22864 OPC_MoveSibling, 10,
22865 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
22866 OPC_RecordNode,
22867 OPC_CheckTypeI32,
22868 OPC_MoveSibling, 11,
22869 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
22870 OPC_RecordNode,
22871 OPC_CheckTypeI32,
22872 OPC_MoveSibling, 12,
22873 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
22874 OPC_RecordNode,
22875 OPC_CheckTypeI32,
22876 OPC_MoveSibling, 13,
22877 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
22878 OPC_RecordNode,
22879 OPC_CheckTypeI32,
22880 OPC_MoveSibling, 14,
22881 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
22882 OPC_RecordNode,
22883 OPC_CheckTypeI32,
22884 OPC_MoveSibling, 15,
22885 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
22886 OPC_RecordNode,
22887 OPC_CheckTypeI32,
22888 OPC_MoveSibling, 16,
22889 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
22890 OPC_RecordNode,
22891 OPC_CheckTypeI32,
22892 OPC_MoveSibling, 17,
22893 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
22894 OPC_RecordNode,
22895 OPC_CheckTypeI32,
22896 OPC_MoveParent,
22897 OPC_CheckType, MVT::v2i64,
22898 OPC_EmitConvertToTarget2,
22899 OPC_EmitConvertToTarget3,
22900 OPC_EmitConvertToTarget4,
22901 OPC_EmitConvertToTarget5,
22902 OPC_EmitConvertToTarget6,
22903 OPC_EmitConvertToTarget7,
22904 OPC_EmitConvertToTarget, 8,
22905 OPC_EmitConvertToTarget, 9,
22906 OPC_EmitConvertToTarget, 10,
22907 OPC_EmitConvertToTarget, 11,
22908 OPC_EmitConvertToTarget, 12,
22909 OPC_EmitConvertToTarget, 13,
22910 OPC_EmitConvertToTarget, 14,
22911 OPC_EmitConvertToTarget, 15,
22912 OPC_EmitConvertToTarget, 16,
22913 OPC_EmitConvertToTarget, 17,
22914 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHUFFLE),
22915 MVT::v2i64, 18, 12|128,1,
22916 0,
22917 57|128,2,
22918 OPC_CheckChild0Type, 6|128,1,
22919 OPC_RecordChild1,
22920 OPC_CheckChild1Type, 6|128,1,
22921 OPC_RecordChild2,
22922 OPC_MoveChild2,
22923 OPC_SwitchOpcode , 27|128,1, TARGET_VAL(ISD::Constant),
22924 OPC_CheckPredicate0,
22925 OPC_CheckTypeI32,
22926 OPC_MoveSibling3,
22927 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22928 OPC_RecordNode,
22929 OPC_CheckPredicate0,
22930 OPC_CheckTypeI32,
22931 OPC_MoveSibling4,
22932 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22933 OPC_RecordNode,
22934 OPC_CheckPredicate0,
22935 OPC_CheckTypeI32,
22936 OPC_MoveSibling5,
22937 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22938 OPC_RecordNode,
22939 OPC_CheckPredicate0,
22940 OPC_CheckTypeI32,
22941 OPC_MoveSibling6,
22942 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22943 OPC_RecordNode,
22944 OPC_CheckPredicate0,
22945 OPC_CheckTypeI32,
22946 OPC_MoveSibling7,
22947 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22948 OPC_RecordNode,
22949 OPC_CheckPredicate0,
22950 OPC_CheckTypeI32,
22951 OPC_MoveSibling, 8,
22952 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22953 OPC_RecordNode,
22954 OPC_CheckPredicate0,
22955 OPC_CheckTypeI32,
22956 OPC_MoveSibling, 9,
22957 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22958 OPC_RecordNode,
22959 OPC_CheckPredicate0,
22960 OPC_CheckTypeI32,
22961 OPC_MoveSibling, 10,
22962 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22963 OPC_RecordNode,
22964 OPC_CheckPredicate0,
22965 OPC_CheckTypeI32,
22966 OPC_MoveSibling, 11,
22967 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22968 OPC_RecordNode,
22969 OPC_CheckPredicate0,
22970 OPC_CheckTypeI32,
22971 OPC_MoveSibling, 12,
22972 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22973 OPC_RecordNode,
22974 OPC_CheckPredicate0,
22975 OPC_CheckTypeI32,
22976 OPC_MoveSibling, 13,
22977 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22978 OPC_RecordNode,
22979 OPC_CheckPredicate0,
22980 OPC_CheckTypeI32,
22981 OPC_MoveSibling, 14,
22982 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22983 OPC_RecordNode,
22984 OPC_CheckPredicate0,
22985 OPC_CheckTypeI32,
22986 OPC_MoveSibling, 15,
22987 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22988 OPC_RecordNode,
22989 OPC_CheckPredicate0,
22990 OPC_CheckTypeI32,
22991 OPC_MoveSibling, 16,
22992 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22993 OPC_RecordNode,
22994 OPC_CheckPredicate0,
22995 OPC_CheckTypeI32,
22996 OPC_MoveSibling, 17,
22997 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
22998 OPC_RecordNode,
22999 OPC_CheckPredicate0,
23000 OPC_CheckTypeI32,
23001 OPC_MoveParent,
23002 OPC_CheckType, 6|128,1,
23003 OPC_EmitConvertToTarget2,
23004 OPC_EmitConvertToTarget3,
23005 OPC_EmitConvertToTarget4,
23006 OPC_EmitConvertToTarget5,
23007 OPC_EmitConvertToTarget6,
23008 OPC_EmitConvertToTarget7,
23009 OPC_EmitConvertToTarget, 8,
23010 OPC_EmitConvertToTarget, 9,
23011 OPC_EmitConvertToTarget, 10,
23012 OPC_EmitConvertToTarget, 11,
23013 OPC_EmitConvertToTarget, 12,
23014 OPC_EmitConvertToTarget, 13,
23015 OPC_EmitConvertToTarget, 14,
23016 OPC_EmitConvertToTarget, 15,
23017 OPC_EmitConvertToTarget, 16,
23018 OPC_EmitConvertToTarget, 17,
23019 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHUFFLE),
23020 6|128,1, 18, 12|128,1,
23021 11|128,1, TARGET_VAL(ISD::TargetConstant),
23022 OPC_CheckTypeI32,
23023 OPC_MoveSibling3,
23024 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23025 OPC_RecordNode,
23026 OPC_CheckTypeI32,
23027 OPC_MoveSibling4,
23028 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23029 OPC_RecordNode,
23030 OPC_CheckTypeI32,
23031 OPC_MoveSibling5,
23032 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23033 OPC_RecordNode,
23034 OPC_CheckTypeI32,
23035 OPC_MoveSibling6,
23036 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23037 OPC_RecordNode,
23038 OPC_CheckTypeI32,
23039 OPC_MoveSibling7,
23040 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23041 OPC_RecordNode,
23042 OPC_CheckTypeI32,
23043 OPC_MoveSibling, 8,
23044 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23045 OPC_RecordNode,
23046 OPC_CheckTypeI32,
23047 OPC_MoveSibling, 9,
23048 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23049 OPC_RecordNode,
23050 OPC_CheckTypeI32,
23051 OPC_MoveSibling, 10,
23052 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23053 OPC_RecordNode,
23054 OPC_CheckTypeI32,
23055 OPC_MoveSibling, 11,
23056 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23057 OPC_RecordNode,
23058 OPC_CheckTypeI32,
23059 OPC_MoveSibling, 12,
23060 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23061 OPC_RecordNode,
23062 OPC_CheckTypeI32,
23063 OPC_MoveSibling, 13,
23064 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23065 OPC_RecordNode,
23066 OPC_CheckTypeI32,
23067 OPC_MoveSibling, 14,
23068 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23069 OPC_RecordNode,
23070 OPC_CheckTypeI32,
23071 OPC_MoveSibling, 15,
23072 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23073 OPC_RecordNode,
23074 OPC_CheckTypeI32,
23075 OPC_MoveSibling, 16,
23076 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23077 OPC_RecordNode,
23078 OPC_CheckTypeI32,
23079 OPC_MoveSibling, 17,
23080 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23081 OPC_RecordNode,
23082 OPC_CheckTypeI32,
23083 OPC_MoveParent,
23084 OPC_CheckType, 6|128,1,
23085 OPC_EmitConvertToTarget2,
23086 OPC_EmitConvertToTarget3,
23087 OPC_EmitConvertToTarget4,
23088 OPC_EmitConvertToTarget5,
23089 OPC_EmitConvertToTarget6,
23090 OPC_EmitConvertToTarget7,
23091 OPC_EmitConvertToTarget, 8,
23092 OPC_EmitConvertToTarget, 9,
23093 OPC_EmitConvertToTarget, 10,
23094 OPC_EmitConvertToTarget, 11,
23095 OPC_EmitConvertToTarget, 12,
23096 OPC_EmitConvertToTarget, 13,
23097 OPC_EmitConvertToTarget, 14,
23098 OPC_EmitConvertToTarget, 15,
23099 OPC_EmitConvertToTarget, 16,
23100 OPC_EmitConvertToTarget, 17,
23101 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHUFFLE),
23102 6|128,1, 18, 12|128,1,
23103 0,
23104 57|128,2,
23105 OPC_CheckChild0Type, 24|128,1,
23106 OPC_RecordChild1,
23107 OPC_CheckChild1Type, 24|128,1,
23108 OPC_RecordChild2,
23109 OPC_MoveChild2,
23110 OPC_SwitchOpcode , 27|128,1, TARGET_VAL(ISD::Constant),
23111 OPC_CheckPredicate0,
23112 OPC_CheckTypeI32,
23113 OPC_MoveSibling3,
23114 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23115 OPC_RecordNode,
23116 OPC_CheckPredicate0,
23117 OPC_CheckTypeI32,
23118 OPC_MoveSibling4,
23119 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23120 OPC_RecordNode,
23121 OPC_CheckPredicate0,
23122 OPC_CheckTypeI32,
23123 OPC_MoveSibling5,
23124 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23125 OPC_RecordNode,
23126 OPC_CheckPredicate0,
23127 OPC_CheckTypeI32,
23128 OPC_MoveSibling6,
23129 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23130 OPC_RecordNode,
23131 OPC_CheckPredicate0,
23132 OPC_CheckTypeI32,
23133 OPC_MoveSibling7,
23134 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23135 OPC_RecordNode,
23136 OPC_CheckPredicate0,
23137 OPC_CheckTypeI32,
23138 OPC_MoveSibling, 8,
23139 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23140 OPC_RecordNode,
23141 OPC_CheckPredicate0,
23142 OPC_CheckTypeI32,
23143 OPC_MoveSibling, 9,
23144 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23145 OPC_RecordNode,
23146 OPC_CheckPredicate0,
23147 OPC_CheckTypeI32,
23148 OPC_MoveSibling, 10,
23149 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23150 OPC_RecordNode,
23151 OPC_CheckPredicate0,
23152 OPC_CheckTypeI32,
23153 OPC_MoveSibling, 11,
23154 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23155 OPC_RecordNode,
23156 OPC_CheckPredicate0,
23157 OPC_CheckTypeI32,
23158 OPC_MoveSibling, 12,
23159 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23160 OPC_RecordNode,
23161 OPC_CheckPredicate0,
23162 OPC_CheckTypeI32,
23163 OPC_MoveSibling, 13,
23164 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23165 OPC_RecordNode,
23166 OPC_CheckPredicate0,
23167 OPC_CheckTypeI32,
23168 OPC_MoveSibling, 14,
23169 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23170 OPC_RecordNode,
23171 OPC_CheckPredicate0,
23172 OPC_CheckTypeI32,
23173 OPC_MoveSibling, 15,
23174 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23175 OPC_RecordNode,
23176 OPC_CheckPredicate0,
23177 OPC_CheckTypeI32,
23178 OPC_MoveSibling, 16,
23179 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23180 OPC_RecordNode,
23181 OPC_CheckPredicate0,
23182 OPC_CheckTypeI32,
23183 OPC_MoveSibling, 17,
23184 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23185 OPC_RecordNode,
23186 OPC_CheckPredicate0,
23187 OPC_CheckTypeI32,
23188 OPC_MoveParent,
23189 OPC_CheckType, 24|128,1,
23190 OPC_EmitConvertToTarget2,
23191 OPC_EmitConvertToTarget3,
23192 OPC_EmitConvertToTarget4,
23193 OPC_EmitConvertToTarget5,
23194 OPC_EmitConvertToTarget6,
23195 OPC_EmitConvertToTarget7,
23196 OPC_EmitConvertToTarget, 8,
23197 OPC_EmitConvertToTarget, 9,
23198 OPC_EmitConvertToTarget, 10,
23199 OPC_EmitConvertToTarget, 11,
23200 OPC_EmitConvertToTarget, 12,
23201 OPC_EmitConvertToTarget, 13,
23202 OPC_EmitConvertToTarget, 14,
23203 OPC_EmitConvertToTarget, 15,
23204 OPC_EmitConvertToTarget, 16,
23205 OPC_EmitConvertToTarget, 17,
23206 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHUFFLE),
23207 24|128,1, 18, 12|128,1,
23208 11|128,1, TARGET_VAL(ISD::TargetConstant),
23209 OPC_CheckTypeI32,
23210 OPC_MoveSibling3,
23211 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23212 OPC_RecordNode,
23213 OPC_CheckTypeI32,
23214 OPC_MoveSibling4,
23215 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23216 OPC_RecordNode,
23217 OPC_CheckTypeI32,
23218 OPC_MoveSibling5,
23219 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23220 OPC_RecordNode,
23221 OPC_CheckTypeI32,
23222 OPC_MoveSibling6,
23223 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23224 OPC_RecordNode,
23225 OPC_CheckTypeI32,
23226 OPC_MoveSibling7,
23227 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23228 OPC_RecordNode,
23229 OPC_CheckTypeI32,
23230 OPC_MoveSibling, 8,
23231 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23232 OPC_RecordNode,
23233 OPC_CheckTypeI32,
23234 OPC_MoveSibling, 9,
23235 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23236 OPC_RecordNode,
23237 OPC_CheckTypeI32,
23238 OPC_MoveSibling, 10,
23239 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23240 OPC_RecordNode,
23241 OPC_CheckTypeI32,
23242 OPC_MoveSibling, 11,
23243 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23244 OPC_RecordNode,
23245 OPC_CheckTypeI32,
23246 OPC_MoveSibling, 12,
23247 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23248 OPC_RecordNode,
23249 OPC_CheckTypeI32,
23250 OPC_MoveSibling, 13,
23251 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23252 OPC_RecordNode,
23253 OPC_CheckTypeI32,
23254 OPC_MoveSibling, 14,
23255 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23256 OPC_RecordNode,
23257 OPC_CheckTypeI32,
23258 OPC_MoveSibling, 15,
23259 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23260 OPC_RecordNode,
23261 OPC_CheckTypeI32,
23262 OPC_MoveSibling, 16,
23263 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23264 OPC_RecordNode,
23265 OPC_CheckTypeI32,
23266 OPC_MoveSibling, 17,
23267 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23268 OPC_RecordNode,
23269 OPC_CheckTypeI32,
23270 OPC_MoveParent,
23271 OPC_CheckType, 24|128,1,
23272 OPC_EmitConvertToTarget2,
23273 OPC_EmitConvertToTarget3,
23274 OPC_EmitConvertToTarget4,
23275 OPC_EmitConvertToTarget5,
23276 OPC_EmitConvertToTarget6,
23277 OPC_EmitConvertToTarget7,
23278 OPC_EmitConvertToTarget, 8,
23279 OPC_EmitConvertToTarget, 9,
23280 OPC_EmitConvertToTarget, 10,
23281 OPC_EmitConvertToTarget, 11,
23282 OPC_EmitConvertToTarget, 12,
23283 OPC_EmitConvertToTarget, 13,
23284 OPC_EmitConvertToTarget, 14,
23285 OPC_EmitConvertToTarget, 15,
23286 OPC_EmitConvertToTarget, 16,
23287 OPC_EmitConvertToTarget, 17,
23288 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHUFFLE),
23289 24|128,1, 18, 12|128,1,
23290 0,
23291 51|128,2,
23292 OPC_CheckChild0Type, MVT::v8f16,
23293 OPC_RecordChild1,
23294 OPC_CheckChild1Type, MVT::v8f16,
23295 OPC_RecordChild2,
23296 OPC_MoveChild2,
23297 OPC_SwitchOpcode , 25|128,1, TARGET_VAL(ISD::Constant),
23298 OPC_CheckPredicate0,
23299 OPC_CheckTypeI32,
23300 OPC_MoveSibling3,
23301 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23302 OPC_RecordNode,
23303 OPC_CheckPredicate0,
23304 OPC_CheckTypeI32,
23305 OPC_MoveSibling4,
23306 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23307 OPC_RecordNode,
23308 OPC_CheckPredicate0,
23309 OPC_CheckTypeI32,
23310 OPC_MoveSibling5,
23311 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23312 OPC_RecordNode,
23313 OPC_CheckPredicate0,
23314 OPC_CheckTypeI32,
23315 OPC_MoveSibling6,
23316 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23317 OPC_RecordNode,
23318 OPC_CheckPredicate0,
23319 OPC_CheckTypeI32,
23320 OPC_MoveSibling7,
23321 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23322 OPC_RecordNode,
23323 OPC_CheckPredicate0,
23324 OPC_CheckTypeI32,
23325 OPC_MoveSibling, 8,
23326 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23327 OPC_RecordNode,
23328 OPC_CheckPredicate0,
23329 OPC_CheckTypeI32,
23330 OPC_MoveSibling, 9,
23331 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23332 OPC_RecordNode,
23333 OPC_CheckPredicate0,
23334 OPC_CheckTypeI32,
23335 OPC_MoveSibling, 10,
23336 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23337 OPC_RecordNode,
23338 OPC_CheckPredicate0,
23339 OPC_CheckTypeI32,
23340 OPC_MoveSibling, 11,
23341 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23342 OPC_RecordNode,
23343 OPC_CheckPredicate0,
23344 OPC_CheckTypeI32,
23345 OPC_MoveSibling, 12,
23346 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23347 OPC_RecordNode,
23348 OPC_CheckPredicate0,
23349 OPC_CheckTypeI32,
23350 OPC_MoveSibling, 13,
23351 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23352 OPC_RecordNode,
23353 OPC_CheckPredicate0,
23354 OPC_CheckTypeI32,
23355 OPC_MoveSibling, 14,
23356 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23357 OPC_RecordNode,
23358 OPC_CheckPredicate0,
23359 OPC_CheckTypeI32,
23360 OPC_MoveSibling, 15,
23361 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23362 OPC_RecordNode,
23363 OPC_CheckPredicate0,
23364 OPC_CheckTypeI32,
23365 OPC_MoveSibling, 16,
23366 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23367 OPC_RecordNode,
23368 OPC_CheckPredicate0,
23369 OPC_CheckTypeI32,
23370 OPC_MoveSibling, 17,
23371 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23372 OPC_RecordNode,
23373 OPC_CheckPredicate0,
23374 OPC_CheckTypeI32,
23375 OPC_MoveParent,
23376 OPC_CheckType, MVT::v8f16,
23377 OPC_EmitConvertToTarget2,
23378 OPC_EmitConvertToTarget3,
23379 OPC_EmitConvertToTarget4,
23380 OPC_EmitConvertToTarget5,
23381 OPC_EmitConvertToTarget6,
23382 OPC_EmitConvertToTarget7,
23383 OPC_EmitConvertToTarget, 8,
23384 OPC_EmitConvertToTarget, 9,
23385 OPC_EmitConvertToTarget, 10,
23386 OPC_EmitConvertToTarget, 11,
23387 OPC_EmitConvertToTarget, 12,
23388 OPC_EmitConvertToTarget, 13,
23389 OPC_EmitConvertToTarget, 14,
23390 OPC_EmitConvertToTarget, 15,
23391 OPC_EmitConvertToTarget, 16,
23392 OPC_EmitConvertToTarget, 17,
23393 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHUFFLE),
23394 MVT::v8f16, 18, 12|128,1,
23395 9|128,1, TARGET_VAL(ISD::TargetConstant),
23396 OPC_CheckTypeI32,
23397 OPC_MoveSibling3,
23398 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23399 OPC_RecordNode,
23400 OPC_CheckTypeI32,
23401 OPC_MoveSibling4,
23402 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23403 OPC_RecordNode,
23404 OPC_CheckTypeI32,
23405 OPC_MoveSibling5,
23406 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23407 OPC_RecordNode,
23408 OPC_CheckTypeI32,
23409 OPC_MoveSibling6,
23410 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23411 OPC_RecordNode,
23412 OPC_CheckTypeI32,
23413 OPC_MoveSibling7,
23414 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23415 OPC_RecordNode,
23416 OPC_CheckTypeI32,
23417 OPC_MoveSibling, 8,
23418 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23419 OPC_RecordNode,
23420 OPC_CheckTypeI32,
23421 OPC_MoveSibling, 9,
23422 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23423 OPC_RecordNode,
23424 OPC_CheckTypeI32,
23425 OPC_MoveSibling, 10,
23426 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23427 OPC_RecordNode,
23428 OPC_CheckTypeI32,
23429 OPC_MoveSibling, 11,
23430 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23431 OPC_RecordNode,
23432 OPC_CheckTypeI32,
23433 OPC_MoveSibling, 12,
23434 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23435 OPC_RecordNode,
23436 OPC_CheckTypeI32,
23437 OPC_MoveSibling, 13,
23438 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23439 OPC_RecordNode,
23440 OPC_CheckTypeI32,
23441 OPC_MoveSibling, 14,
23442 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23443 OPC_RecordNode,
23444 OPC_CheckTypeI32,
23445 OPC_MoveSibling, 15,
23446 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23447 OPC_RecordNode,
23448 OPC_CheckTypeI32,
23449 OPC_MoveSibling, 16,
23450 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23451 OPC_RecordNode,
23452 OPC_CheckTypeI32,
23453 OPC_MoveSibling, 17,
23454 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23455 OPC_RecordNode,
23456 OPC_CheckTypeI32,
23457 OPC_MoveParent,
23458 OPC_CheckType, MVT::v8f16,
23459 OPC_EmitConvertToTarget2,
23460 OPC_EmitConvertToTarget3,
23461 OPC_EmitConvertToTarget4,
23462 OPC_EmitConvertToTarget5,
23463 OPC_EmitConvertToTarget6,
23464 OPC_EmitConvertToTarget7,
23465 OPC_EmitConvertToTarget, 8,
23466 OPC_EmitConvertToTarget, 9,
23467 OPC_EmitConvertToTarget, 10,
23468 OPC_EmitConvertToTarget, 11,
23469 OPC_EmitConvertToTarget, 12,
23470 OPC_EmitConvertToTarget, 13,
23471 OPC_EmitConvertToTarget, 14,
23472 OPC_EmitConvertToTarget, 15,
23473 OPC_EmitConvertToTarget, 16,
23474 OPC_EmitConvertToTarget, 17,
23475 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHUFFLE),
23476 MVT::v8f16, 18, 12|128,1,
23477 0,
23478 0,
23479 119|128,8, TARGET_VAL(ISD::INSERT_VECTOR_ELT),
23480 OPC_Scope, 126,
23481 OPC_MoveChild0,
23482 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23483 OPC_CheckChild0Integer, 0,
23484 OPC_Scope, 58,
23485 OPC_CheckChild0TypeI32,
23486 OPC_MoveSibling1,
23487 OPC_CheckOpcode, TARGET_VAL(ISD::LOAD),
23488 OPC_RecordMemRef,
23489 OPC_RecordNode,
23490 OPC_CheckFoldableChainNode,
23491 OPC_RecordChild1,
23492 OPC_CheckTypeI32,
23493 OPC_Scope, 22,
23494 OPC_CheckChild1TypeI32,
23495 OPC_CheckPredicate, 8,
23496 OPC_CheckPredicate7,
23497 OPC_MoveParent,
23498 OPC_CheckChild2Integer, 0,
23499 OPC_CheckType, MVT::v4i32,
23500 OPC_CheckPatternPredicate3,
23501 OPC_CheckComplexPat2, /*#*/1,
23502 OPC_EmitMergeInputChains1_0,
23503 OPC_EmitIntegerI32, 0,
23504 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_ZERO_32_A32), 0|OPFL_Chain|OPFL_MemRefs,
23505 MVT::v4i32, 3, 59,
23506 22,
23507 OPC_CheckChild1TypeI64,
23508 OPC_CheckPredicate, 8,
23509 OPC_CheckPredicate7,
23510 OPC_MoveParent,
23511 OPC_CheckChild2Integer, 0,
23512 OPC_CheckType, MVT::v4i32,
23513 OPC_CheckPatternPredicate4,
23514 OPC_CheckComplexPat3, /*#*/1,
23515 OPC_EmitMergeInputChains1_0,
23516 OPC_EmitIntegerI32, 0,
23517 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_ZERO_32_A64), 0|OPFL_Chain|OPFL_MemRefs,
23518 MVT::v4i32, 3, 59,
23519 0,
23520 58,
23521 OPC_CheckChild0TypeI64,
23522 OPC_MoveSibling1,
23523 OPC_CheckOpcode, TARGET_VAL(ISD::LOAD),
23524 OPC_RecordMemRef,
23525 OPC_RecordNode,
23526 OPC_CheckFoldableChainNode,
23527 OPC_RecordChild1,
23528 OPC_CheckTypeI64,
23529 OPC_Scope, 22,
23530 OPC_CheckChild1TypeI32,
23531 OPC_CheckPredicate, 8,
23532 OPC_CheckPredicate7,
23533 OPC_MoveParent,
23534 OPC_CheckChild2Integer, 0,
23535 OPC_CheckType, MVT::v2i64,
23536 OPC_CheckPatternPredicate3,
23537 OPC_CheckComplexPat2, /*#*/1,
23538 OPC_EmitMergeInputChains1_0,
23539 OPC_EmitIntegerI32, 0,
23540 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_ZERO_64_A32), 0|OPFL_Chain|OPFL_MemRefs,
23541 MVT::v2i64, 3, 59,
23542 22,
23543 OPC_CheckChild1TypeI64,
23544 OPC_CheckPredicate, 8,
23545 OPC_CheckPredicate7,
23546 OPC_MoveParent,
23547 OPC_CheckChild2Integer, 0,
23548 OPC_CheckType, MVT::v2i64,
23549 OPC_CheckPatternPredicate4,
23550 OPC_CheckComplexPat3, /*#*/1,
23551 OPC_EmitMergeInputChains1_0,
23552 OPC_EmitIntegerI32, 0,
23553 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_ZERO_64_A64), 0|OPFL_Chain|OPFL_MemRefs,
23554 MVT::v2i64, 3, 59,
23555 0,
23556 0,
23557 127|128,3,
23558 OPC_RecordChild0,
23559 OPC_Scope, 112|128,2,
23560 OPC_MoveChild1,
23561 OPC_CheckOpcode, TARGET_VAL(ISD::LOAD),
23562 OPC_RecordMemRef,
23563 OPC_RecordNode,
23564 OPC_CheckFoldableChainNode,
23565 OPC_RecordChild1,
23566 OPC_Scope, 49|128,1,
23567 OPC_CheckChild1TypeI32,
23568 OPC_CheckPredicate, 8,
23569 OPC_Scope, 59,
23570 OPC_CheckPredicate, 11,
23571 OPC_CheckTypeI32,
23572 OPC_Scope, 26,
23573 OPC_CheckPredicate1,
23574 OPC_MoveSibling2,
23575 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23576 OPC_RecordNode,
23577 OPC_CheckPredicate, 21,
23578 OPC_CheckTypeI32,
23579 OPC_MoveParent,
23580 OPC_CheckType, MVT::v16i8,
23581 OPC_CheckPatternPredicate3,
23582 OPC_CheckComplexPat2, /*#*/2,
23583 OPC_EmitMergeInputChains1_1,
23584 OPC_EmitIntegerI32, 0,
23585 OPC_EmitConvertToTarget3,
23586 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_LANE_8_A32), 0|OPFL_Chain|OPFL_MemRefs,
23587 MVT::v16i8, 5, 8,
23588 26,
23589 OPC_CheckPredicate2,
23590 OPC_MoveSibling2,
23591 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23592 OPC_RecordNode,
23593 OPC_CheckPredicate, 15,
23594 OPC_CheckTypeI32,
23595 OPC_MoveParent,
23596 OPC_CheckType, MVT::v8i16,
23597 OPC_CheckPatternPredicate3,
23598 OPC_CheckComplexPat2, /*#*/2,
23599 OPC_EmitMergeInputChains1_1,
23600 OPC_EmitIntegerI32, 0,
23601 OPC_EmitConvertToTarget3,
23602 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_LANE_16_A32), 0|OPFL_Chain|OPFL_MemRefs,
23603 MVT::v8i16, 5, 8,
23604 0,
23605 111,
23606 OPC_CheckPredicate7,
23607 OPC_SwitchType , 25, MVT::i32,
23608 OPC_MoveSibling2,
23609 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23610 OPC_RecordNode,
23611 OPC_CheckPredicate, 12,
23612 OPC_CheckTypeI32,
23613 OPC_MoveParent,
23614 OPC_CheckType, MVT::v4i32,
23615 OPC_CheckPatternPredicate3,
23616 OPC_CheckComplexPat2, /*#*/2,
23617 OPC_EmitMergeInputChains1_1,
23618 OPC_EmitIntegerI32, 0,
23619 OPC_EmitConvertToTarget3,
23620 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_LANE_32_A32), 0|OPFL_Chain|OPFL_MemRefs,
23621 MVT::v4i32, 5, 8,
23622 25, MVT::f32,
23623 OPC_MoveSibling2,
23624 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23625 OPC_RecordNode,
23626 OPC_CheckPredicate, 12,
23627 OPC_CheckTypeI32,
23628 OPC_MoveParent,
23629 OPC_CheckType, MVT::v4i32,
23630 OPC_CheckPatternPredicate3,
23631 OPC_CheckComplexPat2, /*#*/2,
23632 OPC_EmitMergeInputChains1_1,
23633 OPC_EmitIntegerI32, 0,
23634 OPC_EmitConvertToTarget3,
23635 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_LANE_32_A32), 0|OPFL_Chain|OPFL_MemRefs,
23636 MVT::v4i32, 5, 8,
23637 25, MVT::i64,
23638 OPC_MoveSibling2,
23639 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23640 OPC_RecordNode,
23641 OPC_CheckPredicate, 13,
23642 OPC_CheckTypeI32,
23643 OPC_MoveParent,
23644 OPC_CheckType, MVT::v2i64,
23645 OPC_CheckPatternPredicate3,
23646 OPC_CheckComplexPat2, /*#*/2,
23647 OPC_EmitMergeInputChains1_1,
23648 OPC_EmitIntegerI32, 0,
23649 OPC_EmitConvertToTarget3,
23650 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_LANE_64_A32), 0|OPFL_Chain|OPFL_MemRefs,
23651 MVT::v2i64, 5, 8,
23652 25, MVT::f64,
23653 OPC_MoveSibling2,
23654 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23655 OPC_RecordNode,
23656 OPC_CheckPredicate, 13,
23657 OPC_CheckTypeI32,
23658 OPC_MoveParent,
23659 OPC_CheckType, MVT::v2i64,
23660 OPC_CheckPatternPredicate3,
23661 OPC_CheckComplexPat2, /*#*/2,
23662 OPC_EmitMergeInputChains1_1,
23663 OPC_EmitIntegerI32, 0,
23664 OPC_EmitConvertToTarget3,
23665 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_LANE_64_A32), 0|OPFL_Chain|OPFL_MemRefs,
23666 MVT::v2i64, 5, 8,
23667 0,
23668 0,
23669 49|128,1,
23670 OPC_CheckChild1TypeI64,
23671 OPC_CheckPredicate, 8,
23672 OPC_Scope, 59,
23673 OPC_CheckPredicate, 11,
23674 OPC_CheckTypeI32,
23675 OPC_Scope, 26,
23676 OPC_CheckPredicate1,
23677 OPC_MoveSibling2,
23678 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23679 OPC_RecordNode,
23680 OPC_CheckPredicate, 21,
23681 OPC_CheckTypeI32,
23682 OPC_MoveParent,
23683 OPC_CheckType, MVT::v16i8,
23684 OPC_CheckPatternPredicate4,
23685 OPC_CheckComplexPat3, /*#*/2,
23686 OPC_EmitMergeInputChains1_1,
23687 OPC_EmitIntegerI32, 0,
23688 OPC_EmitConvertToTarget3,
23689 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_LANE_8_A64), 0|OPFL_Chain|OPFL_MemRefs,
23690 MVT::v16i8, 5, 8,
23691 26,
23692 OPC_CheckPredicate2,
23693 OPC_MoveSibling2,
23694 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23695 OPC_RecordNode,
23696 OPC_CheckPredicate, 15,
23697 OPC_CheckTypeI32,
23698 OPC_MoveParent,
23699 OPC_CheckType, MVT::v8i16,
23700 OPC_CheckPatternPredicate4,
23701 OPC_CheckComplexPat3, /*#*/2,
23702 OPC_EmitMergeInputChains1_1,
23703 OPC_EmitIntegerI32, 0,
23704 OPC_EmitConvertToTarget3,
23705 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_LANE_16_A64), 0|OPFL_Chain|OPFL_MemRefs,
23706 MVT::v8i16, 5, 8,
23707 0,
23708 111,
23709 OPC_CheckPredicate7,
23710 OPC_SwitchType , 25, MVT::i32,
23711 OPC_MoveSibling2,
23712 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23713 OPC_RecordNode,
23714 OPC_CheckPredicate, 12,
23715 OPC_CheckTypeI32,
23716 OPC_MoveParent,
23717 OPC_CheckType, MVT::v4i32,
23718 OPC_CheckPatternPredicate4,
23719 OPC_CheckComplexPat3, /*#*/2,
23720 OPC_EmitMergeInputChains1_1,
23721 OPC_EmitIntegerI32, 0,
23722 OPC_EmitConvertToTarget3,
23723 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_LANE_32_A64), 0|OPFL_Chain|OPFL_MemRefs,
23724 MVT::v4i32, 5, 8,
23725 25, MVT::f32,
23726 OPC_MoveSibling2,
23727 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23728 OPC_RecordNode,
23729 OPC_CheckPredicate, 12,
23730 OPC_CheckTypeI32,
23731 OPC_MoveParent,
23732 OPC_CheckType, MVT::v4i32,
23733 OPC_CheckPatternPredicate4,
23734 OPC_CheckComplexPat3, /*#*/2,
23735 OPC_EmitMergeInputChains1_1,
23736 OPC_EmitIntegerI32, 0,
23737 OPC_EmitConvertToTarget3,
23738 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_LANE_32_A64), 0|OPFL_Chain|OPFL_MemRefs,
23739 MVT::v4i32, 5, 8,
23740 25, MVT::i64,
23741 OPC_MoveSibling2,
23742 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23743 OPC_RecordNode,
23744 OPC_CheckPredicate, 13,
23745 OPC_CheckTypeI32,
23746 OPC_MoveParent,
23747 OPC_CheckType, MVT::v2i64,
23748 OPC_CheckPatternPredicate4,
23749 OPC_CheckComplexPat3, /*#*/2,
23750 OPC_EmitMergeInputChains1_1,
23751 OPC_EmitIntegerI32, 0,
23752 OPC_EmitConvertToTarget3,
23753 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_LANE_64_A64), 0|OPFL_Chain|OPFL_MemRefs,
23754 MVT::v2i64, 5, 8,
23755 25, MVT::f64,
23756 OPC_MoveSibling2,
23757 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23758 OPC_RecordNode,
23759 OPC_CheckPredicate, 13,
23760 OPC_CheckTypeI32,
23761 OPC_MoveParent,
23762 OPC_CheckType, MVT::v2i64,
23763 OPC_CheckPatternPredicate4,
23764 OPC_CheckComplexPat3, /*#*/2,
23765 OPC_EmitMergeInputChains1_1,
23766 OPC_EmitIntegerI32, 0,
23767 OPC_EmitConvertToTarget3,
23768 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_LANE_64_A64), 0|OPFL_Chain|OPFL_MemRefs,
23769 MVT::v2i64, 5, 8,
23770 0,
23771 0,
23772 0,
23773 8|128,1,
23774 OPC_RecordChild1,
23775 OPC_Scope, 92,
23776 OPC_CheckChild1TypeI32,
23777 OPC_Scope, 50,
23778 OPC_RecordChild2,
23779 OPC_MoveChild2,
23780 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23781 OPC_CheckTypeI32,
23782 OPC_Scope, 13,
23783 OPC_CheckPredicate, 21,
23784 OPC_MoveParent,
23785 OPC_CheckType, MVT::v16i8,
23786 OPC_CheckPatternPredicate0,
23787 OPC_EmitConvertToTarget2,
23788 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::REPLACE_LANE_I8x16),
23789 MVT::v16i8, 3, 21,
23790 13,
23791 OPC_CheckPredicate, 15,
23792 OPC_MoveParent,
23793 OPC_CheckType, MVT::v8i16,
23794 OPC_CheckPatternPredicate0,
23795 OPC_EmitConvertToTarget2,
23796 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::REPLACE_LANE_I16x8),
23797 MVT::v8i16, 3, 21,
23798 13,
23799 OPC_CheckPredicate, 12,
23800 OPC_MoveParent,
23801 OPC_CheckType, MVT::v4i32,
23802 OPC_CheckPatternPredicate0,
23803 OPC_EmitConvertToTarget2,
23804 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::REPLACE_LANE_I32x4),
23805 MVT::v4i32, 3, 21,
23806 0,
23807 37,
23808 OPC_MoveChild2,
23809 OPC_CheckOpcode, TARGET_VAL(ISD::UNDEF),
23810 OPC_MoveParent,
23811 OPC_SwitchType , 8, MVT::v16i8,
23812 OPC_EmitIntegerI32, 0,
23813 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::REPLACE_LANE_I8x16),
23814 MVT::v16i8, 3, 18,
23815 8, MVT::v8i16,
23816 OPC_EmitIntegerI32, 0,
23817 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::REPLACE_LANE_I16x8),
23818 MVT::v8i16, 3, 18,
23819 8, MVT::v4i32,
23820 OPC_EmitIntegerI32, 0,
23821 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::REPLACE_LANE_I32x4),
23822 MVT::v4i32, 3, 18,
23823 0,
23824 0,
23825 39,
23826 OPC_CheckChild1TypeI64,
23827 OPC_Scope, 19,
23828 OPC_RecordChild2,
23829 OPC_MoveChild2,
23830 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23831 OPC_CheckPredicate, 13,
23832 OPC_CheckTypeI32,
23833 OPC_MoveParent,
23834 OPC_CheckType, MVT::v2i64,
23835 OPC_CheckPatternPredicate0,
23836 OPC_EmitConvertToTarget2,
23837 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::REPLACE_LANE_I64x2),
23838 MVT::v2i64, 3, 21,
23839 15,
23840 OPC_MoveChild2,
23841 OPC_CheckOpcode, TARGET_VAL(ISD::UNDEF),
23842 OPC_MoveParent,
23843 OPC_CheckType, MVT::v2i64,
23844 OPC_EmitIntegerI32, 0,
23845 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::REPLACE_LANE_I64x2),
23846 MVT::v2i64, 3, 18,
23847 0,
23848 0,
23849 0,
23850 14|128,1,
23851 OPC_MoveChild0,
23852 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23853 OPC_MoveChild0,
23854 OPC_CheckOpcode, TARGET_VAL(ISD::ConstantFP),
23855 OPC_CheckPredicate, 29,
23856 OPC_SwitchType , 63, MVT::f32,
23857 OPC_MoveParent,
23858 OPC_MoveSibling1,
23859 OPC_CheckOpcode, TARGET_VAL(ISD::LOAD),
23860 OPC_RecordMemRef,
23861 OPC_RecordNode,
23862 OPC_CheckFoldableChainNode,
23863 OPC_RecordChild1,
23864 OPC_CheckType, MVT::f32,
23865 OPC_Scope, 24,
23866 OPC_CheckChild1TypeI32,
23867 OPC_CheckPredicate, 8,
23868 OPC_CheckPredicate7,
23869 OPC_MoveParent,
23870 OPC_CheckChild2Integer, 0,
23871 OPC_CheckType, 6|128,1,
23872 OPC_CheckPatternPredicate3,
23873 OPC_CheckComplexPat2, /*#*/1,
23874 OPC_EmitMergeInputChains1_0,
23875 OPC_EmitIntegerI32, 0,
23876 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_ZERO_32_A32), 0|OPFL_Chain|OPFL_MemRefs,
23877 6|128,1, 3, 59,
23878 24,
23879 OPC_CheckChild1TypeI64,
23880 OPC_CheckPredicate, 8,
23881 OPC_CheckPredicate7,
23882 OPC_MoveParent,
23883 OPC_CheckChild2Integer, 0,
23884 OPC_CheckType, 6|128,1,
23885 OPC_CheckPatternPredicate4,
23886 OPC_CheckComplexPat3, /*#*/1,
23887 OPC_EmitMergeInputChains1_0,
23888 OPC_EmitIntegerI32, 0,
23889 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_ZERO_32_A64), 0|OPFL_Chain|OPFL_MemRefs,
23890 6|128,1, 3, 59,
23891 0,
23892 63, MVT::f64,
23893 OPC_MoveParent,
23894 OPC_MoveSibling1,
23895 OPC_CheckOpcode, TARGET_VAL(ISD::LOAD),
23896 OPC_RecordMemRef,
23897 OPC_RecordNode,
23898 OPC_CheckFoldableChainNode,
23899 OPC_RecordChild1,
23900 OPC_CheckType, MVT::f64,
23901 OPC_Scope, 24,
23902 OPC_CheckChild1TypeI32,
23903 OPC_CheckPredicate, 8,
23904 OPC_CheckPredicate7,
23905 OPC_MoveParent,
23906 OPC_CheckChild2Integer, 0,
23907 OPC_CheckType, 24|128,1,
23908 OPC_CheckPatternPredicate3,
23909 OPC_CheckComplexPat2, /*#*/1,
23910 OPC_EmitMergeInputChains1_0,
23911 OPC_EmitIntegerI32, 0,
23912 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_ZERO_64_A32), 0|OPFL_Chain|OPFL_MemRefs,
23913 24|128,1, 3, 59,
23914 24,
23915 OPC_CheckChild1TypeI64,
23916 OPC_CheckPredicate, 8,
23917 OPC_CheckPredicate7,
23918 OPC_MoveParent,
23919 OPC_CheckChild2Integer, 0,
23920 OPC_CheckType, 24|128,1,
23921 OPC_CheckPatternPredicate4,
23922 OPC_CheckComplexPat3, /*#*/1,
23923 OPC_EmitMergeInputChains1_0,
23924 OPC_EmitIntegerI32, 0,
23925 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_ZERO_64_A64), 0|OPFL_Chain|OPFL_MemRefs,
23926 24|128,1, 3, 59,
23927 0,
23928 0,
23929 99|128,2,
23930 OPC_RecordChild0,
23931 OPC_Scope, 0|128,2,
23932 OPC_MoveChild1,
23933 OPC_CheckOpcode, TARGET_VAL(ISD::LOAD),
23934 OPC_RecordMemRef,
23935 OPC_RecordNode,
23936 OPC_CheckFoldableChainNode,
23937 OPC_RecordChild1,
23938 OPC_Scope, 122,
23939 OPC_CheckChild1TypeI32,
23940 OPC_CheckPredicate, 8,
23941 OPC_CheckPredicate7,
23942 OPC_SwitchType , 27, MVT::i32,
23943 OPC_MoveSibling2,
23944 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23945 OPC_RecordNode,
23946 OPC_CheckPredicate, 12,
23947 OPC_CheckTypeI32,
23948 OPC_MoveParent,
23949 OPC_CheckType, 6|128,1,
23950 OPC_CheckPatternPredicate3,
23951 OPC_CheckComplexPat2, /*#*/2,
23952 OPC_EmitMergeInputChains1_1,
23953 OPC_EmitIntegerI32, 0,
23954 OPC_EmitConvertToTarget3,
23955 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_LANE_32_A32), 0|OPFL_Chain|OPFL_MemRefs,
23956 6|128,1, 5, 8,
23957 27, MVT::f32,
23958 OPC_MoveSibling2,
23959 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23960 OPC_RecordNode,
23961 OPC_CheckPredicate, 12,
23962 OPC_CheckTypeI32,
23963 OPC_MoveParent,
23964 OPC_CheckType, 6|128,1,
23965 OPC_CheckPatternPredicate3,
23966 OPC_CheckComplexPat2, /*#*/2,
23967 OPC_EmitMergeInputChains1_1,
23968 OPC_EmitIntegerI32, 0,
23969 OPC_EmitConvertToTarget3,
23970 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_LANE_32_A32), 0|OPFL_Chain|OPFL_MemRefs,
23971 6|128,1, 5, 8,
23972 27, MVT::i64,
23973 OPC_MoveSibling2,
23974 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23975 OPC_RecordNode,
23976 OPC_CheckPredicate, 13,
23977 OPC_CheckTypeI32,
23978 OPC_MoveParent,
23979 OPC_CheckType, 24|128,1,
23980 OPC_CheckPatternPredicate3,
23981 OPC_CheckComplexPat2, /*#*/2,
23982 OPC_EmitMergeInputChains1_1,
23983 OPC_EmitIntegerI32, 0,
23984 OPC_EmitConvertToTarget3,
23985 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_LANE_64_A32), 0|OPFL_Chain|OPFL_MemRefs,
23986 24|128,1, 5, 8,
23987 27, MVT::f64,
23988 OPC_MoveSibling2,
23989 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23990 OPC_RecordNode,
23991 OPC_CheckPredicate, 13,
23992 OPC_CheckTypeI32,
23993 OPC_MoveParent,
23994 OPC_CheckType, 24|128,1,
23995 OPC_CheckPatternPredicate3,
23996 OPC_CheckComplexPat2, /*#*/2,
23997 OPC_EmitMergeInputChains1_1,
23998 OPC_EmitIntegerI32, 0,
23999 OPC_EmitConvertToTarget3,
24000 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_LANE_64_A32), 0|OPFL_Chain|OPFL_MemRefs,
24001 24|128,1, 5, 8,
24002 0,
24003 122,
24004 OPC_CheckChild1TypeI64,
24005 OPC_CheckPredicate, 8,
24006 OPC_CheckPredicate7,
24007 OPC_SwitchType , 27, MVT::i32,
24008 OPC_MoveSibling2,
24009 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24010 OPC_RecordNode,
24011 OPC_CheckPredicate, 12,
24012 OPC_CheckTypeI32,
24013 OPC_MoveParent,
24014 OPC_CheckType, 6|128,1,
24015 OPC_CheckPatternPredicate4,
24016 OPC_CheckComplexPat3, /*#*/2,
24017 OPC_EmitMergeInputChains1_1,
24018 OPC_EmitIntegerI32, 0,
24019 OPC_EmitConvertToTarget3,
24020 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_LANE_32_A64), 0|OPFL_Chain|OPFL_MemRefs,
24021 6|128,1, 5, 8,
24022 27, MVT::f32,
24023 OPC_MoveSibling2,
24024 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24025 OPC_RecordNode,
24026 OPC_CheckPredicate, 12,
24027 OPC_CheckTypeI32,
24028 OPC_MoveParent,
24029 OPC_CheckType, 6|128,1,
24030 OPC_CheckPatternPredicate4,
24031 OPC_CheckComplexPat3, /*#*/2,
24032 OPC_EmitMergeInputChains1_1,
24033 OPC_EmitIntegerI32, 0,
24034 OPC_EmitConvertToTarget3,
24035 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_LANE_32_A64), 0|OPFL_Chain|OPFL_MemRefs,
24036 6|128,1, 5, 8,
24037 27, MVT::i64,
24038 OPC_MoveSibling2,
24039 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24040 OPC_RecordNode,
24041 OPC_CheckPredicate, 13,
24042 OPC_CheckTypeI32,
24043 OPC_MoveParent,
24044 OPC_CheckType, 24|128,1,
24045 OPC_CheckPatternPredicate4,
24046 OPC_CheckComplexPat3, /*#*/2,
24047 OPC_EmitMergeInputChains1_1,
24048 OPC_EmitIntegerI32, 0,
24049 OPC_EmitConvertToTarget3,
24050 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_LANE_64_A64), 0|OPFL_Chain|OPFL_MemRefs,
24051 24|128,1, 5, 8,
24052 27, MVT::f64,
24053 OPC_MoveSibling2,
24054 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24055 OPC_RecordNode,
24056 OPC_CheckPredicate, 13,
24057 OPC_CheckTypeI32,
24058 OPC_MoveParent,
24059 OPC_CheckType, 24|128,1,
24060 OPC_CheckPatternPredicate4,
24061 OPC_CheckComplexPat3, /*#*/2,
24062 OPC_EmitMergeInputChains1_1,
24063 OPC_EmitIntegerI32, 0,
24064 OPC_EmitConvertToTarget3,
24065 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_LANE_64_A64), 0|OPFL_Chain|OPFL_MemRefs,
24066 24|128,1, 5, 8,
24067 0,
24068 0,
24069 93,
24070 OPC_RecordChild1,
24071 OPC_Scope, 44,
24072 OPC_CheckChild1Type, MVT::f32,
24073 OPC_Scope, 21,
24074 OPC_RecordChild2,
24075 OPC_MoveChild2,
24076 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24077 OPC_CheckPredicate, 12,
24078 OPC_CheckTypeI32,
24079 OPC_MoveParent,
24080 OPC_CheckType, 6|128,1,
24081 OPC_CheckPatternPredicate0,
24082 OPC_EmitConvertToTarget2,
24083 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::REPLACE_LANE_F32x4),
24084 6|128,1, 3, 21,
24085 17,
24086 OPC_MoveChild2,
24087 OPC_CheckOpcode, TARGET_VAL(ISD::UNDEF),
24088 OPC_MoveParent,
24089 OPC_CheckType, 6|128,1,
24090 OPC_EmitIntegerI32, 0,
24091 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::REPLACE_LANE_F32x4),
24092 6|128,1, 3, 18,
24093 0,
24094 44,
24095 OPC_CheckChild1Type, MVT::f64,
24096 OPC_Scope, 21,
24097 OPC_RecordChild2,
24098 OPC_MoveChild2,
24099 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24100 OPC_CheckPredicate, 13,
24101 OPC_CheckTypeI32,
24102 OPC_MoveParent,
24103 OPC_CheckType, 24|128,1,
24104 OPC_CheckPatternPredicate0,
24105 OPC_EmitConvertToTarget2,
24106 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::REPLACE_LANE_F64x2),
24107 24|128,1, 3, 21,
24108 17,
24109 OPC_MoveChild2,
24110 OPC_CheckOpcode, TARGET_VAL(ISD::UNDEF),
24111 OPC_MoveParent,
24112 OPC_CheckType, 24|128,1,
24113 OPC_EmitIntegerI32, 0,
24114 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::REPLACE_LANE_F64x2),
24115 24|128,1, 3, 18,
24116 0,
24117 0,
24118 0,
24119 0,
24120 82|128,1, TARGET_VAL(WebAssemblyISD::VEC_SHR_U),
24121 OPC_Scope, 83,
24122 OPC_MoveChild0,
24123 OPC_CheckOpcode, TARGET_VAL(ISD::ADD),
24124 OPC_MoveChild0,
24125 OPC_SwitchOpcode , 35, TARGET_VAL(ISD::ADD),
24126 OPC_RecordChild0,
24127 OPC_RecordChild1,
24128 OPC_CheckPredicate, 27,
24129 OPC_MoveSibling1,
24130 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
24131 OPC_CheckChild0Integer, 1,
24132 OPC_CheckChild0TypeI32,
24133 OPC_MoveParent,
24134 OPC_CheckPredicate, 27,
24135 OPC_MoveParent,
24136 OPC_CheckChild1Integer, 1,
24137 OPC_SwitchType , 6, MVT::v16i8,
24138 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::AVGR_U_I8x16),
24139 MVT::v16i8, 2, 16,
24140 6, MVT::v8i16,
24141 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::AVGR_U_I16x8),
24142 MVT::v8i16, 2, 16,
24143 0,
24144 35, TARGET_VAL(ISD::SPLAT_VECTOR),
24145 OPC_CheckChild0Integer, 1,
24146 OPC_CheckChild0TypeI32,
24147 OPC_MoveSibling1,
24148 OPC_CheckOpcode, TARGET_VAL(ISD::ADD),
24149 OPC_RecordChild0,
24150 OPC_RecordChild1,
24151 OPC_CheckPredicate, 27,
24152 OPC_MoveParent,
24153 OPC_CheckPredicate, 27,
24154 OPC_MoveParent,
24155 OPC_CheckChild1Integer, 1,
24156 OPC_SwitchType , 6, MVT::v16i8,
24157 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::AVGR_U_I8x16),
24158 MVT::v16i8, 2, 16,
24159 6, MVT::v8i16,
24160 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::AVGR_U_I16x8),
24161 MVT::v8i16, 2, 16,
24162 0,
24163 0,
24164 123,
24165 OPC_RecordChild0,
24166 OPC_Scope, 79,
24167 OPC_MoveChild1,
24168 OPC_Scope, 23,
24169 OPC_CheckOpcode, TARGET_VAL(ISD::TRUNCATE),
24170 OPC_MoveChild0,
24171 OPC_CheckAndImm, 63,
24172 OPC_RecordChild0,
24173 OPC_MoveParent,
24174 OPC_MoveParent,
24175 OPC_CheckType, MVT::v2i64,
24176 OPC_EmitNode1None, TARGET_VAL(WebAssembly::I32_WRAP_I64),
24177 MVT::i32, 1, 17,
24178 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_U_I64x2),
24179 MVT::v2i64, 2, 42,
24180 12,
24181 OPC_CheckAndImm, 7,
24182 OPC_RecordChild0,
24183 OPC_MoveParent,
24184 OPC_CheckType, MVT::v16i8,
24185 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_U_I8x16),
24186 MVT::v16i8, 2, 16,
24187 12,
24188 OPC_CheckAndImm, 15,
24189 OPC_RecordChild0,
24190 OPC_MoveParent,
24191 OPC_CheckType, MVT::v8i16,
24192 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_U_I16x8),
24193 MVT::v8i16, 2, 16,
24194 12,
24195 OPC_CheckAndImm, 31,
24196 OPC_RecordChild0,
24197 OPC_MoveParent,
24198 OPC_CheckType, MVT::v4i32,
24199 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_U_I32x4),
24200 MVT::v4i32, 2, 16,
24201 12,
24202 OPC_CheckAndImm, 63,
24203 OPC_RecordChild0,
24204 OPC_MoveParent,
24205 OPC_CheckType, MVT::v2i64,
24206 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_U_I64x2),
24207 MVT::v2i64, 2, 16,
24208 0,
24209 39,
24210 OPC_RecordChild1,
24211 OPC_SwitchType , 7, MVT::v16i8,
24212 OPC_CheckPatternPredicate0,
24213 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_U_I8x16),
24214 MVT::v16i8, 2, 16,
24215 7, MVT::v8i16,
24216 OPC_CheckPatternPredicate0,
24217 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_U_I16x8),
24218 MVT::v8i16, 2, 16,
24219 7, MVT::v4i32,
24220 OPC_CheckPatternPredicate0,
24221 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_U_I32x4),
24222 MVT::v4i32, 2, 16,
24223 7, MVT::v2i64,
24224 OPC_CheckPatternPredicate0,
24225 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_U_I64x2),
24226 MVT::v2i64, 2, 16,
24227 0,
24228 0,
24229 0,
24230 103|128,3, TARGET_VAL(ISD::SPLAT_VECTOR),
24231 OPC_Scope, 57|128,1,
24232 OPC_MoveChild0,
24233 OPC_CheckOpcode, TARGET_VAL(ISD::LOAD),
24234 OPC_RecordMemRef,
24235 OPC_RecordNode,
24236 OPC_RecordChild1,
24237 OPC_Scope, 87,
24238 OPC_CheckChild1TypeI32,
24239 OPC_CheckPredicate, 8,
24240 OPC_Scope, 41,
24241 OPC_CheckPredicate, 11,
24242 OPC_CheckTypeI32,
24243 OPC_Scope, 17,
24244 OPC_CheckPredicate1,
24245 OPC_MoveParent,
24246 OPC_CheckType, MVT::v16i8,
24247 OPC_CheckPatternPredicate3,
24248 OPC_CheckComplexPat2, /*#*/1,
24249 OPC_EmitMergeInputChains1_0,
24250 OPC_EmitIntegerI32, 0,
24251 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD8_SPLAT_A32), 0|OPFL_Chain|OPFL_MemRefs,
24252 MVT::v16i8, 3, 59,
24253 17,
24254 OPC_CheckPredicate2,
24255 OPC_MoveParent,
24256 OPC_CheckType, MVT::v8i16,
24257 OPC_CheckPatternPredicate3,
24258 OPC_CheckComplexPat2, /*#*/1,
24259 OPC_EmitMergeInputChains1_0,
24260 OPC_EmitIntegerI32, 0,
24261 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD16_SPLAT_A32), 0|OPFL_Chain|OPFL_MemRefs,
24262 MVT::v8i16, 3, 59,
24263 0,
24264 39,
24265 OPC_CheckPredicate7,
24266 OPC_SwitchType , 16, MVT::i32,
24267 OPC_MoveParent,
24268 OPC_CheckType, MVT::v4i32,
24269 OPC_CheckPatternPredicate3,
24270 OPC_CheckComplexPat2, /*#*/1,
24271 OPC_EmitMergeInputChains1_0,
24272 OPC_EmitIntegerI32, 0,
24273 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD32_SPLAT_A32), 0|OPFL_Chain|OPFL_MemRefs,
24274 MVT::v4i32, 3, 59,
24275 16, MVT::i64,
24276 OPC_MoveParent,
24277 OPC_CheckType, MVT::v2i64,
24278 OPC_CheckPatternPredicate3,
24279 OPC_CheckComplexPat2, /*#*/1,
24280 OPC_EmitMergeInputChains1_0,
24281 OPC_EmitIntegerI32, 0,
24282 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD64_SPLAT_A32), 0|OPFL_Chain|OPFL_MemRefs,
24283 MVT::v2i64, 3, 59,
24284 0,
24285 0,
24286 87,
24287 OPC_CheckChild1TypeI64,
24288 OPC_CheckPredicate, 8,
24289 OPC_Scope, 41,
24290 OPC_CheckPredicate, 11,
24291 OPC_CheckTypeI32,
24292 OPC_Scope, 17,
24293 OPC_CheckPredicate1,
24294 OPC_MoveParent,
24295 OPC_CheckType, MVT::v16i8,
24296 OPC_CheckPatternPredicate4,
24297 OPC_CheckComplexPat3, /*#*/1,
24298 OPC_EmitMergeInputChains1_0,
24299 OPC_EmitIntegerI32, 0,
24300 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD8_SPLAT_A64), 0|OPFL_Chain|OPFL_MemRefs,
24301 MVT::v16i8, 3, 59,
24302 17,
24303 OPC_CheckPredicate2,
24304 OPC_MoveParent,
24305 OPC_CheckType, MVT::v8i16,
24306 OPC_CheckPatternPredicate4,
24307 OPC_CheckComplexPat3, /*#*/1,
24308 OPC_EmitMergeInputChains1_0,
24309 OPC_EmitIntegerI32, 0,
24310 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD16_SPLAT_A64), 0|OPFL_Chain|OPFL_MemRefs,
24311 MVT::v8i16, 3, 59,
24312 0,
24313 39,
24314 OPC_CheckPredicate7,
24315 OPC_SwitchType , 16, MVT::i32,
24316 OPC_MoveParent,
24317 OPC_CheckType, MVT::v4i32,
24318 OPC_CheckPatternPredicate4,
24319 OPC_CheckComplexPat3, /*#*/1,
24320 OPC_EmitMergeInputChains1_0,
24321 OPC_EmitIntegerI32, 0,
24322 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD32_SPLAT_A64), 0|OPFL_Chain|OPFL_MemRefs,
24323 MVT::v4i32, 3, 59,
24324 16, MVT::i64,
24325 OPC_MoveParent,
24326 OPC_CheckType, MVT::v2i64,
24327 OPC_CheckPatternPredicate4,
24328 OPC_CheckComplexPat3, /*#*/1,
24329 OPC_EmitMergeInputChains1_0,
24330 OPC_EmitIntegerI32, 0,
24331 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD64_SPLAT_A64), 0|OPFL_Chain|OPFL_MemRefs,
24332 MVT::v2i64, 3, 59,
24333 0,
24334 0,
24335 0,
24336 122,
24337 OPC_RecordChild0,
24338 OPC_Scope, 76,
24339 OPC_MoveChild0,
24340 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24341 OPC_SwitchType , 55, MVT::i32,
24342 OPC_MoveParent,
24343 OPC_SwitchType , 22, MVT::v16i8,
24344 OPC_EmitConvertToTarget0,
24345 OPC_EmitConvertToTarget0,
24346 OPC_EmitConvertToTarget0,
24347 OPC_EmitConvertToTarget0,
24348 OPC_EmitConvertToTarget0,
24349 OPC_EmitConvertToTarget0,
24350 OPC_EmitConvertToTarget0,
24351 OPC_EmitConvertToTarget0,
24352 OPC_EmitConvertToTarget0,
24353 OPC_EmitConvertToTarget0,
24354 OPC_EmitConvertToTarget0,
24355 OPC_EmitConvertToTarget0,
24356 OPC_EmitConvertToTarget0,
24357 OPC_EmitConvertToTarget0,
24358 OPC_EmitConvertToTarget0,
24359 OPC_EmitConvertToTarget0,
24360 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_V128_I8x16),
24361 MVT::v16i8, 16, 108,
24362 14, MVT::v8i16,
24363 OPC_EmitConvertToTarget0,
24364 OPC_EmitConvertToTarget0,
24365 OPC_EmitConvertToTarget0,
24366 OPC_EmitConvertToTarget0,
24367 OPC_EmitConvertToTarget0,
24368 OPC_EmitConvertToTarget0,
24369 OPC_EmitConvertToTarget0,
24370 OPC_EmitConvertToTarget0,
24371 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_V128_I16x8),
24372 MVT::v8i16, 8, 92,
24373 10, MVT::v4i32,
24374 OPC_EmitConvertToTarget0,
24375 OPC_EmitConvertToTarget0,
24376 OPC_EmitConvertToTarget0,
24377 OPC_EmitConvertToTarget0,
24378 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_V128_I32x4),
24379 MVT::v4i32, 4, 68,
24380 0,
24381 11, MVT::i64,
24382 OPC_MoveParent,
24383 OPC_CheckType, MVT::v2i64,
24384 OPC_EmitConvertToTarget0,
24385 OPC_EmitConvertToTarget0,
24386 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_V128_I64x2),
24387 MVT::v2i64, 2, 45,
24388 0,
24389 30,
24390 OPC_CheckChild0TypeI32,
24391 OPC_SwitchType , 7, MVT::v16i8,
24392 OPC_CheckPatternPredicate0,
24393 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SPLAT_I8x16),
24394 MVT::v16i8, 1, 2,
24395 7, MVT::v8i16,
24396 OPC_CheckPatternPredicate0,
24397 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SPLAT_I16x8),
24398 MVT::v8i16, 1, 2,
24399 7, MVT::v4i32,
24400 OPC_CheckPatternPredicate0,
24401 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SPLAT_I32x4),
24402 MVT::v4i32, 1, 2,
24403 0,
24404 10,
24405 OPC_CheckChild0TypeI64,
24406 OPC_CheckType, MVT::v2i64,
24407 OPC_CheckPatternPredicate0,
24408 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SPLAT_I64x2),
24409 MVT::v2i64, 1, 2,
24410 0,
24411 103,
24412 OPC_MoveChild0,
24413 OPC_CheckOpcode, TARGET_VAL(ISD::LOAD),
24414 OPC_RecordMemRef,
24415 OPC_RecordNode,
24416 OPC_RecordChild1,
24417 OPC_Scope, 46,
24418 OPC_CheckChild1TypeI32,
24419 OPC_CheckPredicate, 8,
24420 OPC_CheckPredicate7,
24421 OPC_SwitchType , 18, MVT::f32,
24422 OPC_MoveParent,
24423 OPC_CheckType, 6|128,1,
24424 OPC_CheckPatternPredicate3,
24425 OPC_CheckComplexPat2, /*#*/1,
24426 OPC_EmitMergeInputChains1_0,
24427 OPC_EmitIntegerI32, 0,
24428 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD32_SPLAT_A32), 0|OPFL_Chain|OPFL_MemRefs,
24429 6|128,1, 3, 59,
24430 18, MVT::f64,
24431 OPC_MoveParent,
24432 OPC_CheckType, 24|128,1,
24433 OPC_CheckPatternPredicate3,
24434 OPC_CheckComplexPat2, /*#*/1,
24435 OPC_EmitMergeInputChains1_0,
24436 OPC_EmitIntegerI32, 0,
24437 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD64_SPLAT_A32), 0|OPFL_Chain|OPFL_MemRefs,
24438 24|128,1, 3, 59,
24439 0,
24440 46,
24441 OPC_CheckChild1TypeI64,
24442 OPC_CheckPredicate, 8,
24443 OPC_CheckPredicate7,
24444 OPC_SwitchType , 18, MVT::f32,
24445 OPC_MoveParent,
24446 OPC_CheckType, 6|128,1,
24447 OPC_CheckPatternPredicate4,
24448 OPC_CheckComplexPat3, /*#*/1,
24449 OPC_EmitMergeInputChains1_0,
24450 OPC_EmitIntegerI32, 0,
24451 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD32_SPLAT_A64), 0|OPFL_Chain|OPFL_MemRefs,
24452 6|128,1, 3, 59,
24453 18, MVT::f64,
24454 OPC_MoveParent,
24455 OPC_CheckType, 24|128,1,
24456 OPC_CheckPatternPredicate4,
24457 OPC_CheckComplexPat3, /*#*/1,
24458 OPC_EmitMergeInputChains1_0,
24459 OPC_EmitIntegerI32, 0,
24460 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD64_SPLAT_A64), 0|OPFL_Chain|OPFL_MemRefs,
24461 24|128,1, 3, 59,
24462 0,
24463 0,
24464 70,
24465 OPC_RecordChild0,
24466 OPC_Scope, 38,
24467 OPC_MoveChild0,
24468 OPC_CheckOpcode, TARGET_VAL(ISD::ConstantFP),
24469 OPC_SwitchType , 15, MVT::f32,
24470 OPC_MoveParent,
24471 OPC_CheckType, 6|128,1,
24472 OPC_EmitConvertToTarget0,
24473 OPC_EmitConvertToTarget0,
24474 OPC_EmitConvertToTarget0,
24475 OPC_EmitConvertToTarget0,
24476 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_V128_F32x4),
24477 6|128,1, 4, 68,
24478 13, MVT::f64,
24479 OPC_MoveParent,
24480 OPC_CheckType, 24|128,1,
24481 OPC_EmitConvertToTarget0,
24482 OPC_EmitConvertToTarget0,
24483 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_V128_F64x2),
24484 24|128,1, 2, 45,
24485 0,
24486 13,
24487 OPC_CheckChild0Type, MVT::f32,
24488 OPC_CheckType, 6|128,1,
24489 OPC_CheckPatternPredicate0,
24490 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SPLAT_F32x4),
24491 6|128,1, 1, 2,
24492 13,
24493 OPC_CheckChild0Type, MVT::f64,
24494 OPC_CheckType, 24|128,1,
24495 OPC_CheckPatternPredicate0,
24496 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SPLAT_F64x2),
24497 24|128,1, 1, 2,
24498 0,
24499 0,
24500 16|128,2, TARGET_VAL(ISD::SCALAR_TO_VECTOR),
24501 OPC_Scope, 95,
24502 OPC_MoveChild0,
24503 OPC_CheckOpcode, TARGET_VAL(ISD::LOAD),
24504 OPC_RecordMemRef,
24505 OPC_RecordNode,
24506 OPC_RecordChild1,
24507 OPC_Scope, 42,
24508 OPC_CheckChild1TypeI32,
24509 OPC_CheckPredicate, 8,
24510 OPC_CheckPredicate7,
24511 OPC_SwitchType , 16, MVT::i32,
24512 OPC_MoveParent,
24513 OPC_CheckType, MVT::v4i32,
24514 OPC_CheckPatternPredicate3,
24515 OPC_CheckComplexPat2, /*#*/1,
24516 OPC_EmitMergeInputChains1_0,
24517 OPC_EmitIntegerI32, 0,
24518 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_ZERO_32_A32), 0|OPFL_Chain|OPFL_MemRefs,
24519 MVT::v4i32, 3, 59,
24520 16, MVT::i64,
24521 OPC_MoveParent,
24522 OPC_CheckType, MVT::v2i64,
24523 OPC_CheckPatternPredicate3,
24524 OPC_CheckComplexPat2, /*#*/1,
24525 OPC_EmitMergeInputChains1_0,
24526 OPC_EmitIntegerI32, 0,
24527 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_ZERO_64_A32), 0|OPFL_Chain|OPFL_MemRefs,
24528 MVT::v2i64, 3, 59,
24529 0,
24530 42,
24531 OPC_CheckChild1TypeI64,
24532 OPC_CheckPredicate, 8,
24533 OPC_CheckPredicate7,
24534 OPC_SwitchType , 16, MVT::i32,
24535 OPC_MoveParent,
24536 OPC_CheckType, MVT::v4i32,
24537 OPC_CheckPatternPredicate4,
24538 OPC_CheckComplexPat3, /*#*/1,
24539 OPC_EmitMergeInputChains1_0,
24540 OPC_EmitIntegerI32, 0,
24541 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_ZERO_32_A64), 0|OPFL_Chain|OPFL_MemRefs,
24542 MVT::v4i32, 3, 59,
24543 16, MVT::i64,
24544 OPC_MoveParent,
24545 OPC_CheckType, MVT::v2i64,
24546 OPC_CheckPatternPredicate4,
24547 OPC_CheckComplexPat3, /*#*/1,
24548 OPC_EmitMergeInputChains1_0,
24549 OPC_EmitIntegerI32, 0,
24550 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_ZERO_64_A64), 0|OPFL_Chain|OPFL_MemRefs,
24551 MVT::v2i64, 3, 59,
24552 0,
24553 0,
24554 41,
24555 OPC_RecordChild0,
24556 OPC_Scope, 27,
24557 OPC_CheckChild0TypeI32,
24558 OPC_SwitchType , 6, MVT::v16i8,
24559 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SPLAT_I8x16),
24560 MVT::v16i8, 1, 2,
24561 6, MVT::v8i16,
24562 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SPLAT_I16x8),
24563 MVT::v8i16, 1, 2,
24564 6, MVT::v4i32,
24565 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SPLAT_I32x4),
24566 MVT::v4i32, 1, 2,
24567 0,
24568 9,
24569 OPC_CheckChild0TypeI64,
24570 OPC_CheckType, MVT::v2i64,
24571 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SPLAT_I64x2),
24572 MVT::v2i64, 1, 2,
24573 0,
24574 103,
24575 OPC_MoveChild0,
24576 OPC_CheckOpcode, TARGET_VAL(ISD::LOAD),
24577 OPC_RecordMemRef,
24578 OPC_RecordNode,
24579 OPC_RecordChild1,
24580 OPC_Scope, 46,
24581 OPC_CheckChild1TypeI32,
24582 OPC_CheckPredicate, 8,
24583 OPC_CheckPredicate7,
24584 OPC_SwitchType , 18, MVT::f32,
24585 OPC_MoveParent,
24586 OPC_CheckType, 6|128,1,
24587 OPC_CheckPatternPredicate3,
24588 OPC_CheckComplexPat2, /*#*/1,
24589 OPC_EmitMergeInputChains1_0,
24590 OPC_EmitIntegerI32, 0,
24591 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_ZERO_32_A32), 0|OPFL_Chain|OPFL_MemRefs,
24592 6|128,1, 3, 59,
24593 18, MVT::f64,
24594 OPC_MoveParent,
24595 OPC_CheckType, 24|128,1,
24596 OPC_CheckPatternPredicate3,
24597 OPC_CheckComplexPat2, /*#*/1,
24598 OPC_EmitMergeInputChains1_0,
24599 OPC_EmitIntegerI32, 0,
24600 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_ZERO_64_A32), 0|OPFL_Chain|OPFL_MemRefs,
24601 24|128,1, 3, 59,
24602 0,
24603 46,
24604 OPC_CheckChild1TypeI64,
24605 OPC_CheckPredicate, 8,
24606 OPC_CheckPredicate7,
24607 OPC_SwitchType , 18, MVT::f32,
24608 OPC_MoveParent,
24609 OPC_CheckType, 6|128,1,
24610 OPC_CheckPatternPredicate4,
24611 OPC_CheckComplexPat3, /*#*/1,
24612 OPC_EmitMergeInputChains1_0,
24613 OPC_EmitIntegerI32, 0,
24614 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_ZERO_32_A64), 0|OPFL_Chain|OPFL_MemRefs,
24615 6|128,1, 3, 59,
24616 18, MVT::f64,
24617 OPC_MoveParent,
24618 OPC_CheckType, 24|128,1,
24619 OPC_CheckPatternPredicate4,
24620 OPC_CheckComplexPat3, /*#*/1,
24621 OPC_EmitMergeInputChains1_0,
24622 OPC_EmitIntegerI32, 0,
24623 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_ZERO_64_A64), 0|OPFL_Chain|OPFL_MemRefs,
24624 24|128,1, 3, 59,
24625 0,
24626 0,
24627 27,
24628 OPC_RecordChild0,
24629 OPC_SwitchType , 9, 6|128,1,
24630 OPC_CheckChild0Type, MVT::f32,
24631 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SPLAT_F32x4),
24632 6|128,1, 1, 2,
24633 9, 24|128,1,
24634 OPC_CheckChild0Type, MVT::f64,
24635 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SPLAT_F64x2),
24636 24|128,1, 1, 2,
24637 0,
24638 0,
24639 123, TARGET_VAL(WebAssemblyISD::VEC_SHL),
24640 OPC_RecordChild0,
24641 OPC_Scope, 79,
24642 OPC_MoveChild1,
24643 OPC_Scope, 23,
24644 OPC_CheckOpcode, TARGET_VAL(ISD::TRUNCATE),
24645 OPC_MoveChild0,
24646 OPC_CheckAndImm, 63,
24647 OPC_RecordChild0,
24648 OPC_MoveParent,
24649 OPC_MoveParent,
24650 OPC_CheckType, MVT::v2i64,
24651 OPC_EmitNode1None, TARGET_VAL(WebAssembly::I32_WRAP_I64),
24652 MVT::i32, 1, 17,
24653 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHL_I64x2),
24654 MVT::v2i64, 2, 42,
24655 12,
24656 OPC_CheckAndImm, 7,
24657 OPC_RecordChild0,
24658 OPC_MoveParent,
24659 OPC_CheckType, MVT::v16i8,
24660 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHL_I8x16),
24661 MVT::v16i8, 2, 16,
24662 12,
24663 OPC_CheckAndImm, 15,
24664 OPC_RecordChild0,
24665 OPC_MoveParent,
24666 OPC_CheckType, MVT::v8i16,
24667 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHL_I16x8),
24668 MVT::v8i16, 2, 16,
24669 12,
24670 OPC_CheckAndImm, 31,
24671 OPC_RecordChild0,
24672 OPC_MoveParent,
24673 OPC_CheckType, MVT::v4i32,
24674 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHL_I32x4),
24675 MVT::v4i32, 2, 16,
24676 12,
24677 OPC_CheckAndImm, 63,
24678 OPC_RecordChild0,
24679 OPC_MoveParent,
24680 OPC_CheckType, MVT::v2i64,
24681 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHL_I64x2),
24682 MVT::v2i64, 2, 16,
24683 0,
24684 39,
24685 OPC_RecordChild1,
24686 OPC_SwitchType , 7, MVT::v16i8,
24687 OPC_CheckPatternPredicate0,
24688 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHL_I8x16),
24689 MVT::v16i8, 2, 16,
24690 7, MVT::v8i16,
24691 OPC_CheckPatternPredicate0,
24692 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHL_I16x8),
24693 MVT::v8i16, 2, 16,
24694 7, MVT::v4i32,
24695 OPC_CheckPatternPredicate0,
24696 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHL_I32x4),
24697 MVT::v4i32, 2, 16,
24698 7, MVT::v2i64,
24699 OPC_CheckPatternPredicate0,
24700 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHL_I64x2),
24701 MVT::v2i64, 2, 16,
24702 0,
24703 0,
24704 123, TARGET_VAL(WebAssemblyISD::VEC_SHR_S),
24705 OPC_RecordChild0,
24706 OPC_Scope, 79,
24707 OPC_MoveChild1,
24708 OPC_Scope, 23,
24709 OPC_CheckOpcode, TARGET_VAL(ISD::TRUNCATE),
24710 OPC_MoveChild0,
24711 OPC_CheckAndImm, 63,
24712 OPC_RecordChild0,
24713 OPC_MoveParent,
24714 OPC_MoveParent,
24715 OPC_CheckType, MVT::v2i64,
24716 OPC_EmitNode1None, TARGET_VAL(WebAssembly::I32_WRAP_I64),
24717 MVT::i32, 1, 17,
24718 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_S_I64x2),
24719 MVT::v2i64, 2, 42,
24720 12,
24721 OPC_CheckAndImm, 7,
24722 OPC_RecordChild0,
24723 OPC_MoveParent,
24724 OPC_CheckType, MVT::v16i8,
24725 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_S_I8x16),
24726 MVT::v16i8, 2, 16,
24727 12,
24728 OPC_CheckAndImm, 15,
24729 OPC_RecordChild0,
24730 OPC_MoveParent,
24731 OPC_CheckType, MVT::v8i16,
24732 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_S_I16x8),
24733 MVT::v8i16, 2, 16,
24734 12,
24735 OPC_CheckAndImm, 31,
24736 OPC_RecordChild0,
24737 OPC_MoveParent,
24738 OPC_CheckType, MVT::v4i32,
24739 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_S_I32x4),
24740 MVT::v4i32, 2, 16,
24741 12,
24742 OPC_CheckAndImm, 63,
24743 OPC_RecordChild0,
24744 OPC_MoveParent,
24745 OPC_CheckType, MVT::v2i64,
24746 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_S_I64x2),
24747 MVT::v2i64, 2, 16,
24748 0,
24749 39,
24750 OPC_RecordChild1,
24751 OPC_SwitchType , 7, MVT::v16i8,
24752 OPC_CheckPatternPredicate0,
24753 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_S_I8x16),
24754 MVT::v16i8, 2, 16,
24755 7, MVT::v8i16,
24756 OPC_CheckPatternPredicate0,
24757 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_S_I16x8),
24758 MVT::v8i16, 2, 16,
24759 7, MVT::v4i32,
24760 OPC_CheckPatternPredicate0,
24761 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_S_I32x4),
24762 MVT::v4i32, 2, 16,
24763 7, MVT::v2i64,
24764 OPC_CheckPatternPredicate0,
24765 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_S_I64x2),
24766 MVT::v2i64, 2, 16,
24767 0,
24768 0,
24769 12|128,12, TARGET_VAL(ISD::VSELECT),
24770 OPC_Scope, 56|128,1,
24771 OPC_MoveChild0,
24772 OPC_CheckOpcode, TARGET_VAL(ISD::SETCC),
24773 OPC_MoveChild0,
24774 OPC_CheckOpcode, TARGET_VAL(ISD::BITCAST),
24775 OPC_RecordChild0,
24776 OPC_SwitchType , 63, 6|128,1,
24777 OPC_CheckChild0Type, MVT::v4i32,
24778 OPC_MoveSibling1,
24779 OPC_CheckOpcode, TARGET_VAL(ISD::BITCAST),
24780 OPC_RecordChild0,
24781 OPC_CheckChild0Type, MVT::v4i32,
24782 OPC_MoveParent,
24783 OPC_CheckChild2CondCode, ISD::SETOLT,
24784 OPC_MoveParent,
24785 OPC_CheckType, MVT::v4i32,
24786 OPC_Scope, 11,
24787 OPC_CheckChild1Same, 0,
24788 OPC_CheckChild2Same, 1,
24789 OPC_CheckPatternPredicate5,
24790 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMIN_F32x4),
24791 MVT::v4i32, 2, 1,
24792 11,
24793 OPC_CheckChild1Same, 1,
24794 OPC_CheckChild2Same, 0,
24795 OPC_CheckPatternPredicate5,
24796 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMAX_F32x4),
24797 MVT::v4i32, 2, 16,
24798 10,
24799 OPC_CheckChild1Same, 0,
24800 OPC_CheckChild2Same, 1,
24801 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMIN_F32x4),
24802 MVT::v4i32, 2, 1,
24803 10,
24804 OPC_CheckChild1Same, 1,
24805 OPC_CheckChild2Same, 0,
24806 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMAX_F32x4),
24807 MVT::v4i32, 2, 16,
24808 0,
24809 63, 24|128,1,
24810 OPC_CheckChild0Type, MVT::v2i64,
24811 OPC_MoveSibling1,
24812 OPC_CheckOpcode, TARGET_VAL(ISD::BITCAST),
24813 OPC_RecordChild0,
24814 OPC_CheckChild0Type, MVT::v2i64,
24815 OPC_MoveParent,
24816 OPC_CheckChild2CondCode, ISD::SETOLT,
24817 OPC_MoveParent,
24818 OPC_CheckType, MVT::v2i64,
24819 OPC_Scope, 11,
24820 OPC_CheckChild1Same, 0,
24821 OPC_CheckChild2Same, 1,
24822 OPC_CheckPatternPredicate5,
24823 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMIN_F64x2),
24824 MVT::v2i64, 2, 1,
24825 11,
24826 OPC_CheckChild1Same, 1,
24827 OPC_CheckChild2Same, 0,
24828 OPC_CheckPatternPredicate5,
24829 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMAX_F64x2),
24830 MVT::v2i64, 2, 16,
24831 10,
24832 OPC_CheckChild1Same, 0,
24833 OPC_CheckChild2Same, 1,
24834 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMIN_F64x2),
24835 MVT::v2i64, 2, 1,
24836 10,
24837 OPC_CheckChild1Same, 1,
24838 OPC_CheckChild2Same, 0,
24839 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMAX_F64x2),
24840 MVT::v2i64, 2, 16,
24841 0,
24842 39, MVT::v8f16,
24843 OPC_CheckChild0Type, MVT::v8i16,
24844 OPC_MoveSibling1,
24845 OPC_CheckOpcode, TARGET_VAL(ISD::BITCAST),
24846 OPC_RecordChild0,
24847 OPC_CheckChild0Type, MVT::v8i16,
24848 OPC_MoveParent,
24849 OPC_CheckChild2CondCode, ISD::SETOLT,
24850 OPC_MoveParent,
24851 OPC_CheckType, MVT::v8i16,
24852 OPC_Scope, 10,
24853 OPC_CheckChild1Same, 0,
24854 OPC_CheckChild2Same, 1,
24855 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMIN_F16x8),
24856 MVT::v8i16, 2, 1,
24857 10,
24858 OPC_CheckChild1Same, 1,
24859 OPC_CheckChild2Same, 0,
24860 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMAX_F16x8),
24861 MVT::v8i16, 2, 16,
24862 0,
24863 0,
24864 37,
24865 OPC_RecordChild0,
24866 OPC_RecordChild1,
24867 OPC_RecordChild2,
24868 OPC_SwitchType , 6, MVT::v16i8,
24869 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
24870 MVT::v16i8, 3, 3,
24871 6, MVT::v8i16,
24872 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
24873 MVT::v8i16, 3, 3,
24874 6, MVT::v4i32,
24875 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
24876 MVT::v4i32, 3, 3,
24877 6, MVT::v2i64,
24878 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
24879 MVT::v2i64, 3, 3,
24880 0,
24881 14|128,10,
24882 OPC_MoveChild0,
24883 OPC_CheckOpcode, TARGET_VAL(ISD::SETCC),
24884 OPC_RecordChild0,
24885 OPC_Scope, 126|128,3,
24886 OPC_CheckChild0Type, 6|128,1,
24887 OPC_RecordChild1,
24888 OPC_Scope, 62,
24889 OPC_CheckChild2CondCode, ISD::SETOLT,
24890 OPC_MoveParent,
24891 OPC_CheckType, 6|128,1,
24892 OPC_Scope, 13,
24893 OPC_CheckChild1Same, 0,
24894 OPC_CheckChild2Same, 1,
24895 OPC_CheckPredicate4,
24896 OPC_CheckPatternPredicate5,
24897 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMIN_F32x4),
24898 6|128,1, 2, 1,
24899 13,
24900 OPC_CheckChild1Same, 1,
24901 OPC_CheckChild2Same, 0,
24902 OPC_CheckPredicate4,
24903 OPC_CheckPatternPredicate5,
24904 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMAX_F32x4),
24905 6|128,1, 2, 16,
24906 12,
24907 OPC_CheckChild1Same, 0,
24908 OPC_CheckChild2Same, 1,
24909 OPC_CheckPatternPredicate0,
24910 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMIN_F32x4),
24911 6|128,1, 2, 1,
24912 12,
24913 OPC_CheckChild1Same, 1,
24914 OPC_CheckChild2Same, 0,
24915 OPC_CheckPatternPredicate0,
24916 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMAX_F32x4),
24917 6|128,1, 2, 16,
24918 0,
24919 62,
24920 OPC_CheckChild2CondCode, ISD::SETOLE,
24921 OPC_MoveParent,
24922 OPC_CheckType, 6|128,1,
24923 OPC_Scope, 13,
24924 OPC_CheckChild1Same, 0,
24925 OPC_CheckChild2Same, 1,
24926 OPC_CheckPredicate4,
24927 OPC_CheckPatternPredicate5,
24928 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMIN_F32x4),
24929 6|128,1, 2, 1,
24930 13,
24931 OPC_CheckChild1Same, 1,
24932 OPC_CheckChild2Same, 0,
24933 OPC_CheckPredicate4,
24934 OPC_CheckPatternPredicate5,
24935 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMAX_F32x4),
24936 6|128,1, 2, 16,
24937 12,
24938 OPC_CheckChild1Same, 0,
24939 OPC_CheckChild2Same, 1,
24940 OPC_CheckPatternPredicate0,
24941 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMIN_F32x4),
24942 6|128,1, 2, 1,
24943 12,
24944 OPC_CheckChild1Same, 1,
24945 OPC_CheckChild2Same, 0,
24946 OPC_CheckPatternPredicate0,
24947 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMAX_F32x4),
24948 6|128,1, 2, 16,
24949 0,
24950 62,
24951 OPC_CheckChild2CondCode, ISD::SETOGT,
24952 OPC_MoveParent,
24953 OPC_CheckType, 6|128,1,
24954 OPC_Scope, 13,
24955 OPC_CheckChild1Same, 1,
24956 OPC_CheckChild2Same, 0,
24957 OPC_CheckPredicate4,
24958 OPC_CheckPatternPredicate5,
24959 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMIN_F32x4),
24960 6|128,1, 2, 16,
24961 13,
24962 OPC_CheckChild1Same, 0,
24963 OPC_CheckChild2Same, 1,
24964 OPC_CheckPredicate4,
24965 OPC_CheckPatternPredicate5,
24966 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMAX_F32x4),
24967 6|128,1, 2, 1,
24968 12,
24969 OPC_CheckChild1Same, 1,
24970 OPC_CheckChild2Same, 0,
24971 OPC_CheckPatternPredicate0,
24972 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMIN_F32x4),
24973 6|128,1, 2, 16,
24974 12,
24975 OPC_CheckChild1Same, 0,
24976 OPC_CheckChild2Same, 1,
24977 OPC_CheckPatternPredicate0,
24978 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMAX_F32x4),
24979 6|128,1, 2, 1,
24980 0,
24981 62,
24982 OPC_CheckChild2CondCode, ISD::SETOGE,
24983 OPC_MoveParent,
24984 OPC_CheckType, 6|128,1,
24985 OPC_Scope, 13,
24986 OPC_CheckChild1Same, 1,
24987 OPC_CheckChild2Same, 0,
24988 OPC_CheckPredicate4,
24989 OPC_CheckPatternPredicate5,
24990 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMIN_F32x4),
24991 6|128,1, 2, 16,
24992 13,
24993 OPC_CheckChild1Same, 0,
24994 OPC_CheckChild2Same, 1,
24995 OPC_CheckPredicate4,
24996 OPC_CheckPatternPredicate5,
24997 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMAX_F32x4),
24998 6|128,1, 2, 1,
24999 12,
25000 OPC_CheckChild1Same, 1,
25001 OPC_CheckChild2Same, 0,
25002 OPC_CheckPatternPredicate0,
25003 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMIN_F32x4),
25004 6|128,1, 2, 16,
25005 12,
25006 OPC_CheckChild1Same, 0,
25007 OPC_CheckChild2Same, 1,
25008 OPC_CheckPatternPredicate0,
25009 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMAX_F32x4),
25010 6|128,1, 2, 1,
25011 0,
25012 62,
25013 OPC_CheckChild2CondCode, ISD::SETLT,
25014 OPC_MoveParent,
25015 OPC_CheckType, 6|128,1,
25016 OPC_Scope, 13,
25017 OPC_CheckChild1Same, 0,
25018 OPC_CheckChild2Same, 1,
25019 OPC_CheckPredicate4,
25020 OPC_CheckPatternPredicate5,
25021 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMIN_F32x4),
25022 6|128,1, 2, 16,
25023 13,
25024 OPC_CheckChild1Same, 1,
25025 OPC_CheckChild2Same, 0,
25026 OPC_CheckPredicate4,
25027 OPC_CheckPatternPredicate5,
25028 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMAX_F32x4),
25029 6|128,1, 2, 16,
25030 12,
25031 OPC_CheckChild1Same, 0,
25032 OPC_CheckChild2Same, 1,
25033 OPC_CheckPatternPredicate0,
25034 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMIN_F32x4),
25035 6|128,1, 2, 16,
25036 12,
25037 OPC_CheckChild1Same, 1,
25038 OPC_CheckChild2Same, 0,
25039 OPC_CheckPatternPredicate0,
25040 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMAX_F32x4),
25041 6|128,1, 2, 16,
25042 0,
25043 62,
25044 OPC_CheckChild2CondCode, ISD::SETLE,
25045 OPC_MoveParent,
25046 OPC_CheckType, 6|128,1,
25047 OPC_Scope, 13,
25048 OPC_CheckChild1Same, 0,
25049 OPC_CheckChild2Same, 1,
25050 OPC_CheckPredicate4,
25051 OPC_CheckPatternPredicate5,
25052 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMIN_F32x4),
25053 6|128,1, 2, 16,
25054 13,
25055 OPC_CheckChild1Same, 1,
25056 OPC_CheckChild2Same, 0,
25057 OPC_CheckPredicate4,
25058 OPC_CheckPatternPredicate5,
25059 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMAX_F32x4),
25060 6|128,1, 2, 16,
25061 12,
25062 OPC_CheckChild1Same, 0,
25063 OPC_CheckChild2Same, 1,
25064 OPC_CheckPatternPredicate0,
25065 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMIN_F32x4),
25066 6|128,1, 2, 16,
25067 12,
25068 OPC_CheckChild1Same, 1,
25069 OPC_CheckChild2Same, 0,
25070 OPC_CheckPatternPredicate0,
25071 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMAX_F32x4),
25072 6|128,1, 2, 16,
25073 0,
25074 62,
25075 OPC_CheckChild2CondCode, ISD::SETGT,
25076 OPC_MoveParent,
25077 OPC_CheckType, 6|128,1,
25078 OPC_Scope, 13,
25079 OPC_CheckChild1Same, 1,
25080 OPC_CheckChild2Same, 0,
25081 OPC_CheckPredicate4,
25082 OPC_CheckPatternPredicate5,
25083 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMIN_F32x4),
25084 6|128,1, 2, 16,
25085 13,
25086 OPC_CheckChild1Same, 0,
25087 OPC_CheckChild2Same, 1,
25088 OPC_CheckPredicate4,
25089 OPC_CheckPatternPredicate5,
25090 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMAX_F32x4),
25091 6|128,1, 2, 16,
25092 12,
25093 OPC_CheckChild1Same, 1,
25094 OPC_CheckChild2Same, 0,
25095 OPC_CheckPatternPredicate0,
25096 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMIN_F32x4),
25097 6|128,1, 2, 16,
25098 12,
25099 OPC_CheckChild1Same, 0,
25100 OPC_CheckChild2Same, 1,
25101 OPC_CheckPatternPredicate0,
25102 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMAX_F32x4),
25103 6|128,1, 2, 16,
25104 0,
25105 62,
25106 OPC_CheckChild2CondCode, ISD::SETGE,
25107 OPC_MoveParent,
25108 OPC_CheckType, 6|128,1,
25109 OPC_Scope, 13,
25110 OPC_CheckChild1Same, 1,
25111 OPC_CheckChild2Same, 0,
25112 OPC_CheckPredicate4,
25113 OPC_CheckPatternPredicate5,
25114 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMIN_F32x4),
25115 6|128,1, 2, 16,
25116 13,
25117 OPC_CheckChild1Same, 0,
25118 OPC_CheckChild2Same, 1,
25119 OPC_CheckPredicate4,
25120 OPC_CheckPatternPredicate5,
25121 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMAX_F32x4),
25122 6|128,1, 2, 16,
25123 12,
25124 OPC_CheckChild1Same, 1,
25125 OPC_CheckChild2Same, 0,
25126 OPC_CheckPatternPredicate0,
25127 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMIN_F32x4),
25128 6|128,1, 2, 16,
25129 12,
25130 OPC_CheckChild1Same, 0,
25131 OPC_CheckChild2Same, 1,
25132 OPC_CheckPatternPredicate0,
25133 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMAX_F32x4),
25134 6|128,1, 2, 16,
25135 0,
25136 0,
25137 126|128,3,
25138 OPC_CheckChild0Type, 24|128,1,
25139 OPC_RecordChild1,
25140 OPC_Scope, 62,
25141 OPC_CheckChild2CondCode, ISD::SETOLT,
25142 OPC_MoveParent,
25143 OPC_CheckType, 24|128,1,
25144 OPC_Scope, 13,
25145 OPC_CheckChild1Same, 0,
25146 OPC_CheckChild2Same, 1,
25147 OPC_CheckPredicate4,
25148 OPC_CheckPatternPredicate5,
25149 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMIN_F64x2),
25150 24|128,1, 2, 1,
25151 13,
25152 OPC_CheckChild1Same, 1,
25153 OPC_CheckChild2Same, 0,
25154 OPC_CheckPredicate4,
25155 OPC_CheckPatternPredicate5,
25156 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMAX_F64x2),
25157 24|128,1, 2, 16,
25158 12,
25159 OPC_CheckChild1Same, 0,
25160 OPC_CheckChild2Same, 1,
25161 OPC_CheckPatternPredicate0,
25162 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMIN_F64x2),
25163 24|128,1, 2, 1,
25164 12,
25165 OPC_CheckChild1Same, 1,
25166 OPC_CheckChild2Same, 0,
25167 OPC_CheckPatternPredicate0,
25168 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMAX_F64x2),
25169 24|128,1, 2, 16,
25170 0,
25171 62,
25172 OPC_CheckChild2CondCode, ISD::SETOLE,
25173 OPC_MoveParent,
25174 OPC_CheckType, 24|128,1,
25175 OPC_Scope, 13,
25176 OPC_CheckChild1Same, 0,
25177 OPC_CheckChild2Same, 1,
25178 OPC_CheckPredicate4,
25179 OPC_CheckPatternPredicate5,
25180 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMIN_F64x2),
25181 24|128,1, 2, 1,
25182 13,
25183 OPC_CheckChild1Same, 1,
25184 OPC_CheckChild2Same, 0,
25185 OPC_CheckPredicate4,
25186 OPC_CheckPatternPredicate5,
25187 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMAX_F64x2),
25188 24|128,1, 2, 16,
25189 12,
25190 OPC_CheckChild1Same, 0,
25191 OPC_CheckChild2Same, 1,
25192 OPC_CheckPatternPredicate0,
25193 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMIN_F64x2),
25194 24|128,1, 2, 1,
25195 12,
25196 OPC_CheckChild1Same, 1,
25197 OPC_CheckChild2Same, 0,
25198 OPC_CheckPatternPredicate0,
25199 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMAX_F64x2),
25200 24|128,1, 2, 16,
25201 0,
25202 62,
25203 OPC_CheckChild2CondCode, ISD::SETOGT,
25204 OPC_MoveParent,
25205 OPC_CheckType, 24|128,1,
25206 OPC_Scope, 13,
25207 OPC_CheckChild1Same, 1,
25208 OPC_CheckChild2Same, 0,
25209 OPC_CheckPredicate4,
25210 OPC_CheckPatternPredicate5,
25211 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMIN_F64x2),
25212 24|128,1, 2, 16,
25213 13,
25214 OPC_CheckChild1Same, 0,
25215 OPC_CheckChild2Same, 1,
25216 OPC_CheckPredicate4,
25217 OPC_CheckPatternPredicate5,
25218 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMAX_F64x2),
25219 24|128,1, 2, 1,
25220 12,
25221 OPC_CheckChild1Same, 1,
25222 OPC_CheckChild2Same, 0,
25223 OPC_CheckPatternPredicate0,
25224 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMIN_F64x2),
25225 24|128,1, 2, 16,
25226 12,
25227 OPC_CheckChild1Same, 0,
25228 OPC_CheckChild2Same, 1,
25229 OPC_CheckPatternPredicate0,
25230 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMAX_F64x2),
25231 24|128,1, 2, 1,
25232 0,
25233 62,
25234 OPC_CheckChild2CondCode, ISD::SETOGE,
25235 OPC_MoveParent,
25236 OPC_CheckType, 24|128,1,
25237 OPC_Scope, 13,
25238 OPC_CheckChild1Same, 1,
25239 OPC_CheckChild2Same, 0,
25240 OPC_CheckPredicate4,
25241 OPC_CheckPatternPredicate5,
25242 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMIN_F64x2),
25243 24|128,1, 2, 16,
25244 13,
25245 OPC_CheckChild1Same, 0,
25246 OPC_CheckChild2Same, 1,
25247 OPC_CheckPredicate4,
25248 OPC_CheckPatternPredicate5,
25249 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMAX_F64x2),
25250 24|128,1, 2, 1,
25251 12,
25252 OPC_CheckChild1Same, 1,
25253 OPC_CheckChild2Same, 0,
25254 OPC_CheckPatternPredicate0,
25255 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMIN_F64x2),
25256 24|128,1, 2, 16,
25257 12,
25258 OPC_CheckChild1Same, 0,
25259 OPC_CheckChild2Same, 1,
25260 OPC_CheckPatternPredicate0,
25261 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMAX_F64x2),
25262 24|128,1, 2, 1,
25263 0,
25264 62,
25265 OPC_CheckChild2CondCode, ISD::SETLT,
25266 OPC_MoveParent,
25267 OPC_CheckType, 24|128,1,
25268 OPC_Scope, 13,
25269 OPC_CheckChild1Same, 0,
25270 OPC_CheckChild2Same, 1,
25271 OPC_CheckPredicate4,
25272 OPC_CheckPatternPredicate5,
25273 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMIN_F64x2),
25274 24|128,1, 2, 16,
25275 13,
25276 OPC_CheckChild1Same, 1,
25277 OPC_CheckChild2Same, 0,
25278 OPC_CheckPredicate4,
25279 OPC_CheckPatternPredicate5,
25280 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMAX_F64x2),
25281 24|128,1, 2, 16,
25282 12,
25283 OPC_CheckChild1Same, 0,
25284 OPC_CheckChild2Same, 1,
25285 OPC_CheckPatternPredicate0,
25286 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMIN_F64x2),
25287 24|128,1, 2, 16,
25288 12,
25289 OPC_CheckChild1Same, 1,
25290 OPC_CheckChild2Same, 0,
25291 OPC_CheckPatternPredicate0,
25292 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMAX_F64x2),
25293 24|128,1, 2, 16,
25294 0,
25295 62,
25296 OPC_CheckChild2CondCode, ISD::SETLE,
25297 OPC_MoveParent,
25298 OPC_CheckType, 24|128,1,
25299 OPC_Scope, 13,
25300 OPC_CheckChild1Same, 0,
25301 OPC_CheckChild2Same, 1,
25302 OPC_CheckPredicate4,
25303 OPC_CheckPatternPredicate5,
25304 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMIN_F64x2),
25305 24|128,1, 2, 16,
25306 13,
25307 OPC_CheckChild1Same, 1,
25308 OPC_CheckChild2Same, 0,
25309 OPC_CheckPredicate4,
25310 OPC_CheckPatternPredicate5,
25311 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMAX_F64x2),
25312 24|128,1, 2, 16,
25313 12,
25314 OPC_CheckChild1Same, 0,
25315 OPC_CheckChild2Same, 1,
25316 OPC_CheckPatternPredicate0,
25317 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMIN_F64x2),
25318 24|128,1, 2, 16,
25319 12,
25320 OPC_CheckChild1Same, 1,
25321 OPC_CheckChild2Same, 0,
25322 OPC_CheckPatternPredicate0,
25323 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMAX_F64x2),
25324 24|128,1, 2, 16,
25325 0,
25326 62,
25327 OPC_CheckChild2CondCode, ISD::SETGT,
25328 OPC_MoveParent,
25329 OPC_CheckType, 24|128,1,
25330 OPC_Scope, 13,
25331 OPC_CheckChild1Same, 1,
25332 OPC_CheckChild2Same, 0,
25333 OPC_CheckPredicate4,
25334 OPC_CheckPatternPredicate5,
25335 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMIN_F64x2),
25336 24|128,1, 2, 16,
25337 13,
25338 OPC_CheckChild1Same, 0,
25339 OPC_CheckChild2Same, 1,
25340 OPC_CheckPredicate4,
25341 OPC_CheckPatternPredicate5,
25342 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMAX_F64x2),
25343 24|128,1, 2, 16,
25344 12,
25345 OPC_CheckChild1Same, 1,
25346 OPC_CheckChild2Same, 0,
25347 OPC_CheckPatternPredicate0,
25348 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMIN_F64x2),
25349 24|128,1, 2, 16,
25350 12,
25351 OPC_CheckChild1Same, 0,
25352 OPC_CheckChild2Same, 1,
25353 OPC_CheckPatternPredicate0,
25354 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMAX_F64x2),
25355 24|128,1, 2, 16,
25356 0,
25357 62,
25358 OPC_CheckChild2CondCode, ISD::SETGE,
25359 OPC_MoveParent,
25360 OPC_CheckType, 24|128,1,
25361 OPC_Scope, 13,
25362 OPC_CheckChild1Same, 1,
25363 OPC_CheckChild2Same, 0,
25364 OPC_CheckPredicate4,
25365 OPC_CheckPatternPredicate5,
25366 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMIN_F64x2),
25367 24|128,1, 2, 16,
25368 13,
25369 OPC_CheckChild1Same, 0,
25370 OPC_CheckChild2Same, 1,
25371 OPC_CheckPredicate4,
25372 OPC_CheckPatternPredicate5,
25373 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMAX_F64x2),
25374 24|128,1, 2, 16,
25375 12,
25376 OPC_CheckChild1Same, 1,
25377 OPC_CheckChild2Same, 0,
25378 OPC_CheckPatternPredicate0,
25379 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMIN_F64x2),
25380 24|128,1, 2, 16,
25381 12,
25382 OPC_CheckChild1Same, 0,
25383 OPC_CheckChild2Same, 1,
25384 OPC_CheckPatternPredicate0,
25385 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMAX_F64x2),
25386 24|128,1, 2, 16,
25387 0,
25388 0,
25389 5|128,2,
25390 OPC_CheckChild0Type, MVT::v8f16,
25391 OPC_RecordChild1,
25392 OPC_Scope, 31,
25393 OPC_CheckChild2CondCode, ISD::SETOLT,
25394 OPC_MoveParent,
25395 OPC_CheckType, MVT::v8f16,
25396 OPC_Scope, 11,
25397 OPC_CheckChild1Same, 0,
25398 OPC_CheckChild2Same, 1,
25399 OPC_CheckPatternPredicate6,
25400 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMIN_F16x8),
25401 MVT::v8f16, 2, 1,
25402 11,
25403 OPC_CheckChild1Same, 1,
25404 OPC_CheckChild2Same, 0,
25405 OPC_CheckPatternPredicate6,
25406 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMAX_F16x8),
25407 MVT::v8f16, 2, 16,
25408 0,
25409 31,
25410 OPC_CheckChild2CondCode, ISD::SETOLE,
25411 OPC_MoveParent,
25412 OPC_CheckType, MVT::v8f16,
25413 OPC_Scope, 11,
25414 OPC_CheckChild1Same, 0,
25415 OPC_CheckChild2Same, 1,
25416 OPC_CheckPatternPredicate6,
25417 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMIN_F16x8),
25418 MVT::v8f16, 2, 1,
25419 11,
25420 OPC_CheckChild1Same, 1,
25421 OPC_CheckChild2Same, 0,
25422 OPC_CheckPatternPredicate6,
25423 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMAX_F16x8),
25424 MVT::v8f16, 2, 16,
25425 0,
25426 31,
25427 OPC_CheckChild2CondCode, ISD::SETOGT,
25428 OPC_MoveParent,
25429 OPC_CheckType, MVT::v8f16,
25430 OPC_Scope, 11,
25431 OPC_CheckChild1Same, 1,
25432 OPC_CheckChild2Same, 0,
25433 OPC_CheckPatternPredicate6,
25434 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMIN_F16x8),
25435 MVT::v8f16, 2, 16,
25436 11,
25437 OPC_CheckChild1Same, 0,
25438 OPC_CheckChild2Same, 1,
25439 OPC_CheckPatternPredicate6,
25440 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMAX_F16x8),
25441 MVT::v8f16, 2, 1,
25442 0,
25443 31,
25444 OPC_CheckChild2CondCode, ISD::SETOGE,
25445 OPC_MoveParent,
25446 OPC_CheckType, MVT::v8f16,
25447 OPC_Scope, 11,
25448 OPC_CheckChild1Same, 1,
25449 OPC_CheckChild2Same, 0,
25450 OPC_CheckPatternPredicate6,
25451 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMIN_F16x8),
25452 MVT::v8f16, 2, 16,
25453 11,
25454 OPC_CheckChild1Same, 0,
25455 OPC_CheckChild2Same, 1,
25456 OPC_CheckPatternPredicate6,
25457 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMAX_F16x8),
25458 MVT::v8f16, 2, 1,
25459 0,
25460 31,
25461 OPC_CheckChild2CondCode, ISD::SETLT,
25462 OPC_MoveParent,
25463 OPC_CheckType, MVT::v8f16,
25464 OPC_Scope, 11,
25465 OPC_CheckChild1Same, 0,
25466 OPC_CheckChild2Same, 1,
25467 OPC_CheckPatternPredicate6,
25468 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMIN_F16x8),
25469 MVT::v8f16, 2, 16,
25470 11,
25471 OPC_CheckChild1Same, 1,
25472 OPC_CheckChild2Same, 0,
25473 OPC_CheckPatternPredicate6,
25474 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMAX_F16x8),
25475 MVT::v8f16, 2, 16,
25476 0,
25477 31,
25478 OPC_CheckChild2CondCode, ISD::SETLE,
25479 OPC_MoveParent,
25480 OPC_CheckType, MVT::v8f16,
25481 OPC_Scope, 11,
25482 OPC_CheckChild1Same, 0,
25483 OPC_CheckChild2Same, 1,
25484 OPC_CheckPatternPredicate6,
25485 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMIN_F16x8),
25486 MVT::v8f16, 2, 16,
25487 11,
25488 OPC_CheckChild1Same, 1,
25489 OPC_CheckChild2Same, 0,
25490 OPC_CheckPatternPredicate6,
25491 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMAX_F16x8),
25492 MVT::v8f16, 2, 16,
25493 0,
25494 31,
25495 OPC_CheckChild2CondCode, ISD::SETGT,
25496 OPC_MoveParent,
25497 OPC_CheckType, MVT::v8f16,
25498 OPC_Scope, 11,
25499 OPC_CheckChild1Same, 1,
25500 OPC_CheckChild2Same, 0,
25501 OPC_CheckPatternPredicate6,
25502 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMIN_F16x8),
25503 MVT::v8f16, 2, 16,
25504 11,
25505 OPC_CheckChild1Same, 0,
25506 OPC_CheckChild2Same, 1,
25507 OPC_CheckPatternPredicate6,
25508 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMAX_F16x8),
25509 MVT::v8f16, 2, 16,
25510 0,
25511 31,
25512 OPC_CheckChild2CondCode, ISD::SETGE,
25513 OPC_MoveParent,
25514 OPC_CheckType, MVT::v8f16,
25515 OPC_Scope, 11,
25516 OPC_CheckChild1Same, 1,
25517 OPC_CheckChild2Same, 0,
25518 OPC_CheckPatternPredicate6,
25519 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMIN_F16x8),
25520 MVT::v8f16, 2, 16,
25521 11,
25522 OPC_CheckChild1Same, 0,
25523 OPC_CheckChild2Same, 1,
25524 OPC_CheckPatternPredicate6,
25525 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMAX_F16x8),
25526 MVT::v8f16, 2, 16,
25527 0,
25528 0,
25529 0,
25530 25,
25531 OPC_RecordChild0,
25532 OPC_RecordChild1,
25533 OPC_RecordChild2,
25534 OPC_SwitchType , 7, 6|128,1,
25535 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
25536 6|128,1, 3, 3,
25537 7, 24|128,1,
25538 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
25539 24|128,1, 3, 3,
25540 0,
25541 0,
25542 15|128,1, TARGET_VAL(ISD::PARTIAL_REDUCE_SMLA),
25543 OPC_RecordChild0,
25544 OPC_CheckChild0Type, MVT::v4i32,
25545 OPC_RecordChild1,
25546 OPC_Scope, 47,
25547 OPC_CheckChild1Type, MVT::v8i16,
25548 OPC_Scope, 24,
25549 OPC_MoveChild2,
25550 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
25551 OPC_CheckChild0Integer, 1,
25552 OPC_CheckChild0TypeI32,
25553 OPC_CheckType, MVT::v8i16,
25554 OPC_MoveParent,
25555 OPC_CheckType, MVT::v4i32,
25556 OPC_EmitNode1None, TARGET_VAL(WebAssembly::extadd_pairwise_s_I32x4),
25557 MVT::v16i8, 1, 17,
25558 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ADD_I32x4),
25559 MVT::v4i32, 2, 4,
25560 17,
25561 OPC_RecordChild2,
25562 OPC_CheckChild2Type, MVT::v8i16,
25563 OPC_CheckType, MVT::v4i32,
25564 OPC_EmitNode1None, TARGET_VAL(WebAssembly::DOT),
25565 MVT::v16i8, 2, 45,
25566 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ADD_I32x4),
25567 MVT::v4i32, 2, 6,
25568 0,
25569 88,
25570 OPC_CheckChild1Type, MVT::v16i8,
25571 OPC_Scope, 30,
25572 OPC_MoveChild2,
25573 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
25574 OPC_CheckChild0Integer, 1,
25575 OPC_CheckChild0TypeI32,
25576 OPC_CheckType, MVT::v16i8,
25577 OPC_MoveParent,
25578 OPC_CheckType, MVT::v4i32,
25579 OPC_EmitNode1None, TARGET_VAL(WebAssembly::extadd_pairwise_s_I16x8),
25580 MVT::v16i8, 1, 17,
25581 OPC_EmitNode1None, TARGET_VAL(WebAssembly::extadd_pairwise_s_I32x4),
25582 MVT::v16i8, 1, 43,
25583 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ADD_I32x4),
25584 MVT::v4i32, 2, 6,
25585 52,
25586 OPC_RecordChild2,
25587 OPC_CheckChild2Type, MVT::v16i8,
25588 OPC_CheckType, MVT::v4i32,
25589 OPC_Scope, 7,
25590 OPC_CheckPatternPredicate5,
25591 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT_ADD),
25592 MVT::v4i32, 3, 3,
25593 36,
25594 OPC_EmitNode1None, TARGET_VAL(WebAssembly::EXTMUL_LOW_S_I16x8),
25595 MVT::v16i8, 2, 45,
25596 OPC_EmitNode1None, TARGET_VAL(WebAssembly::extadd_pairwise_s_I32x4),
25597 MVT::v16i8, 1, 58,
25598 OPC_EmitNode1None, TARGET_VAL(WebAssembly::EXTMUL_HIGH_S_I16x8),
25599 MVT::v16i8, 2, 45,
25600 OPC_EmitNode1None, TARGET_VAL(WebAssembly::extadd_pairwise_s_I32x4),
25601 MVT::v16i8, 1, 80,
25602 OPC_EmitNode1None, TARGET_VAL(WebAssembly::ADD_I32x4),
25603 MVT::v16i8, 2, 86,
25604 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ADD_I32x4),
25605 MVT::v4i32, 2, 13,
25606 0,
25607 0,
25608 0,
25609 16|128,1, TARGET_VAL(ISD::PARTIAL_REDUCE_UMLA),
25610 OPC_RecordChild0,
25611 OPC_CheckChild0Type, MVT::v4i32,
25612 OPC_RecordChild1,
25613 OPC_Scope, 59,
25614 OPC_CheckChild1Type, MVT::v8i16,
25615 OPC_Scope, 24,
25616 OPC_MoveChild2,
25617 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
25618 OPC_CheckChild0Integer, 1,
25619 OPC_CheckChild0TypeI32,
25620 OPC_CheckType, MVT::v8i16,
25621 OPC_MoveParent,
25622 OPC_CheckType, MVT::v4i32,
25623 OPC_EmitNode1None, TARGET_VAL(WebAssembly::extadd_pairwise_u_I32x4),
25624 MVT::v16i8, 1, 17,
25625 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ADD_I32x4),
25626 MVT::v4i32, 2, 4,
25627 29,
25628 OPC_RecordChild2,
25629 OPC_CheckChild2Type, MVT::v8i16,
25630 OPC_CheckType, MVT::v4i32,
25631 OPC_EmitNode1None, TARGET_VAL(WebAssembly::EXTMUL_LOW_U_I32x4),
25632 MVT::v16i8, 2, 45,
25633 OPC_EmitNode1None, TARGET_VAL(WebAssembly::EXTMUL_HIGH_U_I32x4),
25634 MVT::v16i8, 2, 45,
25635 OPC_EmitNode1None, TARGET_VAL(WebAssembly::ADD_I32x4),
25636 MVT::v16i8, 2, 70,
25637 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ADD_I32x4),
25638 MVT::v4i32, 2, 11,
25639 0,
25640 77,
25641 OPC_CheckChild1Type, MVT::v16i8,
25642 OPC_Scope, 30,
25643 OPC_MoveChild2,
25644 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
25645 OPC_CheckChild0Integer, 1,
25646 OPC_CheckChild0TypeI32,
25647 OPC_CheckType, MVT::v16i8,
25648 OPC_MoveParent,
25649 OPC_CheckType, MVT::v4i32,
25650 OPC_EmitNode1None, TARGET_VAL(WebAssembly::extadd_pairwise_u_I16x8),
25651 MVT::v16i8, 1, 17,
25652 OPC_EmitNode1None, TARGET_VAL(WebAssembly::extadd_pairwise_u_I32x4),
25653 MVT::v16i8, 1, 43,
25654 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ADD_I32x4),
25655 MVT::v4i32, 2, 6,
25656 41,
25657 OPC_RecordChild2,
25658 OPC_CheckChild2Type, MVT::v16i8,
25659 OPC_CheckType, MVT::v4i32,
25660 OPC_EmitNode1None, TARGET_VAL(WebAssembly::EXTMUL_LOW_U_I16x8),
25661 MVT::v16i8, 2, 45,
25662 OPC_EmitNode1None, TARGET_VAL(WebAssembly::extadd_pairwise_u_I32x4),
25663 MVT::v16i8, 1, 58,
25664 OPC_EmitNode1None, TARGET_VAL(WebAssembly::EXTMUL_HIGH_U_I16x8),
25665 MVT::v16i8, 2, 45,
25666 OPC_EmitNode1None, TARGET_VAL(WebAssembly::extadd_pairwise_u_I32x4),
25667 MVT::v16i8, 1, 80,
25668 OPC_EmitNode1None, TARGET_VAL(WebAssembly::ADD_I32x4),
25669 MVT::v16i8, 2, 86,
25670 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ADD_I32x4),
25671 MVT::v4i32, 2, 13,
25672 0,
25673 0,
25674 15, TARGET_VAL(WebAssemblyISD::SWIZZLE),
25675 OPC_RecordChild0,
25676 OPC_CheckChild0Type, MVT::v16i8,
25677 OPC_RecordChild1,
25678 OPC_CheckChild1Type, MVT::v16i8,
25679 OPC_CheckType, MVT::v16i8,
25680 OPC_CheckPatternPredicate0,
25681 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SWIZZLE),
25682 MVT::v16i8, 2, 16,
25683 39, TARGET_VAL(ISD::ABS),
25684 OPC_RecordChild0,
25685 OPC_SwitchType , 7, MVT::v16i8,
25686 OPC_CheckPatternPredicate0,
25687 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ABS_I8x16),
25688 MVT::v16i8, 1, 2,
25689 7, MVT::v8i16,
25690 OPC_CheckPatternPredicate0,
25691 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ABS_I16x8),
25692 MVT::v8i16, 1, 2,
25693 7, MVT::v4i32,
25694 OPC_CheckPatternPredicate0,
25695 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ABS_I32x4),
25696 MVT::v4i32, 1, 2,
25697 7, MVT::v2i64,
25698 OPC_CheckPatternPredicate0,
25699 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ABS_I64x2),
25700 MVT::v2i64, 1, 2,
25701 0,
25702 22, TARGET_VAL(ISD::SADDSAT),
25703 OPC_RecordChild0,
25704 OPC_RecordChild1,
25705 OPC_SwitchType , 7, MVT::v16i8,
25706 OPC_CheckPatternPredicate0,
25707 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ADD_SAT_S_I8x16),
25708 MVT::v16i8, 2, 16,
25709 7, MVT::v8i16,
25710 OPC_CheckPatternPredicate0,
25711 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ADD_SAT_S_I16x8),
25712 MVT::v8i16, 2, 16,
25713 0,
25714 22, TARGET_VAL(ISD::UADDSAT),
25715 OPC_RecordChild0,
25716 OPC_RecordChild1,
25717 OPC_SwitchType , 7, MVT::v16i8,
25718 OPC_CheckPatternPredicate0,
25719 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ADD_SAT_U_I8x16),
25720 MVT::v16i8, 2, 16,
25721 7, MVT::v8i16,
25722 OPC_CheckPatternPredicate0,
25723 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ADD_SAT_U_I16x8),
25724 MVT::v8i16, 2, 16,
25725 0,
25726 22, TARGET_VAL(ISD::SSUBSAT),
25727 OPC_RecordChild0,
25728 OPC_RecordChild1,
25729 OPC_SwitchType , 7, MVT::v16i8,
25730 OPC_CheckPatternPredicate0,
25731 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SUB_SAT_S_I8x16),
25732 MVT::v16i8, 2, 16,
25733 7, MVT::v8i16,
25734 OPC_CheckPatternPredicate0,
25735 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SUB_SAT_S_I16x8),
25736 MVT::v8i16, 2, 16,
25737 0,
25738 22, TARGET_VAL(ISD::USUBSAT),
25739 OPC_RecordChild0,
25740 OPC_RecordChild1,
25741 OPC_SwitchType , 7, MVT::v16i8,
25742 OPC_CheckPatternPredicate0,
25743 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SUB_SAT_U_I8x16),
25744 MVT::v16i8, 2, 16,
25745 7, MVT::v8i16,
25746 OPC_CheckPatternPredicate0,
25747 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SUB_SAT_U_I16x8),
25748 MVT::v8i16, 2, 16,
25749 0,
25750 31, TARGET_VAL(ISD::SMIN),
25751 OPC_RecordChild0,
25752 OPC_RecordChild1,
25753 OPC_SwitchType , 7, MVT::v16i8,
25754 OPC_CheckPatternPredicate0,
25755 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MIN_S_I8x16),
25756 MVT::v16i8, 2, 16,
25757 7, MVT::v8i16,
25758 OPC_CheckPatternPredicate0,
25759 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MIN_S_I16x8),
25760 MVT::v8i16, 2, 16,
25761 7, MVT::v4i32,
25762 OPC_CheckPatternPredicate0,
25763 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MIN_S_I32x4),
25764 MVT::v4i32, 2, 16,
25765 0,
25766 31, TARGET_VAL(ISD::UMIN),
25767 OPC_RecordChild0,
25768 OPC_RecordChild1,
25769 OPC_SwitchType , 7, MVT::v16i8,
25770 OPC_CheckPatternPredicate0,
25771 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MIN_U_I8x16),
25772 MVT::v16i8, 2, 16,
25773 7, MVT::v8i16,
25774 OPC_CheckPatternPredicate0,
25775 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MIN_U_I16x8),
25776 MVT::v8i16, 2, 16,
25777 7, MVT::v4i32,
25778 OPC_CheckPatternPredicate0,
25779 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MIN_U_I32x4),
25780 MVT::v4i32, 2, 16,
25781 0,
25782 31, TARGET_VAL(ISD::SMAX),
25783 OPC_RecordChild0,
25784 OPC_RecordChild1,
25785 OPC_SwitchType , 7, MVT::v16i8,
25786 OPC_CheckPatternPredicate0,
25787 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MAX_S_I8x16),
25788 MVT::v16i8, 2, 16,
25789 7, MVT::v8i16,
25790 OPC_CheckPatternPredicate0,
25791 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MAX_S_I16x8),
25792 MVT::v8i16, 2, 16,
25793 7, MVT::v4i32,
25794 OPC_CheckPatternPredicate0,
25795 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MAX_S_I32x4),
25796 MVT::v4i32, 2, 16,
25797 0,
25798 31, TARGET_VAL(ISD::UMAX),
25799 OPC_RecordChild0,
25800 OPC_RecordChild1,
25801 OPC_SwitchType , 7, MVT::v16i8,
25802 OPC_CheckPatternPredicate0,
25803 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MAX_U_I8x16),
25804 MVT::v16i8, 2, 16,
25805 7, MVT::v8i16,
25806 OPC_CheckPatternPredicate0,
25807 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MAX_U_I16x8),
25808 MVT::v8i16, 2, 16,
25809 7, MVT::v4i32,
25810 OPC_CheckPatternPredicate0,
25811 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MAX_U_I32x4),
25812 MVT::v4i32, 2, 16,
25813 0,
25814 20, TARGET_VAL(ISD::AVGCEILU),
25815 OPC_RecordChild0,
25816 OPC_RecordChild1,
25817 OPC_SwitchType , 6, MVT::v16i8,
25818 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::AVGR_U_I8x16),
25819 MVT::v16i8, 2, 16,
25820 6, MVT::v8i16,
25821 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::AVGR_U_I16x8),
25822 MVT::v8i16, 2, 16,
25823 0,
25824 8, TARGET_VAL(WebAssemblyISD::DOT),
25825 OPC_RecordChild0,
25826 OPC_RecordChild1,
25827 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
25828 MVT::v4i32, 2, 16,
25829 13, TARGET_VAL(WebAssemblyISD::TRUNC_SAT_ZERO_S),
25830 OPC_RecordChild0,
25831 OPC_CheckChild0Type, 24|128,1,
25832 OPC_CheckType, MVT::v4i32,
25833 OPC_CheckPatternPredicate0,
25834 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::trunc_sat_zero_s_I32x4),
25835 MVT::v4i32, 1, 2,
25836 13, TARGET_VAL(WebAssemblyISD::TRUNC_SAT_ZERO_U),
25837 OPC_RecordChild0,
25838 OPC_CheckChild0Type, 24|128,1,
25839 OPC_CheckType, MVT::v4i32,
25840 OPC_CheckPatternPredicate0,
25841 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::trunc_sat_zero_u_I32x4),
25842 MVT::v4i32, 1, 2,
25843 36, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
25844 OPC_RecordChild0,
25845 OPC_SwitchType , 9, MVT::v8i16,
25846 OPC_CheckChild0Type, MVT::v16i8,
25847 OPC_CheckPatternPredicate0,
25848 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extend_low_s_I16x8),
25849 MVT::v8i16, 1, 2,
25850 9, MVT::v4i32,
25851 OPC_CheckChild0Type, MVT::v8i16,
25852 OPC_CheckPatternPredicate0,
25853 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extend_low_s_I32x4),
25854 MVT::v4i32, 1, 2,
25855 9, MVT::v2i64,
25856 OPC_CheckChild0Type, MVT::v4i32,
25857 OPC_CheckPatternPredicate0,
25858 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extend_low_s_I64x2),
25859 MVT::v2i64, 1, 2,
25860 0,
25861 36, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
25862 OPC_RecordChild0,
25863 OPC_SwitchType , 9, MVT::v8i16,
25864 OPC_CheckChild0Type, MVT::v16i8,
25865 OPC_CheckPatternPredicate0,
25866 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extend_high_s_I16x8),
25867 MVT::v8i16, 1, 2,
25868 9, MVT::v4i32,
25869 OPC_CheckChild0Type, MVT::v8i16,
25870 OPC_CheckPatternPredicate0,
25871 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extend_high_s_I32x4),
25872 MVT::v4i32, 1, 2,
25873 9, MVT::v2i64,
25874 OPC_CheckChild0Type, MVT::v4i32,
25875 OPC_CheckPatternPredicate0,
25876 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extend_high_s_I64x2),
25877 MVT::v2i64, 1, 2,
25878 0,
25879 36, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_U),
25880 OPC_RecordChild0,
25881 OPC_SwitchType , 9, MVT::v8i16,
25882 OPC_CheckChild0Type, MVT::v16i8,
25883 OPC_CheckPatternPredicate0,
25884 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extend_low_u_I16x8),
25885 MVT::v8i16, 1, 2,
25886 9, MVT::v4i32,
25887 OPC_CheckChild0Type, MVT::v8i16,
25888 OPC_CheckPatternPredicate0,
25889 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extend_low_u_I32x4),
25890 MVT::v4i32, 1, 2,
25891 9, MVT::v2i64,
25892 OPC_CheckChild0Type, MVT::v4i32,
25893 OPC_CheckPatternPredicate0,
25894 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extend_low_u_I64x2),
25895 MVT::v2i64, 1, 2,
25896 0,
25897 36, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_U),
25898 OPC_RecordChild0,
25899 OPC_SwitchType , 9, MVT::v8i16,
25900 OPC_CheckChild0Type, MVT::v16i8,
25901 OPC_CheckPatternPredicate0,
25902 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extend_high_u_I16x8),
25903 MVT::v8i16, 1, 2,
25904 9, MVT::v4i32,
25905 OPC_CheckChild0Type, MVT::v8i16,
25906 OPC_CheckPatternPredicate0,
25907 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extend_high_u_I32x4),
25908 MVT::v4i32, 1, 2,
25909 9, MVT::v2i64,
25910 OPC_CheckChild0Type, MVT::v4i32,
25911 OPC_CheckPatternPredicate0,
25912 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extend_high_u_I64x2),
25913 MVT::v2i64, 1, 2,
25914 0,
25915 25, TARGET_VAL(WebAssemblyISD::EXT_ADD_PAIRWISE_S),
25916 OPC_RecordChild0,
25917 OPC_SwitchType , 9, MVT::v8i16,
25918 OPC_CheckChild0Type, MVT::v16i8,
25919 OPC_CheckPatternPredicate0,
25920 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_s_I16x8),
25921 MVT::v8i16, 1, 2,
25922 9, MVT::v4i32,
25923 OPC_CheckChild0Type, MVT::v8i16,
25924 OPC_CheckPatternPredicate0,
25925 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_s_I32x4),
25926 MVT::v4i32, 1, 2,
25927 0,
25928 25, TARGET_VAL(WebAssemblyISD::EXT_ADD_PAIRWISE_U),
25929 OPC_RecordChild0,
25930 OPC_SwitchType , 9, MVT::v8i16,
25931 OPC_CheckChild0Type, MVT::v16i8,
25932 OPC_CheckPatternPredicate0,
25933 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_u_I16x8),
25934 MVT::v8i16, 1, 2,
25935 9, MVT::v4i32,
25936 OPC_CheckChild0Type, MVT::v8i16,
25937 OPC_CheckPatternPredicate0,
25938 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_u_I32x4),
25939 MVT::v4i32, 1, 2,
25940 0,
25941 98, TARGET_VAL(ISD::FMULADD),
25942 OPC_Scope, 32,
25943 OPC_MoveChild0,
25944 OPC_CheckOpcode, TARGET_VAL(ISD::FNEG),
25945 OPC_RecordChild0,
25946 OPC_MoveParent,
25947 OPC_RecordChild1,
25948 OPC_RecordChild2,
25949 OPC_SwitchType , 8, 6|128,1,
25950 OPC_CheckPatternPredicate5,
25951 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NMADD_F32x4),
25952 6|128,1, 3, 44,
25953 8, 24|128,1,
25954 OPC_CheckPatternPredicate5,
25955 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NMADD_F64x2),
25956 24|128,1, 3, 44,
25957 0,
25958 62,
25959 OPC_RecordChild0,
25960 OPC_Scope, 31,
25961 OPC_MoveChild1,
25962 OPC_CheckOpcode, TARGET_VAL(ISD::FNEG),
25963 OPC_RecordChild0,
25964 OPC_MoveParent,
25965 OPC_RecordChild2,
25966 OPC_SwitchType , 8, 6|128,1,
25967 OPC_CheckPatternPredicate5,
25968 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NMADD_F32x4),
25969 6|128,1, 3, 41,
25970 8, 24|128,1,
25971 OPC_CheckPatternPredicate5,
25972 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NMADD_F64x2),
25973 24|128,1, 3, 41,
25974 0,
25975 26,
25976 OPC_RecordChild1,
25977 OPC_RecordChild2,
25978 OPC_SwitchType , 8, 6|128,1,
25979 OPC_CheckPatternPredicate5,
25980 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MADD_F32x4),
25981 6|128,1, 3, 44,
25982 8, 24|128,1,
25983 OPC_CheckPatternPredicate5,
25984 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MADD_F64x2),
25985 24|128,1, 3, 44,
25986 0,
25987 0,
25988 0,
25989 53, TARGET_VAL(ISD::FMA),
25990 OPC_Scope, 17,
25991 OPC_MoveChild0,
25992 OPC_CheckOpcode, TARGET_VAL(ISD::FNEG),
25993 OPC_RecordChild0,
25994 OPC_MoveParent,
25995 OPC_RecordChild1,
25996 OPC_RecordChild2,
25997 OPC_CheckType, MVT::v8f16,
25998 OPC_CheckPatternPredicate6,
25999 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NMADD_F16x8),
26000 MVT::v8f16, 3, 44,
26001 32,
26002 OPC_RecordChild0,
26003 OPC_Scope, 16,
26004 OPC_MoveChild1,
26005 OPC_CheckOpcode, TARGET_VAL(ISD::FNEG),
26006 OPC_RecordChild0,
26007 OPC_MoveParent,
26008 OPC_RecordChild2,
26009 OPC_CheckType, MVT::v8f16,
26010 OPC_CheckPatternPredicate6,
26011 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NMADD_F16x8),
26012 MVT::v8f16, 3, 41,
26013 11,
26014 OPC_RecordChild1,
26015 OPC_RecordChild2,
26016 OPC_CheckType, MVT::v8f16,
26017 OPC_CheckPatternPredicate6,
26018 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MADD_F16x8),
26019 MVT::v8f16, 3, 44,
26020 0,
26021 0,
26022 14, TARGET_VAL(WebAssemblyISD::CONVERT_LOW_S),
26023 OPC_RecordChild0,
26024 OPC_CheckChild0Type, MVT::v4i32,
26025 OPC_CheckType, 24|128,1,
26026 OPC_CheckPatternPredicate0,
26027 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::convert_low_s_F64x2),
26028 24|128,1, 1, 2,
26029 14, TARGET_VAL(WebAssemblyISD::CONVERT_LOW_U),
26030 OPC_RecordChild0,
26031 OPC_CheckChild0Type, MVT::v4i32,
26032 OPC_CheckType, 24|128,1,
26033 OPC_CheckPatternPredicate0,
26034 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::convert_low_u_F64x2),
26035 24|128,1, 1, 2,
26036 15, TARGET_VAL(WebAssemblyISD::DEMOTE_ZERO),
26037 OPC_RecordChild0,
26038 OPC_CheckChild0Type, 24|128,1,
26039 OPC_CheckType, 6|128,1,
26040 OPC_CheckPatternPredicate0,
26041 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::demote_zero_F32x4),
26042 6|128,1, 1, 2,
26043 15, TARGET_VAL(WebAssemblyISD::PROMOTE_LOW),
26044 OPC_RecordChild0,
26045 OPC_CheckChild0Type, 6|128,1,
26046 OPC_CheckType, 24|128,1,
26047 OPC_CheckPatternPredicate0,
26048 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::promote_low_F64x2),
26049 24|128,1, 1, 2,
26050 26, TARGET_VAL(WebAssemblyISD::RELAXED_FMIN),
26051 OPC_RecordChild0,
26052 OPC_RecordChild1,
26053 OPC_SwitchType , 8, 6|128,1,
26054 OPC_CheckPatternPredicate5,
26055 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMIN_F32x4),
26056 6|128,1, 2, 16,
26057 8, 24|128,1,
26058 OPC_CheckPatternPredicate5,
26059 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMIN_F64x2),
26060 24|128,1, 2, 16,
26061 0,
26062 26, TARGET_VAL(WebAssemblyISD::RELAXED_FMAX),
26063 OPC_RecordChild0,
26064 OPC_RecordChild1,
26065 OPC_SwitchType , 8, 6|128,1,
26066 OPC_CheckPatternPredicate5,
26067 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMAX_F32x4),
26068 6|128,1, 2, 16,
26069 8, 24|128,1,
26070 OPC_CheckPatternPredicate5,
26071 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMAX_F64x2),
26072 24|128,1, 2, 16,
26073 0,
26074 0,
26075 }; // Total Array size is 47577 bytes
26076
26077 static const uint8_t OperandLists[] = {
26078 /* 0 */ 2, 1, 0,
26079 /* 3 */ 1, 2, 0,
26080 /* 6 */ 3, 0,
26081 /* 8 */ 6, 4, 7, 5, 0,
26082 /* 13 */ 7, 0,
26083 /* 15 */ 2, 0, 1,
26084 /* 18 */ 0, 2, 1,
26085 /* 21 */ 0, 3, 1,
26086 /* 24 */ 2, 3, 1,
26087 /* 27 */ 5, 3, 4, 1,
26088 /* 31 */ 5, 6, 3, 4, 1,
26089 /* 36 */ 6, 4, 7, 5, 1,
26090 /* 41 */ 1, 0, 2,
26091 /* 44 */ 0, 1, 2,
26092 /* 47 */ 0, 3, 2,
26093 /* 50 */ 5, 6, 3, 4, 2,
26094 /* 55 */ 0, 1, 2, 3,
26095 /* 59 */ 4, 2, 3,
26096 /* 62 */ 6, 7, 4, 5, 2, 3,
26097 /* 68 */ 1, 2, 3, 4,
26098 /* 72 */ 5, 2, 3, 4,
26099 /* 76 */ 1, 2, 3, 4, 5,
26100 /* 81 */ 6, 7, 3, 4, 5,
26101 /* 86 */ 4, 6,
26102 /* 88 */ 4, 5, 6, 7,
26103 /* 92 */ 1, 2, 3, 4, 5, 6, 7, 8,
26104 /* 100 */ 8, 9, 10, 11, 12, 13, 14, 15,
26105 /* 108 */ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16,
26106 /* 124 */ 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31,
26107 /* 140 */ 0, 1, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33,
26108 };
26109
26110 #undef COVERAGE_IDX_VAL
26111 #undef TARGET_VAL
26112 SelectCodeCommon(NodeToMatch: N, MatcherTable, TableSize: sizeof(MatcherTable),
26113 OperandLists);
26114}
26115#endif // GET_DAGISEL_BODY
26116
26117#ifdef GET_DAGISEL_DECL
26118bool CheckPatternPredicate(unsigned PredNo) const override;
26119#endif
26120#if defined(GET_DAGISEL_BODY) || DAGISEL_INLINE
26121bool DAGISEL_CLASS_COLONCOLON CheckPatternPredicate(unsigned PredNo) const
26122#if DAGISEL_INLINE
26123 override
26124#endif
26125{
26126 switch (PredNo) {
26127 default: llvm_unreachable("Invalid predicate in table?");
26128 case 0: return (Subtarget->hasSIMD128());
26129 case 1: return (!Subtarget->hasAddr64()) && (Subtarget->hasAtomics());
26130 case 2: return (Subtarget->hasAddr64()) && (Subtarget->hasAtomics());
26131 case 3: return (!Subtarget->hasAddr64());
26132 case 4: return (Subtarget->hasAddr64());
26133 case 5: return (Subtarget->hasRelaxedSIMD());
26134 case 6: return (Subtarget->hasFP16()) && (Subtarget->hasSIMD128());
26135 case 7: return (Subtarget->hasReferenceTypes());
26136 case 8: return (Subtarget->hasExceptionHandling()) && (Subtarget->hasReferenceTypes());
26137 case 9: return (Subtarget->hasNontrappingFPToInt());
26138 case 10: return (!Subtarget->hasNontrappingFPToInt());
26139 case 11: return (Subtarget->hasSignExt());
26140 case 12: return (Subtarget->hasBulkMemoryOpt());
26141 case 13: return (Subtarget->hasRelaxedSIMD()) && (Subtarget->hasSIMD128());
26142 case 14: return (!Subtarget->hasAddr64()) && (TM.isPositionIndependent());
26143 case 15: return (Subtarget->hasAddr64()) && (TM.isPositionIndependent());
26144 case 16: return (Subtarget->hasFP16());
26145 case 17: return (!Subtarget->hasAddr64()) && (!TM.isPositionIndependent());
26146 case 18: return (Subtarget->hasAddr64()) && (!TM.isPositionIndependent());
26147 case 19: return (Subtarget->hasExceptionHandling());
26148 }
26149}
26150#endif // GET_DAGISEL_BODY
26151
26152#ifdef GET_DAGISEL_DECL
26153bool CheckNodePredicate(SDValue Op, unsigned PredNo) const override;
26154#endif
26155#if defined(GET_DAGISEL_BODY) || DAGISEL_INLINE
26156bool DAGISEL_CLASS_COLONCOLON CheckNodePredicate(SDValue Op, unsigned PredNo) const
26157#if DAGISEL_INLINE
26158 override
26159#endif
26160{
26161 switch (PredNo) {
26162 default: llvm_unreachable("Invalid predicate in table?");
26163 case 0: {
26164 // Predicate_LaneIdx32
26165 int64_t Imm = cast<ConstantSDNode>(Val: Op.getNode())->getSExtValue();
26166return 0 <= Imm && Imm < 32;
26167 }
26168 case 1: {
26169 // Predicate_atomic_cmp_swap_i8
26170 // Predicate_atomic_load_add_i8
26171 // Predicate_atomic_load_aext_8
26172 // Predicate_atomic_load_and_i8
26173 // Predicate_atomic_load_or_i8
26174 // Predicate_atomic_load_sub_i8
26175 // Predicate_atomic_load_xor_i8
26176 // Predicate_atomic_load_zext_8
26177 // Predicate_atomic_store_8
26178 // Predicate_atomic_swap_i8
26179 // Predicate_extloadi8
26180 // Predicate_sextloadi8
26181 // Predicate_truncstorei8
26182 // Predicate_zextloadi8
26183 SDNode *N = Op.getNode();
26184 (void)N;
26185if (cast<MemSDNode>(Val: N)->getMemoryVT() != MVT::i8) return false;
26186return true;
26187
26188 }
26189 case 2: {
26190 // Predicate_atomic_cmp_swap_i16
26191 // Predicate_atomic_load_add_i16
26192 // Predicate_atomic_load_aext_16
26193 // Predicate_atomic_load_and_i16
26194 // Predicate_atomic_load_or_i16
26195 // Predicate_atomic_load_sub_i16
26196 // Predicate_atomic_load_xor_i16
26197 // Predicate_atomic_load_zext_16
26198 // Predicate_atomic_store_16
26199 // Predicate_atomic_swap_i16
26200 // Predicate_extloadi16
26201 // Predicate_sextloadi16
26202 // Predicate_truncstorei16
26203 // Predicate_zextloadi16
26204 SDNode *N = Op.getNode();
26205 (void)N;
26206if (cast<MemSDNode>(Val: N)->getMemoryVT() != MVT::i16) return false;
26207return true;
26208
26209 }
26210 case 3: {
26211 // Predicate_atomic_cmp_swap_i32
26212 // Predicate_atomic_load_add_i32
26213 // Predicate_atomic_load_and_i32
26214 // Predicate_atomic_load_nonext_32
26215 // Predicate_atomic_load_or_i32
26216 // Predicate_atomic_load_sub_i32
26217 // Predicate_atomic_load_xor_i32
26218 // Predicate_atomic_store_32
26219 // Predicate_atomic_swap_i32
26220 // Predicate_extloadi32
26221 // Predicate_sextloadi32
26222 // Predicate_truncstorei32
26223 // Predicate_zextloadi32
26224 SDNode *N = Op.getNode();
26225 (void)N;
26226if (cast<MemSDNode>(Val: N)->getMemoryVT() != MVT::i32) return false;
26227return true;
26228
26229 }
26230 case 4: {
26231 // Predicate_relaxed_pmax
26232 // Predicate_relaxed_pmin
26233 SDNode *N = Op.getNode();
26234 (void)N;
26235
26236 return (N->getFlags().hasNoNaNs() ||
26237 (CurDAG->isKnownNeverNaN(Op: N->getOperand(Num: 0)) &&
26238 CurDAG->isKnownNeverNaN(Op: N->getOperand(Num: 1)))) &&
26239 (N->getFlags().hasNoSignedZeros() ||
26240 CurDAG->isKnownNeverZeroFloat(Op: N->getOperand(Num: 0)) ||
26241 CurDAG->isKnownNeverZeroFloat(Op: N->getOperand(Num: 1)));
26242
26243 }
26244 case 5: {
26245 // Predicate_unindexedstore
26246 SDNode *N = Op.getNode();
26247 (void)N;
26248if (cast<StoreSDNode>(Val: N)->getAddressingMode() != ISD::UNINDEXED) return false;
26249return true;
26250
26251 }
26252 case 6: {
26253 // Predicate_store
26254 SDNode *N = Op.getNode();
26255 (void)N;
26256 if (cast<StoreSDNode>(Val: N)->isTruncatingStore()) return false;
26257return true;
26258
26259 }
26260 case 7: {
26261 // Predicate_load
26262 SDNode *N = Op.getNode();
26263 (void)N;
26264if (cast<LoadSDNode>(Val: N)->getExtensionType() != ISD::NON_EXTLOAD) return false;
26265return true;
26266
26267 }
26268 case 8: {
26269 // Predicate_unindexedload
26270 SDNode *N = Op.getNode();
26271 (void)N;
26272if (cast<LoadSDNode>(Val: N)->getAddressingMode() != ISD::UNINDEXED) return false;
26273return true;
26274
26275 }
26276 case 9: {
26277 // Predicate_atomic_cmp_swap_i64
26278 // Predicate_atomic_load_add_i64
26279 // Predicate_atomic_load_and_i64
26280 // Predicate_atomic_load_nonext_64
26281 // Predicate_atomic_load_or_i64
26282 // Predicate_atomic_load_sub_i64
26283 // Predicate_atomic_load_xor_i64
26284 // Predicate_atomic_store_64
26285 // Predicate_atomic_swap_i64
26286 SDNode *N = Op.getNode();
26287 (void)N;
26288if (cast<MemSDNode>(Val: N)->getMemoryVT() != MVT::i64) return false;
26289return true;
26290
26291 }
26292 case 10: {
26293 // Predicate_ImmI8
26294 int64_t Imm = cast<ConstantSDNode>(Val: Op.getNode())->getSExtValue();
26295return -(1 << (8 - 1)) <= Imm && Imm < (1 << 8);
26296 }
26297 case 11: {
26298 // Predicate_extload
26299 SDNode *N = Op.getNode();
26300 (void)N;
26301if (cast<LoadSDNode>(Val: N)->getExtensionType() != ISD::EXTLOAD) return false;
26302return true;
26303
26304 }
26305 case 12: {
26306 // Predicate_LaneIdx4
26307 int64_t Imm = cast<ConstantSDNode>(Val: Op.getNode())->getSExtValue();
26308return 0 <= Imm && Imm < 4;
26309 }
26310 case 13: {
26311 // Predicate_LaneIdx2
26312 int64_t Imm = cast<ConstantSDNode>(Val: Op.getNode())->getSExtValue();
26313return 0 <= Imm && Imm < 2;
26314 }
26315 case 14: {
26316 // Predicate_atomic_load_zext
26317 SDNode *N = Op.getNode();
26318 (void)N;
26319if (cast<AtomicSDNode>(Val: N)->getExtensionType() != ISD::ZEXTLOAD) return false;
26320return true;
26321
26322 }
26323 case 15: {
26324 // Predicate_LaneIdx8
26325 int64_t Imm = cast<ConstantSDNode>(Val: Op.getNode())->getSExtValue();
26326return 0 <= Imm && Imm < 8;
26327 }
26328 case 16: {
26329 // Predicate_atomic_load_aext
26330 SDNode *N = Op.getNode();
26331 (void)N;
26332if (cast<AtomicSDNode>(Val: N)->getExtensionType() != ISD::EXTLOAD) return false;
26333return true;
26334
26335 }
26336 case 17: {
26337 // Predicate_truncstore
26338 SDNode *N = Op.getNode();
26339 (void)N;
26340 if (!cast<StoreSDNode>(Val: N)->isTruncatingStore()) return false;
26341return true;
26342
26343 }
26344 case 18: {
26345 // Predicate_sextload
26346 SDNode *N = Op.getNode();
26347 (void)N;
26348if (cast<LoadSDNode>(Val: N)->getExtensionType() != ISD::SEXTLOAD) return false;
26349return true;
26350
26351 }
26352 case 19: {
26353 // Predicate_zextload
26354 SDNode *N = Op.getNode();
26355 (void)N;
26356if (cast<LoadSDNode>(Val: N)->getExtensionType() != ISD::ZEXTLOAD) return false;
26357return true;
26358
26359 }
26360 case 20: {
26361 // Predicate_ImmI16
26362 int64_t Imm = cast<ConstantSDNode>(Val: Op.getNode())->getSExtValue();
26363return -(1 << (16 - 1)) <= Imm && Imm < (1 << 16);
26364 }
26365 case 21: {
26366 // Predicate_LaneIdx16
26367 int64_t Imm = cast<ConstantSDNode>(Val: Op.getNode())->getSExtValue();
26368return 0 <= Imm && Imm < 16;
26369 }
26370 case 22: {
26371 // Predicate_extloadvi8
26372 // Predicate_sextloadvi8
26373 // Predicate_zextloadvi8
26374 SDNode *N = Op.getNode();
26375 (void)N;
26376if (cast<LoadSDNode>(Val: N)->getMemoryVT().getScalarType() != MVT::i8) return false;
26377return true;
26378
26379 }
26380 case 23: {
26381 // Predicate_extloadvi16
26382 // Predicate_sextloadvi16
26383 // Predicate_zextloadvi16
26384 SDNode *N = Op.getNode();
26385 (void)N;
26386if (cast<LoadSDNode>(Val: N)->getMemoryVT().getScalarType() != MVT::i16) return false;
26387return true;
26388
26389 }
26390 case 24: {
26391 // Predicate_extloadvi32
26392 // Predicate_sextloadvi32
26393 // Predicate_zextloadvi32
26394 SDNode *N = Op.getNode();
26395 (void)N;
26396if (cast<LoadSDNode>(Val: N)->getMemoryVT().getScalarType() != MVT::i32) return false;
26397return true;
26398
26399 }
26400 case 25: {
26401 // Predicate_fadd_contract
26402 // Predicate_fmul_contract
26403 // Predicate_fsub_contract
26404 SDNode *N = Op.getNode();
26405 (void)N;
26406
26407 return N->getFlags().hasAllowContract();
26408
26409 }
26410 case 26: {
26411 // Predicate_atomic_load_nonext
26412 SDNode *N = Op.getNode();
26413 (void)N;
26414if (cast<AtomicSDNode>(Val: N)->getExtensionType() != ISD::NON_EXTLOAD) return false;
26415return true;
26416
26417 }
26418 case 27: {
26419 // Predicate_add_nuw
26420 SDNode *N = Op.getNode();
26421 (void)N;
26422return N->getFlags().hasNoUnsignedWrap();
26423 }
26424 case 28: {
26425 // Predicate_bool_node
26426 SDNode *N = Op.getNode();
26427 (void)N;
26428
26429 return CurDAG->computeKnownBits(Op).countMinLeadingZeros() == 31;
26430
26431 }
26432 case 29: {
26433 // Predicate_fpimm0
26434 auto *N = cast<ConstantFPSDNode>(Val: Op.getNode());
26435 (void)N;
26436
26437 return N->isExactlyValue(V: +0.0);
26438
26439 }
26440 }
26441}
26442#endif // GET_DAGISEL_BODY
26443
26444#ifdef GET_DAGISEL_DECL
26445bool CheckComplexPattern(SDNode *Root, SDNode *Parent,
26446 SDValue N, unsigned PatternNo,
26447 SmallVectorImpl<std::pair<SDValue, SDNode *>> &Result) override;
26448#endif
26449#if defined(GET_DAGISEL_BODY) || DAGISEL_INLINE
26450bool DAGISEL_CLASS_COLONCOLON CheckComplexPattern(SDNode *Root, SDNode *Parent,
26451 SDValue N, unsigned PatternNo,
26452 SmallVectorImpl<std::pair<SDValue, SDNode *>> &Result)
26453#if DAGISEL_INLINE
26454 override
26455#endif
26456{
26457 unsigned NextRes = Result.size();
26458 switch (PatternNo) {
26459 default: llvm_unreachable("Invalid pattern # in table?");
26460 case 0:
26461 Result.resize(N: NextRes+3);
26462 return SelectAtomicAddrOperands32(Op: Root, N, Offset&: Result[NextRes+0].first, Addr&: Result[NextRes+1].first, Order&: Result[NextRes+2].first);
26463 case 1:
26464 Result.resize(N: NextRes+3);
26465 return SelectAtomicAddrOperands64(Op: Root, N, Offset&: Result[NextRes+0].first, Addr&: Result[NextRes+1].first, Order&: Result[NextRes+2].first);
26466 case 2:
26467 Result.resize(N: NextRes+2);
26468 return SelectAddrOperands32(Op: N, Offset&: Result[NextRes+0].first, Addr&: Result[NextRes+1].first);
26469 case 3:
26470 Result.resize(N: NextRes+2);
26471 return SelectAddrOperands64(Op: N, Offset&: Result[NextRes+0].first, Addr&: Result[NextRes+1].first);
26472 }
26473}
26474#endif // GET_DAGISEL_BODY
26475
26476
26477#ifdef DAGISEL_INLINE
26478#undef DAGISEL_INLINE
26479#endif
26480#ifdef DAGISEL_CLASS_COLONCOLON
26481#undef DAGISEL_CLASS_COLONCOLON
26482#endif
26483#ifdef GET_DAGISEL_DECL
26484#undef GET_DAGISEL_DECL
26485#endif
26486#ifdef GET_DAGISEL_BODY
26487#undef GET_DAGISEL_BODY
26488#endif
26489