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, 59,
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, 59,
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, 59,
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, 59,
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, 59,
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, 59,
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, 47,
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, 47,
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, 47,
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, 47,
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, 47,
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, 47,
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, 47,
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, 47,
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, 47,
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, 47,
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, 47,
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, 47,
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, 47,
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, 47,
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, 47,
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, 47,
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, 47,
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, 47,
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, 47,
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, 47,
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, 47,
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, 47,
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, 47,
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, 47,
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, 47,
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, 47,
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, 47,
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, 47,
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, 47,
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, 47,
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, 47,
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, 47,
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, 47,
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, 47,
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, 47,
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, 47,
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, 61,
623 17,
624 OPC_CheckPredicate, 13,
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, 61,
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, 61,
643 17,
644 OPC_CheckPredicate, 13,
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, 61,
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, 61,
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, 61,
676 17,
677 OPC_CheckPredicate, 13,
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, 61,
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, 61,
696 17,
697 OPC_CheckPredicate, 13,
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, 61,
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, 61,
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, 59,
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, 59,
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, 59,
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, 59,
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, 47,
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, 47,
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, 47,
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, 47,
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, 47,
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, 47,
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, 47,
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, 47,
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, 47,
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, 47,
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, 47,
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, 47,
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, 47,
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, 47,
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, 47,
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, 47,
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, 47,
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, 47,
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, 47,
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, 47,
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, 47,
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, 47,
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, 47,
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, 47,
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, 61,
1141 17,
1142 OPC_CheckPredicate, 13,
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, 61,
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, 61,
1161 17,
1162 OPC_CheckPredicate, 13,
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, 61,
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, 61,
1184 17,
1185 OPC_CheckPredicate, 13,
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, 61,
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, 61,
1204 17,
1205 OPC_CheckPredicate, 13,
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, 61,
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 113|128,8, TARGET_VAL(ISD::STORE),
1223 OPC_RecordMemRef,
1224 OPC_RecordNode,
1225 OPC_Scope, 111|128,3,
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, 20,
1235 OPC_CheckTypeI32,
1236 OPC_MoveParent,
1237 OPC_CheckTypeI32,
1238 OPC_MoveParent,
1239 OPC_RecordChild2,
1240 OPC_Scope, 18,
1241 OPC_CheckChild2TypeI32,
1242 OPC_CheckPredicate4,
1243 OPC_CheckPredicate, 14,
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, 33,
1252 18,
1253 OPC_CheckChild2TypeI64,
1254 OPC_CheckPredicate4,
1255 OPC_CheckPredicate, 14,
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, 33,
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_CheckPredicate4,
1279 OPC_CheckPredicate, 14,
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, 33,
1288 18,
1289 OPC_CheckChild2TypeI64,
1290 OPC_CheckPredicate4,
1291 OPC_CheckPredicate, 14,
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, 33,
1300 0,
1301 93,
1302 OPC_CheckChild0Type, MVT::v4i32,
1303 OPC_RecordChild1,
1304 OPC_MoveChild1,
1305 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
1306 OPC_CheckPredicate, 11,
1307 OPC_CheckTypeI32,
1308 OPC_MoveParent,
1309 OPC_SwitchType , 38, MVT::i32,
1310 OPC_MoveParent,
1311 OPC_RecordChild2,
1312 OPC_Scope, 16,
1313 OPC_CheckChild2TypeI32,
1314 OPC_CheckPredicate4,
1315 OPC_CheckPredicate5,
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, 33,
1323 16,
1324 OPC_CheckChild2TypeI64,
1325 OPC_CheckPredicate4,
1326 OPC_CheckPredicate5,
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, 33,
1334 0,
1335 38, MVT::f32,
1336 OPC_MoveParent,
1337 OPC_RecordChild2,
1338 OPC_Scope, 16,
1339 OPC_CheckChild2TypeI32,
1340 OPC_CheckPredicate4,
1341 OPC_CheckPredicate5,
1342 OPC_CheckPatternPredicate3,
1343 OPC_CheckComplexPat2, /*#*/3,
1344 OPC_EmitMergeInputChains1_0,
1345 OPC_EmitIntegerI32, 0,
1346 OPC_EmitConvertToTarget2,
1347 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_LANE_I32x4_A32), 0|OPFL_Chain|OPFL_MemRefs,
1348 5, 33,
1349 16,
1350 OPC_CheckChild2TypeI64,
1351 OPC_CheckPredicate4,
1352 OPC_CheckPredicate5,
1353 OPC_CheckPatternPredicate4,
1354 OPC_CheckComplexPat3, /*#*/3,
1355 OPC_EmitMergeInputChains1_0,
1356 OPC_EmitIntegerI32, 0,
1357 OPC_EmitConvertToTarget2,
1358 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_LANE_I32x4_A64), 0|OPFL_Chain|OPFL_MemRefs,
1359 5, 33,
1360 0,
1361 0,
1362 93,
1363 OPC_CheckChild0Type, MVT::v2i64,
1364 OPC_RecordChild1,
1365 OPC_MoveChild1,
1366 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
1367 OPC_CheckPredicate, 12,
1368 OPC_CheckTypeI32,
1369 OPC_MoveParent,
1370 OPC_SwitchType , 38, MVT::i64,
1371 OPC_MoveParent,
1372 OPC_RecordChild2,
1373 OPC_Scope, 16,
1374 OPC_CheckChild2TypeI32,
1375 OPC_CheckPredicate4,
1376 OPC_CheckPredicate5,
1377 OPC_CheckPatternPredicate3,
1378 OPC_CheckComplexPat2, /*#*/3,
1379 OPC_EmitMergeInputChains1_0,
1380 OPC_EmitIntegerI32, 0,
1381 OPC_EmitConvertToTarget2,
1382 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_LANE_I64x2_A32), 0|OPFL_Chain|OPFL_MemRefs,
1383 5, 33,
1384 16,
1385 OPC_CheckChild2TypeI64,
1386 OPC_CheckPredicate4,
1387 OPC_CheckPredicate5,
1388 OPC_CheckPatternPredicate4,
1389 OPC_CheckComplexPat3, /*#*/3,
1390 OPC_EmitMergeInputChains1_0,
1391 OPC_EmitIntegerI32, 0,
1392 OPC_EmitConvertToTarget2,
1393 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_LANE_I64x2_A64), 0|OPFL_Chain|OPFL_MemRefs,
1394 5, 33,
1395 0,
1396 38, MVT::f64,
1397 OPC_MoveParent,
1398 OPC_RecordChild2,
1399 OPC_Scope, 16,
1400 OPC_CheckChild2TypeI32,
1401 OPC_CheckPredicate4,
1402 OPC_CheckPredicate5,
1403 OPC_CheckPatternPredicate3,
1404 OPC_CheckComplexPat2, /*#*/3,
1405 OPC_EmitMergeInputChains1_0,
1406 OPC_EmitIntegerI32, 0,
1407 OPC_EmitConvertToTarget2,
1408 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_LANE_I64x2_A32), 0|OPFL_Chain|OPFL_MemRefs,
1409 5, 33,
1410 16,
1411 OPC_CheckChild2TypeI64,
1412 OPC_CheckPredicate4,
1413 OPC_CheckPredicate5,
1414 OPC_CheckPatternPredicate4,
1415 OPC_CheckComplexPat3, /*#*/3,
1416 OPC_EmitMergeInputChains1_0,
1417 OPC_EmitIntegerI32, 0,
1418 OPC_EmitConvertToTarget2,
1419 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_LANE_I64x2_A64), 0|OPFL_Chain|OPFL_MemRefs,
1420 5, 33,
1421 0,
1422 0,
1423 94,
1424 OPC_CheckChild0Type, 11|128,1,
1425 OPC_RecordChild1,
1426 OPC_MoveChild1,
1427 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
1428 OPC_CheckPredicate, 11,
1429 OPC_CheckTypeI32,
1430 OPC_MoveParent,
1431 OPC_SwitchType , 38, MVT::i32,
1432 OPC_MoveParent,
1433 OPC_RecordChild2,
1434 OPC_Scope, 16,
1435 OPC_CheckChild2TypeI32,
1436 OPC_CheckPredicate4,
1437 OPC_CheckPredicate5,
1438 OPC_CheckPatternPredicate3,
1439 OPC_CheckComplexPat2, /*#*/3,
1440 OPC_EmitMergeInputChains1_0,
1441 OPC_EmitIntegerI32, 0,
1442 OPC_EmitConvertToTarget2,
1443 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_LANE_I32x4_A32), 0|OPFL_Chain|OPFL_MemRefs,
1444 5, 33,
1445 16,
1446 OPC_CheckChild2TypeI64,
1447 OPC_CheckPredicate4,
1448 OPC_CheckPredicate5,
1449 OPC_CheckPatternPredicate4,
1450 OPC_CheckComplexPat3, /*#*/3,
1451 OPC_EmitMergeInputChains1_0,
1452 OPC_EmitIntegerI32, 0,
1453 OPC_EmitConvertToTarget2,
1454 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_LANE_I32x4_A64), 0|OPFL_Chain|OPFL_MemRefs,
1455 5, 33,
1456 0,
1457 38, MVT::f32,
1458 OPC_MoveParent,
1459 OPC_RecordChild2,
1460 OPC_Scope, 16,
1461 OPC_CheckChild2TypeI32,
1462 OPC_CheckPredicate4,
1463 OPC_CheckPredicate5,
1464 OPC_CheckPatternPredicate3,
1465 OPC_CheckComplexPat2, /*#*/3,
1466 OPC_EmitMergeInputChains1_0,
1467 OPC_EmitIntegerI32, 0,
1468 OPC_EmitConvertToTarget2,
1469 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_LANE_I32x4_A32), 0|OPFL_Chain|OPFL_MemRefs,
1470 5, 33,
1471 16,
1472 OPC_CheckChild2TypeI64,
1473 OPC_CheckPredicate4,
1474 OPC_CheckPredicate5,
1475 OPC_CheckPatternPredicate4,
1476 OPC_CheckComplexPat3, /*#*/3,
1477 OPC_EmitMergeInputChains1_0,
1478 OPC_EmitIntegerI32, 0,
1479 OPC_EmitConvertToTarget2,
1480 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_LANE_I32x4_A64), 0|OPFL_Chain|OPFL_MemRefs,
1481 5, 33,
1482 0,
1483 0,
1484 94,
1485 OPC_CheckChild0Type, 29|128,1,
1486 OPC_RecordChild1,
1487 OPC_MoveChild1,
1488 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
1489 OPC_CheckPredicate, 12,
1490 OPC_CheckTypeI32,
1491 OPC_MoveParent,
1492 OPC_SwitchType , 38, MVT::i64,
1493 OPC_MoveParent,
1494 OPC_RecordChild2,
1495 OPC_Scope, 16,
1496 OPC_CheckChild2TypeI32,
1497 OPC_CheckPredicate4,
1498 OPC_CheckPredicate5,
1499 OPC_CheckPatternPredicate3,
1500 OPC_CheckComplexPat2, /*#*/3,
1501 OPC_EmitMergeInputChains1_0,
1502 OPC_EmitIntegerI32, 0,
1503 OPC_EmitConvertToTarget2,
1504 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_LANE_I64x2_A32), 0|OPFL_Chain|OPFL_MemRefs,
1505 5, 33,
1506 16,
1507 OPC_CheckChild2TypeI64,
1508 OPC_CheckPredicate4,
1509 OPC_CheckPredicate5,
1510 OPC_CheckPatternPredicate4,
1511 OPC_CheckComplexPat3, /*#*/3,
1512 OPC_EmitMergeInputChains1_0,
1513 OPC_EmitIntegerI32, 0,
1514 OPC_EmitConvertToTarget2,
1515 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_LANE_I64x2_A64), 0|OPFL_Chain|OPFL_MemRefs,
1516 5, 33,
1517 0,
1518 38, MVT::f64,
1519 OPC_MoveParent,
1520 OPC_RecordChild2,
1521 OPC_Scope, 16,
1522 OPC_CheckChild2TypeI32,
1523 OPC_CheckPredicate4,
1524 OPC_CheckPredicate5,
1525 OPC_CheckPatternPredicate3,
1526 OPC_CheckComplexPat2, /*#*/3,
1527 OPC_EmitMergeInputChains1_0,
1528 OPC_EmitIntegerI32, 0,
1529 OPC_EmitConvertToTarget2,
1530 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_LANE_I64x2_A32), 0|OPFL_Chain|OPFL_MemRefs,
1531 5, 33,
1532 16,
1533 OPC_CheckChild2TypeI64,
1534 OPC_CheckPredicate4,
1535 OPC_CheckPredicate5,
1536 OPC_CheckPatternPredicate4,
1537 OPC_CheckComplexPat3, /*#*/3,
1538 OPC_EmitMergeInputChains1_0,
1539 OPC_EmitIntegerI32, 0,
1540 OPC_EmitConvertToTarget2,
1541 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_LANE_I64x2_A64), 0|OPFL_Chain|OPFL_MemRefs,
1542 5, 33,
1543 0,
1544 0,
1545 0,
1546 122|128,4,
1547 OPC_RecordChild1,
1548 OPC_Scope, 108,
1549 OPC_CheckChild1TypeI32,
1550 OPC_RecordChild2,
1551 OPC_Scope, 51,
1552 OPC_CheckChild2TypeI32,
1553 OPC_CheckPredicate4,
1554 OPC_Scope, 13,
1555 OPC_CheckPredicate5,
1556 OPC_CheckPatternPredicate3,
1557 OPC_CheckComplexPat2, /*#*/2,
1558 OPC_EmitMergeInputChains1_0,
1559 OPC_EmitIntegerI32, 0,
1560 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
1561 4, 24,
1562 32,
1563 OPC_CheckPredicate, 14,
1564 OPC_Scope, 13,
1565 OPC_CheckPredicate1,
1566 OPC_CheckPatternPredicate3,
1567 OPC_CheckComplexPat2, /*#*/2,
1568 OPC_EmitMergeInputChains1_0,
1569 OPC_EmitIntegerI32, 0,
1570 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE8_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
1571 4, 24,
1572 13,
1573 OPC_CheckPredicate2,
1574 OPC_CheckPatternPredicate3,
1575 OPC_CheckComplexPat2, /*#*/2,
1576 OPC_EmitMergeInputChains1_0,
1577 OPC_EmitIntegerI32, 0,
1578 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE16_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
1579 4, 24,
1580 0,
1581 0,
1582 51,
1583 OPC_CheckChild2TypeI64,
1584 OPC_CheckPredicate4,
1585 OPC_Scope, 13,
1586 OPC_CheckPredicate5,
1587 OPC_CheckPatternPredicate4,
1588 OPC_CheckComplexPat3, /*#*/2,
1589 OPC_EmitMergeInputChains1_0,
1590 OPC_EmitIntegerI32, 0,
1591 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
1592 4, 24,
1593 32,
1594 OPC_CheckPredicate, 14,
1595 OPC_Scope, 13,
1596 OPC_CheckPredicate1,
1597 OPC_CheckPatternPredicate4,
1598 OPC_CheckComplexPat3, /*#*/2,
1599 OPC_EmitMergeInputChains1_0,
1600 OPC_EmitIntegerI32, 0,
1601 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE8_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
1602 4, 24,
1603 13,
1604 OPC_CheckPredicate2,
1605 OPC_CheckPatternPredicate4,
1606 OPC_CheckComplexPat3, /*#*/2,
1607 OPC_EmitMergeInputChains1_0,
1608 OPC_EmitIntegerI32, 0,
1609 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE16_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
1610 4, 24,
1611 0,
1612 0,
1613 0,
1614 8|128,1,
1615 OPC_CheckChild1TypeI64,
1616 OPC_RecordChild2,
1617 OPC_Scope, 65,
1618 OPC_CheckChild2TypeI32,
1619 OPC_CheckPredicate4,
1620 OPC_Scope, 13,
1621 OPC_CheckPredicate5,
1622 OPC_CheckPatternPredicate3,
1623 OPC_CheckComplexPat2, /*#*/2,
1624 OPC_EmitMergeInputChains1_0,
1625 OPC_EmitIntegerI32, 0,
1626 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
1627 4, 24,
1628 46,
1629 OPC_CheckPredicate, 14,
1630 OPC_Scope, 13,
1631 OPC_CheckPredicate1,
1632 OPC_CheckPatternPredicate3,
1633 OPC_CheckComplexPat2, /*#*/2,
1634 OPC_EmitMergeInputChains1_0,
1635 OPC_EmitIntegerI32, 0,
1636 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE8_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
1637 4, 24,
1638 13,
1639 OPC_CheckPredicate2,
1640 OPC_CheckPatternPredicate3,
1641 OPC_CheckComplexPat2, /*#*/2,
1642 OPC_EmitMergeInputChains1_0,
1643 OPC_EmitIntegerI32, 0,
1644 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE16_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
1645 4, 24,
1646 13,
1647 OPC_CheckPredicate3,
1648 OPC_CheckPatternPredicate3,
1649 OPC_CheckComplexPat2, /*#*/2,
1650 OPC_EmitMergeInputChains1_0,
1651 OPC_EmitIntegerI32, 0,
1652 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE32_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
1653 4, 24,
1654 0,
1655 0,
1656 65,
1657 OPC_CheckChild2TypeI64,
1658 OPC_CheckPredicate4,
1659 OPC_Scope, 13,
1660 OPC_CheckPredicate5,
1661 OPC_CheckPatternPredicate4,
1662 OPC_CheckComplexPat3, /*#*/2,
1663 OPC_EmitMergeInputChains1_0,
1664 OPC_EmitIntegerI32, 0,
1665 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
1666 4, 24,
1667 46,
1668 OPC_CheckPredicate, 14,
1669 OPC_Scope, 13,
1670 OPC_CheckPredicate1,
1671 OPC_CheckPatternPredicate4,
1672 OPC_CheckComplexPat3, /*#*/2,
1673 OPC_EmitMergeInputChains1_0,
1674 OPC_EmitIntegerI32, 0,
1675 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE8_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
1676 4, 24,
1677 13,
1678 OPC_CheckPredicate2,
1679 OPC_CheckPatternPredicate4,
1680 OPC_CheckComplexPat3, /*#*/2,
1681 OPC_EmitMergeInputChains1_0,
1682 OPC_EmitIntegerI32, 0,
1683 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE16_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
1684 4, 24,
1685 13,
1686 OPC_CheckPredicate3,
1687 OPC_CheckPatternPredicate4,
1688 OPC_CheckComplexPat3, /*#*/2,
1689 OPC_EmitMergeInputChains1_0,
1690 OPC_EmitIntegerI32, 0,
1691 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE32_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
1692 4, 24,
1693 0,
1694 0,
1695 0,
1696 77,
1697 OPC_CheckChild1Type, MVT::f32,
1698 OPC_RecordChild2,
1699 OPC_Scope, 35,
1700 OPC_CheckChild2TypeI32,
1701 OPC_CheckPredicate4,
1702 OPC_Scope, 13,
1703 OPC_CheckPredicate5,
1704 OPC_CheckPatternPredicate3,
1705 OPC_CheckComplexPat2, /*#*/2,
1706 OPC_EmitMergeInputChains1_0,
1707 OPC_EmitIntegerI32, 0,
1708 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_F32_A32), 0|OPFL_Chain|OPFL_MemRefs,
1709 4, 24,
1710 16,
1711 OPC_CheckPredicate, 14,
1712 OPC_CheckPredicate, 21,
1713 OPC_CheckPatternPredicate3,
1714 OPC_CheckComplexPat2, /*#*/2,
1715 OPC_EmitMergeInputChains1_0,
1716 OPC_EmitIntegerI32, 0,
1717 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_F16_F32_A32), 0|OPFL_Chain|OPFL_MemRefs,
1718 4, 24,
1719 0,
1720 35,
1721 OPC_CheckChild2TypeI64,
1722 OPC_CheckPredicate4,
1723 OPC_Scope, 13,
1724 OPC_CheckPredicate5,
1725 OPC_CheckPatternPredicate4,
1726 OPC_CheckComplexPat3, /*#*/2,
1727 OPC_EmitMergeInputChains1_0,
1728 OPC_EmitIntegerI32, 0,
1729 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_F32_A64), 0|OPFL_Chain|OPFL_MemRefs,
1730 4, 24,
1731 16,
1732 OPC_CheckPredicate, 14,
1733 OPC_CheckPredicate, 21,
1734 OPC_CheckPatternPredicate4,
1735 OPC_CheckComplexPat3, /*#*/2,
1736 OPC_EmitMergeInputChains1_0,
1737 OPC_EmitIntegerI32, 0,
1738 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_F16_F32_A64), 0|OPFL_Chain|OPFL_MemRefs,
1739 4, 24,
1740 0,
1741 0,
1742 37,
1743 OPC_CheckChild1Type, MVT::f64,
1744 OPC_RecordChild2,
1745 OPC_Scope, 15,
1746 OPC_CheckChild2TypeI32,
1747 OPC_CheckPredicate4,
1748 OPC_CheckPredicate5,
1749 OPC_CheckPatternPredicate3,
1750 OPC_CheckComplexPat2, /*#*/2,
1751 OPC_EmitMergeInputChains1_0,
1752 OPC_EmitIntegerI32, 0,
1753 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_F64_A32), 0|OPFL_Chain|OPFL_MemRefs,
1754 4, 24,
1755 15,
1756 OPC_CheckChild2TypeI64,
1757 OPC_CheckPredicate4,
1758 OPC_CheckPredicate5,
1759 OPC_CheckPatternPredicate4,
1760 OPC_CheckComplexPat3, /*#*/2,
1761 OPC_EmitMergeInputChains1_0,
1762 OPC_EmitIntegerI32, 0,
1763 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_F64_A64), 0|OPFL_Chain|OPFL_MemRefs,
1764 4, 24,
1765 0,
1766 37,
1767 OPC_CheckChild1Type, MVT::v16i8,
1768 OPC_RecordChild2,
1769 OPC_Scope, 15,
1770 OPC_CheckChild2TypeI32,
1771 OPC_CheckPredicate4,
1772 OPC_CheckPredicate5,
1773 OPC_CheckPatternPredicate3,
1774 OPC_CheckComplexPat2, /*#*/2,
1775 OPC_EmitMergeInputChains1_0,
1776 OPC_EmitIntegerI32, 0,
1777 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_V128_A32), 0|OPFL_Chain|OPFL_MemRefs,
1778 4, 24,
1779 15,
1780 OPC_CheckChild2TypeI64,
1781 OPC_CheckPredicate4,
1782 OPC_CheckPredicate5,
1783 OPC_CheckPatternPredicate4,
1784 OPC_CheckComplexPat3, /*#*/2,
1785 OPC_EmitMergeInputChains1_0,
1786 OPC_EmitIntegerI32, 0,
1787 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_V128_A64), 0|OPFL_Chain|OPFL_MemRefs,
1788 4, 24,
1789 0,
1790 37,
1791 OPC_CheckChild1Type, MVT::v8i16,
1792 OPC_RecordChild2,
1793 OPC_Scope, 15,
1794 OPC_CheckChild2TypeI32,
1795 OPC_CheckPredicate4,
1796 OPC_CheckPredicate5,
1797 OPC_CheckPatternPredicate3,
1798 OPC_CheckComplexPat2, /*#*/2,
1799 OPC_EmitMergeInputChains1_0,
1800 OPC_EmitIntegerI32, 0,
1801 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_V128_A32), 0|OPFL_Chain|OPFL_MemRefs,
1802 4, 24,
1803 15,
1804 OPC_CheckChild2TypeI64,
1805 OPC_CheckPredicate4,
1806 OPC_CheckPredicate5,
1807 OPC_CheckPatternPredicate4,
1808 OPC_CheckComplexPat3, /*#*/2,
1809 OPC_EmitMergeInputChains1_0,
1810 OPC_EmitIntegerI32, 0,
1811 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_V128_A64), 0|OPFL_Chain|OPFL_MemRefs,
1812 4, 24,
1813 0,
1814 37,
1815 OPC_CheckChild1Type, MVT::v4i32,
1816 OPC_RecordChild2,
1817 OPC_Scope, 15,
1818 OPC_CheckChild2TypeI32,
1819 OPC_CheckPredicate4,
1820 OPC_CheckPredicate5,
1821 OPC_CheckPatternPredicate3,
1822 OPC_CheckComplexPat2, /*#*/2,
1823 OPC_EmitMergeInputChains1_0,
1824 OPC_EmitIntegerI32, 0,
1825 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_V128_A32), 0|OPFL_Chain|OPFL_MemRefs,
1826 4, 24,
1827 15,
1828 OPC_CheckChild2TypeI64,
1829 OPC_CheckPredicate4,
1830 OPC_CheckPredicate5,
1831 OPC_CheckPatternPredicate4,
1832 OPC_CheckComplexPat3, /*#*/2,
1833 OPC_EmitMergeInputChains1_0,
1834 OPC_EmitIntegerI32, 0,
1835 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_V128_A64), 0|OPFL_Chain|OPFL_MemRefs,
1836 4, 24,
1837 0,
1838 37,
1839 OPC_CheckChild1Type, MVT::v2i64,
1840 OPC_RecordChild2,
1841 OPC_Scope, 15,
1842 OPC_CheckChild2TypeI32,
1843 OPC_CheckPredicate4,
1844 OPC_CheckPredicate5,
1845 OPC_CheckPatternPredicate3,
1846 OPC_CheckComplexPat2, /*#*/2,
1847 OPC_EmitMergeInputChains1_0,
1848 OPC_EmitIntegerI32, 0,
1849 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_V128_A32), 0|OPFL_Chain|OPFL_MemRefs,
1850 4, 24,
1851 15,
1852 OPC_CheckChild2TypeI64,
1853 OPC_CheckPredicate4,
1854 OPC_CheckPredicate5,
1855 OPC_CheckPatternPredicate4,
1856 OPC_CheckComplexPat3, /*#*/2,
1857 OPC_EmitMergeInputChains1_0,
1858 OPC_EmitIntegerI32, 0,
1859 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_V128_A64), 0|OPFL_Chain|OPFL_MemRefs,
1860 4, 24,
1861 0,
1862 38,
1863 OPC_CheckChild1Type, 11|128,1,
1864 OPC_RecordChild2,
1865 OPC_Scope, 15,
1866 OPC_CheckChild2TypeI32,
1867 OPC_CheckPredicate4,
1868 OPC_CheckPredicate5,
1869 OPC_CheckPatternPredicate3,
1870 OPC_CheckComplexPat2, /*#*/2,
1871 OPC_EmitMergeInputChains1_0,
1872 OPC_EmitIntegerI32, 0,
1873 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_V128_A32), 0|OPFL_Chain|OPFL_MemRefs,
1874 4, 24,
1875 15,
1876 OPC_CheckChild2TypeI64,
1877 OPC_CheckPredicate4,
1878 OPC_CheckPredicate5,
1879 OPC_CheckPatternPredicate4,
1880 OPC_CheckComplexPat3, /*#*/2,
1881 OPC_EmitMergeInputChains1_0,
1882 OPC_EmitIntegerI32, 0,
1883 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_V128_A64), 0|OPFL_Chain|OPFL_MemRefs,
1884 4, 24,
1885 0,
1886 38,
1887 OPC_CheckChild1Type, 29|128,1,
1888 OPC_RecordChild2,
1889 OPC_Scope, 15,
1890 OPC_CheckChild2TypeI32,
1891 OPC_CheckPredicate4,
1892 OPC_CheckPredicate5,
1893 OPC_CheckPatternPredicate3,
1894 OPC_CheckComplexPat2, /*#*/2,
1895 OPC_EmitMergeInputChains1_0,
1896 OPC_EmitIntegerI32, 0,
1897 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_V128_A32), 0|OPFL_Chain|OPFL_MemRefs,
1898 4, 24,
1899 15,
1900 OPC_CheckChild2TypeI64,
1901 OPC_CheckPredicate4,
1902 OPC_CheckPredicate5,
1903 OPC_CheckPatternPredicate4,
1904 OPC_CheckComplexPat3, /*#*/2,
1905 OPC_EmitMergeInputChains1_0,
1906 OPC_EmitIntegerI32, 0,
1907 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_V128_A64), 0|OPFL_Chain|OPFL_MemRefs,
1908 4, 24,
1909 0,
1910 37,
1911 OPC_CheckChild1Type, MVT::v8f16,
1912 OPC_RecordChild2,
1913 OPC_Scope, 15,
1914 OPC_CheckChild2TypeI32,
1915 OPC_CheckPredicate4,
1916 OPC_CheckPredicate5,
1917 OPC_CheckPatternPredicate3,
1918 OPC_CheckComplexPat2, /*#*/2,
1919 OPC_EmitMergeInputChains1_0,
1920 OPC_EmitIntegerI32, 0,
1921 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_V128_A32), 0|OPFL_Chain|OPFL_MemRefs,
1922 4, 24,
1923 15,
1924 OPC_CheckChild2TypeI64,
1925 OPC_CheckPredicate4,
1926 OPC_CheckPredicate5,
1927 OPC_CheckPatternPredicate4,
1928 OPC_CheckComplexPat3, /*#*/2,
1929 OPC_EmitMergeInputChains1_0,
1930 OPC_EmitIntegerI32, 0,
1931 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_V128_A64), 0|OPFL_Chain|OPFL_MemRefs,
1932 4, 24,
1933 0,
1934 0,
1935 0,
1936 110|128,1, TARGET_VAL(ISD::INTRINSIC_VOID),
1937 OPC_Scope, 36,
1938 OPC_RecordNode,
1939 OPC_CheckChild1Integer, 16|128,115|128,0,
1940 OPC_MoveChild2,
1941 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
1942 OPC_RecordChild0,
1943 OPC_MoveChild0,
1944 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
1945 OPC_MoveParent,
1946 OPC_MoveSibling3,
1947 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
1948 OPC_RecordChild0,
1949 OPC_MoveChild0,
1950 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
1951 OPC_MoveParent,
1952 OPC_MoveParent,
1953 OPC_RecordChild4,
1954 OPC_RecordChild5,
1955 OPC_RecordChild6,
1956 OPC_CheckPatternPredicate6,
1957 OPC_EmitMergeInputChains1_0,
1958 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::TABLE_COPY),
1959 5, 73,
1960 38,
1961 OPC_RecordMemRef,
1962 OPC_RecordNode,
1963 OPC_CheckChild1Integer, 14|128,115|128,0,
1964 OPC_RecordChild2,
1965 OPC_RecordChild3,
1966 OPC_Scope, 13,
1967 OPC_CheckChild3TypeI32,
1968 OPC_CheckPatternPredicate3,
1969 OPC_CheckComplexPat2, /*#*/2,
1970 OPC_EmitMergeInputChains1_0,
1971 OPC_EmitIntegerI32, 0,
1972 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_F16_F32_A32), 0|OPFL_Chain|OPFL_MemRefs,
1973 4, 24,
1974 13,
1975 OPC_CheckChild3TypeI64,
1976 OPC_CheckPatternPredicate4,
1977 OPC_CheckComplexPat3, /*#*/2,
1978 OPC_EmitMergeInputChains1_0,
1979 OPC_EmitIntegerI32, 0,
1980 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::STORE_F16_F32_A64), 0|OPFL_Chain|OPFL_MemRefs,
1981 4, 24,
1982 0,
1983 30|128,1,
1984 OPC_RecordNode,
1985 OPC_Scope, 24,
1986 OPC_CheckChild1Integer, 28|128,115|128,0,
1987 OPC_MoveChild2,
1988 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
1989 OPC_RecordChild0,
1990 OPC_MoveChild0,
1991 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
1992 OPC_MoveParent,
1993 OPC_MoveParent,
1994 OPC_RecordChild3,
1995 OPC_RecordChild4,
1996 OPC_CheckPatternPredicate6,
1997 OPC_EmitMergeInputChains1_0,
1998 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::TABLE_SET_FUNCREF),
1999 3, 53,
2000 25,
2001 OPC_CheckChild1Integer, 19|128,115|128,0,
2002 OPC_MoveChild2,
2003 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
2004 OPC_RecordChild0,
2005 OPC_MoveChild0,
2006 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
2007 OPC_MoveParent,
2008 OPC_MoveParent,
2009 OPC_RecordChild3,
2010 OPC_RecordChild4,
2011 OPC_RecordChild5,
2012 OPC_CheckPatternPredicate6,
2013 OPC_EmitMergeInputChains1_0,
2014 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::TABLE_FILL_FUNCREF),
2015 4, 65,
2016 24,
2017 OPC_CheckChild1Integer, 27|128,115|128,0,
2018 OPC_MoveChild2,
2019 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
2020 OPC_RecordChild0,
2021 OPC_MoveChild0,
2022 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
2023 OPC_MoveParent,
2024 OPC_MoveParent,
2025 OPC_RecordChild3,
2026 OPC_RecordChild4,
2027 OPC_CheckPatternPredicate6,
2028 OPC_EmitMergeInputChains1_0,
2029 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::TABLE_SET_EXTERNREF),
2030 3, 53,
2031 25,
2032 OPC_CheckChild1Integer, 18|128,115|128,0,
2033 OPC_MoveChild2,
2034 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
2035 OPC_RecordChild0,
2036 OPC_MoveChild0,
2037 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
2038 OPC_MoveParent,
2039 OPC_MoveParent,
2040 OPC_RecordChild3,
2041 OPC_RecordChild4,
2042 OPC_RecordChild5,
2043 OPC_CheckPatternPredicate6,
2044 OPC_EmitMergeInputChains1_0,
2045 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::TABLE_FILL_EXTERNREF),
2046 4, 65,
2047 25,
2048 OPC_CheckChild1Integer, 26|128,115|128,0,
2049 OPC_MoveChild2,
2050 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
2051 OPC_RecordChild0,
2052 OPC_MoveChild0,
2053 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
2054 OPC_MoveParent,
2055 OPC_MoveParent,
2056 OPC_RecordChild3,
2057 OPC_RecordChild4,
2058 OPC_CheckPatternPredicate, 8,
2059 OPC_EmitMergeInputChains1_0,
2060 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::TABLE_SET_EXNREF),
2061 3, 53,
2062 26,
2063 OPC_CheckChild1Integer, 17|128,115|128,0,
2064 OPC_MoveChild2,
2065 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
2066 OPC_RecordChild0,
2067 OPC_MoveChild0,
2068 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
2069 OPC_MoveParent,
2070 OPC_MoveParent,
2071 OPC_RecordChild3,
2072 OPC_RecordChild4,
2073 OPC_RecordChild5,
2074 OPC_CheckPatternPredicate, 8,
2075 OPC_EmitMergeInputChains1_0,
2076 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::TABLE_FILL_EXNREF),
2077 4, 65,
2078 0,
2079 0,
2080 117|128,1, TARGET_VAL(ISD::ATOMIC_STORE),
2081 OPC_RecordMemRef,
2082 OPC_RecordNode,
2083 OPC_Scope, 101,
2084 OPC_MoveChild1,
2085 OPC_CheckOpcode, TARGET_VAL(ISD::TRUNCATE),
2086 OPC_RecordChild0,
2087 OPC_MoveParent,
2088 OPC_RecordChild2,
2089 OPC_Scope, 45,
2090 OPC_CheckChild2TypeI32,
2091 OPC_Scope, 13,
2092 OPC_CheckPredicate1,
2093 OPC_CheckPatternPredicate1,
2094 OPC_CheckComplexPat0, /*#*/2,
2095 OPC_EmitMergeInputChains1_0,
2096 OPC_EmitIntegerI32, 0,
2097 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::ATOMIC_STORE8_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
2098 5, 28,
2099 13,
2100 OPC_CheckPredicate2,
2101 OPC_CheckPatternPredicate1,
2102 OPC_CheckComplexPat0, /*#*/2,
2103 OPC_EmitMergeInputChains1_0,
2104 OPC_EmitIntegerI32, 0,
2105 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::ATOMIC_STORE16_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
2106 5, 28,
2107 13,
2108 OPC_CheckPredicate3,
2109 OPC_CheckPatternPredicate1,
2110 OPC_CheckComplexPat0, /*#*/2,
2111 OPC_EmitMergeInputChains1_0,
2112 OPC_EmitIntegerI32, 0,
2113 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::ATOMIC_STORE32_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
2114 5, 28,
2115 0,
2116 45,
2117 OPC_CheckChild2TypeI64,
2118 OPC_Scope, 13,
2119 OPC_CheckPredicate1,
2120 OPC_CheckPatternPredicate2,
2121 OPC_CheckComplexPat1, /*#*/2,
2122 OPC_EmitMergeInputChains1_0,
2123 OPC_EmitIntegerI32, 0,
2124 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::ATOMIC_STORE8_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
2125 5, 28,
2126 13,
2127 OPC_CheckPredicate2,
2128 OPC_CheckPatternPredicate2,
2129 OPC_CheckComplexPat1, /*#*/2,
2130 OPC_EmitMergeInputChains1_0,
2131 OPC_EmitIntegerI32, 0,
2132 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::ATOMIC_STORE16_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
2133 5, 28,
2134 13,
2135 OPC_CheckPredicate3,
2136 OPC_CheckPatternPredicate2,
2137 OPC_CheckComplexPat1, /*#*/2,
2138 OPC_EmitMergeInputChains1_0,
2139 OPC_EmitIntegerI32, 0,
2140 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::ATOMIC_STORE32_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
2141 5, 28,
2142 0,
2143 0,
2144 9|128,1,
2145 OPC_RecordChild1,
2146 OPC_Scope, 96,
2147 OPC_CheckChild1TypeI32,
2148 OPC_RecordChild2,
2149 OPC_Scope, 45,
2150 OPC_CheckChild2TypeI32,
2151 OPC_Scope, 13,
2152 OPC_CheckPredicate3,
2153 OPC_CheckPatternPredicate1,
2154 OPC_CheckComplexPat0, /*#*/2,
2155 OPC_EmitMergeInputChains1_0,
2156 OPC_EmitIntegerI32, 0,
2157 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::ATOMIC_STORE_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2158 5, 28,
2159 13,
2160 OPC_CheckPredicate1,
2161 OPC_CheckPatternPredicate1,
2162 OPC_CheckComplexPat0, /*#*/2,
2163 OPC_EmitMergeInputChains1_0,
2164 OPC_EmitIntegerI32, 0,
2165 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::ATOMIC_STORE8_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2166 5, 28,
2167 13,
2168 OPC_CheckPredicate2,
2169 OPC_CheckPatternPredicate1,
2170 OPC_CheckComplexPat0, /*#*/2,
2171 OPC_EmitMergeInputChains1_0,
2172 OPC_EmitIntegerI32, 0,
2173 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::ATOMIC_STORE16_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2174 5, 28,
2175 0,
2176 45,
2177 OPC_CheckChild2TypeI64,
2178 OPC_Scope, 13,
2179 OPC_CheckPredicate3,
2180 OPC_CheckPatternPredicate2,
2181 OPC_CheckComplexPat1, /*#*/2,
2182 OPC_EmitMergeInputChains1_0,
2183 OPC_EmitIntegerI32, 0,
2184 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::ATOMIC_STORE_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2185 5, 28,
2186 13,
2187 OPC_CheckPredicate1,
2188 OPC_CheckPatternPredicate2,
2189 OPC_CheckComplexPat1, /*#*/2,
2190 OPC_EmitMergeInputChains1_0,
2191 OPC_EmitIntegerI32, 0,
2192 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::ATOMIC_STORE8_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2193 5, 28,
2194 13,
2195 OPC_CheckPredicate2,
2196 OPC_CheckPatternPredicate2,
2197 OPC_CheckComplexPat1, /*#*/2,
2198 OPC_EmitMergeInputChains1_0,
2199 OPC_EmitIntegerI32, 0,
2200 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::ATOMIC_STORE16_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2201 5, 28,
2202 0,
2203 0,
2204 36,
2205 OPC_CheckChild1TypeI64,
2206 OPC_RecordChild2,
2207 OPC_Scope, 15,
2208 OPC_CheckChild2TypeI32,
2209 OPC_CheckPredicate, 8,
2210 OPC_CheckPatternPredicate1,
2211 OPC_CheckComplexPat0, /*#*/2,
2212 OPC_EmitMergeInputChains1_0,
2213 OPC_EmitIntegerI32, 0,
2214 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::ATOMIC_STORE_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
2215 5, 28,
2216 15,
2217 OPC_CheckChild2TypeI64,
2218 OPC_CheckPredicate, 8,
2219 OPC_CheckPatternPredicate2,
2220 OPC_CheckComplexPat1, /*#*/2,
2221 OPC_EmitMergeInputChains1_0,
2222 OPC_EmitIntegerI32, 0,
2223 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::ATOMIC_STORE_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
2224 5, 28,
2225 0,
2226 0,
2227 0,
2228 56|128,3, TARGET_VAL(ISD::INTRINSIC_W_CHAIN),
2229 OPC_Scope, 12|128,1,
2230 OPC_RecordMemRef,
2231 OPC_RecordNode,
2232 OPC_Scope, 43,
2233 OPC_CheckChild1Integer, 106|128,114|128,0,
2234 OPC_RecordChild2,
2235 OPC_Scope, 17,
2236 OPC_CheckChild2TypeI32,
2237 OPC_RecordChild3,
2238 OPC_CheckPatternPredicate1,
2239 OPC_CheckComplexPat2, /*#*/1,
2240 OPC_EmitMergeInputChains1_0,
2241 OPC_EmitIntegerI32, 0,
2242 OPC_EmitIntegerI32, 0,
2243 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::MEMORY_ATOMIC_NOTIFY_A32), 0|OPFL_Chain|OPFL_MemRefs,
2244 MVT::i32, 5, 47,
2245 17,
2246 OPC_CheckChild2TypeI64,
2247 OPC_RecordChild3,
2248 OPC_CheckPatternPredicate2,
2249 OPC_CheckComplexPat3, /*#*/1,
2250 OPC_EmitMergeInputChains1_0,
2251 OPC_EmitIntegerI32, 0,
2252 OPC_EmitIntegerI32, 0,
2253 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::MEMORY_ATOMIC_NOTIFY_A64), 0|OPFL_Chain|OPFL_MemRefs,
2254 MVT::i32, 5, 47,
2255 0,
2256 45,
2257 OPC_CheckChild1Integer, 107|128,114|128,0,
2258 OPC_RecordChild2,
2259 OPC_Scope, 18,
2260 OPC_CheckChild2TypeI32,
2261 OPC_RecordChild3,
2262 OPC_RecordChild4,
2263 OPC_CheckPatternPredicate1,
2264 OPC_CheckComplexPat2, /*#*/1,
2265 OPC_EmitMergeInputChains1_0,
2266 OPC_EmitIntegerI32, 0,
2267 OPC_EmitIntegerI32, 0,
2268 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::MEMORY_ATOMIC_WAIT32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2269 MVT::i32, 6, 59,
2270 18,
2271 OPC_CheckChild2TypeI64,
2272 OPC_RecordChild3,
2273 OPC_RecordChild4,
2274 OPC_CheckPatternPredicate2,
2275 OPC_CheckComplexPat3, /*#*/1,
2276 OPC_EmitMergeInputChains1_0,
2277 OPC_EmitIntegerI32, 0,
2278 OPC_EmitIntegerI32, 0,
2279 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::MEMORY_ATOMIC_WAIT32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2280 MVT::i32, 6, 59,
2281 0,
2282 45,
2283 OPC_CheckChild1Integer, 108|128,114|128,0,
2284 OPC_RecordChild2,
2285 OPC_Scope, 18,
2286 OPC_CheckChild2TypeI32,
2287 OPC_RecordChild3,
2288 OPC_RecordChild4,
2289 OPC_CheckPatternPredicate1,
2290 OPC_CheckComplexPat2, /*#*/1,
2291 OPC_EmitMergeInputChains1_0,
2292 OPC_EmitIntegerI32, 0,
2293 OPC_EmitIntegerI32, 0,
2294 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::MEMORY_ATOMIC_WAIT64_A32), 0|OPFL_Chain|OPFL_MemRefs,
2295 MVT::i32, 6, 59,
2296 18,
2297 OPC_CheckChild2TypeI64,
2298 OPC_RecordChild3,
2299 OPC_RecordChild4,
2300 OPC_CheckPatternPredicate2,
2301 OPC_CheckComplexPat3, /*#*/1,
2302 OPC_EmitMergeInputChains1_0,
2303 OPC_EmitIntegerI32, 0,
2304 OPC_EmitIntegerI32, 0,
2305 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::MEMORY_ATOMIC_WAIT64_A64), 0|OPFL_Chain|OPFL_MemRefs,
2306 MVT::i32, 6, 59,
2307 0,
2308 0,
2309 126|128,1,
2310 OPC_RecordNode,
2311 OPC_Scope, 25,
2312 OPC_CheckChild1Integer, 22|128,115|128,0,
2313 OPC_MoveChild2,
2314 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
2315 OPC_RecordChild0,
2316 OPC_MoveChild0,
2317 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
2318 OPC_MoveParent,
2319 OPC_MoveParent,
2320 OPC_RecordChild3,
2321 OPC_CheckPatternPredicate6,
2322 OPC_EmitMergeInputChains1_0,
2323 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::TABLE_GET_FUNCREF),
2324 127|128,1, 2, 42,
2325 25,
2326 OPC_CheckChild1Integer, 25|128,115|128,0,
2327 OPC_MoveChild2,
2328 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
2329 OPC_RecordChild0,
2330 OPC_MoveChild0,
2331 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
2332 OPC_MoveParent,
2333 OPC_MoveParent,
2334 OPC_RecordChild3,
2335 OPC_RecordChild4,
2336 OPC_CheckPatternPredicate6,
2337 OPC_EmitMergeInputChains1_0,
2338 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::TABLE_GROW_FUNCREF),
2339 MVT::i32, 3, 53,
2340 25,
2341 OPC_CheckChild1Integer, 21|128,115|128,0,
2342 OPC_MoveChild2,
2343 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
2344 OPC_RecordChild0,
2345 OPC_MoveChild0,
2346 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
2347 OPC_MoveParent,
2348 OPC_MoveParent,
2349 OPC_RecordChild3,
2350 OPC_CheckPatternPredicate6,
2351 OPC_EmitMergeInputChains1_0,
2352 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::TABLE_GET_EXTERNREF),
2353 0|128,2, 2, 42,
2354 25,
2355 OPC_CheckChild1Integer, 24|128,115|128,0,
2356 OPC_MoveChild2,
2357 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
2358 OPC_RecordChild0,
2359 OPC_MoveChild0,
2360 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
2361 OPC_MoveParent,
2362 OPC_MoveParent,
2363 OPC_RecordChild3,
2364 OPC_RecordChild4,
2365 OPC_CheckPatternPredicate6,
2366 OPC_EmitMergeInputChains1_0,
2367 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::TABLE_GROW_EXTERNREF),
2368 MVT::i32, 3, 53,
2369 26,
2370 OPC_CheckChild1Integer, 20|128,115|128,0,
2371 OPC_MoveChild2,
2372 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
2373 OPC_RecordChild0,
2374 OPC_MoveChild0,
2375 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
2376 OPC_MoveParent,
2377 OPC_MoveParent,
2378 OPC_RecordChild3,
2379 OPC_CheckPatternPredicate, 8,
2380 OPC_EmitMergeInputChains1_0,
2381 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::TABLE_GET_EXNREF),
2382 1|128,2, 2, 42,
2383 26,
2384 OPC_CheckChild1Integer, 23|128,115|128,0,
2385 OPC_MoveChild2,
2386 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
2387 OPC_RecordChild0,
2388 OPC_MoveChild0,
2389 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
2390 OPC_MoveParent,
2391 OPC_MoveParent,
2392 OPC_RecordChild3,
2393 OPC_RecordChild4,
2394 OPC_CheckPatternPredicate, 8,
2395 OPC_EmitMergeInputChains1_0,
2396 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::TABLE_GROW_EXNREF),
2397 MVT::i32, 3, 53,
2398 23,
2399 OPC_CheckChild1Integer, 29|128,115|128,0,
2400 OPC_MoveChild2,
2401 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
2402 OPC_RecordChild0,
2403 OPC_MoveChild0,
2404 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
2405 OPC_MoveParent,
2406 OPC_MoveParent,
2407 OPC_CheckPatternPredicate6,
2408 OPC_EmitMergeInputChains1_0,
2409 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::TABLE_SIZE),
2410 MVT::i32, 1, 17,
2411 32,
2412 OPC_CheckChild1Integer, 110|128,114|128,0,
2413 OPC_RecordChild2,
2414 OPC_MoveChild2,
2415 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
2416 OPC_MoveParent,
2417 OPC_SwitchType , 8, MVT::i32,
2418 OPC_EmitMergeInputChains1_0,
2419 OPC_EmitConvertToTarget1,
2420 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::anonymous_14422MEMORY_SIZE_A32),
2421 MVT::i32, 1, 40,
2422 8, MVT::i64,
2423 OPC_EmitMergeInputChains1_0,
2424 OPC_EmitConvertToTarget1,
2425 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::anonymous_14423MEMORY_SIZE_A64),
2426 MVT::i64, 1, 40,
2427 0,
2428 35,
2429 OPC_CheckChild1Integer, 109|128,114|128,0,
2430 OPC_RecordChild2,
2431 OPC_MoveChild2,
2432 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
2433 OPC_MoveParent,
2434 OPC_RecordChild3,
2435 OPC_SwitchType , 9, MVT::i32,
2436 OPC_CheckChild3TypeI32,
2437 OPC_EmitMergeInputChains1_0,
2438 OPC_EmitConvertToTarget1,
2439 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::anonymous_14422MEMORY_GROW_A32),
2440 MVT::i32, 2, 45,
2441 9, MVT::i64,
2442 OPC_CheckChild3TypeI64,
2443 OPC_EmitMergeInputChains1_0,
2444 OPC_EmitConvertToTarget1,
2445 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::anonymous_14423MEMORY_GROW_A64),
2446 MVT::i64, 2, 45,
2447 0,
2448 0,
2449 39,
2450 OPC_RecordMemRef,
2451 OPC_RecordNode,
2452 OPC_CheckChild1Integer, 104|128,114|128,0,
2453 OPC_RecordChild2,
2454 OPC_Scope, 14,
2455 OPC_CheckChild2TypeI32,
2456 OPC_CheckPatternPredicate3,
2457 OPC_CheckComplexPat2, /*#*/1,
2458 OPC_EmitMergeInputChains1_0,
2459 OPC_EmitIntegerI32, 0,
2460 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_F16_F32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2461 MVT::f32, 3, 56,
2462 14,
2463 OPC_CheckChild2TypeI64,
2464 OPC_CheckPatternPredicate4,
2465 OPC_CheckComplexPat3, /*#*/1,
2466 OPC_EmitMergeInputChains1_0,
2467 OPC_EmitIntegerI32, 0,
2468 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_F16_F32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2469 MVT::f32, 3, 56,
2470 0,
2471 0,
2472 33|128,1, TARGET_VAL(ISD::ATOMIC_LOAD),
2473 OPC_RecordMemRef,
2474 OPC_RecordNode,
2475 OPC_RecordChild1,
2476 OPC_Scope, 77,
2477 OPC_CheckChild1TypeI32,
2478 OPC_Scope, 37,
2479 OPC_CheckPredicate, 26,
2480 OPC_SwitchType , 14, MVT::i32,
2481 OPC_CheckPredicate3,
2482 OPC_CheckPatternPredicate1,
2483 OPC_CheckComplexPat0, /*#*/1,
2484 OPC_EmitMergeInputChains1_0,
2485 OPC_EmitIntegerI32, 0,
2486 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_LOAD_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2487 MVT::i32, 4, 61,
2488 15, MVT::i64,
2489 OPC_CheckPredicate, 8,
2490 OPC_CheckPatternPredicate1,
2491 OPC_CheckComplexPat0, /*#*/1,
2492 OPC_EmitMergeInputChains1_0,
2493 OPC_EmitIntegerI32, 0,
2494 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_LOAD_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
2495 MVT::i64, 4, 61,
2496 0,
2497 35,
2498 OPC_CheckPredicate, 13,
2499 OPC_CheckTypeI32,
2500 OPC_Scope, 14,
2501 OPC_CheckPredicate1,
2502 OPC_CheckPatternPredicate1,
2503 OPC_CheckComplexPat0, /*#*/1,
2504 OPC_EmitMergeInputChains1_0,
2505 OPC_EmitIntegerI32, 0,
2506 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_LOAD8_U_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2507 MVT::i32, 4, 61,
2508 14,
2509 OPC_CheckPredicate2,
2510 OPC_CheckPatternPredicate1,
2511 OPC_CheckComplexPat0, /*#*/1,
2512 OPC_EmitMergeInputChains1_0,
2513 OPC_EmitIntegerI32, 0,
2514 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_LOAD16_U_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2515 MVT::i32, 4, 61,
2516 0,
2517 0,
2518 77,
2519 OPC_CheckChild1TypeI64,
2520 OPC_Scope, 37,
2521 OPC_CheckPredicate, 26,
2522 OPC_SwitchType , 14, MVT::i32,
2523 OPC_CheckPredicate3,
2524 OPC_CheckPatternPredicate2,
2525 OPC_CheckComplexPat1, /*#*/1,
2526 OPC_EmitMergeInputChains1_0,
2527 OPC_EmitIntegerI32, 0,
2528 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_LOAD_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2529 MVT::i32, 4, 61,
2530 15, MVT::i64,
2531 OPC_CheckPredicate, 8,
2532 OPC_CheckPatternPredicate2,
2533 OPC_CheckComplexPat1, /*#*/1,
2534 OPC_EmitMergeInputChains1_0,
2535 OPC_EmitIntegerI32, 0,
2536 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_LOAD_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
2537 MVT::i64, 4, 61,
2538 0,
2539 35,
2540 OPC_CheckPredicate, 13,
2541 OPC_CheckTypeI32,
2542 OPC_Scope, 14,
2543 OPC_CheckPredicate1,
2544 OPC_CheckPatternPredicate2,
2545 OPC_CheckComplexPat1, /*#*/1,
2546 OPC_EmitMergeInputChains1_0,
2547 OPC_EmitIntegerI32, 0,
2548 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_LOAD8_U_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2549 MVT::i32, 4, 61,
2550 14,
2551 OPC_CheckPredicate2,
2552 OPC_CheckPatternPredicate2,
2553 OPC_CheckComplexPat1, /*#*/1,
2554 OPC_EmitMergeInputChains1_0,
2555 OPC_EmitIntegerI32, 0,
2556 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_LOAD16_U_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2557 MVT::i32, 4, 61,
2558 0,
2559 0,
2560 0,
2561 79|128,1, TARGET_VAL(ISD::ATOMIC_LOAD_ADD),
2562 OPC_RecordMemRef,
2563 OPC_RecordNode,
2564 OPC_RecordChild1,
2565 OPC_Scope, 100,
2566 OPC_CheckChild1TypeI32,
2567 OPC_RecordChild2,
2568 OPC_SwitchType , 77, MVT::i32,
2569 OPC_Scope, 14,
2570 OPC_CheckPredicate3,
2571 OPC_CheckPatternPredicate1,
2572 OPC_CheckComplexPat0, /*#*/1,
2573 OPC_EmitMergeInputChains1_0,
2574 OPC_EmitIntegerI32, 0,
2575 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_ADD_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2576 MVT::i32, 5, 47,
2577 14,
2578 OPC_CheckPredicate1,
2579 OPC_CheckPatternPredicate1,
2580 OPC_CheckComplexPat0, /*#*/1,
2581 OPC_EmitMergeInputChains1_0,
2582 OPC_EmitIntegerI32, 0,
2583 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_ADD_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2584 MVT::i32, 5, 47,
2585 14,
2586 OPC_CheckPredicate2,
2587 OPC_CheckPatternPredicate1,
2588 OPC_CheckComplexPat0, /*#*/1,
2589 OPC_EmitMergeInputChains1_0,
2590 OPC_EmitIntegerI32, 0,
2591 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_ADD_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2592 MVT::i32, 5, 47,
2593 14,
2594 OPC_CheckPredicate1,
2595 OPC_CheckPatternPredicate1,
2596 OPC_CheckComplexPat0, /*#*/1,
2597 OPC_EmitMergeInputChains1_0,
2598 OPC_EmitIntegerI32, 0,
2599 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_ADD_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2600 MVT::i32, 5, 47,
2601 14,
2602 OPC_CheckPredicate2,
2603 OPC_CheckPatternPredicate1,
2604 OPC_CheckComplexPat0, /*#*/1,
2605 OPC_EmitMergeInputChains1_0,
2606 OPC_EmitIntegerI32, 0,
2607 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_ADD_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2608 MVT::i32, 5, 47,
2609 0,
2610 15, MVT::i64,
2611 OPC_CheckPredicate, 8,
2612 OPC_CheckPatternPredicate1,
2613 OPC_CheckComplexPat0, /*#*/1,
2614 OPC_EmitMergeInputChains1_0,
2615 OPC_EmitIntegerI32, 0,
2616 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_ADD_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
2617 MVT::i64, 5, 47,
2618 0,
2619 100,
2620 OPC_CheckChild1TypeI64,
2621 OPC_RecordChild2,
2622 OPC_SwitchType , 77, MVT::i32,
2623 OPC_Scope, 14,
2624 OPC_CheckPredicate3,
2625 OPC_CheckPatternPredicate2,
2626 OPC_CheckComplexPat1, /*#*/1,
2627 OPC_EmitMergeInputChains1_0,
2628 OPC_EmitIntegerI32, 0,
2629 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_ADD_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2630 MVT::i32, 5, 47,
2631 14,
2632 OPC_CheckPredicate1,
2633 OPC_CheckPatternPredicate2,
2634 OPC_CheckComplexPat1, /*#*/1,
2635 OPC_EmitMergeInputChains1_0,
2636 OPC_EmitIntegerI32, 0,
2637 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_ADD_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2638 MVT::i32, 5, 47,
2639 14,
2640 OPC_CheckPredicate2,
2641 OPC_CheckPatternPredicate2,
2642 OPC_CheckComplexPat1, /*#*/1,
2643 OPC_EmitMergeInputChains1_0,
2644 OPC_EmitIntegerI32, 0,
2645 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_ADD_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2646 MVT::i32, 5, 47,
2647 14,
2648 OPC_CheckPredicate1,
2649 OPC_CheckPatternPredicate2,
2650 OPC_CheckComplexPat1, /*#*/1,
2651 OPC_EmitMergeInputChains1_0,
2652 OPC_EmitIntegerI32, 0,
2653 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_ADD_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2654 MVT::i32, 5, 47,
2655 14,
2656 OPC_CheckPredicate2,
2657 OPC_CheckPatternPredicate2,
2658 OPC_CheckComplexPat1, /*#*/1,
2659 OPC_EmitMergeInputChains1_0,
2660 OPC_EmitIntegerI32, 0,
2661 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_ADD_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2662 MVT::i32, 5, 47,
2663 0,
2664 15, MVT::i64,
2665 OPC_CheckPredicate, 8,
2666 OPC_CheckPatternPredicate2,
2667 OPC_CheckComplexPat1, /*#*/1,
2668 OPC_EmitMergeInputChains1_0,
2669 OPC_EmitIntegerI32, 0,
2670 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_ADD_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
2671 MVT::i64, 5, 47,
2672 0,
2673 0,
2674 79|128,1, TARGET_VAL(ISD::ATOMIC_LOAD_SUB),
2675 OPC_RecordMemRef,
2676 OPC_RecordNode,
2677 OPC_RecordChild1,
2678 OPC_Scope, 100,
2679 OPC_CheckChild1TypeI32,
2680 OPC_RecordChild2,
2681 OPC_SwitchType , 77, MVT::i32,
2682 OPC_Scope, 14,
2683 OPC_CheckPredicate3,
2684 OPC_CheckPatternPredicate1,
2685 OPC_CheckComplexPat0, /*#*/1,
2686 OPC_EmitMergeInputChains1_0,
2687 OPC_EmitIntegerI32, 0,
2688 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_SUB_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2689 MVT::i32, 5, 47,
2690 14,
2691 OPC_CheckPredicate1,
2692 OPC_CheckPatternPredicate1,
2693 OPC_CheckComplexPat0, /*#*/1,
2694 OPC_EmitMergeInputChains1_0,
2695 OPC_EmitIntegerI32, 0,
2696 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_SUB_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2697 MVT::i32, 5, 47,
2698 14,
2699 OPC_CheckPredicate2,
2700 OPC_CheckPatternPredicate1,
2701 OPC_CheckComplexPat0, /*#*/1,
2702 OPC_EmitMergeInputChains1_0,
2703 OPC_EmitIntegerI32, 0,
2704 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_SUB_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2705 MVT::i32, 5, 47,
2706 14,
2707 OPC_CheckPredicate1,
2708 OPC_CheckPatternPredicate1,
2709 OPC_CheckComplexPat0, /*#*/1,
2710 OPC_EmitMergeInputChains1_0,
2711 OPC_EmitIntegerI32, 0,
2712 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_SUB_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2713 MVT::i32, 5, 47,
2714 14,
2715 OPC_CheckPredicate2,
2716 OPC_CheckPatternPredicate1,
2717 OPC_CheckComplexPat0, /*#*/1,
2718 OPC_EmitMergeInputChains1_0,
2719 OPC_EmitIntegerI32, 0,
2720 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_SUB_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2721 MVT::i32, 5, 47,
2722 0,
2723 15, MVT::i64,
2724 OPC_CheckPredicate, 8,
2725 OPC_CheckPatternPredicate1,
2726 OPC_CheckComplexPat0, /*#*/1,
2727 OPC_EmitMergeInputChains1_0,
2728 OPC_EmitIntegerI32, 0,
2729 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_SUB_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
2730 MVT::i64, 5, 47,
2731 0,
2732 100,
2733 OPC_CheckChild1TypeI64,
2734 OPC_RecordChild2,
2735 OPC_SwitchType , 77, MVT::i32,
2736 OPC_Scope, 14,
2737 OPC_CheckPredicate3,
2738 OPC_CheckPatternPredicate2,
2739 OPC_CheckComplexPat1, /*#*/1,
2740 OPC_EmitMergeInputChains1_0,
2741 OPC_EmitIntegerI32, 0,
2742 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_SUB_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2743 MVT::i32, 5, 47,
2744 14,
2745 OPC_CheckPredicate1,
2746 OPC_CheckPatternPredicate2,
2747 OPC_CheckComplexPat1, /*#*/1,
2748 OPC_EmitMergeInputChains1_0,
2749 OPC_EmitIntegerI32, 0,
2750 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_SUB_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2751 MVT::i32, 5, 47,
2752 14,
2753 OPC_CheckPredicate2,
2754 OPC_CheckPatternPredicate2,
2755 OPC_CheckComplexPat1, /*#*/1,
2756 OPC_EmitMergeInputChains1_0,
2757 OPC_EmitIntegerI32, 0,
2758 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_SUB_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2759 MVT::i32, 5, 47,
2760 14,
2761 OPC_CheckPredicate1,
2762 OPC_CheckPatternPredicate2,
2763 OPC_CheckComplexPat1, /*#*/1,
2764 OPC_EmitMergeInputChains1_0,
2765 OPC_EmitIntegerI32, 0,
2766 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_SUB_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2767 MVT::i32, 5, 47,
2768 14,
2769 OPC_CheckPredicate2,
2770 OPC_CheckPatternPredicate2,
2771 OPC_CheckComplexPat1, /*#*/1,
2772 OPC_EmitMergeInputChains1_0,
2773 OPC_EmitIntegerI32, 0,
2774 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_SUB_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2775 MVT::i32, 5, 47,
2776 0,
2777 15, MVT::i64,
2778 OPC_CheckPredicate, 8,
2779 OPC_CheckPatternPredicate2,
2780 OPC_CheckComplexPat1, /*#*/1,
2781 OPC_EmitMergeInputChains1_0,
2782 OPC_EmitIntegerI32, 0,
2783 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_SUB_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
2784 MVT::i64, 5, 47,
2785 0,
2786 0,
2787 79|128,1, TARGET_VAL(ISD::ATOMIC_LOAD_AND),
2788 OPC_RecordMemRef,
2789 OPC_RecordNode,
2790 OPC_RecordChild1,
2791 OPC_Scope, 100,
2792 OPC_CheckChild1TypeI32,
2793 OPC_RecordChild2,
2794 OPC_SwitchType , 77, MVT::i32,
2795 OPC_Scope, 14,
2796 OPC_CheckPredicate3,
2797 OPC_CheckPatternPredicate1,
2798 OPC_CheckComplexPat0, /*#*/1,
2799 OPC_EmitMergeInputChains1_0,
2800 OPC_EmitIntegerI32, 0,
2801 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_AND_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2802 MVT::i32, 5, 47,
2803 14,
2804 OPC_CheckPredicate1,
2805 OPC_CheckPatternPredicate1,
2806 OPC_CheckComplexPat0, /*#*/1,
2807 OPC_EmitMergeInputChains1_0,
2808 OPC_EmitIntegerI32, 0,
2809 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_AND_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2810 MVT::i32, 5, 47,
2811 14,
2812 OPC_CheckPredicate2,
2813 OPC_CheckPatternPredicate1,
2814 OPC_CheckComplexPat0, /*#*/1,
2815 OPC_EmitMergeInputChains1_0,
2816 OPC_EmitIntegerI32, 0,
2817 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_AND_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2818 MVT::i32, 5, 47,
2819 14,
2820 OPC_CheckPredicate1,
2821 OPC_CheckPatternPredicate1,
2822 OPC_CheckComplexPat0, /*#*/1,
2823 OPC_EmitMergeInputChains1_0,
2824 OPC_EmitIntegerI32, 0,
2825 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_AND_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2826 MVT::i32, 5, 47,
2827 14,
2828 OPC_CheckPredicate2,
2829 OPC_CheckPatternPredicate1,
2830 OPC_CheckComplexPat0, /*#*/1,
2831 OPC_EmitMergeInputChains1_0,
2832 OPC_EmitIntegerI32, 0,
2833 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_AND_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2834 MVT::i32, 5, 47,
2835 0,
2836 15, MVT::i64,
2837 OPC_CheckPredicate, 8,
2838 OPC_CheckPatternPredicate1,
2839 OPC_CheckComplexPat0, /*#*/1,
2840 OPC_EmitMergeInputChains1_0,
2841 OPC_EmitIntegerI32, 0,
2842 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_AND_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
2843 MVT::i64, 5, 47,
2844 0,
2845 100,
2846 OPC_CheckChild1TypeI64,
2847 OPC_RecordChild2,
2848 OPC_SwitchType , 77, MVT::i32,
2849 OPC_Scope, 14,
2850 OPC_CheckPredicate3,
2851 OPC_CheckPatternPredicate2,
2852 OPC_CheckComplexPat1, /*#*/1,
2853 OPC_EmitMergeInputChains1_0,
2854 OPC_EmitIntegerI32, 0,
2855 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_AND_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2856 MVT::i32, 5, 47,
2857 14,
2858 OPC_CheckPredicate1,
2859 OPC_CheckPatternPredicate2,
2860 OPC_CheckComplexPat1, /*#*/1,
2861 OPC_EmitMergeInputChains1_0,
2862 OPC_EmitIntegerI32, 0,
2863 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_AND_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2864 MVT::i32, 5, 47,
2865 14,
2866 OPC_CheckPredicate2,
2867 OPC_CheckPatternPredicate2,
2868 OPC_CheckComplexPat1, /*#*/1,
2869 OPC_EmitMergeInputChains1_0,
2870 OPC_EmitIntegerI32, 0,
2871 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_AND_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2872 MVT::i32, 5, 47,
2873 14,
2874 OPC_CheckPredicate1,
2875 OPC_CheckPatternPredicate2,
2876 OPC_CheckComplexPat1, /*#*/1,
2877 OPC_EmitMergeInputChains1_0,
2878 OPC_EmitIntegerI32, 0,
2879 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_AND_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2880 MVT::i32, 5, 47,
2881 14,
2882 OPC_CheckPredicate2,
2883 OPC_CheckPatternPredicate2,
2884 OPC_CheckComplexPat1, /*#*/1,
2885 OPC_EmitMergeInputChains1_0,
2886 OPC_EmitIntegerI32, 0,
2887 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_AND_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2888 MVT::i32, 5, 47,
2889 0,
2890 15, MVT::i64,
2891 OPC_CheckPredicate, 8,
2892 OPC_CheckPatternPredicate2,
2893 OPC_CheckComplexPat1, /*#*/1,
2894 OPC_EmitMergeInputChains1_0,
2895 OPC_EmitIntegerI32, 0,
2896 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_AND_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
2897 MVT::i64, 5, 47,
2898 0,
2899 0,
2900 79|128,1, TARGET_VAL(ISD::ATOMIC_LOAD_OR),
2901 OPC_RecordMemRef,
2902 OPC_RecordNode,
2903 OPC_RecordChild1,
2904 OPC_Scope, 100,
2905 OPC_CheckChild1TypeI32,
2906 OPC_RecordChild2,
2907 OPC_SwitchType , 77, MVT::i32,
2908 OPC_Scope, 14,
2909 OPC_CheckPredicate3,
2910 OPC_CheckPatternPredicate1,
2911 OPC_CheckComplexPat0, /*#*/1,
2912 OPC_EmitMergeInputChains1_0,
2913 OPC_EmitIntegerI32, 0,
2914 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_OR_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2915 MVT::i32, 5, 47,
2916 14,
2917 OPC_CheckPredicate1,
2918 OPC_CheckPatternPredicate1,
2919 OPC_CheckComplexPat0, /*#*/1,
2920 OPC_EmitMergeInputChains1_0,
2921 OPC_EmitIntegerI32, 0,
2922 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_OR_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2923 MVT::i32, 5, 47,
2924 14,
2925 OPC_CheckPredicate2,
2926 OPC_CheckPatternPredicate1,
2927 OPC_CheckComplexPat0, /*#*/1,
2928 OPC_EmitMergeInputChains1_0,
2929 OPC_EmitIntegerI32, 0,
2930 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_OR_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2931 MVT::i32, 5, 47,
2932 14,
2933 OPC_CheckPredicate1,
2934 OPC_CheckPatternPredicate1,
2935 OPC_CheckComplexPat0, /*#*/1,
2936 OPC_EmitMergeInputChains1_0,
2937 OPC_EmitIntegerI32, 0,
2938 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_OR_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2939 MVT::i32, 5, 47,
2940 14,
2941 OPC_CheckPredicate2,
2942 OPC_CheckPatternPredicate1,
2943 OPC_CheckComplexPat0, /*#*/1,
2944 OPC_EmitMergeInputChains1_0,
2945 OPC_EmitIntegerI32, 0,
2946 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_OR_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2947 MVT::i32, 5, 47,
2948 0,
2949 15, MVT::i64,
2950 OPC_CheckPredicate, 8,
2951 OPC_CheckPatternPredicate1,
2952 OPC_CheckComplexPat0, /*#*/1,
2953 OPC_EmitMergeInputChains1_0,
2954 OPC_EmitIntegerI32, 0,
2955 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_OR_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
2956 MVT::i64, 5, 47,
2957 0,
2958 100,
2959 OPC_CheckChild1TypeI64,
2960 OPC_RecordChild2,
2961 OPC_SwitchType , 77, MVT::i32,
2962 OPC_Scope, 14,
2963 OPC_CheckPredicate3,
2964 OPC_CheckPatternPredicate2,
2965 OPC_CheckComplexPat1, /*#*/1,
2966 OPC_EmitMergeInputChains1_0,
2967 OPC_EmitIntegerI32, 0,
2968 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_OR_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2969 MVT::i32, 5, 47,
2970 14,
2971 OPC_CheckPredicate1,
2972 OPC_CheckPatternPredicate2,
2973 OPC_CheckComplexPat1, /*#*/1,
2974 OPC_EmitMergeInputChains1_0,
2975 OPC_EmitIntegerI32, 0,
2976 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_OR_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2977 MVT::i32, 5, 47,
2978 14,
2979 OPC_CheckPredicate2,
2980 OPC_CheckPatternPredicate2,
2981 OPC_CheckComplexPat1, /*#*/1,
2982 OPC_EmitMergeInputChains1_0,
2983 OPC_EmitIntegerI32, 0,
2984 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_OR_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2985 MVT::i32, 5, 47,
2986 14,
2987 OPC_CheckPredicate1,
2988 OPC_CheckPatternPredicate2,
2989 OPC_CheckComplexPat1, /*#*/1,
2990 OPC_EmitMergeInputChains1_0,
2991 OPC_EmitIntegerI32, 0,
2992 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_OR_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2993 MVT::i32, 5, 47,
2994 14,
2995 OPC_CheckPredicate2,
2996 OPC_CheckPatternPredicate2,
2997 OPC_CheckComplexPat1, /*#*/1,
2998 OPC_EmitMergeInputChains1_0,
2999 OPC_EmitIntegerI32, 0,
3000 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_OR_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
3001 MVT::i32, 5, 47,
3002 0,
3003 15, MVT::i64,
3004 OPC_CheckPredicate, 8,
3005 OPC_CheckPatternPredicate2,
3006 OPC_CheckComplexPat1, /*#*/1,
3007 OPC_EmitMergeInputChains1_0,
3008 OPC_EmitIntegerI32, 0,
3009 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_OR_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
3010 MVT::i64, 5, 47,
3011 0,
3012 0,
3013 79|128,1, TARGET_VAL(ISD::ATOMIC_LOAD_XOR),
3014 OPC_RecordMemRef,
3015 OPC_RecordNode,
3016 OPC_RecordChild1,
3017 OPC_Scope, 100,
3018 OPC_CheckChild1TypeI32,
3019 OPC_RecordChild2,
3020 OPC_SwitchType , 77, MVT::i32,
3021 OPC_Scope, 14,
3022 OPC_CheckPredicate3,
3023 OPC_CheckPatternPredicate1,
3024 OPC_CheckComplexPat0, /*#*/1,
3025 OPC_EmitMergeInputChains1_0,
3026 OPC_EmitIntegerI32, 0,
3027 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_XOR_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
3028 MVT::i32, 5, 47,
3029 14,
3030 OPC_CheckPredicate1,
3031 OPC_CheckPatternPredicate1,
3032 OPC_CheckComplexPat0, /*#*/1,
3033 OPC_EmitMergeInputChains1_0,
3034 OPC_EmitIntegerI32, 0,
3035 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_XOR_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
3036 MVT::i32, 5, 47,
3037 14,
3038 OPC_CheckPredicate2,
3039 OPC_CheckPatternPredicate1,
3040 OPC_CheckComplexPat0, /*#*/1,
3041 OPC_EmitMergeInputChains1_0,
3042 OPC_EmitIntegerI32, 0,
3043 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_XOR_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
3044 MVT::i32, 5, 47,
3045 14,
3046 OPC_CheckPredicate1,
3047 OPC_CheckPatternPredicate1,
3048 OPC_CheckComplexPat0, /*#*/1,
3049 OPC_EmitMergeInputChains1_0,
3050 OPC_EmitIntegerI32, 0,
3051 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_XOR_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
3052 MVT::i32, 5, 47,
3053 14,
3054 OPC_CheckPredicate2,
3055 OPC_CheckPatternPredicate1,
3056 OPC_CheckComplexPat0, /*#*/1,
3057 OPC_EmitMergeInputChains1_0,
3058 OPC_EmitIntegerI32, 0,
3059 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_XOR_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
3060 MVT::i32, 5, 47,
3061 0,
3062 15, MVT::i64,
3063 OPC_CheckPredicate, 8,
3064 OPC_CheckPatternPredicate1,
3065 OPC_CheckComplexPat0, /*#*/1,
3066 OPC_EmitMergeInputChains1_0,
3067 OPC_EmitIntegerI32, 0,
3068 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_XOR_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
3069 MVT::i64, 5, 47,
3070 0,
3071 100,
3072 OPC_CheckChild1TypeI64,
3073 OPC_RecordChild2,
3074 OPC_SwitchType , 77, MVT::i32,
3075 OPC_Scope, 14,
3076 OPC_CheckPredicate3,
3077 OPC_CheckPatternPredicate2,
3078 OPC_CheckComplexPat1, /*#*/1,
3079 OPC_EmitMergeInputChains1_0,
3080 OPC_EmitIntegerI32, 0,
3081 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_XOR_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
3082 MVT::i32, 5, 47,
3083 14,
3084 OPC_CheckPredicate1,
3085 OPC_CheckPatternPredicate2,
3086 OPC_CheckComplexPat1, /*#*/1,
3087 OPC_EmitMergeInputChains1_0,
3088 OPC_EmitIntegerI32, 0,
3089 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_XOR_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
3090 MVT::i32, 5, 47,
3091 14,
3092 OPC_CheckPredicate2,
3093 OPC_CheckPatternPredicate2,
3094 OPC_CheckComplexPat1, /*#*/1,
3095 OPC_EmitMergeInputChains1_0,
3096 OPC_EmitIntegerI32, 0,
3097 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_XOR_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
3098 MVT::i32, 5, 47,
3099 14,
3100 OPC_CheckPredicate1,
3101 OPC_CheckPatternPredicate2,
3102 OPC_CheckComplexPat1, /*#*/1,
3103 OPC_EmitMergeInputChains1_0,
3104 OPC_EmitIntegerI32, 0,
3105 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_XOR_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
3106 MVT::i32, 5, 47,
3107 14,
3108 OPC_CheckPredicate2,
3109 OPC_CheckPatternPredicate2,
3110 OPC_CheckComplexPat1, /*#*/1,
3111 OPC_EmitMergeInputChains1_0,
3112 OPC_EmitIntegerI32, 0,
3113 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_XOR_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
3114 MVT::i32, 5, 47,
3115 0,
3116 15, MVT::i64,
3117 OPC_CheckPredicate, 8,
3118 OPC_CheckPatternPredicate2,
3119 OPC_CheckComplexPat1, /*#*/1,
3120 OPC_EmitMergeInputChains1_0,
3121 OPC_EmitIntegerI32, 0,
3122 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_XOR_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
3123 MVT::i64, 5, 47,
3124 0,
3125 0,
3126 79|128,1, TARGET_VAL(ISD::ATOMIC_SWAP),
3127 OPC_RecordMemRef,
3128 OPC_RecordNode,
3129 OPC_RecordChild1,
3130 OPC_Scope, 100,
3131 OPC_CheckChild1TypeI32,
3132 OPC_RecordChild2,
3133 OPC_SwitchType , 77, MVT::i32,
3134 OPC_Scope, 14,
3135 OPC_CheckPredicate3,
3136 OPC_CheckPatternPredicate1,
3137 OPC_CheckComplexPat0, /*#*/1,
3138 OPC_EmitMergeInputChains1_0,
3139 OPC_EmitIntegerI32, 0,
3140 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_XCHG_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
3141 MVT::i32, 5, 47,
3142 14,
3143 OPC_CheckPredicate1,
3144 OPC_CheckPatternPredicate1,
3145 OPC_CheckComplexPat0, /*#*/1,
3146 OPC_EmitMergeInputChains1_0,
3147 OPC_EmitIntegerI32, 0,
3148 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_XCHG_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
3149 MVT::i32, 5, 47,
3150 14,
3151 OPC_CheckPredicate2,
3152 OPC_CheckPatternPredicate1,
3153 OPC_CheckComplexPat0, /*#*/1,
3154 OPC_EmitMergeInputChains1_0,
3155 OPC_EmitIntegerI32, 0,
3156 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_XCHG_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
3157 MVT::i32, 5, 47,
3158 14,
3159 OPC_CheckPredicate1,
3160 OPC_CheckPatternPredicate1,
3161 OPC_CheckComplexPat0, /*#*/1,
3162 OPC_EmitMergeInputChains1_0,
3163 OPC_EmitIntegerI32, 0,
3164 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_XCHG_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
3165 MVT::i32, 5, 47,
3166 14,
3167 OPC_CheckPredicate2,
3168 OPC_CheckPatternPredicate1,
3169 OPC_CheckComplexPat0, /*#*/1,
3170 OPC_EmitMergeInputChains1_0,
3171 OPC_EmitIntegerI32, 0,
3172 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_XCHG_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
3173 MVT::i32, 5, 47,
3174 0,
3175 15, MVT::i64,
3176 OPC_CheckPredicate, 8,
3177 OPC_CheckPatternPredicate1,
3178 OPC_CheckComplexPat0, /*#*/1,
3179 OPC_EmitMergeInputChains1_0,
3180 OPC_EmitIntegerI32, 0,
3181 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_XCHG_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
3182 MVT::i64, 5, 47,
3183 0,
3184 100,
3185 OPC_CheckChild1TypeI64,
3186 OPC_RecordChild2,
3187 OPC_SwitchType , 77, MVT::i32,
3188 OPC_Scope, 14,
3189 OPC_CheckPredicate3,
3190 OPC_CheckPatternPredicate2,
3191 OPC_CheckComplexPat1, /*#*/1,
3192 OPC_EmitMergeInputChains1_0,
3193 OPC_EmitIntegerI32, 0,
3194 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_XCHG_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
3195 MVT::i32, 5, 47,
3196 14,
3197 OPC_CheckPredicate1,
3198 OPC_CheckPatternPredicate2,
3199 OPC_CheckComplexPat1, /*#*/1,
3200 OPC_EmitMergeInputChains1_0,
3201 OPC_EmitIntegerI32, 0,
3202 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_XCHG_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
3203 MVT::i32, 5, 47,
3204 14,
3205 OPC_CheckPredicate2,
3206 OPC_CheckPatternPredicate2,
3207 OPC_CheckComplexPat1, /*#*/1,
3208 OPC_EmitMergeInputChains1_0,
3209 OPC_EmitIntegerI32, 0,
3210 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_XCHG_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
3211 MVT::i32, 5, 47,
3212 14,
3213 OPC_CheckPredicate1,
3214 OPC_CheckPatternPredicate2,
3215 OPC_CheckComplexPat1, /*#*/1,
3216 OPC_EmitMergeInputChains1_0,
3217 OPC_EmitIntegerI32, 0,
3218 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_XCHG_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
3219 MVT::i32, 5, 47,
3220 14,
3221 OPC_CheckPredicate2,
3222 OPC_CheckPatternPredicate2,
3223 OPC_CheckComplexPat1, /*#*/1,
3224 OPC_EmitMergeInputChains1_0,
3225 OPC_EmitIntegerI32, 0,
3226 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_XCHG_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
3227 MVT::i32, 5, 47,
3228 0,
3229 15, MVT::i64,
3230 OPC_CheckPredicate, 8,
3231 OPC_CheckPatternPredicate2,
3232 OPC_CheckComplexPat1, /*#*/1,
3233 OPC_EmitMergeInputChains1_0,
3234 OPC_EmitIntegerI32, 0,
3235 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_XCHG_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
3236 MVT::i64, 5, 47,
3237 0,
3238 0,
3239 81|128,1, TARGET_VAL(ISD::ATOMIC_CMP_SWAP),
3240 OPC_RecordMemRef,
3241 OPC_RecordNode,
3242 OPC_RecordChild1,
3243 OPC_Scope, 101,
3244 OPC_CheckChild1TypeI32,
3245 OPC_RecordChild2,
3246 OPC_RecordChild3,
3247 OPC_SwitchType , 77, MVT::i32,
3248 OPC_Scope, 14,
3249 OPC_CheckPredicate3,
3250 OPC_CheckPatternPredicate1,
3251 OPC_CheckComplexPat0, /*#*/1,
3252 OPC_EmitMergeInputChains1_0,
3253 OPC_EmitIntegerI32, 0,
3254 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_CMPXCHG_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
3255 MVT::i32, 6, 59,
3256 14,
3257 OPC_CheckPredicate1,
3258 OPC_CheckPatternPredicate1,
3259 OPC_CheckComplexPat0, /*#*/1,
3260 OPC_EmitMergeInputChains1_0,
3261 OPC_EmitIntegerI32, 0,
3262 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_CMPXCHG_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
3263 MVT::i32, 6, 59,
3264 14,
3265 OPC_CheckPredicate2,
3266 OPC_CheckPatternPredicate1,
3267 OPC_CheckComplexPat0, /*#*/1,
3268 OPC_EmitMergeInputChains1_0,
3269 OPC_EmitIntegerI32, 0,
3270 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_CMPXCHG_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
3271 MVT::i32, 6, 59,
3272 14,
3273 OPC_CheckPredicate1,
3274 OPC_CheckPatternPredicate1,
3275 OPC_CheckComplexPat0, /*#*/1,
3276 OPC_EmitMergeInputChains1_0,
3277 OPC_EmitIntegerI32, 0,
3278 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_CMPXCHG_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
3279 MVT::i32, 6, 59,
3280 14,
3281 OPC_CheckPredicate2,
3282 OPC_CheckPatternPredicate1,
3283 OPC_CheckComplexPat0, /*#*/1,
3284 OPC_EmitMergeInputChains1_0,
3285 OPC_EmitIntegerI32, 0,
3286 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_CMPXCHG_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
3287 MVT::i32, 6, 59,
3288 0,
3289 15, MVT::i64,
3290 OPC_CheckPredicate, 8,
3291 OPC_CheckPatternPredicate1,
3292 OPC_CheckComplexPat0, /*#*/1,
3293 OPC_EmitMergeInputChains1_0,
3294 OPC_EmitIntegerI32, 0,
3295 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_CMPXCHG_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
3296 MVT::i64, 6, 59,
3297 0,
3298 101,
3299 OPC_CheckChild1TypeI64,
3300 OPC_RecordChild2,
3301 OPC_RecordChild3,
3302 OPC_SwitchType , 77, MVT::i32,
3303 OPC_Scope, 14,
3304 OPC_CheckPredicate3,
3305 OPC_CheckPatternPredicate2,
3306 OPC_CheckComplexPat1, /*#*/1,
3307 OPC_EmitMergeInputChains1_0,
3308 OPC_EmitIntegerI32, 0,
3309 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_CMPXCHG_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
3310 MVT::i32, 6, 59,
3311 14,
3312 OPC_CheckPredicate1,
3313 OPC_CheckPatternPredicate2,
3314 OPC_CheckComplexPat1, /*#*/1,
3315 OPC_EmitMergeInputChains1_0,
3316 OPC_EmitIntegerI32, 0,
3317 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_CMPXCHG_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
3318 MVT::i32, 6, 59,
3319 14,
3320 OPC_CheckPredicate2,
3321 OPC_CheckPatternPredicate2,
3322 OPC_CheckComplexPat1, /*#*/1,
3323 OPC_EmitMergeInputChains1_0,
3324 OPC_EmitIntegerI32, 0,
3325 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_CMPXCHG_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
3326 MVT::i32, 6, 59,
3327 14,
3328 OPC_CheckPredicate1,
3329 OPC_CheckPatternPredicate2,
3330 OPC_CheckComplexPat1, /*#*/1,
3331 OPC_EmitMergeInputChains1_0,
3332 OPC_EmitIntegerI32, 0,
3333 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_CMPXCHG_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
3334 MVT::i32, 6, 59,
3335 14,
3336 OPC_CheckPredicate2,
3337 OPC_CheckPatternPredicate2,
3338 OPC_CheckComplexPat1, /*#*/1,
3339 OPC_EmitMergeInputChains1_0,
3340 OPC_EmitIntegerI32, 0,
3341 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_CMPXCHG_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
3342 MVT::i32, 6, 59,
3343 0,
3344 15, MVT::i64,
3345 OPC_CheckPredicate, 8,
3346 OPC_CheckPatternPredicate2,
3347 OPC_CheckComplexPat1, /*#*/1,
3348 OPC_EmitMergeInputChains1_0,
3349 OPC_EmitIntegerI32, 0,
3350 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_CMPXCHG_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
3351 MVT::i64, 6, 59,
3352 0,
3353 0,
3354 74|128,2, TARGET_VAL(ISD::AND),
3355 OPC_Scope, 118,
3356 OPC_MoveChild0,
3357 OPC_CheckOpcode, TARGET_VAL(ISD::INTRINSIC_WO_CHAIN),
3358 OPC_Scope, 55,
3359 OPC_CheckChild0Integer, 91|128,114|128,0,
3360 OPC_RecordChild1,
3361 OPC_Scope, 11,
3362 OPC_CheckChild1Type, MVT::v16i8,
3363 OPC_MoveParent,
3364 OPC_CheckChild1Integer, 1,
3365 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANYTRUE),
3366 MVT::i32, 1, 2,
3367 11,
3368 OPC_CheckChild1Type, MVT::v8i16,
3369 OPC_MoveParent,
3370 OPC_CheckChild1Integer, 1,
3371 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANYTRUE),
3372 MVT::i32, 1, 2,
3373 11,
3374 OPC_CheckChild1Type, MVT::v4i32,
3375 OPC_MoveParent,
3376 OPC_CheckChild1Integer, 1,
3377 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANYTRUE),
3378 MVT::i32, 1, 2,
3379 11,
3380 OPC_CheckChild1Type, MVT::v2i64,
3381 OPC_MoveParent,
3382 OPC_CheckChild1Integer, 1,
3383 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANYTRUE),
3384 MVT::i32, 1, 2,
3385 0,
3386 55,
3387 OPC_CheckChild0Integer, 90|128,114|128,0,
3388 OPC_RecordChild1,
3389 OPC_Scope, 11,
3390 OPC_CheckChild1Type, MVT::v16i8,
3391 OPC_MoveParent,
3392 OPC_CheckChild1Integer, 1,
3393 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ALLTRUE_I8x16),
3394 MVT::i32, 1, 2,
3395 11,
3396 OPC_CheckChild1Type, MVT::v8i16,
3397 OPC_MoveParent,
3398 OPC_CheckChild1Integer, 1,
3399 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ALLTRUE_I16x8),
3400 MVT::i32, 1, 2,
3401 11,
3402 OPC_CheckChild1Type, MVT::v4i32,
3403 OPC_MoveParent,
3404 OPC_CheckChild1Integer, 1,
3405 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ALLTRUE_I32x4),
3406 MVT::i32, 1, 2,
3407 11,
3408 OPC_CheckChild1Type, MVT::v2i64,
3409 OPC_MoveParent,
3410 OPC_CheckChild1Integer, 1,
3411 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ALLTRUE_I64x2),
3412 MVT::i32, 1, 2,
3413 0,
3414 0,
3415 28,
3416 OPC_CheckAndImm, 127|128,1,
3417 OPC_MoveChild0,
3418 OPC_CheckOpcode, TARGET_VAL(ISD::EXTRACT_VECTOR_ELT),
3419 OPC_RecordChild0,
3420 OPC_CheckChild0Type, MVT::v16i8,
3421 OPC_RecordChild1,
3422 OPC_MoveChild1,
3423 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
3424 OPC_CheckPredicate, 20,
3425 OPC_CheckTypeI32,
3426 OPC_MoveParent,
3427 OPC_MoveParent,
3428 OPC_CheckTypeI32,
3429 OPC_EmitConvertToTarget1,
3430 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EXTRACT_LANE_I8x16_u),
3431 MVT::i32, 2, 39,
3432 29,
3433 OPC_CheckAndImm, 127|128,127|128,3,
3434 OPC_MoveChild0,
3435 OPC_CheckOpcode, TARGET_VAL(ISD::EXTRACT_VECTOR_ELT),
3436 OPC_RecordChild0,
3437 OPC_CheckChild0Type, MVT::v8i16,
3438 OPC_RecordChild1,
3439 OPC_MoveChild1,
3440 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
3441 OPC_CheckPredicate, 15,
3442 OPC_CheckTypeI32,
3443 OPC_MoveParent,
3444 OPC_MoveParent,
3445 OPC_CheckTypeI32,
3446 OPC_EmitConvertToTarget1,
3447 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EXTRACT_LANE_I16x8_u),
3448 MVT::i32, 2, 39,
3449 67,
3450 OPC_RecordChild0,
3451 OPC_Scope, 19,
3452 OPC_RecordChild1,
3453 OPC_SwitchType , 6, MVT::i32,
3454 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::AND_I32),
3455 MVT::i32, 2, 16,
3456 6, MVT::i64,
3457 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::AND_I64),
3458 MVT::i64, 2, 16,
3459 0,
3460 43,
3461 OPC_MoveChild1,
3462 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
3463 OPC_RecordChild0,
3464 OPC_MoveChild1,
3465 OPC_CheckImmAllOnesV,
3466 OPC_MoveParent,
3467 OPC_MoveParent,
3468 OPC_SwitchType , 6, MVT::v16i8,
3469 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANDNOT),
3470 MVT::v16i8, 2, 16,
3471 6, MVT::v8i16,
3472 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANDNOT),
3473 MVT::v8i16, 2, 16,
3474 6, MVT::v4i32,
3475 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANDNOT),
3476 MVT::v4i32, 2, 16,
3477 6, MVT::v2i64,
3478 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANDNOT),
3479 MVT::v2i64, 2, 16,
3480 0,
3481 0,
3482 44,
3483 OPC_MoveChild0,
3484 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
3485 OPC_RecordChild0,
3486 OPC_MoveChild1,
3487 OPC_CheckImmAllOnesV,
3488 OPC_MoveParent,
3489 OPC_MoveParent,
3490 OPC_RecordChild1,
3491 OPC_SwitchType , 6, MVT::v16i8,
3492 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANDNOT),
3493 MVT::v16i8, 2, 1,
3494 6, MVT::v8i16,
3495 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANDNOT),
3496 MVT::v8i16, 2, 1,
3497 6, MVT::v4i32,
3498 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANDNOT),
3499 MVT::v4i32, 2, 1,
3500 6, MVT::v2i64,
3501 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANDNOT),
3502 MVT::v2i64, 2, 1,
3503 0,
3504 36,
3505 OPC_RecordChild0,
3506 OPC_RecordChild1,
3507 OPC_SwitchType , 6, MVT::v16i8,
3508 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::AND),
3509 MVT::v16i8, 2, 16,
3510 6, MVT::v8i16,
3511 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::AND),
3512 MVT::v8i16, 2, 16,
3513 6, MVT::v4i32,
3514 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::AND),
3515 MVT::v4i32, 2, 16,
3516 6, MVT::v2i64,
3517 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::AND),
3518 MVT::v2i64, 2, 16,
3519 0,
3520 0,
3521 48|128,13, TARGET_VAL(ISD::SETCC),
3522 OPC_Scope, 32|128,4,
3523 OPC_MoveChild0,
3524 OPC_CheckOpcode, TARGET_VAL(ISD::INTRINSIC_WO_CHAIN),
3525 OPC_Scope, 11|128,2,
3526 OPC_CheckChild0Integer, 91|128,114|128,0,
3527 OPC_RecordChild1,
3528 OPC_Scope, 64,
3529 OPC_CheckChild1Type, MVT::v16i8,
3530 OPC_MoveParent,
3531 OPC_CheckTypeI32,
3532 OPC_Scope, 28,
3533 OPC_CheckChild1Integer, 0,
3534 OPC_Scope, 8,
3535 OPC_CheckChild2CondCode, ISD::SETNE,
3536 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANYTRUE),
3537 MVT::i32, 1, 2,
3538 14,
3539 OPC_CheckChild2CondCode, ISD::SETEQ,
3540 OPC_EmitNode1None, TARGET_VAL(WebAssembly::ANYTRUE),
3541 MVT::i32, 1, 2,
3542 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQZ_I32),
3543 MVT::i32, 1, 17,
3544 0,
3545 28,
3546 OPC_CheckChild1Integer, 1,
3547 OPC_Scope, 8,
3548 OPC_CheckChild2CondCode, ISD::SETEQ,
3549 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANYTRUE),
3550 MVT::i32, 1, 2,
3551 14,
3552 OPC_CheckChild2CondCode, ISD::SETNE,
3553 OPC_EmitNode1None, TARGET_VAL(WebAssembly::ANYTRUE),
3554 MVT::i32, 1, 2,
3555 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQZ_I32),
3556 MVT::i32, 1, 17,
3557 0,
3558 0,
3559 64,
3560 OPC_CheckChild1Type, MVT::v8i16,
3561 OPC_MoveParent,
3562 OPC_CheckTypeI32,
3563 OPC_Scope, 28,
3564 OPC_CheckChild1Integer, 0,
3565 OPC_Scope, 8,
3566 OPC_CheckChild2CondCode, ISD::SETNE,
3567 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANYTRUE),
3568 MVT::i32, 1, 2,
3569 14,
3570 OPC_CheckChild2CondCode, ISD::SETEQ,
3571 OPC_EmitNode1None, TARGET_VAL(WebAssembly::ANYTRUE),
3572 MVT::i32, 1, 2,
3573 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQZ_I32),
3574 MVT::i32, 1, 17,
3575 0,
3576 28,
3577 OPC_CheckChild1Integer, 1,
3578 OPC_Scope, 8,
3579 OPC_CheckChild2CondCode, ISD::SETEQ,
3580 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANYTRUE),
3581 MVT::i32, 1, 2,
3582 14,
3583 OPC_CheckChild2CondCode, ISD::SETNE,
3584 OPC_EmitNode1None, TARGET_VAL(WebAssembly::ANYTRUE),
3585 MVT::i32, 1, 2,
3586 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQZ_I32),
3587 MVT::i32, 1, 17,
3588 0,
3589 0,
3590 64,
3591 OPC_CheckChild1Type, MVT::v4i32,
3592 OPC_MoveParent,
3593 OPC_CheckTypeI32,
3594 OPC_Scope, 28,
3595 OPC_CheckChild1Integer, 0,
3596 OPC_Scope, 8,
3597 OPC_CheckChild2CondCode, ISD::SETNE,
3598 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANYTRUE),
3599 MVT::i32, 1, 2,
3600 14,
3601 OPC_CheckChild2CondCode, ISD::SETEQ,
3602 OPC_EmitNode1None, TARGET_VAL(WebAssembly::ANYTRUE),
3603 MVT::i32, 1, 2,
3604 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQZ_I32),
3605 MVT::i32, 1, 17,
3606 0,
3607 28,
3608 OPC_CheckChild1Integer, 1,
3609 OPC_Scope, 8,
3610 OPC_CheckChild2CondCode, ISD::SETEQ,
3611 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANYTRUE),
3612 MVT::i32, 1, 2,
3613 14,
3614 OPC_CheckChild2CondCode, ISD::SETNE,
3615 OPC_EmitNode1None, TARGET_VAL(WebAssembly::ANYTRUE),
3616 MVT::i32, 1, 2,
3617 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQZ_I32),
3618 MVT::i32, 1, 17,
3619 0,
3620 0,
3621 64,
3622 OPC_CheckChild1Type, MVT::v2i64,
3623 OPC_MoveParent,
3624 OPC_CheckTypeI32,
3625 OPC_Scope, 28,
3626 OPC_CheckChild1Integer, 0,
3627 OPC_Scope, 8,
3628 OPC_CheckChild2CondCode, ISD::SETNE,
3629 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANYTRUE),
3630 MVT::i32, 1, 2,
3631 14,
3632 OPC_CheckChild2CondCode, ISD::SETEQ,
3633 OPC_EmitNode1None, TARGET_VAL(WebAssembly::ANYTRUE),
3634 MVT::i32, 1, 2,
3635 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQZ_I32),
3636 MVT::i32, 1, 17,
3637 0,
3638 28,
3639 OPC_CheckChild1Integer, 1,
3640 OPC_Scope, 8,
3641 OPC_CheckChild2CondCode, ISD::SETEQ,
3642 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANYTRUE),
3643 MVT::i32, 1, 2,
3644 14,
3645 OPC_CheckChild2CondCode, ISD::SETNE,
3646 OPC_EmitNode1None, TARGET_VAL(WebAssembly::ANYTRUE),
3647 MVT::i32, 1, 2,
3648 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQZ_I32),
3649 MVT::i32, 1, 17,
3650 0,
3651 0,
3652 0,
3653 11|128,2,
3654 OPC_CheckChild0Integer, 90|128,114|128,0,
3655 OPC_RecordChild1,
3656 OPC_Scope, 64,
3657 OPC_CheckChild1Type, MVT::v16i8,
3658 OPC_MoveParent,
3659 OPC_CheckTypeI32,
3660 OPC_Scope, 28,
3661 OPC_CheckChild1Integer, 0,
3662 OPC_Scope, 8,
3663 OPC_CheckChild2CondCode, ISD::SETNE,
3664 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ALLTRUE_I8x16),
3665 MVT::i32, 1, 2,
3666 14,
3667 OPC_CheckChild2CondCode, ISD::SETEQ,
3668 OPC_EmitNode1None, TARGET_VAL(WebAssembly::ALLTRUE_I8x16),
3669 MVT::i32, 1, 2,
3670 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQZ_I32),
3671 MVT::i32, 1, 17,
3672 0,
3673 28,
3674 OPC_CheckChild1Integer, 1,
3675 OPC_Scope, 8,
3676 OPC_CheckChild2CondCode, ISD::SETEQ,
3677 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ALLTRUE_I8x16),
3678 MVT::i32, 1, 2,
3679 14,
3680 OPC_CheckChild2CondCode, ISD::SETNE,
3681 OPC_EmitNode1None, TARGET_VAL(WebAssembly::ALLTRUE_I8x16),
3682 MVT::i32, 1, 2,
3683 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQZ_I32),
3684 MVT::i32, 1, 17,
3685 0,
3686 0,
3687 64,
3688 OPC_CheckChild1Type, MVT::v8i16,
3689 OPC_MoveParent,
3690 OPC_CheckTypeI32,
3691 OPC_Scope, 28,
3692 OPC_CheckChild1Integer, 0,
3693 OPC_Scope, 8,
3694 OPC_CheckChild2CondCode, ISD::SETNE,
3695 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ALLTRUE_I16x8),
3696 MVT::i32, 1, 2,
3697 14,
3698 OPC_CheckChild2CondCode, ISD::SETEQ,
3699 OPC_EmitNode1None, TARGET_VAL(WebAssembly::ALLTRUE_I16x8),
3700 MVT::i32, 1, 2,
3701 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQZ_I32),
3702 MVT::i32, 1, 17,
3703 0,
3704 28,
3705 OPC_CheckChild1Integer, 1,
3706 OPC_Scope, 8,
3707 OPC_CheckChild2CondCode, ISD::SETEQ,
3708 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ALLTRUE_I16x8),
3709 MVT::i32, 1, 2,
3710 14,
3711 OPC_CheckChild2CondCode, ISD::SETNE,
3712 OPC_EmitNode1None, TARGET_VAL(WebAssembly::ALLTRUE_I16x8),
3713 MVT::i32, 1, 2,
3714 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQZ_I32),
3715 MVT::i32, 1, 17,
3716 0,
3717 0,
3718 64,
3719 OPC_CheckChild1Type, MVT::v4i32,
3720 OPC_MoveParent,
3721 OPC_CheckTypeI32,
3722 OPC_Scope, 28,
3723 OPC_CheckChild1Integer, 0,
3724 OPC_Scope, 8,
3725 OPC_CheckChild2CondCode, ISD::SETNE,
3726 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ALLTRUE_I32x4),
3727 MVT::i32, 1, 2,
3728 14,
3729 OPC_CheckChild2CondCode, ISD::SETEQ,
3730 OPC_EmitNode1None, TARGET_VAL(WebAssembly::ALLTRUE_I32x4),
3731 MVT::i32, 1, 2,
3732 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQZ_I32),
3733 MVT::i32, 1, 17,
3734 0,
3735 28,
3736 OPC_CheckChild1Integer, 1,
3737 OPC_Scope, 8,
3738 OPC_CheckChild2CondCode, ISD::SETEQ,
3739 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ALLTRUE_I32x4),
3740 MVT::i32, 1, 2,
3741 14,
3742 OPC_CheckChild2CondCode, ISD::SETNE,
3743 OPC_EmitNode1None, TARGET_VAL(WebAssembly::ALLTRUE_I32x4),
3744 MVT::i32, 1, 2,
3745 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQZ_I32),
3746 MVT::i32, 1, 17,
3747 0,
3748 0,
3749 64,
3750 OPC_CheckChild1Type, MVT::v2i64,
3751 OPC_MoveParent,
3752 OPC_CheckTypeI32,
3753 OPC_Scope, 28,
3754 OPC_CheckChild1Integer, 0,
3755 OPC_Scope, 8,
3756 OPC_CheckChild2CondCode, ISD::SETNE,
3757 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ALLTRUE_I64x2),
3758 MVT::i32, 1, 2,
3759 14,
3760 OPC_CheckChild2CondCode, ISD::SETEQ,
3761 OPC_EmitNode1None, TARGET_VAL(WebAssembly::ALLTRUE_I64x2),
3762 MVT::i32, 1, 2,
3763 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQZ_I32),
3764 MVT::i32, 1, 17,
3765 0,
3766 28,
3767 OPC_CheckChild1Integer, 1,
3768 OPC_Scope, 8,
3769 OPC_CheckChild2CondCode, ISD::SETEQ,
3770 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ALLTRUE_I64x2),
3771 MVT::i32, 1, 2,
3772 14,
3773 OPC_CheckChild2CondCode, ISD::SETNE,
3774 OPC_EmitNode1None, TARGET_VAL(WebAssembly::ALLTRUE_I64x2),
3775 MVT::i32, 1, 2,
3776 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQZ_I32),
3777 MVT::i32, 1, 17,
3778 0,
3779 0,
3780 0,
3781 0,
3782 10|128,9,
3783 OPC_RecordChild0,
3784 OPC_SwitchType , 64|128,3, MVT::i32,
3785 OPC_Scope, 108,
3786 OPC_CheckChild0TypeI32,
3787 OPC_Scope, 10,
3788 OPC_CheckChild1Integer, 0,
3789 OPC_CheckChild2CondCode, ISD::SETEQ,
3790 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQZ_I32),
3791 MVT::i32, 1, 2,
3792 93,
3793 OPC_RecordChild1,
3794 OPC_Scope, 8,
3795 OPC_CheckChild2CondCode, ISD::SETEQ,
3796 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQ_I32),
3797 MVT::i32, 2, 16,
3798 8,
3799 OPC_CheckChild2CondCode, ISD::SETNE,
3800 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NE_I32),
3801 MVT::i32, 2, 16,
3802 8,
3803 OPC_CheckChild2CondCode, ISD::SETLT,
3804 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LT_S_I32),
3805 MVT::i32, 2, 16,
3806 8,
3807 OPC_CheckChild2CondCode, ISD::SETULT,
3808 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LT_U_I32),
3809 MVT::i32, 2, 16,
3810 8,
3811 OPC_CheckChild2CondCode, ISD::SETGT,
3812 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GT_S_I32),
3813 MVT::i32, 2, 16,
3814 8,
3815 OPC_CheckChild2CondCode, ISD::SETUGT,
3816 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GT_U_I32),
3817 MVT::i32, 2, 16,
3818 8,
3819 OPC_CheckChild2CondCode, ISD::SETLE,
3820 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LE_S_I32),
3821 MVT::i32, 2, 16,
3822 8,
3823 OPC_CheckChild2CondCode, ISD::SETULE,
3824 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LE_U_I32),
3825 MVT::i32, 2, 16,
3826 8,
3827 OPC_CheckChild2CondCode, ISD::SETGE,
3828 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GE_S_I32),
3829 MVT::i32, 2, 16,
3830 8,
3831 OPC_CheckChild2CondCode, ISD::SETUGE,
3832 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GE_U_I32),
3833 MVT::i32, 2, 16,
3834 0,
3835 0,
3836 108,
3837 OPC_CheckChild0TypeI64,
3838 OPC_Scope, 10,
3839 OPC_CheckChild1Integer, 0,
3840 OPC_CheckChild2CondCode, ISD::SETEQ,
3841 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQZ_I64),
3842 MVT::i32, 1, 2,
3843 93,
3844 OPC_RecordChild1,
3845 OPC_Scope, 8,
3846 OPC_CheckChild2CondCode, ISD::SETEQ,
3847 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQ_I64),
3848 MVT::i32, 2, 16,
3849 8,
3850 OPC_CheckChild2CondCode, ISD::SETNE,
3851 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NE_I64),
3852 MVT::i32, 2, 16,
3853 8,
3854 OPC_CheckChild2CondCode, ISD::SETLT,
3855 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LT_S_I64),
3856 MVT::i32, 2, 16,
3857 8,
3858 OPC_CheckChild2CondCode, ISD::SETULT,
3859 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LT_U_I64),
3860 MVT::i32, 2, 16,
3861 8,
3862 OPC_CheckChild2CondCode, ISD::SETGT,
3863 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GT_S_I64),
3864 MVT::i32, 2, 16,
3865 8,
3866 OPC_CheckChild2CondCode, ISD::SETUGT,
3867 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GT_U_I64),
3868 MVT::i32, 2, 16,
3869 8,
3870 OPC_CheckChild2CondCode, ISD::SETLE,
3871 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LE_S_I64),
3872 MVT::i32, 2, 16,
3873 8,
3874 OPC_CheckChild2CondCode, ISD::SETULE,
3875 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LE_U_I64),
3876 MVT::i32, 2, 16,
3877 8,
3878 OPC_CheckChild2CondCode, ISD::SETGE,
3879 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GE_S_I64),
3880 MVT::i32, 2, 16,
3881 8,
3882 OPC_CheckChild2CondCode, ISD::SETUGE,
3883 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GE_U_I64),
3884 MVT::i32, 2, 16,
3885 0,
3886 0,
3887 113,
3888 OPC_CheckChild0Type, MVT::f32,
3889 OPC_RecordChild1,
3890 OPC_Scope, 8,
3891 OPC_CheckChild2CondCode, ISD::SETOEQ,
3892 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQ_F32),
3893 MVT::i32, 2, 16,
3894 8,
3895 OPC_CheckChild2CondCode, ISD::SETUNE,
3896 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NE_F32),
3897 MVT::i32, 2, 16,
3898 8,
3899 OPC_CheckChild2CondCode, ISD::SETOLT,
3900 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LT_F32),
3901 MVT::i32, 2, 16,
3902 8,
3903 OPC_CheckChild2CondCode, ISD::SETOLE,
3904 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LE_F32),
3905 MVT::i32, 2, 16,
3906 8,
3907 OPC_CheckChild2CondCode, ISD::SETOGT,
3908 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GT_F32),
3909 MVT::i32, 2, 16,
3910 8,
3911 OPC_CheckChild2CondCode, ISD::SETOGE,
3912 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GE_F32),
3913 MVT::i32, 2, 16,
3914 8,
3915 OPC_CheckChild2CondCode, ISD::SETEQ,
3916 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQ_F32),
3917 MVT::i32, 2, 16,
3918 8,
3919 OPC_CheckChild2CondCode, ISD::SETNE,
3920 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NE_F32),
3921 MVT::i32, 2, 16,
3922 8,
3923 OPC_CheckChild2CondCode, ISD::SETLT,
3924 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LT_F32),
3925 MVT::i32, 2, 16,
3926 8,
3927 OPC_CheckChild2CondCode, ISD::SETLE,
3928 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LE_F32),
3929 MVT::i32, 2, 16,
3930 8,
3931 OPC_CheckChild2CondCode, ISD::SETGT,
3932 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GT_F32),
3933 MVT::i32, 2, 16,
3934 8,
3935 OPC_CheckChild2CondCode, ISD::SETGE,
3936 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GE_F32),
3937 MVT::i32, 2, 16,
3938 0,
3939 113,
3940 OPC_CheckChild0Type, MVT::f64,
3941 OPC_RecordChild1,
3942 OPC_Scope, 8,
3943 OPC_CheckChild2CondCode, ISD::SETOEQ,
3944 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQ_F64),
3945 MVT::i32, 2, 16,
3946 8,
3947 OPC_CheckChild2CondCode, ISD::SETUNE,
3948 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NE_F64),
3949 MVT::i32, 2, 16,
3950 8,
3951 OPC_CheckChild2CondCode, ISD::SETOLT,
3952 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LT_F64),
3953 MVT::i32, 2, 16,
3954 8,
3955 OPC_CheckChild2CondCode, ISD::SETOLE,
3956 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LE_F64),
3957 MVT::i32, 2, 16,
3958 8,
3959 OPC_CheckChild2CondCode, ISD::SETOGT,
3960 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GT_F64),
3961 MVT::i32, 2, 16,
3962 8,
3963 OPC_CheckChild2CondCode, ISD::SETOGE,
3964 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GE_F64),
3965 MVT::i32, 2, 16,
3966 8,
3967 OPC_CheckChild2CondCode, ISD::SETEQ,
3968 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQ_F64),
3969 MVT::i32, 2, 16,
3970 8,
3971 OPC_CheckChild2CondCode, ISD::SETNE,
3972 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NE_F64),
3973 MVT::i32, 2, 16,
3974 8,
3975 OPC_CheckChild2CondCode, ISD::SETLT,
3976 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LT_F64),
3977 MVT::i32, 2, 16,
3978 8,
3979 OPC_CheckChild2CondCode, ISD::SETLE,
3980 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LE_F64),
3981 MVT::i32, 2, 16,
3982 8,
3983 OPC_CheckChild2CondCode, ISD::SETGT,
3984 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GT_F64),
3985 MVT::i32, 2, 16,
3986 8,
3987 OPC_CheckChild2CondCode, ISD::SETGE,
3988 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GE_F64),
3989 MVT::i32, 2, 16,
3990 0,
3991 0,
3992 105, MVT::v16i8,
3993 OPC_CheckChild0Type, MVT::v16i8,
3994 OPC_RecordChild1,
3995 OPC_Scope, 9,
3996 OPC_CheckChild2CondCode, ISD::SETEQ,
3997 OPC_CheckPatternPredicate0,
3998 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQ_I8x16),
3999 MVT::v16i8, 2, 16,
4000 9,
4001 OPC_CheckChild2CondCode, ISD::SETNE,
4002 OPC_CheckPatternPredicate0,
4003 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NE_I8x16),
4004 MVT::v16i8, 2, 16,
4005 9,
4006 OPC_CheckChild2CondCode, ISD::SETLT,
4007 OPC_CheckPatternPredicate0,
4008 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LT_S_I8x16),
4009 MVT::v16i8, 2, 16,
4010 9,
4011 OPC_CheckChild2CondCode, ISD::SETULT,
4012 OPC_CheckPatternPredicate0,
4013 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LT_U_I8x16),
4014 MVT::v16i8, 2, 16,
4015 9,
4016 OPC_CheckChild2CondCode, ISD::SETGT,
4017 OPC_CheckPatternPredicate0,
4018 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GT_S_I8x16),
4019 MVT::v16i8, 2, 16,
4020 9,
4021 OPC_CheckChild2CondCode, ISD::SETUGT,
4022 OPC_CheckPatternPredicate0,
4023 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GT_U_I8x16),
4024 MVT::v16i8, 2, 16,
4025 9,
4026 OPC_CheckChild2CondCode, ISD::SETLE,
4027 OPC_CheckPatternPredicate0,
4028 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LE_S_I8x16),
4029 MVT::v16i8, 2, 16,
4030 9,
4031 OPC_CheckChild2CondCode, ISD::SETULE,
4032 OPC_CheckPatternPredicate0,
4033 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LE_U_I8x16),
4034 MVT::v16i8, 2, 16,
4035 9,
4036 OPC_CheckChild2CondCode, ISD::SETGE,
4037 OPC_CheckPatternPredicate0,
4038 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GE_S_I8x16),
4039 MVT::v16i8, 2, 16,
4040 9,
4041 OPC_CheckChild2CondCode, ISD::SETUGE,
4042 OPC_CheckPatternPredicate0,
4043 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GE_U_I8x16),
4044 MVT::v16i8, 2, 16,
4045 0,
4046 46|128,1, MVT::v8i16,
4047 OPC_Scope, 105,
4048 OPC_CheckChild0Type, MVT::v8i16,
4049 OPC_RecordChild1,
4050 OPC_Scope, 9,
4051 OPC_CheckChild2CondCode, ISD::SETEQ,
4052 OPC_CheckPatternPredicate0,
4053 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQ_I16x8),
4054 MVT::v8i16, 2, 16,
4055 9,
4056 OPC_CheckChild2CondCode, ISD::SETNE,
4057 OPC_CheckPatternPredicate0,
4058 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NE_I16x8),
4059 MVT::v8i16, 2, 16,
4060 9,
4061 OPC_CheckChild2CondCode, ISD::SETLT,
4062 OPC_CheckPatternPredicate0,
4063 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LT_S_I16x8),
4064 MVT::v8i16, 2, 16,
4065 9,
4066 OPC_CheckChild2CondCode, ISD::SETULT,
4067 OPC_CheckPatternPredicate0,
4068 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LT_U_I16x8),
4069 MVT::v8i16, 2, 16,
4070 9,
4071 OPC_CheckChild2CondCode, ISD::SETGT,
4072 OPC_CheckPatternPredicate0,
4073 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GT_S_I16x8),
4074 MVT::v8i16, 2, 16,
4075 9,
4076 OPC_CheckChild2CondCode, ISD::SETUGT,
4077 OPC_CheckPatternPredicate0,
4078 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GT_U_I16x8),
4079 MVT::v8i16, 2, 16,
4080 9,
4081 OPC_CheckChild2CondCode, ISD::SETLE,
4082 OPC_CheckPatternPredicate0,
4083 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LE_S_I16x8),
4084 MVT::v8i16, 2, 16,
4085 9,
4086 OPC_CheckChild2CondCode, ISD::SETULE,
4087 OPC_CheckPatternPredicate0,
4088 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LE_U_I16x8),
4089 MVT::v8i16, 2, 16,
4090 9,
4091 OPC_CheckChild2CondCode, ISD::SETGE,
4092 OPC_CheckPatternPredicate0,
4093 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GE_S_I16x8),
4094 MVT::v8i16, 2, 16,
4095 9,
4096 OPC_CheckChild2CondCode, ISD::SETUGE,
4097 OPC_CheckPatternPredicate0,
4098 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GE_U_I16x8),
4099 MVT::v8i16, 2, 16,
4100 0,
4101 65,
4102 OPC_CheckChild0Type, MVT::v8f16,
4103 OPC_RecordChild1,
4104 OPC_Scope, 9,
4105 OPC_CheckChild2CondCode, ISD::SETOEQ,
4106 OPC_CheckPatternPredicate7,
4107 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQ_F16x8),
4108 MVT::v8i16, 2, 16,
4109 9,
4110 OPC_CheckChild2CondCode, ISD::SETUNE,
4111 OPC_CheckPatternPredicate7,
4112 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NE_F16x8),
4113 MVT::v8i16, 2, 16,
4114 9,
4115 OPC_CheckChild2CondCode, ISD::SETOLT,
4116 OPC_CheckPatternPredicate7,
4117 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LT_F16x8),
4118 MVT::v8i16, 2, 16,
4119 9,
4120 OPC_CheckChild2CondCode, ISD::SETOGT,
4121 OPC_CheckPatternPredicate7,
4122 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GT_F16x8),
4123 MVT::v8i16, 2, 16,
4124 9,
4125 OPC_CheckChild2CondCode, ISD::SETOLE,
4126 OPC_CheckPatternPredicate7,
4127 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LE_F16x8),
4128 MVT::v8i16, 2, 16,
4129 9,
4130 OPC_CheckChild2CondCode, ISD::SETOGE,
4131 OPC_CheckPatternPredicate7,
4132 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GE_F16x8),
4133 MVT::v8i16, 2, 16,
4134 0,
4135 0,
4136 101|128,1, MVT::v4i32,
4137 OPC_Scope, 105,
4138 OPC_CheckChild0Type, MVT::v4i32,
4139 OPC_RecordChild1,
4140 OPC_Scope, 9,
4141 OPC_CheckChild2CondCode, ISD::SETEQ,
4142 OPC_CheckPatternPredicate0,
4143 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQ_I32x4),
4144 MVT::v4i32, 2, 16,
4145 9,
4146 OPC_CheckChild2CondCode, ISD::SETNE,
4147 OPC_CheckPatternPredicate0,
4148 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NE_I32x4),
4149 MVT::v4i32, 2, 16,
4150 9,
4151 OPC_CheckChild2CondCode, ISD::SETLT,
4152 OPC_CheckPatternPredicate0,
4153 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LT_S_I32x4),
4154 MVT::v4i32, 2, 16,
4155 9,
4156 OPC_CheckChild2CondCode, ISD::SETULT,
4157 OPC_CheckPatternPredicate0,
4158 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LT_U_I32x4),
4159 MVT::v4i32, 2, 16,
4160 9,
4161 OPC_CheckChild2CondCode, ISD::SETGT,
4162 OPC_CheckPatternPredicate0,
4163 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GT_S_I32x4),
4164 MVT::v4i32, 2, 16,
4165 9,
4166 OPC_CheckChild2CondCode, ISD::SETUGT,
4167 OPC_CheckPatternPredicate0,
4168 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GT_U_I32x4),
4169 MVT::v4i32, 2, 16,
4170 9,
4171 OPC_CheckChild2CondCode, ISD::SETLE,
4172 OPC_CheckPatternPredicate0,
4173 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LE_S_I32x4),
4174 MVT::v4i32, 2, 16,
4175 9,
4176 OPC_CheckChild2CondCode, ISD::SETULE,
4177 OPC_CheckPatternPredicate0,
4178 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LE_U_I32x4),
4179 MVT::v4i32, 2, 16,
4180 9,
4181 OPC_CheckChild2CondCode, ISD::SETGE,
4182 OPC_CheckPatternPredicate0,
4183 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GE_S_I32x4),
4184 MVT::v4i32, 2, 16,
4185 9,
4186 OPC_CheckChild2CondCode, ISD::SETUGE,
4187 OPC_CheckPatternPredicate0,
4188 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GE_U_I32x4),
4189 MVT::v4i32, 2, 16,
4190 0,
4191 120,
4192 OPC_CheckChild0Type, 11|128,1,
4193 OPC_RecordChild1,
4194 OPC_Scope, 9,
4195 OPC_CheckChild2CondCode, ISD::SETOEQ,
4196 OPC_CheckPatternPredicate0,
4197 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQ_F32x4),
4198 MVT::v4i32, 2, 16,
4199 9,
4200 OPC_CheckChild2CondCode, ISD::SETUNE,
4201 OPC_CheckPatternPredicate0,
4202 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NE_F32x4),
4203 MVT::v4i32, 2, 16,
4204 9,
4205 OPC_CheckChild2CondCode, ISD::SETOLT,
4206 OPC_CheckPatternPredicate0,
4207 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LT_F32x4),
4208 MVT::v4i32, 2, 16,
4209 9,
4210 OPC_CheckChild2CondCode, ISD::SETOGT,
4211 OPC_CheckPatternPredicate0,
4212 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GT_F32x4),
4213 MVT::v4i32, 2, 16,
4214 9,
4215 OPC_CheckChild2CondCode, ISD::SETOLE,
4216 OPC_CheckPatternPredicate0,
4217 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LE_F32x4),
4218 MVT::v4i32, 2, 16,
4219 9,
4220 OPC_CheckChild2CondCode, ISD::SETOGE,
4221 OPC_CheckPatternPredicate0,
4222 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GE_F32x4),
4223 MVT::v4i32, 2, 16,
4224 8,
4225 OPC_CheckChild2CondCode, ISD::SETEQ,
4226 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQ_F32x4),
4227 MVT::v4i32, 2, 16,
4228 8,
4229 OPC_CheckChild2CondCode, ISD::SETNE,
4230 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NE_F32x4),
4231 MVT::v4i32, 2, 16,
4232 8,
4233 OPC_CheckChild2CondCode, ISD::SETLT,
4234 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LT_F32x4),
4235 MVT::v4i32, 2, 16,
4236 8,
4237 OPC_CheckChild2CondCode, ISD::SETGT,
4238 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GT_F32x4),
4239 MVT::v4i32, 2, 16,
4240 8,
4241 OPC_CheckChild2CondCode, ISD::SETLE,
4242 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LE_F32x4),
4243 MVT::v4i32, 2, 16,
4244 8,
4245 OPC_CheckChild2CondCode, ISD::SETGE,
4246 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GE_F32x4),
4247 MVT::v4i32, 2, 16,
4248 0,
4249 0,
4250 61|128,1, MVT::v2i64,
4251 OPC_Scope, 65,
4252 OPC_CheckChild0Type, MVT::v2i64,
4253 OPC_RecordChild1,
4254 OPC_Scope, 9,
4255 OPC_CheckChild2CondCode, ISD::SETEQ,
4256 OPC_CheckPatternPredicate0,
4257 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQ_I64x2),
4258 MVT::v2i64, 2, 16,
4259 9,
4260 OPC_CheckChild2CondCode, ISD::SETNE,
4261 OPC_CheckPatternPredicate0,
4262 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NE_I64x2),
4263 MVT::v2i64, 2, 16,
4264 9,
4265 OPC_CheckChild2CondCode, ISD::SETLT,
4266 OPC_CheckPatternPredicate0,
4267 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LT_S_I64x2),
4268 MVT::v2i64, 2, 16,
4269 9,
4270 OPC_CheckChild2CondCode, ISD::SETGT,
4271 OPC_CheckPatternPredicate0,
4272 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GT_S_I64x2),
4273 MVT::v2i64, 2, 16,
4274 9,
4275 OPC_CheckChild2CondCode, ISD::SETLE,
4276 OPC_CheckPatternPredicate0,
4277 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LE_S_I64x2),
4278 MVT::v2i64, 2, 16,
4279 9,
4280 OPC_CheckChild2CondCode, ISD::SETGE,
4281 OPC_CheckPatternPredicate0,
4282 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GE_S_I64x2),
4283 MVT::v2i64, 2, 16,
4284 0,
4285 120,
4286 OPC_CheckChild0Type, 29|128,1,
4287 OPC_RecordChild1,
4288 OPC_Scope, 9,
4289 OPC_CheckChild2CondCode, ISD::SETOEQ,
4290 OPC_CheckPatternPredicate0,
4291 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQ_F64x2),
4292 MVT::v2i64, 2, 16,
4293 9,
4294 OPC_CheckChild2CondCode, ISD::SETUNE,
4295 OPC_CheckPatternPredicate0,
4296 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NE_F64x2),
4297 MVT::v2i64, 2, 16,
4298 9,
4299 OPC_CheckChild2CondCode, ISD::SETOLT,
4300 OPC_CheckPatternPredicate0,
4301 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LT_F64x2),
4302 MVT::v2i64, 2, 16,
4303 9,
4304 OPC_CheckChild2CondCode, ISD::SETOGT,
4305 OPC_CheckPatternPredicate0,
4306 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GT_F64x2),
4307 MVT::v2i64, 2, 16,
4308 9,
4309 OPC_CheckChild2CondCode, ISD::SETOLE,
4310 OPC_CheckPatternPredicate0,
4311 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LE_F64x2),
4312 MVT::v2i64, 2, 16,
4313 9,
4314 OPC_CheckChild2CondCode, ISD::SETOGE,
4315 OPC_CheckPatternPredicate0,
4316 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GE_F64x2),
4317 MVT::v2i64, 2, 16,
4318 8,
4319 OPC_CheckChild2CondCode, ISD::SETEQ,
4320 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQ_F64x2),
4321 MVT::v2i64, 2, 16,
4322 8,
4323 OPC_CheckChild2CondCode, ISD::SETNE,
4324 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NE_F64x2),
4325 MVT::v2i64, 2, 16,
4326 8,
4327 OPC_CheckChild2CondCode, ISD::SETLT,
4328 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LT_F64x2),
4329 MVT::v2i64, 2, 16,
4330 8,
4331 OPC_CheckChild2CondCode, ISD::SETGT,
4332 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GT_F64x2),
4333 MVT::v2i64, 2, 16,
4334 8,
4335 OPC_CheckChild2CondCode, ISD::SETLE,
4336 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LE_F64x2),
4337 MVT::v2i64, 2, 16,
4338 8,
4339 OPC_CheckChild2CondCode, ISD::SETGE,
4340 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GE_F64x2),
4341 MVT::v2i64, 2, 16,
4342 0,
4343 0,
4344 0,
4345 0,
4346 78, TARGET_VAL(ISD::SHL),
4347 OPC_RecordChild0,
4348 OPC_Scope, 52,
4349 OPC_MoveChild1,
4350 OPC_Scope, 22,
4351 OPC_CheckOpcode, TARGET_VAL(ISD::ZERO_EXTEND),
4352 OPC_MoveChild0,
4353 OPC_CheckAndImm, 63,
4354 OPC_RecordChild0,
4355 OPC_MoveParent,
4356 OPC_MoveParent,
4357 OPC_CheckTypeI64,
4358 OPC_EmitNode1None, TARGET_VAL(WebAssembly::I64_EXTEND_U_I32),
4359 MVT::i64, 1, 17,
4360 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHL_I64),
4361 MVT::i64, 2, 39,
4362 12,
4363 OPC_CheckAndImm, 31,
4364 OPC_RecordChild0,
4365 OPC_CheckTypeI32,
4366 OPC_MoveParent,
4367 OPC_CheckTypeI32,
4368 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHL_I32),
4369 MVT::i32, 2, 16,
4370 12,
4371 OPC_CheckAndImm, 63,
4372 OPC_RecordChild0,
4373 OPC_CheckTypeI64,
4374 OPC_MoveParent,
4375 OPC_CheckTypeI64,
4376 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHL_I64),
4377 MVT::i64, 2, 16,
4378 0,
4379 21,
4380 OPC_RecordChild1,
4381 OPC_SwitchType , 7, MVT::i32,
4382 OPC_CheckChild1TypeI32,
4383 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHL_I32),
4384 MVT::i32, 2, 16,
4385 7, MVT::i64,
4386 OPC_CheckChild1TypeI64,
4387 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHL_I64),
4388 MVT::i64, 2, 16,
4389 0,
4390 0,
4391 78, TARGET_VAL(ISD::SRA),
4392 OPC_RecordChild0,
4393 OPC_Scope, 52,
4394 OPC_MoveChild1,
4395 OPC_Scope, 22,
4396 OPC_CheckOpcode, TARGET_VAL(ISD::ZERO_EXTEND),
4397 OPC_MoveChild0,
4398 OPC_CheckAndImm, 63,
4399 OPC_RecordChild0,
4400 OPC_MoveParent,
4401 OPC_MoveParent,
4402 OPC_CheckTypeI64,
4403 OPC_EmitNode1None, TARGET_VAL(WebAssembly::I64_EXTEND_U_I32),
4404 MVT::i64, 1, 17,
4405 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_S_I64),
4406 MVT::i64, 2, 39,
4407 12,
4408 OPC_CheckAndImm, 31,
4409 OPC_RecordChild0,
4410 OPC_CheckTypeI32,
4411 OPC_MoveParent,
4412 OPC_CheckTypeI32,
4413 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_S_I32),
4414 MVT::i32, 2, 16,
4415 12,
4416 OPC_CheckAndImm, 63,
4417 OPC_RecordChild0,
4418 OPC_CheckTypeI64,
4419 OPC_MoveParent,
4420 OPC_CheckTypeI64,
4421 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_S_I64),
4422 MVT::i64, 2, 16,
4423 0,
4424 21,
4425 OPC_RecordChild1,
4426 OPC_SwitchType , 7, MVT::i32,
4427 OPC_CheckChild1TypeI32,
4428 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_S_I32),
4429 MVT::i32, 2, 16,
4430 7, MVT::i64,
4431 OPC_CheckChild1TypeI64,
4432 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_S_I64),
4433 MVT::i64, 2, 16,
4434 0,
4435 0,
4436 78, TARGET_VAL(ISD::SRL),
4437 OPC_RecordChild0,
4438 OPC_Scope, 52,
4439 OPC_MoveChild1,
4440 OPC_Scope, 22,
4441 OPC_CheckOpcode, TARGET_VAL(ISD::ZERO_EXTEND),
4442 OPC_MoveChild0,
4443 OPC_CheckAndImm, 63,
4444 OPC_RecordChild0,
4445 OPC_MoveParent,
4446 OPC_MoveParent,
4447 OPC_CheckTypeI64,
4448 OPC_EmitNode1None, TARGET_VAL(WebAssembly::I64_EXTEND_U_I32),
4449 MVT::i64, 1, 17,
4450 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_U_I64),
4451 MVT::i64, 2, 39,
4452 12,
4453 OPC_CheckAndImm, 31,
4454 OPC_RecordChild0,
4455 OPC_CheckTypeI32,
4456 OPC_MoveParent,
4457 OPC_CheckTypeI32,
4458 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_U_I32),
4459 MVT::i32, 2, 16,
4460 12,
4461 OPC_CheckAndImm, 63,
4462 OPC_RecordChild0,
4463 OPC_CheckTypeI64,
4464 OPC_MoveParent,
4465 OPC_CheckTypeI64,
4466 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_U_I64),
4467 MVT::i64, 2, 16,
4468 0,
4469 21,
4470 OPC_RecordChild1,
4471 OPC_SwitchType , 7, MVT::i32,
4472 OPC_CheckChild1TypeI32,
4473 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_U_I32),
4474 MVT::i32, 2, 16,
4475 7, MVT::i64,
4476 OPC_CheckChild1TypeI64,
4477 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_U_I64),
4478 MVT::i64, 2, 16,
4479 0,
4480 0,
4481 93|128,10, TARGET_VAL(ISD::LOAD),
4482 OPC_RecordMemRef,
4483 OPC_RecordNode,
4484 OPC_RecordChild1,
4485 OPC_Scope, 42|128,5,
4486 OPC_CheckChild1TypeI32,
4487 OPC_CheckPredicate7,
4488 OPC_Scope, 33,
4489 OPC_CheckPredicate6,
4490 OPC_SwitchType , 13, MVT::i32,
4491 OPC_CheckPatternPredicate3,
4492 OPC_CheckComplexPat2, /*#*/1,
4493 OPC_EmitMergeInputChains1_0,
4494 OPC_EmitIntegerI32, 0,
4495 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
4496 MVT::i32, 3, 56,
4497 13, MVT::i64,
4498 OPC_CheckPatternPredicate3,
4499 OPC_CheckComplexPat2, /*#*/1,
4500 OPC_EmitMergeInputChains1_0,
4501 OPC_EmitIntegerI32, 0,
4502 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
4503 MVT::i64, 3, 56,
4504 0,
4505 87,
4506 OPC_CheckPredicate, 17,
4507 OPC_SwitchType , 32, MVT::i32,
4508 OPC_Scope, 14,
4509 OPC_CheckPredicate1,
4510 OPC_CheckPatternPredicate3,
4511 OPC_CheckComplexPat2, /*#*/1,
4512 OPC_EmitMergeInputChains1_0,
4513 OPC_EmitIntegerI32, 0,
4514 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD8_S_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
4515 MVT::i32, 3, 56,
4516 14,
4517 OPC_CheckPredicate2,
4518 OPC_CheckPatternPredicate3,
4519 OPC_CheckComplexPat2, /*#*/1,
4520 OPC_EmitMergeInputChains1_0,
4521 OPC_EmitIntegerI32, 0,
4522 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD16_S_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
4523 MVT::i32, 3, 56,
4524 0,
4525 47, MVT::i64,
4526 OPC_Scope, 14,
4527 OPC_CheckPredicate1,
4528 OPC_CheckPatternPredicate3,
4529 OPC_CheckComplexPat2, /*#*/1,
4530 OPC_EmitMergeInputChains1_0,
4531 OPC_EmitIntegerI32, 0,
4532 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD8_S_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
4533 MVT::i64, 3, 56,
4534 14,
4535 OPC_CheckPredicate2,
4536 OPC_CheckPatternPredicate3,
4537 OPC_CheckComplexPat2, /*#*/1,
4538 OPC_EmitMergeInputChains1_0,
4539 OPC_EmitIntegerI32, 0,
4540 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD16_S_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
4541 MVT::i64, 3, 56,
4542 14,
4543 OPC_CheckPredicate3,
4544 OPC_CheckPatternPredicate3,
4545 OPC_CheckComplexPat2, /*#*/1,
4546 OPC_EmitMergeInputChains1_0,
4547 OPC_EmitIntegerI32, 0,
4548 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD32_S_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
4549 MVT::i64, 3, 56,
4550 0,
4551 0,
4552 87,
4553 OPC_CheckPredicate, 18,
4554 OPC_SwitchType , 32, MVT::i32,
4555 OPC_Scope, 14,
4556 OPC_CheckPredicate1,
4557 OPC_CheckPatternPredicate3,
4558 OPC_CheckComplexPat2, /*#*/1,
4559 OPC_EmitMergeInputChains1_0,
4560 OPC_EmitIntegerI32, 0,
4561 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD8_U_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
4562 MVT::i32, 3, 56,
4563 14,
4564 OPC_CheckPredicate2,
4565 OPC_CheckPatternPredicate3,
4566 OPC_CheckComplexPat2, /*#*/1,
4567 OPC_EmitMergeInputChains1_0,
4568 OPC_EmitIntegerI32, 0,
4569 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD16_U_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
4570 MVT::i32, 3, 56,
4571 0,
4572 47, MVT::i64,
4573 OPC_Scope, 14,
4574 OPC_CheckPredicate1,
4575 OPC_CheckPatternPredicate3,
4576 OPC_CheckComplexPat2, /*#*/1,
4577 OPC_EmitMergeInputChains1_0,
4578 OPC_EmitIntegerI32, 0,
4579 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD8_U_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
4580 MVT::i64, 3, 56,
4581 14,
4582 OPC_CheckPredicate2,
4583 OPC_CheckPatternPredicate3,
4584 OPC_CheckComplexPat2, /*#*/1,
4585 OPC_EmitMergeInputChains1_0,
4586 OPC_EmitIntegerI32, 0,
4587 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD16_U_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
4588 MVT::i64, 3, 56,
4589 14,
4590 OPC_CheckPredicate3,
4591 OPC_CheckPatternPredicate3,
4592 OPC_CheckComplexPat2, /*#*/1,
4593 OPC_EmitMergeInputChains1_0,
4594 OPC_EmitIntegerI32, 0,
4595 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD32_U_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
4596 MVT::i64, 3, 56,
4597 0,
4598 0,
4599 87,
4600 OPC_CheckPredicate, 9,
4601 OPC_SwitchType , 32, MVT::i32,
4602 OPC_Scope, 14,
4603 OPC_CheckPredicate1,
4604 OPC_CheckPatternPredicate3,
4605 OPC_CheckComplexPat2, /*#*/1,
4606 OPC_EmitMergeInputChains1_0,
4607 OPC_EmitIntegerI32, 0,
4608 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD8_U_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
4609 MVT::i32, 3, 56,
4610 14,
4611 OPC_CheckPredicate2,
4612 OPC_CheckPatternPredicate3,
4613 OPC_CheckComplexPat2, /*#*/1,
4614 OPC_EmitMergeInputChains1_0,
4615 OPC_EmitIntegerI32, 0,
4616 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD16_U_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
4617 MVT::i32, 3, 56,
4618 0,
4619 47, MVT::i64,
4620 OPC_Scope, 14,
4621 OPC_CheckPredicate1,
4622 OPC_CheckPatternPredicate3,
4623 OPC_CheckComplexPat2, /*#*/1,
4624 OPC_EmitMergeInputChains1_0,
4625 OPC_EmitIntegerI32, 0,
4626 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD8_U_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
4627 MVT::i64, 3, 56,
4628 14,
4629 OPC_CheckPredicate2,
4630 OPC_CheckPatternPredicate3,
4631 OPC_CheckComplexPat2, /*#*/1,
4632 OPC_EmitMergeInputChains1_0,
4633 OPC_EmitIntegerI32, 0,
4634 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD16_U_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
4635 MVT::i64, 3, 56,
4636 14,
4637 OPC_CheckPredicate3,
4638 OPC_CheckPatternPredicate3,
4639 OPC_CheckComplexPat2, /*#*/1,
4640 OPC_EmitMergeInputChains1_0,
4641 OPC_EmitIntegerI32, 0,
4642 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD32_U_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
4643 MVT::i64, 3, 56,
4644 0,
4645 0,
4646 33,
4647 OPC_CheckPredicate6,
4648 OPC_SwitchType , 13, MVT::f32,
4649 OPC_CheckPatternPredicate3,
4650 OPC_CheckComplexPat2, /*#*/1,
4651 OPC_EmitMergeInputChains1_0,
4652 OPC_EmitIntegerI32, 0,
4653 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_F32_A32), 0|OPFL_Chain|OPFL_MemRefs,
4654 MVT::f32, 3, 56,
4655 13, MVT::f64,
4656 OPC_CheckPatternPredicate3,
4657 OPC_CheckComplexPat2, /*#*/1,
4658 OPC_EmitMergeInputChains1_0,
4659 OPC_EmitIntegerI32, 0,
4660 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_F64_A32), 0|OPFL_Chain|OPFL_MemRefs,
4661 MVT::f64, 3, 56,
4662 0,
4663 19,
4664 OPC_CheckPredicate, 9,
4665 OPC_CheckPredicate, 21,
4666 OPC_CheckType, MVT::f32,
4667 OPC_CheckPatternPredicate3,
4668 OPC_CheckComplexPat2, /*#*/1,
4669 OPC_EmitMergeInputChains1_0,
4670 OPC_EmitIntegerI32, 0,
4671 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_F16_F32_A32), 0|OPFL_Chain|OPFL_MemRefs,
4672 MVT::f32, 3, 56,
4673 63,
4674 OPC_CheckPredicate6,
4675 OPC_SwitchType , 13, MVT::v16i8,
4676 OPC_CheckPatternPredicate3,
4677 OPC_CheckComplexPat2, /*#*/1,
4678 OPC_EmitMergeInputChains1_0,
4679 OPC_EmitIntegerI32, 0,
4680 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_V128_A32), 0|OPFL_Chain|OPFL_MemRefs,
4681 MVT::v16i8, 3, 56,
4682 13, MVT::v8i16,
4683 OPC_CheckPatternPredicate3,
4684 OPC_CheckComplexPat2, /*#*/1,
4685 OPC_EmitMergeInputChains1_0,
4686 OPC_EmitIntegerI32, 0,
4687 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_V128_A32), 0|OPFL_Chain|OPFL_MemRefs,
4688 MVT::v8i16, 3, 56,
4689 13, MVT::v4i32,
4690 OPC_CheckPatternPredicate3,
4691 OPC_CheckComplexPat2, /*#*/1,
4692 OPC_EmitMergeInputChains1_0,
4693 OPC_EmitIntegerI32, 0,
4694 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_V128_A32), 0|OPFL_Chain|OPFL_MemRefs,
4695 MVT::v4i32, 3, 56,
4696 13, MVT::v2i64,
4697 OPC_CheckPatternPredicate3,
4698 OPC_CheckComplexPat2, /*#*/1,
4699 OPC_EmitMergeInputChains1_0,
4700 OPC_EmitIntegerI32, 0,
4701 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_V128_A32), 0|OPFL_Chain|OPFL_MemRefs,
4702 MVT::v2i64, 3, 56,
4703 0,
4704 19,
4705 OPC_CheckPredicate, 17,
4706 OPC_CheckPredicate, 22,
4707 OPC_CheckType, MVT::v8i16,
4708 OPC_CheckPatternPredicate3,
4709 OPC_CheckComplexPat2, /*#*/1,
4710 OPC_EmitMergeInputChains1_0,
4711 OPC_EmitIntegerI32, 0,
4712 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_EXTEND_S_I16x8_A32), 0|OPFL_Chain|OPFL_MemRefs,
4713 MVT::v8i16, 3, 56,
4714 19,
4715 OPC_CheckPredicate, 18,
4716 OPC_CheckPredicate, 22,
4717 OPC_CheckType, MVT::v8i16,
4718 OPC_CheckPatternPredicate3,
4719 OPC_CheckComplexPat2, /*#*/1,
4720 OPC_EmitMergeInputChains1_0,
4721 OPC_EmitIntegerI32, 0,
4722 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_EXTEND_U_I16x8_A32), 0|OPFL_Chain|OPFL_MemRefs,
4723 MVT::v8i16, 3, 56,
4724 19,
4725 OPC_CheckPredicate, 9,
4726 OPC_CheckPredicate, 22,
4727 OPC_CheckType, MVT::v8i16,
4728 OPC_CheckPatternPredicate3,
4729 OPC_CheckComplexPat2, /*#*/1,
4730 OPC_EmitMergeInputChains1_0,
4731 OPC_EmitIntegerI32, 0,
4732 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_EXTEND_U_I16x8_A32), 0|OPFL_Chain|OPFL_MemRefs,
4733 MVT::v8i16, 3, 56,
4734 19,
4735 OPC_CheckPredicate, 17,
4736 OPC_CheckPredicate, 23,
4737 OPC_CheckType, MVT::v4i32,
4738 OPC_CheckPatternPredicate3,
4739 OPC_CheckComplexPat2, /*#*/1,
4740 OPC_EmitMergeInputChains1_0,
4741 OPC_EmitIntegerI32, 0,
4742 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_EXTEND_S_I32x4_A32), 0|OPFL_Chain|OPFL_MemRefs,
4743 MVT::v4i32, 3, 56,
4744 19,
4745 OPC_CheckPredicate, 18,
4746 OPC_CheckPredicate, 23,
4747 OPC_CheckType, MVT::v4i32,
4748 OPC_CheckPatternPredicate3,
4749 OPC_CheckComplexPat2, /*#*/1,
4750 OPC_EmitMergeInputChains1_0,
4751 OPC_EmitIntegerI32, 0,
4752 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_EXTEND_U_I32x4_A32), 0|OPFL_Chain|OPFL_MemRefs,
4753 MVT::v4i32, 3, 56,
4754 19,
4755 OPC_CheckPredicate, 9,
4756 OPC_CheckPredicate, 23,
4757 OPC_CheckType, MVT::v4i32,
4758 OPC_CheckPatternPredicate3,
4759 OPC_CheckComplexPat2, /*#*/1,
4760 OPC_EmitMergeInputChains1_0,
4761 OPC_EmitIntegerI32, 0,
4762 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_EXTEND_U_I32x4_A32), 0|OPFL_Chain|OPFL_MemRefs,
4763 MVT::v4i32, 3, 56,
4764 19,
4765 OPC_CheckPredicate, 17,
4766 OPC_CheckPredicate, 24,
4767 OPC_CheckType, MVT::v2i64,
4768 OPC_CheckPatternPredicate3,
4769 OPC_CheckComplexPat2, /*#*/1,
4770 OPC_EmitMergeInputChains1_0,
4771 OPC_EmitIntegerI32, 0,
4772 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_EXTEND_S_I64x2_A32), 0|OPFL_Chain|OPFL_MemRefs,
4773 MVT::v2i64, 3, 56,
4774 19,
4775 OPC_CheckPredicate, 18,
4776 OPC_CheckPredicate, 24,
4777 OPC_CheckType, MVT::v2i64,
4778 OPC_CheckPatternPredicate3,
4779 OPC_CheckComplexPat2, /*#*/1,
4780 OPC_EmitMergeInputChains1_0,
4781 OPC_EmitIntegerI32, 0,
4782 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_EXTEND_U_I64x2_A32), 0|OPFL_Chain|OPFL_MemRefs,
4783 MVT::v2i64, 3, 56,
4784 19,
4785 OPC_CheckPredicate, 9,
4786 OPC_CheckPredicate, 24,
4787 OPC_CheckType, MVT::v2i64,
4788 OPC_CheckPatternPredicate3,
4789 OPC_CheckComplexPat2, /*#*/1,
4790 OPC_EmitMergeInputChains1_0,
4791 OPC_EmitIntegerI32, 0,
4792 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_EXTEND_U_I64x2_A32), 0|OPFL_Chain|OPFL_MemRefs,
4793 MVT::v2i64, 3, 56,
4794 52,
4795 OPC_CheckPredicate6,
4796 OPC_SwitchType , 14, 11|128,1,
4797 OPC_CheckPatternPredicate3,
4798 OPC_CheckComplexPat2, /*#*/1,
4799 OPC_EmitMergeInputChains1_0,
4800 OPC_EmitIntegerI32, 0,
4801 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_V128_A32), 0|OPFL_Chain|OPFL_MemRefs,
4802 11|128,1, 3, 56,
4803 14, 29|128,1,
4804 OPC_CheckPatternPredicate3,
4805 OPC_CheckComplexPat2, /*#*/1,
4806 OPC_EmitMergeInputChains1_0,
4807 OPC_EmitIntegerI32, 0,
4808 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_V128_A32), 0|OPFL_Chain|OPFL_MemRefs,
4809 29|128,1, 3, 56,
4810 13, MVT::v8f16,
4811 OPC_CheckPatternPredicate3,
4812 OPC_CheckComplexPat2, /*#*/1,
4813 OPC_EmitMergeInputChains1_0,
4814 OPC_EmitIntegerI32, 0,
4815 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_V128_A32), 0|OPFL_Chain|OPFL_MemRefs,
4816 MVT::v8f16, 3, 56,
4817 0,
4818 28,
4819 OPC_CheckPredicate, 9,
4820 OPC_CheckType, 29|128,1,
4821 OPC_CheckPatternPredicate3,
4822 OPC_CheckComplexPat2, /*#*/1,
4823 OPC_EmitMergeInputChains1_0,
4824 OPC_EmitIntegerI32, 0,
4825 OPC_EmitNode1, TARGET_VAL(WebAssembly::LOAD_ZERO_64_A32), 0|OPFL_Chain|OPFL_MemRefs,
4826 MVT::v16i8, 3, 56,
4827 OPC_EmitNode1None, TARGET_VAL(WebAssembly::promote_low_F64x2),
4828 29|128,1, 1, 77,
4829 OPC_CompleteMatch, 1, 6,
4830
4831 0,
4832 42|128,5,
4833 OPC_CheckChild1TypeI64,
4834 OPC_CheckPredicate7,
4835 OPC_Scope, 33,
4836 OPC_CheckPredicate6,
4837 OPC_SwitchType , 13, MVT::i32,
4838 OPC_CheckPatternPredicate4,
4839 OPC_CheckComplexPat3, /*#*/1,
4840 OPC_EmitMergeInputChains1_0,
4841 OPC_EmitIntegerI32, 0,
4842 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
4843 MVT::i32, 3, 56,
4844 13, MVT::i64,
4845 OPC_CheckPatternPredicate4,
4846 OPC_CheckComplexPat3, /*#*/1,
4847 OPC_EmitMergeInputChains1_0,
4848 OPC_EmitIntegerI32, 0,
4849 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
4850 MVT::i64, 3, 56,
4851 0,
4852 87,
4853 OPC_CheckPredicate, 17,
4854 OPC_SwitchType , 32, MVT::i32,
4855 OPC_Scope, 14,
4856 OPC_CheckPredicate1,
4857 OPC_CheckPatternPredicate4,
4858 OPC_CheckComplexPat3, /*#*/1,
4859 OPC_EmitMergeInputChains1_0,
4860 OPC_EmitIntegerI32, 0,
4861 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD8_S_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
4862 MVT::i32, 3, 56,
4863 14,
4864 OPC_CheckPredicate2,
4865 OPC_CheckPatternPredicate4,
4866 OPC_CheckComplexPat3, /*#*/1,
4867 OPC_EmitMergeInputChains1_0,
4868 OPC_EmitIntegerI32, 0,
4869 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD16_S_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
4870 MVT::i32, 3, 56,
4871 0,
4872 47, MVT::i64,
4873 OPC_Scope, 14,
4874 OPC_CheckPredicate1,
4875 OPC_CheckPatternPredicate4,
4876 OPC_CheckComplexPat3, /*#*/1,
4877 OPC_EmitMergeInputChains1_0,
4878 OPC_EmitIntegerI32, 0,
4879 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD8_S_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
4880 MVT::i64, 3, 56,
4881 14,
4882 OPC_CheckPredicate2,
4883 OPC_CheckPatternPredicate4,
4884 OPC_CheckComplexPat3, /*#*/1,
4885 OPC_EmitMergeInputChains1_0,
4886 OPC_EmitIntegerI32, 0,
4887 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD16_S_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
4888 MVT::i64, 3, 56,
4889 14,
4890 OPC_CheckPredicate3,
4891 OPC_CheckPatternPredicate4,
4892 OPC_CheckComplexPat3, /*#*/1,
4893 OPC_EmitMergeInputChains1_0,
4894 OPC_EmitIntegerI32, 0,
4895 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD32_S_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
4896 MVT::i64, 3, 56,
4897 0,
4898 0,
4899 87,
4900 OPC_CheckPredicate, 18,
4901 OPC_SwitchType , 32, MVT::i32,
4902 OPC_Scope, 14,
4903 OPC_CheckPredicate1,
4904 OPC_CheckPatternPredicate4,
4905 OPC_CheckComplexPat3, /*#*/1,
4906 OPC_EmitMergeInputChains1_0,
4907 OPC_EmitIntegerI32, 0,
4908 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD8_U_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
4909 MVT::i32, 3, 56,
4910 14,
4911 OPC_CheckPredicate2,
4912 OPC_CheckPatternPredicate4,
4913 OPC_CheckComplexPat3, /*#*/1,
4914 OPC_EmitMergeInputChains1_0,
4915 OPC_EmitIntegerI32, 0,
4916 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD16_U_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
4917 MVT::i32, 3, 56,
4918 0,
4919 47, MVT::i64,
4920 OPC_Scope, 14,
4921 OPC_CheckPredicate1,
4922 OPC_CheckPatternPredicate4,
4923 OPC_CheckComplexPat3, /*#*/1,
4924 OPC_EmitMergeInputChains1_0,
4925 OPC_EmitIntegerI32, 0,
4926 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD8_U_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
4927 MVT::i64, 3, 56,
4928 14,
4929 OPC_CheckPredicate2,
4930 OPC_CheckPatternPredicate4,
4931 OPC_CheckComplexPat3, /*#*/1,
4932 OPC_EmitMergeInputChains1_0,
4933 OPC_EmitIntegerI32, 0,
4934 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD16_U_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
4935 MVT::i64, 3, 56,
4936 14,
4937 OPC_CheckPredicate3,
4938 OPC_CheckPatternPredicate4,
4939 OPC_CheckComplexPat3, /*#*/1,
4940 OPC_EmitMergeInputChains1_0,
4941 OPC_EmitIntegerI32, 0,
4942 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD32_U_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
4943 MVT::i64, 3, 56,
4944 0,
4945 0,
4946 87,
4947 OPC_CheckPredicate, 9,
4948 OPC_SwitchType , 32, MVT::i32,
4949 OPC_Scope, 14,
4950 OPC_CheckPredicate1,
4951 OPC_CheckPatternPredicate4,
4952 OPC_CheckComplexPat3, /*#*/1,
4953 OPC_EmitMergeInputChains1_0,
4954 OPC_EmitIntegerI32, 0,
4955 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD8_U_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
4956 MVT::i32, 3, 56,
4957 14,
4958 OPC_CheckPredicate2,
4959 OPC_CheckPatternPredicate4,
4960 OPC_CheckComplexPat3, /*#*/1,
4961 OPC_EmitMergeInputChains1_0,
4962 OPC_EmitIntegerI32, 0,
4963 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD16_U_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
4964 MVT::i32, 3, 56,
4965 0,
4966 47, MVT::i64,
4967 OPC_Scope, 14,
4968 OPC_CheckPredicate1,
4969 OPC_CheckPatternPredicate4,
4970 OPC_CheckComplexPat3, /*#*/1,
4971 OPC_EmitMergeInputChains1_0,
4972 OPC_EmitIntegerI32, 0,
4973 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD8_U_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
4974 MVT::i64, 3, 56,
4975 14,
4976 OPC_CheckPredicate2,
4977 OPC_CheckPatternPredicate4,
4978 OPC_CheckComplexPat3, /*#*/1,
4979 OPC_EmitMergeInputChains1_0,
4980 OPC_EmitIntegerI32, 0,
4981 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD16_U_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
4982 MVT::i64, 3, 56,
4983 14,
4984 OPC_CheckPredicate3,
4985 OPC_CheckPatternPredicate4,
4986 OPC_CheckComplexPat3, /*#*/1,
4987 OPC_EmitMergeInputChains1_0,
4988 OPC_EmitIntegerI32, 0,
4989 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD32_U_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
4990 MVT::i64, 3, 56,
4991 0,
4992 0,
4993 33,
4994 OPC_CheckPredicate6,
4995 OPC_SwitchType , 13, MVT::f32,
4996 OPC_CheckPatternPredicate4,
4997 OPC_CheckComplexPat3, /*#*/1,
4998 OPC_EmitMergeInputChains1_0,
4999 OPC_EmitIntegerI32, 0,
5000 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_F32_A64), 0|OPFL_Chain|OPFL_MemRefs,
5001 MVT::f32, 3, 56,
5002 13, MVT::f64,
5003 OPC_CheckPatternPredicate4,
5004 OPC_CheckComplexPat3, /*#*/1,
5005 OPC_EmitMergeInputChains1_0,
5006 OPC_EmitIntegerI32, 0,
5007 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_F64_A64), 0|OPFL_Chain|OPFL_MemRefs,
5008 MVT::f64, 3, 56,
5009 0,
5010 19,
5011 OPC_CheckPredicate, 9,
5012 OPC_CheckPredicate, 21,
5013 OPC_CheckType, MVT::f32,
5014 OPC_CheckPatternPredicate4,
5015 OPC_CheckComplexPat3, /*#*/1,
5016 OPC_EmitMergeInputChains1_0,
5017 OPC_EmitIntegerI32, 0,
5018 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_F16_F32_A64), 0|OPFL_Chain|OPFL_MemRefs,
5019 MVT::f32, 3, 56,
5020 63,
5021 OPC_CheckPredicate6,
5022 OPC_SwitchType , 13, MVT::v16i8,
5023 OPC_CheckPatternPredicate4,
5024 OPC_CheckComplexPat3, /*#*/1,
5025 OPC_EmitMergeInputChains1_0,
5026 OPC_EmitIntegerI32, 0,
5027 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_V128_A64), 0|OPFL_Chain|OPFL_MemRefs,
5028 MVT::v16i8, 3, 56,
5029 13, MVT::v8i16,
5030 OPC_CheckPatternPredicate4,
5031 OPC_CheckComplexPat3, /*#*/1,
5032 OPC_EmitMergeInputChains1_0,
5033 OPC_EmitIntegerI32, 0,
5034 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_V128_A64), 0|OPFL_Chain|OPFL_MemRefs,
5035 MVT::v8i16, 3, 56,
5036 13, MVT::v4i32,
5037 OPC_CheckPatternPredicate4,
5038 OPC_CheckComplexPat3, /*#*/1,
5039 OPC_EmitMergeInputChains1_0,
5040 OPC_EmitIntegerI32, 0,
5041 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_V128_A64), 0|OPFL_Chain|OPFL_MemRefs,
5042 MVT::v4i32, 3, 56,
5043 13, MVT::v2i64,
5044 OPC_CheckPatternPredicate4,
5045 OPC_CheckComplexPat3, /*#*/1,
5046 OPC_EmitMergeInputChains1_0,
5047 OPC_EmitIntegerI32, 0,
5048 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_V128_A64), 0|OPFL_Chain|OPFL_MemRefs,
5049 MVT::v2i64, 3, 56,
5050 0,
5051 19,
5052 OPC_CheckPredicate, 17,
5053 OPC_CheckPredicate, 22,
5054 OPC_CheckType, MVT::v8i16,
5055 OPC_CheckPatternPredicate4,
5056 OPC_CheckComplexPat3, /*#*/1,
5057 OPC_EmitMergeInputChains1_0,
5058 OPC_EmitIntegerI32, 0,
5059 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_EXTEND_S_I16x8_A64), 0|OPFL_Chain|OPFL_MemRefs,
5060 MVT::v8i16, 3, 56,
5061 19,
5062 OPC_CheckPredicate, 18,
5063 OPC_CheckPredicate, 22,
5064 OPC_CheckType, MVT::v8i16,
5065 OPC_CheckPatternPredicate4,
5066 OPC_CheckComplexPat3, /*#*/1,
5067 OPC_EmitMergeInputChains1_0,
5068 OPC_EmitIntegerI32, 0,
5069 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_EXTEND_U_I16x8_A64), 0|OPFL_Chain|OPFL_MemRefs,
5070 MVT::v8i16, 3, 56,
5071 19,
5072 OPC_CheckPredicate, 9,
5073 OPC_CheckPredicate, 22,
5074 OPC_CheckType, MVT::v8i16,
5075 OPC_CheckPatternPredicate4,
5076 OPC_CheckComplexPat3, /*#*/1,
5077 OPC_EmitMergeInputChains1_0,
5078 OPC_EmitIntegerI32, 0,
5079 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_EXTEND_U_I16x8_A64), 0|OPFL_Chain|OPFL_MemRefs,
5080 MVT::v8i16, 3, 56,
5081 19,
5082 OPC_CheckPredicate, 17,
5083 OPC_CheckPredicate, 23,
5084 OPC_CheckType, MVT::v4i32,
5085 OPC_CheckPatternPredicate4,
5086 OPC_CheckComplexPat3, /*#*/1,
5087 OPC_EmitMergeInputChains1_0,
5088 OPC_EmitIntegerI32, 0,
5089 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_EXTEND_S_I32x4_A64), 0|OPFL_Chain|OPFL_MemRefs,
5090 MVT::v4i32, 3, 56,
5091 19,
5092 OPC_CheckPredicate, 18,
5093 OPC_CheckPredicate, 23,
5094 OPC_CheckType, MVT::v4i32,
5095 OPC_CheckPatternPredicate4,
5096 OPC_CheckComplexPat3, /*#*/1,
5097 OPC_EmitMergeInputChains1_0,
5098 OPC_EmitIntegerI32, 0,
5099 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_EXTEND_U_I32x4_A64), 0|OPFL_Chain|OPFL_MemRefs,
5100 MVT::v4i32, 3, 56,
5101 19,
5102 OPC_CheckPredicate, 9,
5103 OPC_CheckPredicate, 23,
5104 OPC_CheckType, MVT::v4i32,
5105 OPC_CheckPatternPredicate4,
5106 OPC_CheckComplexPat3, /*#*/1,
5107 OPC_EmitMergeInputChains1_0,
5108 OPC_EmitIntegerI32, 0,
5109 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_EXTEND_U_I32x4_A64), 0|OPFL_Chain|OPFL_MemRefs,
5110 MVT::v4i32, 3, 56,
5111 19,
5112 OPC_CheckPredicate, 17,
5113 OPC_CheckPredicate, 24,
5114 OPC_CheckType, MVT::v2i64,
5115 OPC_CheckPatternPredicate4,
5116 OPC_CheckComplexPat3, /*#*/1,
5117 OPC_EmitMergeInputChains1_0,
5118 OPC_EmitIntegerI32, 0,
5119 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_EXTEND_S_I64x2_A64), 0|OPFL_Chain|OPFL_MemRefs,
5120 MVT::v2i64, 3, 56,
5121 19,
5122 OPC_CheckPredicate, 18,
5123 OPC_CheckPredicate, 24,
5124 OPC_CheckType, MVT::v2i64,
5125 OPC_CheckPatternPredicate4,
5126 OPC_CheckComplexPat3, /*#*/1,
5127 OPC_EmitMergeInputChains1_0,
5128 OPC_EmitIntegerI32, 0,
5129 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_EXTEND_U_I64x2_A64), 0|OPFL_Chain|OPFL_MemRefs,
5130 MVT::v2i64, 3, 56,
5131 19,
5132 OPC_CheckPredicate, 9,
5133 OPC_CheckPredicate, 24,
5134 OPC_CheckType, MVT::v2i64,
5135 OPC_CheckPatternPredicate4,
5136 OPC_CheckComplexPat3, /*#*/1,
5137 OPC_EmitMergeInputChains1_0,
5138 OPC_EmitIntegerI32, 0,
5139 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_EXTEND_U_I64x2_A64), 0|OPFL_Chain|OPFL_MemRefs,
5140 MVT::v2i64, 3, 56,
5141 52,
5142 OPC_CheckPredicate6,
5143 OPC_SwitchType , 14, 11|128,1,
5144 OPC_CheckPatternPredicate4,
5145 OPC_CheckComplexPat3, /*#*/1,
5146 OPC_EmitMergeInputChains1_0,
5147 OPC_EmitIntegerI32, 0,
5148 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_V128_A64), 0|OPFL_Chain|OPFL_MemRefs,
5149 11|128,1, 3, 56,
5150 14, 29|128,1,
5151 OPC_CheckPatternPredicate4,
5152 OPC_CheckComplexPat3, /*#*/1,
5153 OPC_EmitMergeInputChains1_0,
5154 OPC_EmitIntegerI32, 0,
5155 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_V128_A64), 0|OPFL_Chain|OPFL_MemRefs,
5156 29|128,1, 3, 56,
5157 13, MVT::v8f16,
5158 OPC_CheckPatternPredicate4,
5159 OPC_CheckComplexPat3, /*#*/1,
5160 OPC_EmitMergeInputChains1_0,
5161 OPC_EmitIntegerI32, 0,
5162 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_V128_A64), 0|OPFL_Chain|OPFL_MemRefs,
5163 MVT::v8f16, 3, 56,
5164 0,
5165 28,
5166 OPC_CheckPredicate, 9,
5167 OPC_CheckType, 29|128,1,
5168 OPC_CheckPatternPredicate4,
5169 OPC_CheckComplexPat3, /*#*/1,
5170 OPC_EmitMergeInputChains1_0,
5171 OPC_EmitIntegerI32, 0,
5172 OPC_EmitNode1, TARGET_VAL(WebAssembly::LOAD_ZERO_64_A64), 0|OPFL_Chain|OPFL_MemRefs,
5173 MVT::v16i8, 3, 56,
5174 OPC_EmitNode1None, TARGET_VAL(WebAssembly::promote_low_F64x2),
5175 29|128,1, 1, 77,
5176 OPC_CompleteMatch, 1, 6,
5177
5178 0,
5179 0,
5180 85, TARGET_VAL(ISD::BRCOND),
5181 OPC_RecordNode,
5182 OPC_Scope, 66,
5183 OPC_MoveChild1,
5184 OPC_SwitchOpcode , 20, TARGET_VAL(ISD::XOR),
5185 OPC_RecordChild0,
5186 OPC_MoveChild0,
5187 OPC_CheckPredicate, 28,
5188 OPC_MoveParent,
5189 OPC_CheckChild1Integer, 1,
5190 OPC_CheckTypeI32,
5191 OPC_MoveSibling2,
5192 OPC_CheckOpcode, TARGET_VAL(ISD::BasicBlock),
5193 OPC_RecordNode,
5194 OPC_MoveParent,
5195 OPC_EmitMergeInputChains1_0,
5196 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::BR_UNLESS),
5197 2, 19,
5198 37, TARGET_VAL(ISD::SETCC),
5199 OPC_RecordChild0,
5200 OPC_CheckChild0TypeI32,
5201 OPC_CheckChild1Integer, 0,
5202 OPC_CheckTypeI32,
5203 OPC_Scope, 14,
5204 OPC_CheckChild2CondCode, ISD::SETNE,
5205 OPC_MoveSibling2,
5206 OPC_CheckOpcode, TARGET_VAL(ISD::BasicBlock),
5207 OPC_RecordNode,
5208 OPC_MoveParent,
5209 OPC_EmitMergeInputChains1_0,
5210 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::BR_IF),
5211 2, 19,
5212 14,
5213 OPC_CheckChild2CondCode, ISD::SETEQ,
5214 OPC_MoveSibling2,
5215 OPC_CheckOpcode, TARGET_VAL(ISD::BasicBlock),
5216 OPC_RecordNode,
5217 OPC_MoveParent,
5218 OPC_EmitMergeInputChains1_0,
5219 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::BR_UNLESS),
5220 2, 19,
5221 0,
5222 0,
5223 14,
5224 OPC_RecordChild1,
5225 OPC_CheckChild1TypeI32,
5226 OPC_RecordChild2,
5227 OPC_MoveChild2,
5228 OPC_CheckOpcode, TARGET_VAL(ISD::BasicBlock),
5229 OPC_MoveParent,
5230 OPC_EmitMergeInputChains1_0,
5231 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::BR_IF),
5232 2, 19,
5233 0,
5234 55, TARGET_VAL(ISD::ROTL),
5235 OPC_RecordChild0,
5236 OPC_Scope, 29,
5237 OPC_MoveChild1,
5238 OPC_SwitchType , 11, MVT::i32,
5239 OPC_CheckAndImm, 31,
5240 OPC_RecordChild0,
5241 OPC_MoveParent,
5242 OPC_CheckTypeI32,
5243 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ROTL_I32),
5244 MVT::i32, 2, 16,
5245 11, MVT::i64,
5246 OPC_CheckAndImm, 63,
5247 OPC_RecordChild0,
5248 OPC_MoveParent,
5249 OPC_CheckTypeI64,
5250 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ROTL_I64),
5251 MVT::i64, 2, 16,
5252 0,
5253 21,
5254 OPC_RecordChild1,
5255 OPC_SwitchType , 7, MVT::i32,
5256 OPC_CheckChild1TypeI32,
5257 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ROTL_I32),
5258 MVT::i32, 2, 16,
5259 7, MVT::i64,
5260 OPC_CheckChild1TypeI64,
5261 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ROTL_I64),
5262 MVT::i64, 2, 16,
5263 0,
5264 0,
5265 55, TARGET_VAL(ISD::ROTR),
5266 OPC_RecordChild0,
5267 OPC_Scope, 29,
5268 OPC_MoveChild1,
5269 OPC_SwitchType , 11, MVT::i32,
5270 OPC_CheckAndImm, 31,
5271 OPC_RecordChild0,
5272 OPC_MoveParent,
5273 OPC_CheckTypeI32,
5274 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ROTR_I32),
5275 MVT::i32, 2, 16,
5276 11, MVT::i64,
5277 OPC_CheckAndImm, 63,
5278 OPC_RecordChild0,
5279 OPC_MoveParent,
5280 OPC_CheckTypeI64,
5281 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ROTR_I64),
5282 MVT::i64, 2, 16,
5283 0,
5284 21,
5285 OPC_RecordChild1,
5286 OPC_SwitchType , 7, MVT::i32,
5287 OPC_CheckChild1TypeI32,
5288 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ROTR_I32),
5289 MVT::i32, 2, 16,
5290 7, MVT::i64,
5291 OPC_CheckChild1TypeI64,
5292 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ROTR_I64),
5293 MVT::i64, 2, 16,
5294 0,
5295 0,
5296 127|128,3, TARGET_VAL(ISD::SELECT),
5297 OPC_Scope, 119,
5298 OPC_MoveChild0,
5299 OPC_CheckOpcode, TARGET_VAL(ISD::SETCC),
5300 OPC_RecordChild0,
5301 OPC_CheckChild0TypeI32,
5302 OPC_CheckChild1Integer, 0,
5303 OPC_CheckTypeI32,
5304 OPC_Scope, 53,
5305 OPC_CheckChild2CondCode, ISD::SETNE,
5306 OPC_MoveParent,
5307 OPC_RecordChild1,
5308 OPC_RecordChild2,
5309 OPC_SwitchType , 6, MVT::i32,
5310 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_I32),
5311 MVT::i32, 3, 3,
5312 6, MVT::i64,
5313 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_I64),
5314 MVT::i64, 3, 3,
5315 7, 127|128,1,
5316 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_FUNCREF),
5317 127|128,1, 3, 3,
5318 7, 0|128,2,
5319 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_EXTERNREF),
5320 0|128,2, 3, 3,
5321 7, 1|128,2,
5322 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_EXNREF),
5323 1|128,2, 3, 3,
5324 0,
5325 53,
5326 OPC_CheckChild2CondCode, ISD::SETEQ,
5327 OPC_MoveParent,
5328 OPC_RecordChild1,
5329 OPC_RecordChild2,
5330 OPC_SwitchType , 6, MVT::i32,
5331 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_I32),
5332 MVT::i32, 3, 0,
5333 6, MVT::i64,
5334 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_I64),
5335 MVT::i64, 3, 0,
5336 7, 127|128,1,
5337 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_FUNCREF),
5338 127|128,1, 3, 0,
5339 7, 0|128,2,
5340 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_EXTERNREF),
5341 0|128,2, 3, 0,
5342 7, 1|128,2,
5343 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_EXNREF),
5344 1|128,2, 3, 0,
5345 0,
5346 0,
5347 55,
5348 OPC_RecordChild0,
5349 OPC_CheckChild0TypeI32,
5350 OPC_RecordChild1,
5351 OPC_RecordChild2,
5352 OPC_SwitchType , 6, MVT::i32,
5353 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_I32),
5354 MVT::i32, 3, 3,
5355 6, MVT::i64,
5356 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_I64),
5357 MVT::i64, 3, 3,
5358 8, 127|128,1,
5359 OPC_CheckPatternPredicate6,
5360 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_FUNCREF),
5361 127|128,1, 3, 3,
5362 8, 0|128,2,
5363 OPC_CheckPatternPredicate6,
5364 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_EXTERNREF),
5365 0|128,2, 3, 3,
5366 8, 1|128,2,
5367 OPC_CheckPatternPredicate6,
5368 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_EXNREF),
5369 1|128,2, 3, 3,
5370 0,
5371 59,
5372 OPC_MoveChild0,
5373 OPC_CheckOpcode, TARGET_VAL(ISD::SETCC),
5374 OPC_RecordChild0,
5375 OPC_CheckChild0TypeI32,
5376 OPC_CheckChild1Integer, 0,
5377 OPC_CheckTypeI32,
5378 OPC_Scope, 23,
5379 OPC_CheckChild2CondCode, ISD::SETNE,
5380 OPC_MoveParent,
5381 OPC_RecordChild1,
5382 OPC_RecordChild2,
5383 OPC_SwitchType , 6, MVT::f32,
5384 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_F32),
5385 MVT::f32, 3, 3,
5386 6, MVT::f64,
5387 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_F64),
5388 MVT::f64, 3, 3,
5389 0,
5390 23,
5391 OPC_CheckChild2CondCode, ISD::SETEQ,
5392 OPC_MoveParent,
5393 OPC_RecordChild1,
5394 OPC_RecordChild2,
5395 OPC_SwitchType , 6, MVT::f32,
5396 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_F32),
5397 MVT::f32, 3, 0,
5398 6, MVT::f64,
5399 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_F64),
5400 MVT::f64, 3, 0,
5401 0,
5402 0,
5403 22,
5404 OPC_RecordChild0,
5405 OPC_CheckChild0TypeI32,
5406 OPC_RecordChild1,
5407 OPC_RecordChild2,
5408 OPC_SwitchType , 6, MVT::f32,
5409 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_F32),
5410 MVT::f32, 3, 3,
5411 6, MVT::f64,
5412 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_F64),
5413 MVT::f64, 3, 3,
5414 0,
5415 91,
5416 OPC_MoveChild0,
5417 OPC_CheckOpcode, TARGET_VAL(ISD::SETCC),
5418 OPC_RecordChild0,
5419 OPC_CheckChild0TypeI32,
5420 OPC_CheckChild1Integer, 0,
5421 OPC_CheckTypeI32,
5422 OPC_Scope, 39,
5423 OPC_CheckChild2CondCode, ISD::SETNE,
5424 OPC_MoveParent,
5425 OPC_RecordChild1,
5426 OPC_RecordChild2,
5427 OPC_SwitchType , 6, MVT::v16i8,
5428 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_V128),
5429 MVT::v16i8, 3, 3,
5430 6, MVT::v8i16,
5431 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_V128),
5432 MVT::v8i16, 3, 3,
5433 6, MVT::v4i32,
5434 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_V128),
5435 MVT::v4i32, 3, 3,
5436 6, MVT::v2i64,
5437 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_V128),
5438 MVT::v2i64, 3, 3,
5439 0,
5440 39,
5441 OPC_CheckChild2CondCode, ISD::SETEQ,
5442 OPC_MoveParent,
5443 OPC_RecordChild1,
5444 OPC_RecordChild2,
5445 OPC_SwitchType , 6, MVT::v16i8,
5446 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_V128),
5447 MVT::v16i8, 3, 0,
5448 6, MVT::v8i16,
5449 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_V128),
5450 MVT::v8i16, 3, 0,
5451 6, MVT::v4i32,
5452 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_V128),
5453 MVT::v4i32, 3, 0,
5454 6, MVT::v2i64,
5455 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_V128),
5456 MVT::v2i64, 3, 0,
5457 0,
5458 0,
5459 38,
5460 OPC_RecordChild0,
5461 OPC_CheckChild0TypeI32,
5462 OPC_RecordChild1,
5463 OPC_RecordChild2,
5464 OPC_SwitchType , 6, MVT::v16i8,
5465 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_V128),
5466 MVT::v16i8, 3, 3,
5467 6, MVT::v8i16,
5468 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_V128),
5469 MVT::v8i16, 3, 3,
5470 6, MVT::v4i32,
5471 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_V128),
5472 MVT::v4i32, 3, 3,
5473 6, MVT::v2i64,
5474 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_V128),
5475 MVT::v2i64, 3, 3,
5476 0,
5477 83,
5478 OPC_MoveChild0,
5479 OPC_CheckOpcode, TARGET_VAL(ISD::SETCC),
5480 OPC_RecordChild0,
5481 OPC_CheckChild0TypeI32,
5482 OPC_CheckChild1Integer, 0,
5483 OPC_CheckTypeI32,
5484 OPC_Scope, 35,
5485 OPC_CheckChild2CondCode, ISD::SETNE,
5486 OPC_MoveParent,
5487 OPC_RecordChild1,
5488 OPC_RecordChild2,
5489 OPC_SwitchType , 7, 11|128,1,
5490 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_V128),
5491 11|128,1, 3, 3,
5492 7, 29|128,1,
5493 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_V128),
5494 29|128,1, 3, 3,
5495 6, MVT::v8f16,
5496 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_V128),
5497 MVT::v8f16, 3, 3,
5498 0,
5499 35,
5500 OPC_CheckChild2CondCode, ISD::SETEQ,
5501 OPC_MoveParent,
5502 OPC_RecordChild1,
5503 OPC_RecordChild2,
5504 OPC_SwitchType , 7, 11|128,1,
5505 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_V128),
5506 11|128,1, 3, 0,
5507 7, 29|128,1,
5508 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_V128),
5509 29|128,1, 3, 0,
5510 6, MVT::v8f16,
5511 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_V128),
5512 MVT::v8f16, 3, 0,
5513 0,
5514 0,
5515 34,
5516 OPC_RecordChild0,
5517 OPC_CheckChild0TypeI32,
5518 OPC_RecordChild1,
5519 OPC_RecordChild2,
5520 OPC_SwitchType , 7, 11|128,1,
5521 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_V128),
5522 11|128,1, 3, 3,
5523 7, 29|128,1,
5524 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_V128),
5525 29|128,1, 3, 3,
5526 6, MVT::v8f16,
5527 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_V128),
5528 MVT::v8f16, 3, 3,
5529 0,
5530 0,
5531 127, TARGET_VAL(ISD::SIGN_EXTEND_INREG),
5532 OPC_Scope, 55,
5533 OPC_MoveChild0,
5534 OPC_CheckOpcode, TARGET_VAL(ISD::EXTRACT_VECTOR_ELT),
5535 OPC_RecordChild0,
5536 OPC_Scope, 23,
5537 OPC_CheckChild0Type, MVT::v16i8,
5538 OPC_RecordChild1,
5539 OPC_MoveChild1,
5540 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
5541 OPC_CheckPredicate, 20,
5542 OPC_CheckTypeI32,
5543 OPC_MoveParent,
5544 OPC_MoveSibling1,
5545 OPC_CheckValueType, MVT::i8,
5546 OPC_MoveParent,
5547 OPC_CheckTypeI32,
5548 OPC_EmitConvertToTarget1,
5549 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EXTRACT_LANE_I8x16_s),
5550 MVT::i32, 2, 39,
5551 23,
5552 OPC_CheckChild0Type, MVT::v8i16,
5553 OPC_RecordChild1,
5554 OPC_MoveChild1,
5555 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
5556 OPC_CheckPredicate, 15,
5557 OPC_CheckTypeI32,
5558 OPC_MoveParent,
5559 OPC_MoveSibling1,
5560 OPC_CheckValueType, MVT::i16,
5561 OPC_MoveParent,
5562 OPC_CheckTypeI32,
5563 OPC_EmitConvertToTarget1,
5564 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EXTRACT_LANE_I16x8_s),
5565 MVT::i32, 2, 39,
5566 0,
5567 68,
5568 OPC_RecordChild0,
5569 OPC_MoveChild1,
5570 OPC_Scope, 25,
5571 OPC_CheckValueType, MVT::i8,
5572 OPC_MoveParent,
5573 OPC_SwitchType , 8, MVT::i32,
5574 OPC_CheckPatternPredicate, 11,
5575 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I32_EXTEND8_S_I32),
5576 MVT::i32, 1, 2,
5577 8, MVT::i64,
5578 OPC_CheckPatternPredicate, 11,
5579 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I64_EXTEND8_S_I64),
5580 MVT::i64, 1, 2,
5581 0,
5582 25,
5583 OPC_CheckValueType, MVT::i16,
5584 OPC_MoveParent,
5585 OPC_SwitchType , 8, MVT::i32,
5586 OPC_CheckPatternPredicate, 11,
5587 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I32_EXTEND16_S_I32),
5588 MVT::i32, 1, 2,
5589 8, MVT::i64,
5590 OPC_CheckPatternPredicate, 11,
5591 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I64_EXTEND16_S_I64),
5592 MVT::i64, 1, 2,
5593 0,
5594 11,
5595 OPC_CheckValueType, MVT::i32,
5596 OPC_MoveParent,
5597 OPC_CheckPatternPredicate, 11,
5598 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I64_EXTEND32_S_I64),
5599 MVT::i64, 1, 2,
5600 0,
5601 0,
5602 48|128,1, TARGET_VAL(WebAssemblyISD::GLOBAL_GET),
5603 OPC_RecordMemRef,
5604 OPC_RecordNode,
5605 OPC_MoveChild1,
5606 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
5607 OPC_RecordChild0,
5608 OPC_MoveChild0,
5609 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
5610 OPC_MoveParent,
5611 OPC_MoveParent,
5612 OPC_SwitchType , 8, MVT::i32,
5613 OPC_EmitMergeInputChains1_0,
5614 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::GLOBAL_GET_I32), 0|OPFL_Chain|OPFL_MemRefs,
5615 MVT::i32, 1, 17,
5616 8, MVT::i64,
5617 OPC_EmitMergeInputChains1_0,
5618 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::GLOBAL_GET_I64), 0|OPFL_Chain|OPFL_MemRefs,
5619 MVT::i64, 1, 17,
5620 10, 127|128,1,
5621 OPC_CheckPatternPredicate6,
5622 OPC_EmitMergeInputChains1_0,
5623 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::GLOBAL_GET_FUNCREF), 0|OPFL_Chain|OPFL_MemRefs,
5624 127|128,1, 1, 17,
5625 10, 0|128,2,
5626 OPC_CheckPatternPredicate6,
5627 OPC_EmitMergeInputChains1_0,
5628 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::GLOBAL_GET_EXTERNREF), 0|OPFL_Chain|OPFL_MemRefs,
5629 0|128,2, 1, 17,
5630 11, 1|128,2,
5631 OPC_CheckPatternPredicate, 8,
5632 OPC_EmitMergeInputChains1_0,
5633 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::GLOBAL_GET_EXNREF), 0|OPFL_Chain|OPFL_MemRefs,
5634 1|128,2, 1, 17,
5635 8, MVT::f32,
5636 OPC_EmitMergeInputChains1_0,
5637 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::GLOBAL_GET_F32), 0|OPFL_Chain|OPFL_MemRefs,
5638 MVT::f32, 1, 17,
5639 8, MVT::f64,
5640 OPC_EmitMergeInputChains1_0,
5641 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::GLOBAL_GET_F64), 0|OPFL_Chain|OPFL_MemRefs,
5642 MVT::f64, 1, 17,
5643 9, MVT::v2i64,
5644 OPC_CheckPatternPredicate0,
5645 OPC_EmitMergeInputChains1_0,
5646 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::GLOBAL_GET_V128), 0|OPFL_Chain|OPFL_MemRefs,
5647 MVT::v2i64, 1, 17,
5648 9, MVT::v4i32,
5649 OPC_CheckPatternPredicate0,
5650 OPC_EmitMergeInputChains1_0,
5651 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::GLOBAL_GET_V128), 0|OPFL_Chain|OPFL_MemRefs,
5652 MVT::v4i32, 1, 17,
5653 9, MVT::v16i8,
5654 OPC_CheckPatternPredicate0,
5655 OPC_EmitMergeInputChains1_0,
5656 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::GLOBAL_GET_V128), 0|OPFL_Chain|OPFL_MemRefs,
5657 MVT::v16i8, 1, 17,
5658 9, MVT::v8i16,
5659 OPC_CheckPatternPredicate0,
5660 OPC_EmitMergeInputChains1_0,
5661 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::GLOBAL_GET_V128), 0|OPFL_Chain|OPFL_MemRefs,
5662 MVT::v8i16, 1, 17,
5663 9, MVT::v8f16,
5664 OPC_CheckPatternPredicate0,
5665 OPC_EmitMergeInputChains1_0,
5666 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::GLOBAL_GET_V128), 0|OPFL_Chain|OPFL_MemRefs,
5667 MVT::v8f16, 1, 17,
5668 10, 11|128,1,
5669 OPC_CheckPatternPredicate0,
5670 OPC_EmitMergeInputChains1_0,
5671 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::GLOBAL_GET_V128), 0|OPFL_Chain|OPFL_MemRefs,
5672 11|128,1, 1, 17,
5673 10, 29|128,1,
5674 OPC_CheckPatternPredicate0,
5675 OPC_EmitMergeInputChains1_0,
5676 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::GLOBAL_GET_V128), 0|OPFL_Chain|OPFL_MemRefs,
5677 29|128,1, 1, 17,
5678 0,
5679 57|128,2, TARGET_VAL(WebAssemblyISD::GLOBAL_SET),
5680 OPC_RecordMemRef,
5681 OPC_RecordNode,
5682 OPC_RecordChild1,
5683 OPC_Scope, 19,
5684 OPC_CheckChild1TypeI32,
5685 OPC_MoveChild2,
5686 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
5687 OPC_RecordChild0,
5688 OPC_MoveChild0,
5689 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
5690 OPC_MoveParent,
5691 OPC_MoveParent,
5692 OPC_EmitMergeInputChains1_0,
5693 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::GLOBAL_SET_I32), 0|OPFL_Chain|OPFL_MemRefs,
5694 2, 19,
5695 19,
5696 OPC_CheckChild1TypeI64,
5697 OPC_MoveChild2,
5698 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
5699 OPC_RecordChild0,
5700 OPC_MoveChild0,
5701 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
5702 OPC_MoveParent,
5703 OPC_MoveParent,
5704 OPC_EmitMergeInputChains1_0,
5705 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::GLOBAL_SET_I64), 0|OPFL_Chain|OPFL_MemRefs,
5706 2, 19,
5707 20,
5708 OPC_CheckChild1Type, MVT::f32,
5709 OPC_MoveChild2,
5710 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
5711 OPC_RecordChild0,
5712 OPC_MoveChild0,
5713 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
5714 OPC_MoveParent,
5715 OPC_MoveParent,
5716 OPC_EmitMergeInputChains1_0,
5717 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::GLOBAL_SET_F32), 0|OPFL_Chain|OPFL_MemRefs,
5718 2, 19,
5719 20,
5720 OPC_CheckChild1Type, MVT::f64,
5721 OPC_MoveChild2,
5722 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
5723 OPC_RecordChild0,
5724 OPC_MoveChild0,
5725 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
5726 OPC_MoveParent,
5727 OPC_MoveParent,
5728 OPC_EmitMergeInputChains1_0,
5729 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::GLOBAL_SET_F64), 0|OPFL_Chain|OPFL_MemRefs,
5730 2, 19,
5731 21,
5732 OPC_CheckChild1Type, MVT::v2i64,
5733 OPC_MoveChild2,
5734 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
5735 OPC_RecordChild0,
5736 OPC_MoveChild0,
5737 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
5738 OPC_MoveParent,
5739 OPC_MoveParent,
5740 OPC_CheckPatternPredicate0,
5741 OPC_EmitMergeInputChains1_0,
5742 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::GLOBAL_SET_V128), 0|OPFL_Chain|OPFL_MemRefs,
5743 2, 19,
5744 21,
5745 OPC_CheckChild1Type, MVT::v4i32,
5746 OPC_MoveChild2,
5747 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
5748 OPC_RecordChild0,
5749 OPC_MoveChild0,
5750 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
5751 OPC_MoveParent,
5752 OPC_MoveParent,
5753 OPC_CheckPatternPredicate0,
5754 OPC_EmitMergeInputChains1_0,
5755 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::GLOBAL_SET_V128), 0|OPFL_Chain|OPFL_MemRefs,
5756 2, 19,
5757 21,
5758 OPC_CheckChild1Type, MVT::v16i8,
5759 OPC_MoveChild2,
5760 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
5761 OPC_RecordChild0,
5762 OPC_MoveChild0,
5763 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
5764 OPC_MoveParent,
5765 OPC_MoveParent,
5766 OPC_CheckPatternPredicate0,
5767 OPC_EmitMergeInputChains1_0,
5768 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::GLOBAL_SET_V128), 0|OPFL_Chain|OPFL_MemRefs,
5769 2, 19,
5770 21,
5771 OPC_CheckChild1Type, MVT::v8i16,
5772 OPC_MoveChild2,
5773 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
5774 OPC_RecordChild0,
5775 OPC_MoveChild0,
5776 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
5777 OPC_MoveParent,
5778 OPC_MoveParent,
5779 OPC_CheckPatternPredicate0,
5780 OPC_EmitMergeInputChains1_0,
5781 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::GLOBAL_SET_V128), 0|OPFL_Chain|OPFL_MemRefs,
5782 2, 19,
5783 21,
5784 OPC_CheckChild1Type, MVT::v8f16,
5785 OPC_MoveChild2,
5786 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
5787 OPC_RecordChild0,
5788 OPC_MoveChild0,
5789 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
5790 OPC_MoveParent,
5791 OPC_MoveParent,
5792 OPC_CheckPatternPredicate0,
5793 OPC_EmitMergeInputChains1_0,
5794 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::GLOBAL_SET_V128), 0|OPFL_Chain|OPFL_MemRefs,
5795 2, 19,
5796 22,
5797 OPC_CheckChild1Type, 11|128,1,
5798 OPC_MoveChild2,
5799 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
5800 OPC_RecordChild0,
5801 OPC_MoveChild0,
5802 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
5803 OPC_MoveParent,
5804 OPC_MoveParent,
5805 OPC_CheckPatternPredicate0,
5806 OPC_EmitMergeInputChains1_0,
5807 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::GLOBAL_SET_V128), 0|OPFL_Chain|OPFL_MemRefs,
5808 2, 19,
5809 22,
5810 OPC_CheckChild1Type, 29|128,1,
5811 OPC_MoveChild2,
5812 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
5813 OPC_RecordChild0,
5814 OPC_MoveChild0,
5815 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
5816 OPC_MoveParent,
5817 OPC_MoveParent,
5818 OPC_CheckPatternPredicate0,
5819 OPC_EmitMergeInputChains1_0,
5820 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::GLOBAL_SET_V128), 0|OPFL_Chain|OPFL_MemRefs,
5821 2, 19,
5822 22,
5823 OPC_CheckChild1Type, 127|128,1,
5824 OPC_MoveChild2,
5825 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
5826 OPC_RecordChild0,
5827 OPC_MoveChild0,
5828 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
5829 OPC_MoveParent,
5830 OPC_MoveParent,
5831 OPC_CheckPatternPredicate6,
5832 OPC_EmitMergeInputChains1_0,
5833 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::GLOBAL_SET_FUNCREF), 0|OPFL_Chain|OPFL_MemRefs,
5834 2, 19,
5835 22,
5836 OPC_CheckChild1Type, 0|128,2,
5837 OPC_MoveChild2,
5838 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
5839 OPC_RecordChild0,
5840 OPC_MoveChild0,
5841 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
5842 OPC_MoveParent,
5843 OPC_MoveParent,
5844 OPC_CheckPatternPredicate6,
5845 OPC_EmitMergeInputChains1_0,
5846 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::GLOBAL_SET_EXTERNREF), 0|OPFL_Chain|OPFL_MemRefs,
5847 2, 19,
5848 23,
5849 OPC_CheckChild1Type, 1|128,2,
5850 OPC_MoveChild2,
5851 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
5852 OPC_RecordChild0,
5853 OPC_MoveChild0,
5854 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
5855 OPC_MoveParent,
5856 OPC_MoveParent,
5857 OPC_CheckPatternPredicate, 8,
5858 OPC_EmitMergeInputChains1_0,
5859 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::GLOBAL_SET_EXNREF), 0|OPFL_Chain|OPFL_MemRefs,
5860 2, 19,
5861 0,
5862 20, TARGET_VAL(ISD::CALLSEQ_START),
5863 OPC_RecordNode,
5864 OPC_RecordChild1,
5865 OPC_MoveChild1,
5866 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
5867 OPC_MoveSibling2,
5868 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
5869 OPC_RecordNode,
5870 OPC_MoveParent,
5871 OPC_EmitMergeInputChains1_0,
5872 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ADJCALLSTACKDOWN), 0|OPFL_Chain|OPFL_GlueOutput,
5873 MVT::i32, 2, 42,
5874 21, TARGET_VAL(ISD::CALLSEQ_END),
5875 OPC_RecordNode,
5876 OPC_CaptureGlueInput,
5877 OPC_RecordChild1,
5878 OPC_MoveChild1,
5879 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
5880 OPC_MoveSibling2,
5881 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
5882 OPC_RecordNode,
5883 OPC_MoveParent,
5884 OPC_EmitMergeInputChains1_0,
5885 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ADJCALLSTACKUP), 0|OPFL_Chain|OPFL_GlueInput|OPFL_GlueOutput,
5886 MVT::i32, 2, 42,
5887 57, TARGET_VAL(WebAssemblyISD::TABLE_GET),
5888 OPC_RecordMemRef,
5889 OPC_RecordNode,
5890 OPC_MoveChild1,
5891 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
5892 OPC_RecordChild0,
5893 OPC_MoveChild0,
5894 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
5895 OPC_MoveParent,
5896 OPC_MoveParent,
5897 OPC_RecordChild2,
5898 OPC_CheckChild2TypeI32,
5899 OPC_SwitchType , 10, 127|128,1,
5900 OPC_CheckPatternPredicate6,
5901 OPC_EmitMergeInputChains1_0,
5902 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::TABLE_GET_FUNCREF), 0|OPFL_Chain|OPFL_MemRefs,
5903 127|128,1, 2, 42,
5904 10, 0|128,2,
5905 OPC_CheckPatternPredicate6,
5906 OPC_EmitMergeInputChains1_0,
5907 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::TABLE_GET_EXTERNREF), 0|OPFL_Chain|OPFL_MemRefs,
5908 0|128,2, 2, 42,
5909 11, 1|128,2,
5910 OPC_CheckPatternPredicate, 8,
5911 OPC_EmitMergeInputChains1_0,
5912 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::TABLE_GET_EXNREF), 0|OPFL_Chain|OPFL_MemRefs,
5913 1|128,2, 2, 42,
5914 0,
5915 79, TARGET_VAL(WebAssemblyISD::TABLE_SET),
5916 OPC_RecordMemRef,
5917 OPC_RecordNode,
5918 OPC_Scope, 53,
5919 OPC_MoveChild1,
5920 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
5921 OPC_RecordChild0,
5922 OPC_MoveChild0,
5923 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
5924 OPC_MoveParent,
5925 OPC_MoveParent,
5926 OPC_RecordChild2,
5927 OPC_CheckChild2TypeI32,
5928 OPC_RecordChild3,
5929 OPC_Scope, 11,
5930 OPC_CheckChild3Type, 127|128,1,
5931 OPC_CheckPatternPredicate6,
5932 OPC_EmitMergeInputChains1_0,
5933 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::TABLE_SET_FUNCREF), 0|OPFL_Chain|OPFL_MemRefs,
5934 3, 53,
5935 11,
5936 OPC_CheckChild3Type, 0|128,2,
5937 OPC_CheckPatternPredicate6,
5938 OPC_EmitMergeInputChains1_0,
5939 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::TABLE_SET_EXTERNREF), 0|OPFL_Chain|OPFL_MemRefs,
5940 3, 53,
5941 12,
5942 OPC_CheckChild3Type, 1|128,2,
5943 OPC_CheckPatternPredicate, 8,
5944 OPC_EmitMergeInputChains1_0,
5945 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::TABLE_SET_EXNREF), 0|OPFL_Chain|OPFL_MemRefs,
5946 3, 53,
5947 0,
5948 20,
5949 OPC_RecordChild1,
5950 OPC_MoveChild1,
5951 OPC_CheckOpcode, TARGET_VAL(ISD::MCSymbol),
5952 OPC_MoveParent,
5953 OPC_RecordChild2,
5954 OPC_CheckChild2TypeI32,
5955 OPC_RecordChild3,
5956 OPC_CheckChild3Type, 127|128,1,
5957 OPC_CheckPatternPredicate6,
5958 OPC_EmitMergeInputChains1_0,
5959 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::TABLE_SET_FUNCREF), 0|OPFL_Chain|OPFL_MemRefs,
5960 3, 53,
5961 0,
5962 49, TARGET_VAL(WebAssemblyISD::MEMCPY),
5963 OPC_RecordNode,
5964 OPC_RecordChild1,
5965 OPC_MoveChild1,
5966 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
5967 OPC_CheckTypeI32,
5968 OPC_MoveSibling2,
5969 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
5970 OPC_RecordNode,
5971 OPC_CheckTypeI32,
5972 OPC_MoveParent,
5973 OPC_RecordChild3,
5974 OPC_Scope, 15,
5975 OPC_CheckChild3TypeI32,
5976 OPC_RecordChild4,
5977 OPC_CheckChild4TypeI32,
5978 OPC_RecordChild5,
5979 OPC_CheckChild5TypeI32,
5980 OPC_CheckPatternPredicate, 12,
5981 OPC_EmitMergeInputChains1_0,
5982 OPC_EmitConvertToTarget1,
5983 OPC_EmitConvertToTarget2,
5984 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::MEMCPY_A32),
5985 5, 78,
5986 15,
5987 OPC_CheckChild3TypeI64,
5988 OPC_RecordChild4,
5989 OPC_CheckChild4TypeI64,
5990 OPC_RecordChild5,
5991 OPC_CheckChild5TypeI64,
5992 OPC_CheckPatternPredicate, 12,
5993 OPC_EmitMergeInputChains1_0,
5994 OPC_EmitConvertToTarget1,
5995 OPC_EmitConvertToTarget2,
5996 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::MEMCPY_A64),
5997 5, 78,
5998 0,
5999 76|128,10, TARGET_VAL(ISD::INTRINSIC_WO_CHAIN),
6000 OPC_Scope, 49,
6001 OPC_CheckChild0Integer, 36|128,115|128,0,
6002 OPC_RecordChild1,
6003 OPC_Scope, 20,
6004 OPC_CheckChild1Type, MVT::f32,
6005 OPC_SwitchType , 6, MVT::i32,
6006 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I32_TRUNC_S_F32),
6007 MVT::i32, 1, 2,
6008 6, MVT::i64,
6009 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I64_TRUNC_S_F32),
6010 MVT::i64, 1, 2,
6011 0,
6012 20,
6013 OPC_CheckChild1Type, MVT::f64,
6014 OPC_SwitchType , 6, MVT::i32,
6015 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I32_TRUNC_S_F64),
6016 MVT::i32, 1, 2,
6017 6, MVT::i64,
6018 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I64_TRUNC_S_F64),
6019 MVT::i64, 1, 2,
6020 0,
6021 0,
6022 49,
6023 OPC_CheckChild0Integer, 37|128,115|128,0,
6024 OPC_RecordChild1,
6025 OPC_Scope, 20,
6026 OPC_CheckChild1Type, MVT::f32,
6027 OPC_SwitchType , 6, MVT::i32,
6028 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I32_TRUNC_U_F32),
6029 MVT::i32, 1, 2,
6030 6, MVT::i64,
6031 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I64_TRUNC_U_F32),
6032 MVT::i64, 1, 2,
6033 0,
6034 20,
6035 OPC_CheckChild1Type, MVT::f64,
6036 OPC_SwitchType , 6, MVT::i32,
6037 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I32_TRUNC_U_F64),
6038 MVT::i32, 1, 2,
6039 6, MVT::i64,
6040 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I64_TRUNC_U_F64),
6041 MVT::i64, 1, 2,
6042 0,
6043 0,
6044 43,
6045 OPC_CheckChild0Integer, 91|128,114|128,0,
6046 OPC_RecordChild1,
6047 OPC_Scope, 8,
6048 OPC_CheckChild1Type, MVT::v16i8,
6049 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANYTRUE),
6050 MVT::i32, 1, 2,
6051 8,
6052 OPC_CheckChild1Type, MVT::v8i16,
6053 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANYTRUE),
6054 MVT::i32, 1, 2,
6055 8,
6056 OPC_CheckChild1Type, MVT::v4i32,
6057 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANYTRUE),
6058 MVT::i32, 1, 2,
6059 8,
6060 OPC_CheckChild1Type, MVT::v2i64,
6061 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANYTRUE),
6062 MVT::i32, 1, 2,
6063 0,
6064 47,
6065 OPC_CheckChild0Integer, 90|128,114|128,0,
6066 OPC_RecordChild1,
6067 OPC_Scope, 9,
6068 OPC_CheckChild1Type, MVT::v16i8,
6069 OPC_CheckPatternPredicate0,
6070 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ALLTRUE_I8x16),
6071 MVT::i32, 1, 2,
6072 9,
6073 OPC_CheckChild1Type, MVT::v8i16,
6074 OPC_CheckPatternPredicate0,
6075 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ALLTRUE_I16x8),
6076 MVT::i32, 1, 2,
6077 9,
6078 OPC_CheckChild1Type, MVT::v4i32,
6079 OPC_CheckPatternPredicate0,
6080 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ALLTRUE_I32x4),
6081 MVT::i32, 1, 2,
6082 9,
6083 OPC_CheckChild1Type, MVT::v2i64,
6084 OPC_CheckPatternPredicate0,
6085 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ALLTRUE_I64x2),
6086 MVT::i32, 1, 2,
6087 0,
6088 47,
6089 OPC_CheckChild0Integer, 93|128,114|128,0,
6090 OPC_RecordChild1,
6091 OPC_Scope, 9,
6092 OPC_CheckChild1Type, MVT::v16i8,
6093 OPC_CheckPatternPredicate0,
6094 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITMASK_I8x16),
6095 MVT::i32, 1, 2,
6096 9,
6097 OPC_CheckChild1Type, MVT::v8i16,
6098 OPC_CheckPatternPredicate0,
6099 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITMASK_I16x8),
6100 MVT::i32, 1, 2,
6101 9,
6102 OPC_CheckChild1Type, MVT::v4i32,
6103 OPC_CheckPatternPredicate0,
6104 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITMASK_I32x4),
6105 MVT::i32, 1, 2,
6106 9,
6107 OPC_CheckChild1Type, MVT::v2i64,
6108 OPC_CheckPatternPredicate0,
6109 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITMASK_I64x2),
6110 MVT::i32, 1, 2,
6111 0,
6112 11,
6113 OPC_CheckChild0Integer, 122|128,114|128,0,
6114 OPC_CheckPatternPredicate6,
6115 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::REF_NULL_FUNCREF),
6116 127|128,1, 0,
6117 12,
6118 OPC_CheckChild0Integer, 119|128,114|128,0,
6119 OPC_RecordChild1,
6120 OPC_CheckPatternPredicate6,
6121 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::REF_IS_NULL_FUNCREF),
6122 MVT::i32, 1, 2,
6123 11,
6124 OPC_CheckChild0Integer, 121|128,114|128,0,
6125 OPC_CheckPatternPredicate6,
6126 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::REF_NULL_EXTERNREF),
6127 0|128,2, 0,
6128 12,
6129 OPC_CheckChild0Integer, 118|128,114|128,0,
6130 OPC_RecordChild1,
6131 OPC_CheckPatternPredicate6,
6132 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::REF_IS_NULL_EXTERNREF),
6133 MVT::i32, 1, 2,
6134 11,
6135 OPC_CheckChild0Integer, 120|128,114|128,0,
6136 OPC_CheckPatternPredicate6,
6137 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::REF_NULL_EXNREF),
6138 1|128,2, 0,
6139 12,
6140 OPC_CheckChild0Integer, 117|128,114|128,0,
6141 OPC_RecordChild1,
6142 OPC_CheckPatternPredicate6,
6143 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::REF_IS_NULL_EXNREF),
6144 MVT::i32, 1, 2,
6145 22,
6146 OPC_CheckChild0Integer, 99|128,114|128,0,
6147 OPC_RecordChild1,
6148 OPC_RecordChild2,
6149 OPC_MoveChild2,
6150 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
6151 OPC_CheckPredicate, 15,
6152 OPC_MoveParent,
6153 OPC_CheckPatternPredicate, 16,
6154 OPC_EmitConvertToTarget1,
6155 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EXTRACT_LANE_F16x8),
6156 MVT::f32, 2, 39,
6157 12,
6158 OPC_CheckChild0Integer, 15|128,115|128,0,
6159 OPC_RecordChild1,
6160 OPC_RecordChild2,
6161 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SWIZZLE),
6162 MVT::v16i8, 2, 16,
6163 1|128,1,
6164 OPC_CheckChild0Integer, 94|128,114|128,0,
6165 OPC_RecordChild1,
6166 OPC_SwitchType , 14, MVT::v16i8,
6167 OPC_CheckChild1Type, MVT::v16i8,
6168 OPC_RecordChild2,
6169 OPC_CheckChild2Type, MVT::v16i8,
6170 OPC_RecordChild3,
6171 OPC_CheckChild3Type, MVT::v16i8,
6172 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
6173 MVT::v16i8, 3, 41,
6174 14, MVT::v8i16,
6175 OPC_CheckChild1Type, MVT::v8i16,
6176 OPC_RecordChild2,
6177 OPC_CheckChild2Type, MVT::v8i16,
6178 OPC_RecordChild3,
6179 OPC_CheckChild3Type, MVT::v8i16,
6180 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
6181 MVT::v8i16, 3, 41,
6182 14, MVT::v4i32,
6183 OPC_CheckChild1Type, MVT::v4i32,
6184 OPC_RecordChild2,
6185 OPC_CheckChild2Type, MVT::v4i32,
6186 OPC_RecordChild3,
6187 OPC_CheckChild3Type, MVT::v4i32,
6188 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
6189 MVT::v4i32, 3, 41,
6190 14, MVT::v2i64,
6191 OPC_CheckChild1Type, MVT::v2i64,
6192 OPC_RecordChild2,
6193 OPC_CheckChild2Type, MVT::v2i64,
6194 OPC_RecordChild3,
6195 OPC_CheckChild3Type, MVT::v2i64,
6196 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
6197 MVT::v2i64, 3, 41,
6198 18, 11|128,1,
6199 OPC_CheckChild1Type, 11|128,1,
6200 OPC_RecordChild2,
6201 OPC_CheckChild2Type, 11|128,1,
6202 OPC_RecordChild3,
6203 OPC_CheckChild3Type, 11|128,1,
6204 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
6205 11|128,1, 3, 41,
6206 18, 29|128,1,
6207 OPC_CheckChild1Type, 29|128,1,
6208 OPC_RecordChild2,
6209 OPC_CheckChild2Type, 29|128,1,
6210 OPC_RecordChild3,
6211 OPC_CheckChild3Type, 29|128,1,
6212 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
6213 29|128,1, 3, 41,
6214 14, MVT::v8f16,
6215 OPC_CheckChild1Type, MVT::v8f16,
6216 OPC_RecordChild2,
6217 OPC_CheckChild2Type, MVT::v8f16,
6218 OPC_RecordChild3,
6219 OPC_CheckChild3Type, MVT::v8f16,
6220 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
6221 MVT::v8f16, 3, 41,
6222 0,
6223 35,
6224 OPC_CheckChild0Integer, 92|128,114|128,0,
6225 OPC_RecordChild1,
6226 OPC_SwitchType , 12, MVT::v16i8,
6227 OPC_CheckChild1Type, MVT::v16i8,
6228 OPC_RecordChild2,
6229 OPC_CheckChild2Type, MVT::v16i8,
6230 OPC_CheckPatternPredicate0,
6231 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::AVGR_U_I8x16),
6232 MVT::v16i8, 2, 16,
6233 12, MVT::v8i16,
6234 OPC_CheckChild1Type, MVT::v8i16,
6235 OPC_RecordChild2,
6236 OPC_CheckChild2Type, MVT::v8i16,
6237 OPC_CheckPatternPredicate0,
6238 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::AVGR_U_I16x8),
6239 MVT::v8i16, 2, 16,
6240 0,
6241 13,
6242 OPC_CheckChild0Integer, 96|128,114|128,0,
6243 OPC_RecordChild1,
6244 OPC_RecordChild2,
6245 OPC_CheckPatternPredicate0,
6246 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
6247 MVT::v4i32, 2, 16,
6248 35,
6249 OPC_CheckChild0Integer, 111|128,114|128,0,
6250 OPC_RecordChild1,
6251 OPC_SwitchType , 12, MVT::v16i8,
6252 OPC_CheckChild1Type, MVT::v8i16,
6253 OPC_RecordChild2,
6254 OPC_CheckChild2Type, MVT::v8i16,
6255 OPC_CheckPatternPredicate0,
6256 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
6257 MVT::v16i8, 2, 16,
6258 12, MVT::v8i16,
6259 OPC_CheckChild1Type, MVT::v4i32,
6260 OPC_RecordChild2,
6261 OPC_CheckChild2Type, MVT::v4i32,
6262 OPC_CheckPatternPredicate0,
6263 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
6264 MVT::v8i16, 2, 16,
6265 0,
6266 35,
6267 OPC_CheckChild0Integer, 112|128,114|128,0,
6268 OPC_RecordChild1,
6269 OPC_SwitchType , 12, MVT::v16i8,
6270 OPC_CheckChild1Type, MVT::v8i16,
6271 OPC_RecordChild2,
6272 OPC_CheckChild2Type, MVT::v8i16,
6273 OPC_CheckPatternPredicate0,
6274 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
6275 MVT::v16i8, 2, 16,
6276 12, MVT::v8i16,
6277 OPC_CheckChild1Type, MVT::v4i32,
6278 OPC_RecordChild2,
6279 OPC_CheckChild2Type, MVT::v4i32,
6280 OPC_CheckPatternPredicate0,
6281 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
6282 MVT::v8i16, 2, 16,
6283 0,
6284 27,
6285 OPC_CheckChild0Integer, 98|128,114|128,0,
6286 OPC_RecordChild1,
6287 OPC_SwitchType , 8, MVT::v4i32,
6288 OPC_CheckChild1Type, MVT::v8i16,
6289 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_u_I32x4),
6290 MVT::v4i32, 1, 2,
6291 8, MVT::v8i16,
6292 OPC_CheckChild1Type, MVT::v16i8,
6293 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_u_I16x8),
6294 MVT::v8i16, 1, 2,
6295 0,
6296 27,
6297 OPC_CheckChild0Integer, 97|128,114|128,0,
6298 OPC_RecordChild1,
6299 OPC_SwitchType , 8, MVT::v4i32,
6300 OPC_CheckChild1Type, MVT::v8i16,
6301 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_s_I32x4),
6302 MVT::v4i32, 1, 2,
6303 8, MVT::v8i16,
6304 OPC_CheckChild1Type, MVT::v16i8,
6305 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_s_I16x8),
6306 MVT::v8i16, 1, 2,
6307 0,
6308 13,
6309 OPC_CheckChild0Integer, 116|128,114|128,0,
6310 OPC_RecordChild1,
6311 OPC_RecordChild2,
6312 OPC_CheckPatternPredicate0,
6313 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::Q15MULR_SAT_S_I16x8),
6314 MVT::v8i16, 2, 16,
6315 13,
6316 OPC_CheckChild0Integer, 5|128,115|128,0,
6317 OPC_RecordChild1,
6318 OPC_RecordChild2,
6319 OPC_CheckPatternPredicate5,
6320 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_SWIZZLE),
6321 MVT::v16i8, 2, 16,
6322 12,
6323 OPC_CheckChild0Integer, 6|128,115|128,0,
6324 OPC_RecordChild1,
6325 OPC_CheckPatternPredicate5,
6326 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::int_wasm_relaxed_trunc_signed_I32x4),
6327 MVT::v4i32, 1, 2,
6328 12,
6329 OPC_CheckChild0Integer, 8|128,115|128,0,
6330 OPC_RecordChild1,
6331 OPC_CheckPatternPredicate5,
6332 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::int_wasm_relaxed_trunc_unsigned_I32x4),
6333 MVT::v4i32, 1, 2,
6334 12,
6335 OPC_CheckChild0Integer, 7|128,115|128,0,
6336 OPC_RecordChild1,
6337 OPC_CheckPatternPredicate5,
6338 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::int_wasm_relaxed_trunc_signed_zero_I32x4),
6339 MVT::v4i32, 1, 2,
6340 12,
6341 OPC_CheckChild0Integer, 9|128,115|128,0,
6342 OPC_RecordChild1,
6343 OPC_CheckPatternPredicate5,
6344 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::int_wasm_relaxed_trunc_unsigned_zero_I32x4),
6345 MVT::v4i32, 1, 2,
6346 75,
6347 OPC_CheckChild0Integer, 127|128,114|128,0,
6348 OPC_RecordChild1,
6349 OPC_SwitchType , 15, MVT::v16i8,
6350 OPC_CheckChild1Type, MVT::v16i8,
6351 OPC_RecordChild2,
6352 OPC_CheckChild2Type, MVT::v16i8,
6353 OPC_RecordChild3,
6354 OPC_CheckChild3Type, MVT::v16i8,
6355 OPC_CheckPatternPredicate5,
6356 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LANESELECT_I8x16),
6357 MVT::v16i8, 3, 41,
6358 15, MVT::v8i16,
6359 OPC_CheckChild1Type, MVT::v8i16,
6360 OPC_RecordChild2,
6361 OPC_CheckChild2Type, MVT::v8i16,
6362 OPC_RecordChild3,
6363 OPC_CheckChild3Type, MVT::v8i16,
6364 OPC_CheckPatternPredicate5,
6365 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LANESELECT_I16x8),
6366 MVT::v8i16, 3, 41,
6367 15, MVT::v4i32,
6368 OPC_CheckChild1Type, MVT::v4i32,
6369 OPC_RecordChild2,
6370 OPC_CheckChild2Type, MVT::v4i32,
6371 OPC_RecordChild3,
6372 OPC_CheckChild3Type, MVT::v4i32,
6373 OPC_CheckPatternPredicate5,
6374 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LANESELECT_I32x4),
6375 MVT::v4i32, 3, 41,
6376 15, MVT::v2i64,
6377 OPC_CheckChild1Type, MVT::v2i64,
6378 OPC_RecordChild2,
6379 OPC_CheckChild2Type, MVT::v2i64,
6380 OPC_RecordChild3,
6381 OPC_CheckChild3Type, MVT::v2i64,
6382 OPC_CheckPatternPredicate5,
6383 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LANESELECT_I64x2),
6384 MVT::v2i64, 3, 41,
6385 0,
6386 13,
6387 OPC_CheckChild0Integer, 4|128,115|128,0,
6388 OPC_RecordChild1,
6389 OPC_RecordChild2,
6390 OPC_CheckPatternPredicate5,
6391 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_Q15MULR_S_I16x8),
6392 MVT::v8i16, 2, 16,
6393 13,
6394 OPC_CheckChild0Integer, 126|128,114|128,0,
6395 OPC_RecordChild1,
6396 OPC_RecordChild2,
6397 OPC_CheckPatternPredicate5,
6398 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
6399 MVT::v8i16, 2, 16,
6400 14,
6401 OPC_CheckChild0Integer, 125|128,114|128,0,
6402 OPC_RecordChild1,
6403 OPC_RecordChild2,
6404 OPC_RecordChild3,
6405 OPC_CheckPatternPredicate5,
6406 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT_ADD),
6407 MVT::v4i32, 3, 41,
6408 116,
6409 OPC_CheckChild0Integer, 13|128,115|128,0,
6410 OPC_Scope, 99,
6411 OPC_MoveChild1,
6412 OPC_SwitchOpcode , 42, TARGET_VAL(ISD::INTRINSIC_W_CHAIN),
6413 OPC_RecordMemRef,
6414 OPC_RecordNode,
6415 OPC_CheckFoldableChainNode,
6416 OPC_CheckChild1Integer, 104|128,114|128,0,
6417 OPC_RecordChild2,
6418 OPC_Scope, 15,
6419 OPC_CheckChild2TypeI32,
6420 OPC_MoveParent,
6421 OPC_CheckPatternPredicate3,
6422 OPC_CheckComplexPat2, /*#*/1,
6423 OPC_EmitMergeInputChains1_0,
6424 OPC_EmitIntegerI32, 0,
6425 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD16_SPLAT_A32), 0|OPFL_Chain|OPFL_MemRefs,
6426 MVT::v8f16, 3, 56,
6427 15,
6428 OPC_CheckChild2TypeI64,
6429 OPC_MoveParent,
6430 OPC_CheckPatternPredicate4,
6431 OPC_CheckComplexPat3, /*#*/1,
6432 OPC_EmitMergeInputChains1_0,
6433 OPC_EmitIntegerI32, 0,
6434 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD16_SPLAT_A64), 0|OPFL_Chain|OPFL_MemRefs,
6435 MVT::v8f16, 3, 56,
6436 0,
6437 48, TARGET_VAL(ISD::LOAD),
6438 OPC_RecordMemRef,
6439 OPC_RecordNode,
6440 OPC_CheckFoldableChainNode,
6441 OPC_RecordChild1,
6442 OPC_Scope, 20,
6443 OPC_CheckChild1TypeI32,
6444 OPC_CheckPredicate7,
6445 OPC_CheckPredicate, 9,
6446 OPC_CheckPredicate, 21,
6447 OPC_MoveParent,
6448 OPC_CheckPatternPredicate3,
6449 OPC_CheckComplexPat2, /*#*/1,
6450 OPC_EmitMergeInputChains1_0,
6451 OPC_EmitIntegerI32, 0,
6452 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD16_SPLAT_A32), 0|OPFL_Chain|OPFL_MemRefs,
6453 MVT::v8f16, 3, 56,
6454 20,
6455 OPC_CheckChild1TypeI64,
6456 OPC_CheckPredicate7,
6457 OPC_CheckPredicate, 9,
6458 OPC_CheckPredicate, 21,
6459 OPC_MoveParent,
6460 OPC_CheckPatternPredicate4,
6461 OPC_CheckComplexPat3, /*#*/1,
6462 OPC_EmitMergeInputChains1_0,
6463 OPC_EmitIntegerI32, 0,
6464 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD16_SPLAT_A64), 0|OPFL_Chain|OPFL_MemRefs,
6465 MVT::v8f16, 3, 56,
6466 0,
6467 0,
6468 9,
6469 OPC_RecordChild1,
6470 OPC_CheckPatternPredicate, 16,
6471 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SPLAT_F16x8),
6472 MVT::v8f16, 1, 2,
6473 0,
6474 23,
6475 OPC_CheckChild0Integer, 10|128,115|128,0,
6476 OPC_RecordChild1,
6477 OPC_RecordChild2,
6478 OPC_MoveChild2,
6479 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
6480 OPC_CheckPredicate, 15,
6481 OPC_MoveParent,
6482 OPC_RecordChild3,
6483 OPC_CheckPatternPredicate, 16,
6484 OPC_EmitConvertToTarget1,
6485 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::REPLACE_LANE_F16x8),
6486 MVT::v8f16, 3, 44,
6487 54,
6488 OPC_CheckChild0Integer, 114|128,114|128,0,
6489 OPC_RecordChild1,
6490 OPC_SwitchType , 14, 11|128,1,
6491 OPC_CheckChild1Type, 11|128,1,
6492 OPC_RecordChild2,
6493 OPC_CheckChild2Type, 11|128,1,
6494 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMIN_F32x4),
6495 11|128,1, 2, 16,
6496 14, 29|128,1,
6497 OPC_CheckChild1Type, 29|128,1,
6498 OPC_RecordChild2,
6499 OPC_CheckChild2Type, 29|128,1,
6500 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMIN_F64x2),
6501 29|128,1, 2, 16,
6502 11, MVT::v8f16,
6503 OPC_CheckChild1Type, MVT::v8f16,
6504 OPC_RecordChild2,
6505 OPC_CheckChild2Type, MVT::v8f16,
6506 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMIN_F16x8),
6507 MVT::v8f16, 2, 16,
6508 0,
6509 54,
6510 OPC_CheckChild0Integer, 113|128,114|128,0,
6511 OPC_RecordChild1,
6512 OPC_SwitchType , 14, 11|128,1,
6513 OPC_CheckChild1Type, 11|128,1,
6514 OPC_RecordChild2,
6515 OPC_CheckChild2Type, 11|128,1,
6516 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMAX_F32x4),
6517 11|128,1, 2, 16,
6518 14, 29|128,1,
6519 OPC_CheckChild1Type, 29|128,1,
6520 OPC_RecordChild2,
6521 OPC_CheckChild2Type, 29|128,1,
6522 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMAX_F64x2),
6523 29|128,1, 2, 16,
6524 11, MVT::v8f16,
6525 OPC_CheckChild1Type, MVT::v8f16,
6526 OPC_RecordChild2,
6527 OPC_CheckChild2Type, MVT::v8f16,
6528 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMAX_F16x8),
6529 MVT::v8f16, 2, 16,
6530 0,
6531 69,
6532 OPC_CheckChild0Integer, 0|128,115|128,0,
6533 OPC_RecordChild1,
6534 OPC_SwitchType , 20, 11|128,1,
6535 OPC_CheckChild1Type, 11|128,1,
6536 OPC_RecordChild2,
6537 OPC_CheckChild2Type, 11|128,1,
6538 OPC_RecordChild3,
6539 OPC_CheckChild3Type, 11|128,1,
6540 OPC_CheckPatternPredicate, 13,
6541 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MADD_F32x4),
6542 11|128,1, 3, 41,
6543 20, 29|128,1,
6544 OPC_CheckChild1Type, 29|128,1,
6545 OPC_RecordChild2,
6546 OPC_CheckChild2Type, 29|128,1,
6547 OPC_RecordChild3,
6548 OPC_CheckChild3Type, 29|128,1,
6549 OPC_CheckPatternPredicate, 13,
6550 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MADD_F64x2),
6551 29|128,1, 3, 41,
6552 14, MVT::v8f16,
6553 OPC_CheckChild1Type, MVT::v8f16,
6554 OPC_RecordChild2,
6555 OPC_CheckChild2Type, MVT::v8f16,
6556 OPC_RecordChild3,
6557 OPC_CheckChild3Type, MVT::v8f16,
6558 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MADD_F16x8),
6559 MVT::v8f16, 3, 41,
6560 0,
6561 69,
6562 OPC_CheckChild0Integer, 3|128,115|128,0,
6563 OPC_RecordChild1,
6564 OPC_SwitchType , 20, 11|128,1,
6565 OPC_CheckChild1Type, 11|128,1,
6566 OPC_RecordChild2,
6567 OPC_CheckChild2Type, 11|128,1,
6568 OPC_RecordChild3,
6569 OPC_CheckChild3Type, 11|128,1,
6570 OPC_CheckPatternPredicate, 13,
6571 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NMADD_F32x4),
6572 11|128,1, 3, 41,
6573 20, 29|128,1,
6574 OPC_CheckChild1Type, 29|128,1,
6575 OPC_RecordChild2,
6576 OPC_CheckChild2Type, 29|128,1,
6577 OPC_RecordChild3,
6578 OPC_CheckChild3Type, 29|128,1,
6579 OPC_CheckPatternPredicate, 13,
6580 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NMADD_F64x2),
6581 29|128,1, 3, 41,
6582 14, MVT::v8f16,
6583 OPC_CheckChild1Type, MVT::v8f16,
6584 OPC_RecordChild2,
6585 OPC_CheckChild2Type, MVT::v8f16,
6586 OPC_RecordChild3,
6587 OPC_CheckChild3Type, MVT::v8f16,
6588 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NMADD_F16x8),
6589 MVT::v8f16, 3, 41,
6590 0,
6591 43,
6592 OPC_CheckChild0Integer, 2|128,115|128,0,
6593 OPC_RecordChild1,
6594 OPC_SwitchType , 15, 11|128,1,
6595 OPC_CheckChild1Type, 11|128,1,
6596 OPC_RecordChild2,
6597 OPC_CheckChild2Type, 11|128,1,
6598 OPC_CheckPatternPredicate5,
6599 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMIN_F32x4),
6600 11|128,1, 2, 16,
6601 15, 29|128,1,
6602 OPC_CheckChild1Type, 29|128,1,
6603 OPC_RecordChild2,
6604 OPC_CheckChild2Type, 29|128,1,
6605 OPC_CheckPatternPredicate5,
6606 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMIN_F64x2),
6607 29|128,1, 2, 16,
6608 0,
6609 43,
6610 OPC_CheckChild0Integer, 1|128,115|128,0,
6611 OPC_RecordChild1,
6612 OPC_SwitchType , 15, 11|128,1,
6613 OPC_CheckChild1Type, 11|128,1,
6614 OPC_RecordChild2,
6615 OPC_CheckChild2Type, 11|128,1,
6616 OPC_CheckPatternPredicate5,
6617 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMAX_F32x4),
6618 11|128,1, 2, 16,
6619 15, 29|128,1,
6620 OPC_CheckChild1Type, 29|128,1,
6621 OPC_RecordChild2,
6622 OPC_CheckChild2Type, 29|128,1,
6623 OPC_CheckPatternPredicate5,
6624 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMAX_F64x2),
6625 29|128,1, 2, 16,
6626 0,
6627 15,
6628 OPC_CheckChild0Integer, 124|128,114|128,0,
6629 OPC_RecordChild1,
6630 OPC_RecordChild2,
6631 OPC_RecordChild3,
6632 OPC_CheckPatternPredicate5,
6633 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT_BFLOAT),
6634 11|128,1, 3, 41,
6635 0,
6636 127, TARGET_VAL(ISD::EXTRACT_VECTOR_ELT),
6637 OPC_RecordChild0,
6638 OPC_Scope, 19,
6639 OPC_CheckChild0Type, MVT::v16i8,
6640 OPC_RecordChild1,
6641 OPC_MoveChild1,
6642 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
6643 OPC_CheckPredicate, 20,
6644 OPC_CheckTypeI32,
6645 OPC_MoveParent,
6646 OPC_CheckTypeI32,
6647 OPC_EmitConvertToTarget1,
6648 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EXTRACT_LANE_I8x16_u),
6649 MVT::i32, 2, 39,
6650 19,
6651 OPC_CheckChild0Type, MVT::v8i16,
6652 OPC_RecordChild1,
6653 OPC_MoveChild1,
6654 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
6655 OPC_CheckPredicate, 15,
6656 OPC_CheckTypeI32,
6657 OPC_MoveParent,
6658 OPC_CheckTypeI32,
6659 OPC_EmitConvertToTarget1,
6660 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EXTRACT_LANE_I16x8_u),
6661 MVT::i32, 2, 39,
6662 19,
6663 OPC_CheckChild0Type, MVT::v4i32,
6664 OPC_RecordChild1,
6665 OPC_MoveChild1,
6666 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
6667 OPC_CheckPredicate, 11,
6668 OPC_CheckTypeI32,
6669 OPC_MoveParent,
6670 OPC_CheckTypeI32,
6671 OPC_EmitConvertToTarget1,
6672 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EXTRACT_LANE_I32x4),
6673 MVT::i32, 2, 39,
6674 19,
6675 OPC_CheckChild0Type, MVT::v2i64,
6676 OPC_RecordChild1,
6677 OPC_MoveChild1,
6678 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
6679 OPC_CheckPredicate, 12,
6680 OPC_CheckTypeI32,
6681 OPC_MoveParent,
6682 OPC_CheckTypeI64,
6683 OPC_EmitConvertToTarget1,
6684 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EXTRACT_LANE_I64x2),
6685 MVT::i64, 2, 39,
6686 21,
6687 OPC_CheckChild0Type, 11|128,1,
6688 OPC_RecordChild1,
6689 OPC_MoveChild1,
6690 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
6691 OPC_CheckPredicate, 11,
6692 OPC_CheckTypeI32,
6693 OPC_MoveParent,
6694 OPC_CheckType, MVT::f32,
6695 OPC_EmitConvertToTarget1,
6696 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EXTRACT_LANE_F32x4),
6697 MVT::f32, 2, 39,
6698 21,
6699 OPC_CheckChild0Type, 29|128,1,
6700 OPC_RecordChild1,
6701 OPC_MoveChild1,
6702 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
6703 OPC_CheckPredicate, 12,
6704 OPC_CheckTypeI32,
6705 OPC_MoveParent,
6706 OPC_CheckType, MVT::f64,
6707 OPC_EmitConvertToTarget1,
6708 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EXTRACT_LANE_F64x2),
6709 MVT::f64, 2, 39,
6710 0,
6711 2|128,1, TARGET_VAL(WebAssemblyISD::ARGUMENT),
6712 OPC_RecordChild0,
6713 OPC_MoveChild0,
6714 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
6715 OPC_MoveParent,
6716 OPC_SwitchType , 6, MVT::i32,
6717 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ARGUMENT_i32),
6718 MVT::i32, 1, 2,
6719 6, MVT::i64,
6720 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ARGUMENT_i64),
6721 MVT::i64, 1, 2,
6722 7, 127|128,1,
6723 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ARGUMENT_funcref),
6724 127|128,1, 1, 2,
6725 7, 0|128,2,
6726 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ARGUMENT_externref),
6727 0|128,2, 1, 2,
6728 7, 1|128,2,
6729 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ARGUMENT_exnref),
6730 1|128,2, 1, 2,
6731 6, MVT::f32,
6732 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ARGUMENT_f32),
6733 MVT::f32, 1, 2,
6734 6, MVT::f64,
6735 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ARGUMENT_f64),
6736 MVT::f64, 1, 2,
6737 6, MVT::v16i8,
6738 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ARGUMENT_v16i8),
6739 MVT::v16i8, 1, 2,
6740 6, MVT::v8i16,
6741 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ARGUMENT_v8i16),
6742 MVT::v8i16, 1, 2,
6743 6, MVT::v4i32,
6744 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ARGUMENT_v4i32),
6745 MVT::v4i32, 1, 2,
6746 6, MVT::v2i64,
6747 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ARGUMENT_v2i64),
6748 MVT::v2i64, 1, 2,
6749 7, 11|128,1,
6750 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ARGUMENT_v4f32),
6751 11|128,1, 1, 2,
6752 7, 29|128,1,
6753 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ARGUMENT_v2f64),
6754 29|128,1, 1, 2,
6755 6, MVT::v8f16,
6756 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ARGUMENT_v8f16),
6757 MVT::v8f16, 1, 2,
6758 0,
6759 28|128,1, TARGET_VAL(WebAssemblyISD::LOCAL_GET),
6760 OPC_RecordNode,
6761 OPC_RecordChild1,
6762 OPC_MoveChild1,
6763 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
6764 OPC_MoveParent,
6765 OPC_SwitchType , 7, MVT::i32,
6766 OPC_EmitMergeInputChains1_0,
6767 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::LOCAL_GET_I32),
6768 MVT::i32, 1, 17,
6769 7, MVT::i64,
6770 OPC_EmitMergeInputChains1_0,
6771 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::LOCAL_GET_I64),
6772 MVT::i64, 1, 17,
6773 9, 127|128,1,
6774 OPC_CheckPatternPredicate6,
6775 OPC_EmitMergeInputChains1_0,
6776 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::LOCAL_GET_FUNCREF),
6777 127|128,1, 1, 17,
6778 9, 0|128,2,
6779 OPC_CheckPatternPredicate6,
6780 OPC_EmitMergeInputChains1_0,
6781 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::LOCAL_GET_EXTERNREF),
6782 0|128,2, 1, 17,
6783 10, 1|128,2,
6784 OPC_CheckPatternPredicate, 8,
6785 OPC_EmitMergeInputChains1_0,
6786 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::LOCAL_GET_EXNREF),
6787 1|128,2, 1, 17,
6788 7, MVT::f32,
6789 OPC_EmitMergeInputChains1_0,
6790 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::LOCAL_GET_F32),
6791 MVT::f32, 1, 17,
6792 7, MVT::f64,
6793 OPC_EmitMergeInputChains1_0,
6794 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::LOCAL_GET_F64),
6795 MVT::f64, 1, 17,
6796 8, MVT::v2i64,
6797 OPC_CheckPatternPredicate0,
6798 OPC_EmitMergeInputChains1_0,
6799 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::LOCAL_GET_V128),
6800 MVT::v2i64, 1, 17,
6801 8, MVT::v4i32,
6802 OPC_CheckPatternPredicate0,
6803 OPC_EmitMergeInputChains1_0,
6804 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::LOCAL_GET_V128),
6805 MVT::v4i32, 1, 17,
6806 8, MVT::v16i8,
6807 OPC_CheckPatternPredicate0,
6808 OPC_EmitMergeInputChains1_0,
6809 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::LOCAL_GET_V128),
6810 MVT::v16i8, 1, 17,
6811 8, MVT::v8i16,
6812 OPC_CheckPatternPredicate0,
6813 OPC_EmitMergeInputChains1_0,
6814 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::LOCAL_GET_V128),
6815 MVT::v8i16, 1, 17,
6816 8, MVT::v8f16,
6817 OPC_CheckPatternPredicate0,
6818 OPC_EmitMergeInputChains1_0,
6819 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::LOCAL_GET_V128),
6820 MVT::v8f16, 1, 17,
6821 9, 11|128,1,
6822 OPC_CheckPatternPredicate0,
6823 OPC_EmitMergeInputChains1_0,
6824 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::LOCAL_GET_V128),
6825 11|128,1, 1, 17,
6826 9, 29|128,1,
6827 OPC_CheckPatternPredicate0,
6828 OPC_EmitMergeInputChains1_0,
6829 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::LOCAL_GET_V128),
6830 29|128,1, 1, 17,
6831 0,
6832 22|128,1, TARGET_VAL(WebAssemblyISD::LOCAL_SET),
6833 OPC_RecordNode,
6834 OPC_RecordChild1,
6835 OPC_MoveChild1,
6836 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
6837 OPC_MoveParent,
6838 OPC_RecordChild2,
6839 OPC_Scope, 7,
6840 OPC_CheckChild2TypeI32,
6841 OPC_EmitMergeInputChains1_0,
6842 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::LOCAL_SET_I32),
6843 2, 42,
6844 7,
6845 OPC_CheckChild2TypeI64,
6846 OPC_EmitMergeInputChains1_0,
6847 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::LOCAL_SET_I64),
6848 2, 42,
6849 8,
6850 OPC_CheckChild2Type, MVT::f32,
6851 OPC_EmitMergeInputChains1_0,
6852 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::LOCAL_SET_F32),
6853 2, 42,
6854 8,
6855 OPC_CheckChild2Type, MVT::f64,
6856 OPC_EmitMergeInputChains1_0,
6857 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::LOCAL_SET_F64),
6858 2, 42,
6859 9,
6860 OPC_CheckChild2Type, MVT::v2i64,
6861 OPC_CheckPatternPredicate0,
6862 OPC_EmitMergeInputChains1_0,
6863 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::LOCAL_SET_V128),
6864 2, 42,
6865 9,
6866 OPC_CheckChild2Type, MVT::v4i32,
6867 OPC_CheckPatternPredicate0,
6868 OPC_EmitMergeInputChains1_0,
6869 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::LOCAL_SET_V128),
6870 2, 42,
6871 9,
6872 OPC_CheckChild2Type, MVT::v16i8,
6873 OPC_CheckPatternPredicate0,
6874 OPC_EmitMergeInputChains1_0,
6875 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::LOCAL_SET_V128),
6876 2, 42,
6877 9,
6878 OPC_CheckChild2Type, MVT::v8i16,
6879 OPC_CheckPatternPredicate0,
6880 OPC_EmitMergeInputChains1_0,
6881 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::LOCAL_SET_V128),
6882 2, 42,
6883 9,
6884 OPC_CheckChild2Type, MVT::v8f16,
6885 OPC_CheckPatternPredicate0,
6886 OPC_EmitMergeInputChains1_0,
6887 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::LOCAL_SET_V128),
6888 2, 42,
6889 10,
6890 OPC_CheckChild2Type, 11|128,1,
6891 OPC_CheckPatternPredicate0,
6892 OPC_EmitMergeInputChains1_0,
6893 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::LOCAL_SET_V128),
6894 2, 42,
6895 10,
6896 OPC_CheckChild2Type, 29|128,1,
6897 OPC_CheckPatternPredicate0,
6898 OPC_EmitMergeInputChains1_0,
6899 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::LOCAL_SET_V128),
6900 2, 42,
6901 10,
6902 OPC_CheckChild2Type, 127|128,1,
6903 OPC_CheckPatternPredicate6,
6904 OPC_EmitMergeInputChains1_0,
6905 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::LOCAL_SET_FUNCREF),
6906 2, 42,
6907 10,
6908 OPC_CheckChild2Type, 0|128,2,
6909 OPC_CheckPatternPredicate6,
6910 OPC_EmitMergeInputChains1_0,
6911 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::LOCAL_SET_EXTERNREF),
6912 2, 42,
6913 11,
6914 OPC_CheckChild2Type, 1|128,2,
6915 OPC_CheckPatternPredicate, 8,
6916 OPC_EmitMergeInputChains1_0,
6917 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::LOCAL_SET_EXNREF),
6918 2, 42,
6919 0,
6920 0|128,1, TARGET_VAL(WebAssemblyISD::Wrapper),
6921 OPC_RecordChild0,
6922 OPC_MoveChild0,
6923 OPC_SwitchOpcode , 47, TARGET_VAL(ISD::TargetGlobalAddress),
6924 OPC_MoveParent,
6925 OPC_SwitchType , 20, MVT::i32,
6926 OPC_Scope, 8,
6927 OPC_CheckPatternPredicate, 17,
6928 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_I32),
6929 MVT::i32, 1, 2,
6930 8,
6931 OPC_CheckPatternPredicate, 14,
6932 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GLOBAL_GET_I32),
6933 MVT::i32, 1, 2,
6934 0,
6935 20, MVT::i64,
6936 OPC_Scope, 8,
6937 OPC_CheckPatternPredicate, 18,
6938 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_I64),
6939 MVT::i64, 1, 2,
6940 8,
6941 OPC_CheckPatternPredicate, 15,
6942 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GLOBAL_GET_I64),
6943 MVT::i64, 1, 2,
6944 0,
6945 0,
6946 21, TARGET_VAL(ISD::TargetGlobalTLSAddress),
6947 OPC_MoveParent,
6948 OPC_SwitchType , 7, MVT::i32,
6949 OPC_CheckPatternPredicate3,
6950 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GLOBAL_GET_I32),
6951 MVT::i32, 1, 2,
6952 7, MVT::i64,
6953 OPC_CheckPatternPredicate4,
6954 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GLOBAL_GET_I64),
6955 MVT::i64, 1, 2,
6956 0,
6957 47, TARGET_VAL(ISD::TargetExternalSymbol),
6958 OPC_MoveParent,
6959 OPC_SwitchType , 20, MVT::i32,
6960 OPC_Scope, 8,
6961 OPC_CheckPatternPredicate, 14,
6962 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GLOBAL_GET_I32),
6963 MVT::i32, 1, 2,
6964 8,
6965 OPC_CheckPatternPredicate, 17,
6966 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_I32),
6967 MVT::i32, 1, 2,
6968 0,
6969 20, MVT::i64,
6970 OPC_Scope, 8,
6971 OPC_CheckPatternPredicate, 15,
6972 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GLOBAL_GET_I64),
6973 MVT::i64, 1, 2,
6974 8,
6975 OPC_CheckPatternPredicate, 18,
6976 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_I64),
6977 MVT::i64, 1, 2,
6978 0,
6979 0,
6980 0,
6981 80, TARGET_VAL(WebAssemblyISD::WrapperREL),
6982 OPC_RecordChild0,
6983 OPC_MoveChild0,
6984 OPC_SwitchOpcode , 23, TARGET_VAL(ISD::TargetGlobalAddress),
6985 OPC_MoveParent,
6986 OPC_SwitchType , 8, MVT::i32,
6987 OPC_CheckPatternPredicate, 14,
6988 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_I32),
6989 MVT::i32, 1, 2,
6990 8, MVT::i64,
6991 OPC_CheckPatternPredicate, 15,
6992 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_I64),
6993 MVT::i64, 1, 2,
6994 0,
6995 21, TARGET_VAL(ISD::TargetGlobalTLSAddress),
6996 OPC_MoveParent,
6997 OPC_SwitchType , 7, MVT::i32,
6998 OPC_CheckPatternPredicate3,
6999 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_I32),
7000 MVT::i32, 1, 2,
7001 7, MVT::i64,
7002 OPC_CheckPatternPredicate4,
7003 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_I64),
7004 MVT::i64, 1, 2,
7005 0,
7006 23, TARGET_VAL(ISD::TargetExternalSymbol),
7007 OPC_MoveParent,
7008 OPC_SwitchType , 8, MVT::i32,
7009 OPC_CheckPatternPredicate, 14,
7010 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_I32),
7011 MVT::i32, 1, 2,
7012 8, MVT::i64,
7013 OPC_CheckPatternPredicate, 15,
7014 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_I64),
7015 MVT::i64, 1, 2,
7016 0,
7017 0,
7018 41, TARGET_VAL(WebAssemblyISD::MEMSET),
7019 OPC_RecordNode,
7020 OPC_RecordChild1,
7021 OPC_MoveChild1,
7022 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
7023 OPC_CheckTypeI32,
7024 OPC_MoveParent,
7025 OPC_RecordChild2,
7026 OPC_Scope, 14,
7027 OPC_CheckChild2TypeI32,
7028 OPC_RecordChild3,
7029 OPC_CheckChild3TypeI32,
7030 OPC_RecordChild4,
7031 OPC_CheckChild4TypeI32,
7032 OPC_CheckPatternPredicate, 12,
7033 OPC_EmitMergeInputChains1_0,
7034 OPC_EmitConvertToTarget1,
7035 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::MEMSET_A32),
7036 4, 69,
7037 14,
7038 OPC_CheckChild2TypeI64,
7039 OPC_RecordChild3,
7040 OPC_CheckChild3TypeI32,
7041 OPC_RecordChild4,
7042 OPC_CheckChild4TypeI64,
7043 OPC_CheckPatternPredicate, 12,
7044 OPC_EmitMergeInputChains1_0,
7045 OPC_EmitConvertToTarget1,
7046 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::MEMSET_A64),
7047 4, 69,
7048 0,
7049 21, TARGET_VAL(ISD::Constant),
7050 OPC_RecordNode,
7051 OPC_SwitchType , 7, MVT::i32,
7052 OPC_EmitConvertToTarget0,
7053 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_I32),
7054 MVT::i32, 1, 17,
7055 7, MVT::i64,
7056 OPC_EmitConvertToTarget0,
7057 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_I64),
7058 MVT::i64, 1, 17,
7059 0,
7060 13, TARGET_VAL(ISD::BR),
7061 OPC_RecordNode,
7062 OPC_RecordChild1,
7063 OPC_MoveChild1,
7064 OPC_CheckOpcode, TARGET_VAL(ISD::BasicBlock),
7065 OPC_MoveParent,
7066 OPC_EmitMergeInputChains1_0,
7067 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::BR),
7068 1, 17,
7069 22, TARGET_VAL(WebAssemblyISD::BR_TABLE),
7070 OPC_RecordNode,
7071 OPC_RecordChild1,
7072 OPC_Scope, 8,
7073 OPC_CheckChild1TypeI32,
7074 OPC_EmitMergeInputChains1_0,
7075 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::BR_TABLE_I32), 0|OPFL_Chain|OPFL_Variadic1,
7076 1, 17,
7077 8,
7078 OPC_CheckChild1TypeI64,
7079 OPC_EmitMergeInputChains1_0,
7080 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::BR_TABLE_I64), 0|OPFL_Chain|OPFL_Variadic1,
7081 1, 17,
7082 0,
7083 7, TARGET_VAL(WebAssemblyISD::RETURN),
7084 OPC_RecordNode,
7085 OPC_EmitMergeInputChains1_0,
7086 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::RETURN), 0|OPFL_Chain|OPFL_Variadic0,
7087 0,
7088 6, TARGET_VAL(ISD::TRAP),
7089 OPC_RecordNode,
7090 OPC_EmitMergeInputChains1_0,
7091 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::UNREACHABLE),
7092 0,
7093 6, TARGET_VAL(ISD::DEBUGTRAP),
7094 OPC_RecordNode,
7095 OPC_EmitMergeInputChains1_0,
7096 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::DEBUG_UNREACHABLE),
7097 0,
7098 15, TARGET_VAL(ISD::CLEANUPRET),
7099 OPC_RecordNode,
7100 OPC_RecordChild1,
7101 OPC_MoveChild1,
7102 OPC_CheckOpcode, TARGET_VAL(ISD::BasicBlock),
7103 OPC_MoveParent,
7104 OPC_CheckPatternPredicate, 19,
7105 OPC_EmitMergeInputChains1_0,
7106 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::CLEANUPRET),
7107 1, 17,
7108 20, TARGET_VAL(ISD::CATCHRET),
7109 OPC_RecordNode,
7110 OPC_RecordChild1,
7111 OPC_MoveChild1,
7112 OPC_CheckOpcode, TARGET_VAL(ISD::BasicBlock),
7113 OPC_MoveSibling2,
7114 OPC_CheckOpcode, TARGET_VAL(ISD::BasicBlock),
7115 OPC_RecordNode,
7116 OPC_MoveParent,
7117 OPC_CheckPatternPredicate, 19,
7118 OPC_EmitMergeInputChains1_0,
7119 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::CATCHRET),
7120 2, 42,
7121 7, TARGET_VAL(ISD::TRUNCATE),
7122 OPC_RecordChild0,
7123 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I32_WRAP_I64),
7124 MVT::i32, 1, 2,
7125 7, TARGET_VAL(ISD::SIGN_EXTEND),
7126 OPC_RecordChild0,
7127 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I64_EXTEND_S_I32),
7128 MVT::i64, 1, 2,
7129 121, TARGET_VAL(ISD::FP_TO_SINT),
7130 OPC_RecordChild0,
7131 OPC_Scope, 48,
7132 OPC_CheckChild0Type, MVT::f32,
7133 OPC_SwitchType , 20, MVT::i32,
7134 OPC_Scope, 8,
7135 OPC_CheckPatternPredicate, 9,
7136 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I32_TRUNC_S_SAT_F32),
7137 MVT::i32, 1, 2,
7138 8,
7139 OPC_CheckPatternPredicate, 10,
7140 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::FP_TO_SINT_I32_F32),
7141 MVT::i32, 1, 2,
7142 0,
7143 20, MVT::i64,
7144 OPC_Scope, 8,
7145 OPC_CheckPatternPredicate, 9,
7146 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I64_TRUNC_S_SAT_F32),
7147 MVT::i64, 1, 2,
7148 8,
7149 OPC_CheckPatternPredicate, 10,
7150 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::FP_TO_SINT_I64_F32),
7151 MVT::i64, 1, 2,
7152 0,
7153 0,
7154 48,
7155 OPC_CheckChild0Type, MVT::f64,
7156 OPC_SwitchType , 20, MVT::i32,
7157 OPC_Scope, 8,
7158 OPC_CheckPatternPredicate, 9,
7159 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I32_TRUNC_S_SAT_F64),
7160 MVT::i32, 1, 2,
7161 8,
7162 OPC_CheckPatternPredicate, 10,
7163 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::FP_TO_SINT_I32_F64),
7164 MVT::i32, 1, 2,
7165 0,
7166 20, MVT::i64,
7167 OPC_Scope, 8,
7168 OPC_CheckPatternPredicate, 9,
7169 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I64_TRUNC_S_SAT_F64),
7170 MVT::i64, 1, 2,
7171 8,
7172 OPC_CheckPatternPredicate, 10,
7173 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::FP_TO_SINT_I64_F64),
7174 MVT::i64, 1, 2,
7175 0,
7176 0,
7177 9,
7178 OPC_CheckType, MVT::v4i32,
7179 OPC_CheckPatternPredicate0,
7180 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::fp_to_sint_I32x4),
7181 MVT::v4i32, 1, 2,
7182 9,
7183 OPC_CheckType, MVT::v8i16,
7184 OPC_CheckPatternPredicate7,
7185 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::fp_to_sint_I16x8),
7186 MVT::v8i16, 1, 2,
7187 0,
7188 121, TARGET_VAL(ISD::FP_TO_UINT),
7189 OPC_RecordChild0,
7190 OPC_Scope, 48,
7191 OPC_CheckChild0Type, MVT::f32,
7192 OPC_SwitchType , 20, MVT::i32,
7193 OPC_Scope, 8,
7194 OPC_CheckPatternPredicate, 9,
7195 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I32_TRUNC_U_SAT_F32),
7196 MVT::i32, 1, 2,
7197 8,
7198 OPC_CheckPatternPredicate, 10,
7199 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::FP_TO_UINT_I32_F32),
7200 MVT::i32, 1, 2,
7201 0,
7202 20, MVT::i64,
7203 OPC_Scope, 8,
7204 OPC_CheckPatternPredicate, 9,
7205 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I64_TRUNC_U_SAT_F32),
7206 MVT::i64, 1, 2,
7207 8,
7208 OPC_CheckPatternPredicate, 10,
7209 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::FP_TO_UINT_I64_F32),
7210 MVT::i64, 1, 2,
7211 0,
7212 0,
7213 48,
7214 OPC_CheckChild0Type, MVT::f64,
7215 OPC_SwitchType , 20, MVT::i32,
7216 OPC_Scope, 8,
7217 OPC_CheckPatternPredicate, 9,
7218 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I32_TRUNC_U_SAT_F64),
7219 MVT::i32, 1, 2,
7220 8,
7221 OPC_CheckPatternPredicate, 10,
7222 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::FP_TO_UINT_I32_F64),
7223 MVT::i32, 1, 2,
7224 0,
7225 20, MVT::i64,
7226 OPC_Scope, 8,
7227 OPC_CheckPatternPredicate, 9,
7228 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I64_TRUNC_U_SAT_F64),
7229 MVT::i64, 1, 2,
7230 8,
7231 OPC_CheckPatternPredicate, 10,
7232 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::FP_TO_UINT_I64_F64),
7233 MVT::i64, 1, 2,
7234 0,
7235 0,
7236 9,
7237 OPC_CheckType, MVT::v4i32,
7238 OPC_CheckPatternPredicate0,
7239 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::fp_to_uint_I32x4),
7240 MVT::v4i32, 1, 2,
7241 9,
7242 OPC_CheckType, MVT::v8i16,
7243 OPC_CheckPatternPredicate7,
7244 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::fp_to_uint_I16x8),
7245 MVT::v8i16, 1, 2,
7246 0,
7247 87, TARGET_VAL(ISD::FP_TO_SINT_SAT),
7248 OPC_RecordChild0,
7249 OPC_Scope, 27,
7250 OPC_CheckChild0Type, MVT::f32,
7251 OPC_MoveChild1,
7252 OPC_Scope, 10,
7253 OPC_CheckValueType, MVT::i32,
7254 OPC_MoveParent,
7255 OPC_CheckTypeI32,
7256 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I32_TRUNC_S_SAT_F32),
7257 MVT::i32, 1, 2,
7258 10,
7259 OPC_CheckValueType, MVT::i64,
7260 OPC_MoveParent,
7261 OPC_CheckTypeI64,
7262 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I64_TRUNC_S_SAT_F32),
7263 MVT::i64, 1, 2,
7264 0,
7265 27,
7266 OPC_CheckChild0Type, MVT::f64,
7267 OPC_MoveChild1,
7268 OPC_Scope, 10,
7269 OPC_CheckValueType, MVT::i32,
7270 OPC_MoveParent,
7271 OPC_CheckTypeI32,
7272 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I32_TRUNC_S_SAT_F64),
7273 MVT::i32, 1, 2,
7274 10,
7275 OPC_CheckValueType, MVT::i64,
7276 OPC_MoveParent,
7277 OPC_CheckTypeI64,
7278 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I64_TRUNC_S_SAT_F64),
7279 MVT::i64, 1, 2,
7280 0,
7281 27,
7282 OPC_MoveChild1,
7283 OPC_Scope, 11,
7284 OPC_CheckValueType, MVT::i32,
7285 OPC_MoveParent,
7286 OPC_CheckType, MVT::v4i32,
7287 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::fp_to_sint_I32x4),
7288 MVT::v4i32, 1, 2,
7289 11,
7290 OPC_CheckValueType, MVT::i16,
7291 OPC_MoveParent,
7292 OPC_CheckType, MVT::v8i16,
7293 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::fp_to_sint_I16x8),
7294 MVT::v8i16, 1, 2,
7295 0,
7296 0,
7297 87, TARGET_VAL(ISD::FP_TO_UINT_SAT),
7298 OPC_RecordChild0,
7299 OPC_Scope, 27,
7300 OPC_CheckChild0Type, MVT::f32,
7301 OPC_MoveChild1,
7302 OPC_Scope, 10,
7303 OPC_CheckValueType, MVT::i32,
7304 OPC_MoveParent,
7305 OPC_CheckTypeI32,
7306 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I32_TRUNC_U_SAT_F32),
7307 MVT::i32, 1, 2,
7308 10,
7309 OPC_CheckValueType, MVT::i64,
7310 OPC_MoveParent,
7311 OPC_CheckTypeI64,
7312 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I64_TRUNC_U_SAT_F32),
7313 MVT::i64, 1, 2,
7314 0,
7315 27,
7316 OPC_CheckChild0Type, MVT::f64,
7317 OPC_MoveChild1,
7318 OPC_Scope, 10,
7319 OPC_CheckValueType, MVT::i32,
7320 OPC_MoveParent,
7321 OPC_CheckTypeI32,
7322 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I32_TRUNC_U_SAT_F64),
7323 MVT::i32, 1, 2,
7324 10,
7325 OPC_CheckValueType, MVT::i64,
7326 OPC_MoveParent,
7327 OPC_CheckTypeI64,
7328 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I64_TRUNC_U_SAT_F64),
7329 MVT::i64, 1, 2,
7330 0,
7331 27,
7332 OPC_MoveChild1,
7333 OPC_Scope, 11,
7334 OPC_CheckValueType, MVT::i32,
7335 OPC_MoveParent,
7336 OPC_CheckType, MVT::v4i32,
7337 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::fp_to_uint_I32x4),
7338 MVT::v4i32, 1, 2,
7339 11,
7340 OPC_CheckValueType, MVT::i16,
7341 OPC_MoveParent,
7342 OPC_CheckType, MVT::v8i16,
7343 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::fp_to_uint_I16x8),
7344 MVT::v8i16, 1, 2,
7345 0,
7346 0,
7347 46|128,2, TARGET_VAL(ISD::BITCAST),
7348 OPC_RecordChild0,
7349 OPC_Scope, 9,
7350 OPC_CheckChild0Type, MVT::f32,
7351 OPC_CheckTypeI32,
7352 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I32_REINTERPRET_F32),
7353 MVT::i32, 1, 2,
7354 9,
7355 OPC_CheckChild0Type, MVT::f64,
7356 OPC_CheckTypeI64,
7357 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I64_REINTERPRET_F64),
7358 MVT::i64, 1, 2,
7359 9,
7360 OPC_CheckChild0TypeI32,
7361 OPC_CheckType, MVT::f32,
7362 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::F32_REINTERPRET_I32),
7363 MVT::f32, 1, 2,
7364 9,
7365 OPC_CheckChild0TypeI64,
7366 OPC_CheckType, MVT::f64,
7367 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::F64_REINTERPRET_I64),
7368 MVT::f64, 1, 2,
7369 36,
7370 OPC_CheckChild0Type, MVT::v8i16,
7371 OPC_SwitchType , 3, MVT::v16i8,
7372 OPC_CompleteMatch, 1, 0,
7373
7374 3, MVT::v4i32,
7375 OPC_CompleteMatch, 1, 0,
7376
7377 3, MVT::v2i64,
7378 OPC_CompleteMatch, 1, 0,
7379
7380 3, 11|128,1,
7381 OPC_CompleteMatch, 1, 0,
7382
7383 3, 29|128,1,
7384 OPC_CompleteMatch, 1, 0,
7385
7386 3, MVT::v8f16,
7387 OPC_CompleteMatch, 1, 0,
7388
7389 0,
7390 36,
7391 OPC_CheckChild0Type, MVT::v4i32,
7392 OPC_SwitchType , 3, MVT::v16i8,
7393 OPC_CompleteMatch, 1, 0,
7394
7395 3, MVT::v8i16,
7396 OPC_CompleteMatch, 1, 0,
7397
7398 3, MVT::v2i64,
7399 OPC_CompleteMatch, 1, 0,
7400
7401 3, 11|128,1,
7402 OPC_CompleteMatch, 1, 0,
7403
7404 3, 29|128,1,
7405 OPC_CompleteMatch, 1, 0,
7406
7407 3, MVT::v8f16,
7408 OPC_CompleteMatch, 1, 0,
7409
7410 0,
7411 36,
7412 OPC_CheckChild0Type, MVT::v2i64,
7413 OPC_SwitchType , 3, MVT::v16i8,
7414 OPC_CompleteMatch, 1, 0,
7415
7416 3, MVT::v8i16,
7417 OPC_CompleteMatch, 1, 0,
7418
7419 3, MVT::v4i32,
7420 OPC_CompleteMatch, 1, 0,
7421
7422 3, 11|128,1,
7423 OPC_CompleteMatch, 1, 0,
7424
7425 3, 29|128,1,
7426 OPC_CompleteMatch, 1, 0,
7427
7428 3, MVT::v8f16,
7429 OPC_CompleteMatch, 1, 0,
7430
7431 0,
7432 36,
7433 OPC_CheckChild0Type, 11|128,1,
7434 OPC_SwitchType , 3, MVT::v16i8,
7435 OPC_CompleteMatch, 1, 0,
7436
7437 3, MVT::v8i16,
7438 OPC_CompleteMatch, 1, 0,
7439
7440 3, MVT::v4i32,
7441 OPC_CompleteMatch, 1, 0,
7442
7443 3, MVT::v2i64,
7444 OPC_CompleteMatch, 1, 0,
7445
7446 3, 29|128,1,
7447 OPC_CompleteMatch, 1, 0,
7448
7449 3, MVT::v8f16,
7450 OPC_CompleteMatch, 1, 0,
7451
7452 0,
7453 36,
7454 OPC_CheckChild0Type, 29|128,1,
7455 OPC_SwitchType , 3, MVT::v16i8,
7456 OPC_CompleteMatch, 1, 0,
7457
7458 3, MVT::v8i16,
7459 OPC_CompleteMatch, 1, 0,
7460
7461 3, MVT::v4i32,
7462 OPC_CompleteMatch, 1, 0,
7463
7464 3, MVT::v2i64,
7465 OPC_CompleteMatch, 1, 0,
7466
7467 3, 11|128,1,
7468 OPC_CompleteMatch, 1, 0,
7469
7470 3, MVT::v8f16,
7471 OPC_CompleteMatch, 1, 0,
7472
7473 0,
7474 36,
7475 OPC_CheckChild0Type, MVT::v8f16,
7476 OPC_SwitchType , 3, MVT::v16i8,
7477 OPC_CompleteMatch, 1, 0,
7478
7479 3, MVT::v8i16,
7480 OPC_CompleteMatch, 1, 0,
7481
7482 3, MVT::v4i32,
7483 OPC_CompleteMatch, 1, 0,
7484
7485 3, MVT::v2i64,
7486 OPC_CompleteMatch, 1, 0,
7487
7488 3, 11|128,1,
7489 OPC_CompleteMatch, 1, 0,
7490
7491 3, 29|128,1,
7492 OPC_CompleteMatch, 1, 0,
7493
7494 0,
7495 36,
7496 OPC_CheckChild0Type, MVT::v16i8,
7497 OPC_SwitchType , 3, MVT::v8i16,
7498 OPC_CompleteMatch, 1, 0,
7499
7500 3, MVT::v4i32,
7501 OPC_CompleteMatch, 1, 0,
7502
7503 3, MVT::v2i64,
7504 OPC_CompleteMatch, 1, 0,
7505
7506 3, 11|128,1,
7507 OPC_CompleteMatch, 1, 0,
7508
7509 3, 29|128,1,
7510 OPC_CompleteMatch, 1, 0,
7511
7512 3, MVT::v8f16,
7513 OPC_CompleteMatch, 1, 0,
7514
7515 0,
7516 0,
7517 3|128,81, TARGET_VAL(ISD::ADD),
7518 OPC_Scope, 20,
7519 OPC_RecordChild0,
7520 OPC_RecordChild1,
7521 OPC_SwitchType , 6, MVT::i32,
7522 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ADD_I32),
7523 MVT::i32, 2, 16,
7524 6, MVT::i64,
7525 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ADD_I64),
7526 MVT::i64, 2, 16,
7527 0,
7528 33|128,80,
7529 OPC_MoveChild0,
7530 OPC_SwitchOpcode , 96|128,70, TARGET_VAL(WebAssemblyISD::SHUFFLE),
7531 OPC_MoveChild0,
7532 OPC_SwitchOpcode , 11|128,59, TARGET_VAL(ISD::MUL),
7533 OPC_MoveChild0,
7534 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
7535 OPC_RecordChild0,
7536 OPC_Scope, 64|128,29,
7537 OPC_CheckChild0Type, MVT::v8i16,
7538 OPC_MoveSibling1,
7539 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
7540 OPC_RecordChild0,
7541 OPC_CheckChild0Type, MVT::v8i16,
7542 OPC_MoveParent,
7543 OPC_CheckType, MVT::v4i32,
7544 OPC_MoveSibling1,
7545 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
7546 OPC_MoveChild0,
7547 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
7548 OPC_Scope, 8|128,4,
7549 OPC_CheckChild0Same, 0,
7550 OPC_MoveSibling1,
7551 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
7552 OPC_CheckChild0Same, 1,
7553 OPC_MoveParent,
7554 OPC_CheckType, MVT::v4i32,
7555 OPC_MoveParent,
7556 OPC_CheckChild2Integer, 0,
7557 OPC_CheckChild2TypeI32,
7558 OPC_CheckChild3Integer, 1,
7559 OPC_CheckChild3TypeI32,
7560 OPC_CheckChild4Integer, 2,
7561 OPC_CheckChild4TypeI32,
7562 OPC_MoveChild5,
7563 OPC_CheckInteger, 3,
7564 OPC_CheckTypeI32,
7565 OPC_MoveSibling6,
7566 OPC_CheckInteger, 8,
7567 OPC_CheckTypeI32,
7568 OPC_MoveSibling7,
7569 OPC_CheckInteger, 9,
7570 OPC_CheckTypeI32,
7571 OPC_MoveSibling, 8,
7572 OPC_CheckInteger, 10,
7573 OPC_CheckTypeI32,
7574 OPC_MoveSibling, 9,
7575 OPC_CheckInteger, 11,
7576 OPC_CheckTypeI32,
7577 OPC_MoveSibling, 10,
7578 OPC_CheckInteger, 16,
7579 OPC_CheckTypeI32,
7580 OPC_MoveSibling, 11,
7581 OPC_CheckInteger, 17,
7582 OPC_CheckTypeI32,
7583 OPC_MoveSibling, 12,
7584 OPC_CheckInteger, 18,
7585 OPC_CheckTypeI32,
7586 OPC_MoveSibling, 13,
7587 OPC_CheckInteger, 19,
7588 OPC_CheckTypeI32,
7589 OPC_MoveSibling, 14,
7590 OPC_CheckInteger, 24,
7591 OPC_CheckTypeI32,
7592 OPC_MoveSibling, 15,
7593 OPC_CheckInteger, 25,
7594 OPC_CheckTypeI32,
7595 OPC_MoveSibling, 16,
7596 OPC_CheckInteger, 26,
7597 OPC_CheckTypeI32,
7598 OPC_MoveSibling, 17,
7599 OPC_CheckInteger, 27,
7600 OPC_CheckTypeI32,
7601 OPC_MoveParent,
7602 OPC_MoveSibling1,
7603 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
7604 OPC_MoveChild0,
7605 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
7606 OPC_MoveChild0,
7607 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
7608 OPC_Scope, 81|128,1,
7609 OPC_CheckChild0Same, 0,
7610 OPC_MoveSibling1,
7611 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
7612 OPC_CheckChild0Same, 1,
7613 OPC_MoveParent,
7614 OPC_CheckType, MVT::v4i32,
7615 OPC_MoveSibling1,
7616 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
7617 OPC_MoveChild0,
7618 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
7619 OPC_Scope, 93,
7620 OPC_CheckChild0Same, 0,
7621 OPC_MoveSibling1,
7622 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
7623 OPC_CheckChild0Same, 1,
7624 OPC_MoveParent,
7625 OPC_CheckType, MVT::v4i32,
7626 OPC_MoveParent,
7627 OPC_CheckChild2Integer, 4,
7628 OPC_CheckChild2TypeI32,
7629 OPC_CheckChild3Integer, 5,
7630 OPC_CheckChild3TypeI32,
7631 OPC_CheckChild4Integer, 6,
7632 OPC_CheckChild4TypeI32,
7633 OPC_MoveChild5,
7634 OPC_CheckInteger, 7,
7635 OPC_CheckTypeI32,
7636 OPC_MoveSibling6,
7637 OPC_CheckInteger, 12,
7638 OPC_CheckTypeI32,
7639 OPC_MoveSibling7,
7640 OPC_CheckInteger, 13,
7641 OPC_CheckTypeI32,
7642 OPC_MoveSibling, 8,
7643 OPC_CheckInteger, 14,
7644 OPC_CheckTypeI32,
7645 OPC_MoveSibling, 9,
7646 OPC_CheckInteger, 15,
7647 OPC_CheckTypeI32,
7648 OPC_MoveSibling, 10,
7649 OPC_CheckInteger, 20,
7650 OPC_CheckTypeI32,
7651 OPC_MoveSibling, 11,
7652 OPC_CheckInteger, 21,
7653 OPC_CheckTypeI32,
7654 OPC_MoveSibling, 12,
7655 OPC_CheckInteger, 22,
7656 OPC_CheckTypeI32,
7657 OPC_MoveSibling, 13,
7658 OPC_CheckInteger, 23,
7659 OPC_CheckTypeI32,
7660 OPC_MoveSibling, 14,
7661 OPC_CheckInteger, 28,
7662 OPC_CheckTypeI32,
7663 OPC_MoveSibling, 15,
7664 OPC_CheckInteger, 29,
7665 OPC_CheckTypeI32,
7666 OPC_MoveSibling, 16,
7667 OPC_CheckInteger, 30,
7668 OPC_CheckTypeI32,
7669 OPC_MoveSibling, 17,
7670 OPC_CheckInteger, 31,
7671 OPC_CheckTypeI32,
7672 OPC_MoveParent,
7673 OPC_MoveParent,
7674 OPC_CheckType, MVT::v4i32,
7675 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
7676 MVT::v4i32, 2, 16,
7677 93,
7678 OPC_CheckChild0Same, 1,
7679 OPC_MoveSibling1,
7680 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
7681 OPC_CheckChild0Same, 0,
7682 OPC_MoveParent,
7683 OPC_CheckType, MVT::v4i32,
7684 OPC_MoveParent,
7685 OPC_CheckChild2Integer, 4,
7686 OPC_CheckChild2TypeI32,
7687 OPC_CheckChild3Integer, 5,
7688 OPC_CheckChild3TypeI32,
7689 OPC_CheckChild4Integer, 6,
7690 OPC_CheckChild4TypeI32,
7691 OPC_MoveChild5,
7692 OPC_CheckInteger, 7,
7693 OPC_CheckTypeI32,
7694 OPC_MoveSibling6,
7695 OPC_CheckInteger, 12,
7696 OPC_CheckTypeI32,
7697 OPC_MoveSibling7,
7698 OPC_CheckInteger, 13,
7699 OPC_CheckTypeI32,
7700 OPC_MoveSibling, 8,
7701 OPC_CheckInteger, 14,
7702 OPC_CheckTypeI32,
7703 OPC_MoveSibling, 9,
7704 OPC_CheckInteger, 15,
7705 OPC_CheckTypeI32,
7706 OPC_MoveSibling, 10,
7707 OPC_CheckInteger, 20,
7708 OPC_CheckTypeI32,
7709 OPC_MoveSibling, 11,
7710 OPC_CheckInteger, 21,
7711 OPC_CheckTypeI32,
7712 OPC_MoveSibling, 12,
7713 OPC_CheckInteger, 22,
7714 OPC_CheckTypeI32,
7715 OPC_MoveSibling, 13,
7716 OPC_CheckInteger, 23,
7717 OPC_CheckTypeI32,
7718 OPC_MoveSibling, 14,
7719 OPC_CheckInteger, 28,
7720 OPC_CheckTypeI32,
7721 OPC_MoveSibling, 15,
7722 OPC_CheckInteger, 29,
7723 OPC_CheckTypeI32,
7724 OPC_MoveSibling, 16,
7725 OPC_CheckInteger, 30,
7726 OPC_CheckTypeI32,
7727 OPC_MoveSibling, 17,
7728 OPC_CheckInteger, 31,
7729 OPC_CheckTypeI32,
7730 OPC_MoveParent,
7731 OPC_MoveParent,
7732 OPC_CheckType, MVT::v4i32,
7733 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
7734 MVT::v4i32, 2, 16,
7735 0,
7736 81|128,1,
7737 OPC_CheckChild0Same, 1,
7738 OPC_MoveSibling1,
7739 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
7740 OPC_CheckChild0Same, 0,
7741 OPC_MoveParent,
7742 OPC_CheckType, MVT::v4i32,
7743 OPC_MoveSibling1,
7744 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
7745 OPC_MoveChild0,
7746 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
7747 OPC_Scope, 93,
7748 OPC_CheckChild0Same, 0,
7749 OPC_MoveSibling1,
7750 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
7751 OPC_CheckChild0Same, 1,
7752 OPC_MoveParent,
7753 OPC_CheckType, MVT::v4i32,
7754 OPC_MoveParent,
7755 OPC_CheckChild2Integer, 4,
7756 OPC_CheckChild2TypeI32,
7757 OPC_CheckChild3Integer, 5,
7758 OPC_CheckChild3TypeI32,
7759 OPC_CheckChild4Integer, 6,
7760 OPC_CheckChild4TypeI32,
7761 OPC_MoveChild5,
7762 OPC_CheckInteger, 7,
7763 OPC_CheckTypeI32,
7764 OPC_MoveSibling6,
7765 OPC_CheckInteger, 12,
7766 OPC_CheckTypeI32,
7767 OPC_MoveSibling7,
7768 OPC_CheckInteger, 13,
7769 OPC_CheckTypeI32,
7770 OPC_MoveSibling, 8,
7771 OPC_CheckInteger, 14,
7772 OPC_CheckTypeI32,
7773 OPC_MoveSibling, 9,
7774 OPC_CheckInteger, 15,
7775 OPC_CheckTypeI32,
7776 OPC_MoveSibling, 10,
7777 OPC_CheckInteger, 20,
7778 OPC_CheckTypeI32,
7779 OPC_MoveSibling, 11,
7780 OPC_CheckInteger, 21,
7781 OPC_CheckTypeI32,
7782 OPC_MoveSibling, 12,
7783 OPC_CheckInteger, 22,
7784 OPC_CheckTypeI32,
7785 OPC_MoveSibling, 13,
7786 OPC_CheckInteger, 23,
7787 OPC_CheckTypeI32,
7788 OPC_MoveSibling, 14,
7789 OPC_CheckInteger, 28,
7790 OPC_CheckTypeI32,
7791 OPC_MoveSibling, 15,
7792 OPC_CheckInteger, 29,
7793 OPC_CheckTypeI32,
7794 OPC_MoveSibling, 16,
7795 OPC_CheckInteger, 30,
7796 OPC_CheckTypeI32,
7797 OPC_MoveSibling, 17,
7798 OPC_CheckInteger, 31,
7799 OPC_CheckTypeI32,
7800 OPC_MoveParent,
7801 OPC_MoveParent,
7802 OPC_CheckType, MVT::v4i32,
7803 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
7804 MVT::v4i32, 2, 16,
7805 93,
7806 OPC_CheckChild0Same, 1,
7807 OPC_MoveSibling1,
7808 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
7809 OPC_CheckChild0Same, 0,
7810 OPC_MoveParent,
7811 OPC_CheckType, MVT::v4i32,
7812 OPC_MoveParent,
7813 OPC_CheckChild2Integer, 4,
7814 OPC_CheckChild2TypeI32,
7815 OPC_CheckChild3Integer, 5,
7816 OPC_CheckChild3TypeI32,
7817 OPC_CheckChild4Integer, 6,
7818 OPC_CheckChild4TypeI32,
7819 OPC_MoveChild5,
7820 OPC_CheckInteger, 7,
7821 OPC_CheckTypeI32,
7822 OPC_MoveSibling6,
7823 OPC_CheckInteger, 12,
7824 OPC_CheckTypeI32,
7825 OPC_MoveSibling7,
7826 OPC_CheckInteger, 13,
7827 OPC_CheckTypeI32,
7828 OPC_MoveSibling, 8,
7829 OPC_CheckInteger, 14,
7830 OPC_CheckTypeI32,
7831 OPC_MoveSibling, 9,
7832 OPC_CheckInteger, 15,
7833 OPC_CheckTypeI32,
7834 OPC_MoveSibling, 10,
7835 OPC_CheckInteger, 20,
7836 OPC_CheckTypeI32,
7837 OPC_MoveSibling, 11,
7838 OPC_CheckInteger, 21,
7839 OPC_CheckTypeI32,
7840 OPC_MoveSibling, 12,
7841 OPC_CheckInteger, 22,
7842 OPC_CheckTypeI32,
7843 OPC_MoveSibling, 13,
7844 OPC_CheckInteger, 23,
7845 OPC_CheckTypeI32,
7846 OPC_MoveSibling, 14,
7847 OPC_CheckInteger, 28,
7848 OPC_CheckTypeI32,
7849 OPC_MoveSibling, 15,
7850 OPC_CheckInteger, 29,
7851 OPC_CheckTypeI32,
7852 OPC_MoveSibling, 16,
7853 OPC_CheckInteger, 30,
7854 OPC_CheckTypeI32,
7855 OPC_MoveSibling, 17,
7856 OPC_CheckInteger, 31,
7857 OPC_CheckTypeI32,
7858 OPC_MoveParent,
7859 OPC_MoveParent,
7860 OPC_CheckType, MVT::v4i32,
7861 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
7862 MVT::v4i32, 2, 16,
7863 0,
7864 0,
7865 67|128,6,
7866 OPC_CheckChild0Same, 1,
7867 OPC_MoveSibling1,
7868 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
7869 OPC_CheckChild0Same, 0,
7870 OPC_MoveParent,
7871 OPC_CheckType, MVT::v4i32,
7872 OPC_MoveParent,
7873 OPC_CheckChild2Integer, 0,
7874 OPC_CheckChild2TypeI32,
7875 OPC_CheckChild3Integer, 1,
7876 OPC_CheckChild3TypeI32,
7877 OPC_CheckChild4Integer, 2,
7878 OPC_CheckChild4TypeI32,
7879 OPC_MoveChild5,
7880 OPC_CheckInteger, 3,
7881 OPC_CheckTypeI32,
7882 OPC_MoveSibling6,
7883 OPC_CheckInteger, 8,
7884 OPC_CheckTypeI32,
7885 OPC_MoveSibling7,
7886 OPC_CheckInteger, 9,
7887 OPC_CheckTypeI32,
7888 OPC_MoveSibling, 8,
7889 OPC_CheckInteger, 10,
7890 OPC_CheckTypeI32,
7891 OPC_MoveSibling, 9,
7892 OPC_CheckInteger, 11,
7893 OPC_CheckTypeI32,
7894 OPC_MoveSibling, 10,
7895 OPC_CheckInteger, 16,
7896 OPC_CheckTypeI32,
7897 OPC_MoveSibling, 11,
7898 OPC_CheckInteger, 17,
7899 OPC_CheckTypeI32,
7900 OPC_MoveSibling, 12,
7901 OPC_CheckInteger, 18,
7902 OPC_CheckTypeI32,
7903 OPC_MoveSibling, 13,
7904 OPC_CheckInteger, 19,
7905 OPC_CheckTypeI32,
7906 OPC_MoveSibling, 14,
7907 OPC_CheckInteger, 24,
7908 OPC_CheckTypeI32,
7909 OPC_MoveSibling, 15,
7910 OPC_CheckInteger, 25,
7911 OPC_CheckTypeI32,
7912 OPC_MoveSibling, 16,
7913 OPC_CheckInteger, 26,
7914 OPC_CheckTypeI32,
7915 OPC_MoveSibling, 17,
7916 OPC_CheckInteger, 27,
7917 OPC_CheckTypeI32,
7918 OPC_MoveParent,
7919 OPC_MoveSibling1,
7920 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
7921 OPC_MoveChild0,
7922 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
7923 OPC_MoveChild0,
7924 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
7925 OPC_Scope, 81|128,1,
7926 OPC_CheckChild0Same, 0,
7927 OPC_MoveSibling1,
7928 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
7929 OPC_CheckChild0Same, 1,
7930 OPC_MoveParent,
7931 OPC_CheckType, MVT::v4i32,
7932 OPC_MoveSibling1,
7933 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
7934 OPC_MoveChild0,
7935 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
7936 OPC_Scope, 93,
7937 OPC_CheckChild0Same, 0,
7938 OPC_MoveSibling1,
7939 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
7940 OPC_CheckChild0Same, 1,
7941 OPC_MoveParent,
7942 OPC_CheckType, MVT::v4i32,
7943 OPC_MoveParent,
7944 OPC_CheckChild2Integer, 4,
7945 OPC_CheckChild2TypeI32,
7946 OPC_CheckChild3Integer, 5,
7947 OPC_CheckChild3TypeI32,
7948 OPC_CheckChild4Integer, 6,
7949 OPC_CheckChild4TypeI32,
7950 OPC_MoveChild5,
7951 OPC_CheckInteger, 7,
7952 OPC_CheckTypeI32,
7953 OPC_MoveSibling6,
7954 OPC_CheckInteger, 12,
7955 OPC_CheckTypeI32,
7956 OPC_MoveSibling7,
7957 OPC_CheckInteger, 13,
7958 OPC_CheckTypeI32,
7959 OPC_MoveSibling, 8,
7960 OPC_CheckInteger, 14,
7961 OPC_CheckTypeI32,
7962 OPC_MoveSibling, 9,
7963 OPC_CheckInteger, 15,
7964 OPC_CheckTypeI32,
7965 OPC_MoveSibling, 10,
7966 OPC_CheckInteger, 20,
7967 OPC_CheckTypeI32,
7968 OPC_MoveSibling, 11,
7969 OPC_CheckInteger, 21,
7970 OPC_CheckTypeI32,
7971 OPC_MoveSibling, 12,
7972 OPC_CheckInteger, 22,
7973 OPC_CheckTypeI32,
7974 OPC_MoveSibling, 13,
7975 OPC_CheckInteger, 23,
7976 OPC_CheckTypeI32,
7977 OPC_MoveSibling, 14,
7978 OPC_CheckInteger, 28,
7979 OPC_CheckTypeI32,
7980 OPC_MoveSibling, 15,
7981 OPC_CheckInteger, 29,
7982 OPC_CheckTypeI32,
7983 OPC_MoveSibling, 16,
7984 OPC_CheckInteger, 30,
7985 OPC_CheckTypeI32,
7986 OPC_MoveSibling, 17,
7987 OPC_CheckInteger, 31,
7988 OPC_CheckTypeI32,
7989 OPC_MoveParent,
7990 OPC_MoveParent,
7991 OPC_CheckType, MVT::v4i32,
7992 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
7993 MVT::v4i32, 2, 16,
7994 93,
7995 OPC_CheckChild0Same, 1,
7996 OPC_MoveSibling1,
7997 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
7998 OPC_CheckChild0Same, 0,
7999 OPC_MoveParent,
8000 OPC_CheckType, MVT::v4i32,
8001 OPC_MoveParent,
8002 OPC_CheckChild2Integer, 4,
8003 OPC_CheckChild2TypeI32,
8004 OPC_CheckChild3Integer, 5,
8005 OPC_CheckChild3TypeI32,
8006 OPC_CheckChild4Integer, 6,
8007 OPC_CheckChild4TypeI32,
8008 OPC_MoveChild5,
8009 OPC_CheckInteger, 7,
8010 OPC_CheckTypeI32,
8011 OPC_MoveSibling6,
8012 OPC_CheckInteger, 12,
8013 OPC_CheckTypeI32,
8014 OPC_MoveSibling7,
8015 OPC_CheckInteger, 13,
8016 OPC_CheckTypeI32,
8017 OPC_MoveSibling, 8,
8018 OPC_CheckInteger, 14,
8019 OPC_CheckTypeI32,
8020 OPC_MoveSibling, 9,
8021 OPC_CheckInteger, 15,
8022 OPC_CheckTypeI32,
8023 OPC_MoveSibling, 10,
8024 OPC_CheckInteger, 20,
8025 OPC_CheckTypeI32,
8026 OPC_MoveSibling, 11,
8027 OPC_CheckInteger, 21,
8028 OPC_CheckTypeI32,
8029 OPC_MoveSibling, 12,
8030 OPC_CheckInteger, 22,
8031 OPC_CheckTypeI32,
8032 OPC_MoveSibling, 13,
8033 OPC_CheckInteger, 23,
8034 OPC_CheckTypeI32,
8035 OPC_MoveSibling, 14,
8036 OPC_CheckInteger, 28,
8037 OPC_CheckTypeI32,
8038 OPC_MoveSibling, 15,
8039 OPC_CheckInteger, 29,
8040 OPC_CheckTypeI32,
8041 OPC_MoveSibling, 16,
8042 OPC_CheckInteger, 30,
8043 OPC_CheckTypeI32,
8044 OPC_MoveSibling, 17,
8045 OPC_CheckInteger, 31,
8046 OPC_CheckTypeI32,
8047 OPC_MoveParent,
8048 OPC_MoveParent,
8049 OPC_CheckType, MVT::v4i32,
8050 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
8051 MVT::v4i32, 2, 16,
8052 0,
8053 57|128,2,
8054 OPC_CheckChild0Same, 1,
8055 OPC_MoveSibling1,
8056 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
8057 OPC_CheckChild0Same, 0,
8058 OPC_MoveParent,
8059 OPC_CheckType, MVT::v4i32,
8060 OPC_MoveSibling1,
8061 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
8062 OPC_MoveChild0,
8063 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
8064 OPC_Scope, 93,
8065 OPC_CheckChild0Same, 0,
8066 OPC_MoveSibling1,
8067 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
8068 OPC_CheckChild0Same, 1,
8069 OPC_MoveParent,
8070 OPC_CheckType, MVT::v4i32,
8071 OPC_MoveParent,
8072 OPC_CheckChild2Integer, 4,
8073 OPC_CheckChild2TypeI32,
8074 OPC_CheckChild3Integer, 5,
8075 OPC_CheckChild3TypeI32,
8076 OPC_CheckChild4Integer, 6,
8077 OPC_CheckChild4TypeI32,
8078 OPC_MoveChild5,
8079 OPC_CheckInteger, 7,
8080 OPC_CheckTypeI32,
8081 OPC_MoveSibling6,
8082 OPC_CheckInteger, 12,
8083 OPC_CheckTypeI32,
8084 OPC_MoveSibling7,
8085 OPC_CheckInteger, 13,
8086 OPC_CheckTypeI32,
8087 OPC_MoveSibling, 8,
8088 OPC_CheckInteger, 14,
8089 OPC_CheckTypeI32,
8090 OPC_MoveSibling, 9,
8091 OPC_CheckInteger, 15,
8092 OPC_CheckTypeI32,
8093 OPC_MoveSibling, 10,
8094 OPC_CheckInteger, 20,
8095 OPC_CheckTypeI32,
8096 OPC_MoveSibling, 11,
8097 OPC_CheckInteger, 21,
8098 OPC_CheckTypeI32,
8099 OPC_MoveSibling, 12,
8100 OPC_CheckInteger, 22,
8101 OPC_CheckTypeI32,
8102 OPC_MoveSibling, 13,
8103 OPC_CheckInteger, 23,
8104 OPC_CheckTypeI32,
8105 OPC_MoveSibling, 14,
8106 OPC_CheckInteger, 28,
8107 OPC_CheckTypeI32,
8108 OPC_MoveSibling, 15,
8109 OPC_CheckInteger, 29,
8110 OPC_CheckTypeI32,
8111 OPC_MoveSibling, 16,
8112 OPC_CheckInteger, 30,
8113 OPC_CheckTypeI32,
8114 OPC_MoveSibling, 17,
8115 OPC_CheckInteger, 31,
8116 OPC_CheckTypeI32,
8117 OPC_MoveParent,
8118 OPC_MoveParent,
8119 OPC_CheckType, MVT::v4i32,
8120 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
8121 MVT::v4i32, 2, 16,
8122 103,
8123 OPC_CheckChild0Same, 1,
8124 OPC_MoveSibling1,
8125 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
8126 OPC_CheckChild0Same, 0,
8127 OPC_MoveParent,
8128 OPC_CheckType, MVT::v4i32,
8129 OPC_MoveParent,
8130 OPC_CheckChild2Integer, 4,
8131 OPC_CheckChild2TypeI32,
8132 OPC_CheckChild3Integer, 5,
8133 OPC_CheckChild3TypeI32,
8134 OPC_CheckChild4Integer, 6,
8135 OPC_CheckChild4TypeI32,
8136 OPC_MoveChild5,
8137 OPC_CheckInteger, 7,
8138 OPC_CheckTypeI32,
8139 OPC_MoveSibling6,
8140 OPC_CheckInteger, 12,
8141 OPC_CheckTypeI32,
8142 OPC_MoveSibling7,
8143 OPC_CheckInteger, 13,
8144 OPC_CheckTypeI32,
8145 OPC_MoveSibling, 8,
8146 OPC_CheckInteger, 14,
8147 OPC_CheckTypeI32,
8148 OPC_MoveSibling, 9,
8149 OPC_CheckInteger, 15,
8150 OPC_CheckTypeI32,
8151 OPC_MoveSibling, 10,
8152 OPC_CheckInteger, 20,
8153 OPC_CheckTypeI32,
8154 OPC_MoveSibling, 11,
8155 OPC_CheckInteger, 21,
8156 OPC_CheckTypeI32,
8157 OPC_MoveSibling, 12,
8158 OPC_CheckInteger, 22,
8159 OPC_CheckTypeI32,
8160 OPC_MoveSibling, 13,
8161 OPC_CheckInteger, 23,
8162 OPC_CheckTypeI32,
8163 OPC_MoveSibling, 14,
8164 OPC_CheckInteger, 28,
8165 OPC_CheckTypeI32,
8166 OPC_MoveSibling, 15,
8167 OPC_CheckInteger, 29,
8168 OPC_CheckTypeI32,
8169 OPC_MoveSibling, 16,
8170 OPC_CheckInteger, 30,
8171 OPC_CheckTypeI32,
8172 OPC_MoveSibling, 17,
8173 OPC_CheckInteger, 31,
8174 OPC_CheckTypeI32,
8175 OPC_MoveParent,
8176 OPC_MoveParent,
8177 OPC_CheckType, MVT::v4i32,
8178 OPC_Scope, 6,
8179 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
8180 MVT::v4i32, 2, 16,
8181 6,
8182 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
8183 MVT::v4i32, 2, 1,
8184 0,
8185 93,
8186 OPC_CheckChild0Same, 0,
8187 OPC_MoveSibling1,
8188 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
8189 OPC_CheckChild0Same, 1,
8190 OPC_MoveParent,
8191 OPC_CheckType, MVT::v4i32,
8192 OPC_MoveParent,
8193 OPC_CheckChild2Integer, 4,
8194 OPC_CheckChild2TypeI32,
8195 OPC_CheckChild3Integer, 5,
8196 OPC_CheckChild3TypeI32,
8197 OPC_CheckChild4Integer, 6,
8198 OPC_CheckChild4TypeI32,
8199 OPC_MoveChild5,
8200 OPC_CheckInteger, 7,
8201 OPC_CheckTypeI32,
8202 OPC_MoveSibling6,
8203 OPC_CheckInteger, 12,
8204 OPC_CheckTypeI32,
8205 OPC_MoveSibling7,
8206 OPC_CheckInteger, 13,
8207 OPC_CheckTypeI32,
8208 OPC_MoveSibling, 8,
8209 OPC_CheckInteger, 14,
8210 OPC_CheckTypeI32,
8211 OPC_MoveSibling, 9,
8212 OPC_CheckInteger, 15,
8213 OPC_CheckTypeI32,
8214 OPC_MoveSibling, 10,
8215 OPC_CheckInteger, 20,
8216 OPC_CheckTypeI32,
8217 OPC_MoveSibling, 11,
8218 OPC_CheckInteger, 21,
8219 OPC_CheckTypeI32,
8220 OPC_MoveSibling, 12,
8221 OPC_CheckInteger, 22,
8222 OPC_CheckTypeI32,
8223 OPC_MoveSibling, 13,
8224 OPC_CheckInteger, 23,
8225 OPC_CheckTypeI32,
8226 OPC_MoveSibling, 14,
8227 OPC_CheckInteger, 28,
8228 OPC_CheckTypeI32,
8229 OPC_MoveSibling, 15,
8230 OPC_CheckInteger, 29,
8231 OPC_CheckTypeI32,
8232 OPC_MoveSibling, 16,
8233 OPC_CheckInteger, 30,
8234 OPC_CheckTypeI32,
8235 OPC_MoveSibling, 17,
8236 OPC_CheckInteger, 31,
8237 OPC_CheckTypeI32,
8238 OPC_MoveParent,
8239 OPC_MoveParent,
8240 OPC_CheckType, MVT::v4i32,
8241 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
8242 MVT::v4i32, 2, 1,
8243 0,
8244 81|128,1,
8245 OPC_CheckChild0Same, 0,
8246 OPC_MoveSibling1,
8247 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
8248 OPC_CheckChild0Same, 1,
8249 OPC_MoveParent,
8250 OPC_CheckType, MVT::v4i32,
8251 OPC_MoveSibling1,
8252 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
8253 OPC_MoveChild0,
8254 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
8255 OPC_Scope, 93,
8256 OPC_CheckChild0Same, 1,
8257 OPC_MoveSibling1,
8258 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
8259 OPC_CheckChild0Same, 0,
8260 OPC_MoveParent,
8261 OPC_CheckType, MVT::v4i32,
8262 OPC_MoveParent,
8263 OPC_CheckChild2Integer, 4,
8264 OPC_CheckChild2TypeI32,
8265 OPC_CheckChild3Integer, 5,
8266 OPC_CheckChild3TypeI32,
8267 OPC_CheckChild4Integer, 6,
8268 OPC_CheckChild4TypeI32,
8269 OPC_MoveChild5,
8270 OPC_CheckInteger, 7,
8271 OPC_CheckTypeI32,
8272 OPC_MoveSibling6,
8273 OPC_CheckInteger, 12,
8274 OPC_CheckTypeI32,
8275 OPC_MoveSibling7,
8276 OPC_CheckInteger, 13,
8277 OPC_CheckTypeI32,
8278 OPC_MoveSibling, 8,
8279 OPC_CheckInteger, 14,
8280 OPC_CheckTypeI32,
8281 OPC_MoveSibling, 9,
8282 OPC_CheckInteger, 15,
8283 OPC_CheckTypeI32,
8284 OPC_MoveSibling, 10,
8285 OPC_CheckInteger, 20,
8286 OPC_CheckTypeI32,
8287 OPC_MoveSibling, 11,
8288 OPC_CheckInteger, 21,
8289 OPC_CheckTypeI32,
8290 OPC_MoveSibling, 12,
8291 OPC_CheckInteger, 22,
8292 OPC_CheckTypeI32,
8293 OPC_MoveSibling, 13,
8294 OPC_CheckInteger, 23,
8295 OPC_CheckTypeI32,
8296 OPC_MoveSibling, 14,
8297 OPC_CheckInteger, 28,
8298 OPC_CheckTypeI32,
8299 OPC_MoveSibling, 15,
8300 OPC_CheckInteger, 29,
8301 OPC_CheckTypeI32,
8302 OPC_MoveSibling, 16,
8303 OPC_CheckInteger, 30,
8304 OPC_CheckTypeI32,
8305 OPC_MoveSibling, 17,
8306 OPC_CheckInteger, 31,
8307 OPC_CheckTypeI32,
8308 OPC_MoveParent,
8309 OPC_MoveParent,
8310 OPC_CheckType, MVT::v4i32,
8311 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
8312 MVT::v4i32, 2, 1,
8313 93,
8314 OPC_CheckChild0Same, 0,
8315 OPC_MoveSibling1,
8316 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
8317 OPC_CheckChild0Same, 1,
8318 OPC_MoveParent,
8319 OPC_CheckType, MVT::v4i32,
8320 OPC_MoveParent,
8321 OPC_CheckChild2Integer, 4,
8322 OPC_CheckChild2TypeI32,
8323 OPC_CheckChild3Integer, 5,
8324 OPC_CheckChild3TypeI32,
8325 OPC_CheckChild4Integer, 6,
8326 OPC_CheckChild4TypeI32,
8327 OPC_MoveChild5,
8328 OPC_CheckInteger, 7,
8329 OPC_CheckTypeI32,
8330 OPC_MoveSibling6,
8331 OPC_CheckInteger, 12,
8332 OPC_CheckTypeI32,
8333 OPC_MoveSibling7,
8334 OPC_CheckInteger, 13,
8335 OPC_CheckTypeI32,
8336 OPC_MoveSibling, 8,
8337 OPC_CheckInteger, 14,
8338 OPC_CheckTypeI32,
8339 OPC_MoveSibling, 9,
8340 OPC_CheckInteger, 15,
8341 OPC_CheckTypeI32,
8342 OPC_MoveSibling, 10,
8343 OPC_CheckInteger, 20,
8344 OPC_CheckTypeI32,
8345 OPC_MoveSibling, 11,
8346 OPC_CheckInteger, 21,
8347 OPC_CheckTypeI32,
8348 OPC_MoveSibling, 12,
8349 OPC_CheckInteger, 22,
8350 OPC_CheckTypeI32,
8351 OPC_MoveSibling, 13,
8352 OPC_CheckInteger, 23,
8353 OPC_CheckTypeI32,
8354 OPC_MoveSibling, 14,
8355 OPC_CheckInteger, 28,
8356 OPC_CheckTypeI32,
8357 OPC_MoveSibling, 15,
8358 OPC_CheckInteger, 29,
8359 OPC_CheckTypeI32,
8360 OPC_MoveSibling, 16,
8361 OPC_CheckInteger, 30,
8362 OPC_CheckTypeI32,
8363 OPC_MoveSibling, 17,
8364 OPC_CheckInteger, 31,
8365 OPC_CheckTypeI32,
8366 OPC_MoveParent,
8367 OPC_MoveParent,
8368 OPC_CheckType, MVT::v4i32,
8369 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
8370 MVT::v4i32, 2, 1,
8371 0,
8372 0,
8373 10|128,8,
8374 OPC_CheckChild0Same, 0,
8375 OPC_MoveSibling1,
8376 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
8377 OPC_CheckChild0Same, 1,
8378 OPC_MoveParent,
8379 OPC_CheckType, MVT::v4i32,
8380 OPC_MoveParent,
8381 OPC_Scope, 124|128,3,
8382 OPC_CheckChild2Integer, 0,
8383 OPC_CheckChild2TypeI32,
8384 OPC_CheckChild3Integer, 1,
8385 OPC_CheckChild3TypeI32,
8386 OPC_CheckChild4Integer, 2,
8387 OPC_CheckChild4TypeI32,
8388 OPC_MoveChild5,
8389 OPC_CheckInteger, 3,
8390 OPC_CheckTypeI32,
8391 OPC_MoveSibling6,
8392 OPC_CheckInteger, 8,
8393 OPC_CheckTypeI32,
8394 OPC_MoveSibling7,
8395 OPC_CheckInteger, 9,
8396 OPC_CheckTypeI32,
8397 OPC_MoveSibling, 8,
8398 OPC_CheckInteger, 10,
8399 OPC_CheckTypeI32,
8400 OPC_MoveSibling, 9,
8401 OPC_CheckInteger, 11,
8402 OPC_CheckTypeI32,
8403 OPC_MoveSibling, 10,
8404 OPC_CheckInteger, 16,
8405 OPC_CheckTypeI32,
8406 OPC_MoveSibling, 11,
8407 OPC_CheckInteger, 17,
8408 OPC_CheckTypeI32,
8409 OPC_MoveSibling, 12,
8410 OPC_CheckInteger, 18,
8411 OPC_CheckTypeI32,
8412 OPC_MoveSibling, 13,
8413 OPC_CheckInteger, 19,
8414 OPC_CheckTypeI32,
8415 OPC_MoveSibling, 14,
8416 OPC_CheckInteger, 24,
8417 OPC_CheckTypeI32,
8418 OPC_MoveSibling, 15,
8419 OPC_CheckInteger, 25,
8420 OPC_CheckTypeI32,
8421 OPC_MoveSibling, 16,
8422 OPC_CheckInteger, 26,
8423 OPC_CheckTypeI32,
8424 OPC_MoveSibling, 17,
8425 OPC_CheckInteger, 27,
8426 OPC_CheckTypeI32,
8427 OPC_MoveParent,
8428 OPC_MoveSibling1,
8429 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
8430 OPC_MoveChild0,
8431 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
8432 OPC_MoveChild0,
8433 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
8434 OPC_Scope, 81|128,1,
8435 OPC_CheckChild0Same, 1,
8436 OPC_MoveSibling1,
8437 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
8438 OPC_CheckChild0Same, 0,
8439 OPC_MoveParent,
8440 OPC_CheckType, MVT::v4i32,
8441 OPC_MoveSibling1,
8442 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
8443 OPC_MoveChild0,
8444 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
8445 OPC_Scope, 93,
8446 OPC_CheckChild0Same, 1,
8447 OPC_MoveSibling1,
8448 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
8449 OPC_CheckChild0Same, 0,
8450 OPC_MoveParent,
8451 OPC_CheckType, MVT::v4i32,
8452 OPC_MoveParent,
8453 OPC_CheckChild2Integer, 4,
8454 OPC_CheckChild2TypeI32,
8455 OPC_CheckChild3Integer, 5,
8456 OPC_CheckChild3TypeI32,
8457 OPC_CheckChild4Integer, 6,
8458 OPC_CheckChild4TypeI32,
8459 OPC_MoveChild5,
8460 OPC_CheckInteger, 7,
8461 OPC_CheckTypeI32,
8462 OPC_MoveSibling6,
8463 OPC_CheckInteger, 12,
8464 OPC_CheckTypeI32,
8465 OPC_MoveSibling7,
8466 OPC_CheckInteger, 13,
8467 OPC_CheckTypeI32,
8468 OPC_MoveSibling, 8,
8469 OPC_CheckInteger, 14,
8470 OPC_CheckTypeI32,
8471 OPC_MoveSibling, 9,
8472 OPC_CheckInteger, 15,
8473 OPC_CheckTypeI32,
8474 OPC_MoveSibling, 10,
8475 OPC_CheckInteger, 20,
8476 OPC_CheckTypeI32,
8477 OPC_MoveSibling, 11,
8478 OPC_CheckInteger, 21,
8479 OPC_CheckTypeI32,
8480 OPC_MoveSibling, 12,
8481 OPC_CheckInteger, 22,
8482 OPC_CheckTypeI32,
8483 OPC_MoveSibling, 13,
8484 OPC_CheckInteger, 23,
8485 OPC_CheckTypeI32,
8486 OPC_MoveSibling, 14,
8487 OPC_CheckInteger, 28,
8488 OPC_CheckTypeI32,
8489 OPC_MoveSibling, 15,
8490 OPC_CheckInteger, 29,
8491 OPC_CheckTypeI32,
8492 OPC_MoveSibling, 16,
8493 OPC_CheckInteger, 30,
8494 OPC_CheckTypeI32,
8495 OPC_MoveSibling, 17,
8496 OPC_CheckInteger, 31,
8497 OPC_CheckTypeI32,
8498 OPC_MoveParent,
8499 OPC_MoveParent,
8500 OPC_CheckType, MVT::v4i32,
8501 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
8502 MVT::v4i32, 2, 1,
8503 93,
8504 OPC_CheckChild0Same, 0,
8505 OPC_MoveSibling1,
8506 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
8507 OPC_CheckChild0Same, 1,
8508 OPC_MoveParent,
8509 OPC_CheckType, MVT::v4i32,
8510 OPC_MoveParent,
8511 OPC_CheckChild2Integer, 4,
8512 OPC_CheckChild2TypeI32,
8513 OPC_CheckChild3Integer, 5,
8514 OPC_CheckChild3TypeI32,
8515 OPC_CheckChild4Integer, 6,
8516 OPC_CheckChild4TypeI32,
8517 OPC_MoveChild5,
8518 OPC_CheckInteger, 7,
8519 OPC_CheckTypeI32,
8520 OPC_MoveSibling6,
8521 OPC_CheckInteger, 12,
8522 OPC_CheckTypeI32,
8523 OPC_MoveSibling7,
8524 OPC_CheckInteger, 13,
8525 OPC_CheckTypeI32,
8526 OPC_MoveSibling, 8,
8527 OPC_CheckInteger, 14,
8528 OPC_CheckTypeI32,
8529 OPC_MoveSibling, 9,
8530 OPC_CheckInteger, 15,
8531 OPC_CheckTypeI32,
8532 OPC_MoveSibling, 10,
8533 OPC_CheckInteger, 20,
8534 OPC_CheckTypeI32,
8535 OPC_MoveSibling, 11,
8536 OPC_CheckInteger, 21,
8537 OPC_CheckTypeI32,
8538 OPC_MoveSibling, 12,
8539 OPC_CheckInteger, 22,
8540 OPC_CheckTypeI32,
8541 OPC_MoveSibling, 13,
8542 OPC_CheckInteger, 23,
8543 OPC_CheckTypeI32,
8544 OPC_MoveSibling, 14,
8545 OPC_CheckInteger, 28,
8546 OPC_CheckTypeI32,
8547 OPC_MoveSibling, 15,
8548 OPC_CheckInteger, 29,
8549 OPC_CheckTypeI32,
8550 OPC_MoveSibling, 16,
8551 OPC_CheckInteger, 30,
8552 OPC_CheckTypeI32,
8553 OPC_MoveSibling, 17,
8554 OPC_CheckInteger, 31,
8555 OPC_CheckTypeI32,
8556 OPC_MoveParent,
8557 OPC_MoveParent,
8558 OPC_CheckType, MVT::v4i32,
8559 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
8560 MVT::v4i32, 2, 1,
8561 0,
8562 81|128,1,
8563 OPC_CheckChild0Same, 0,
8564 OPC_MoveSibling1,
8565 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
8566 OPC_CheckChild0Same, 1,
8567 OPC_MoveParent,
8568 OPC_CheckType, MVT::v4i32,
8569 OPC_MoveSibling1,
8570 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
8571 OPC_MoveChild0,
8572 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
8573 OPC_Scope, 93,
8574 OPC_CheckChild0Same, 1,
8575 OPC_MoveSibling1,
8576 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
8577 OPC_CheckChild0Same, 0,
8578 OPC_MoveParent,
8579 OPC_CheckType, MVT::v4i32,
8580 OPC_MoveParent,
8581 OPC_CheckChild2Integer, 4,
8582 OPC_CheckChild2TypeI32,
8583 OPC_CheckChild3Integer, 5,
8584 OPC_CheckChild3TypeI32,
8585 OPC_CheckChild4Integer, 6,
8586 OPC_CheckChild4TypeI32,
8587 OPC_MoveChild5,
8588 OPC_CheckInteger, 7,
8589 OPC_CheckTypeI32,
8590 OPC_MoveSibling6,
8591 OPC_CheckInteger, 12,
8592 OPC_CheckTypeI32,
8593 OPC_MoveSibling7,
8594 OPC_CheckInteger, 13,
8595 OPC_CheckTypeI32,
8596 OPC_MoveSibling, 8,
8597 OPC_CheckInteger, 14,
8598 OPC_CheckTypeI32,
8599 OPC_MoveSibling, 9,
8600 OPC_CheckInteger, 15,
8601 OPC_CheckTypeI32,
8602 OPC_MoveSibling, 10,
8603 OPC_CheckInteger, 20,
8604 OPC_CheckTypeI32,
8605 OPC_MoveSibling, 11,
8606 OPC_CheckInteger, 21,
8607 OPC_CheckTypeI32,
8608 OPC_MoveSibling, 12,
8609 OPC_CheckInteger, 22,
8610 OPC_CheckTypeI32,
8611 OPC_MoveSibling, 13,
8612 OPC_CheckInteger, 23,
8613 OPC_CheckTypeI32,
8614 OPC_MoveSibling, 14,
8615 OPC_CheckInteger, 28,
8616 OPC_CheckTypeI32,
8617 OPC_MoveSibling, 15,
8618 OPC_CheckInteger, 29,
8619 OPC_CheckTypeI32,
8620 OPC_MoveSibling, 16,
8621 OPC_CheckInteger, 30,
8622 OPC_CheckTypeI32,
8623 OPC_MoveSibling, 17,
8624 OPC_CheckInteger, 31,
8625 OPC_CheckTypeI32,
8626 OPC_MoveParent,
8627 OPC_MoveParent,
8628 OPC_CheckType, MVT::v4i32,
8629 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
8630 MVT::v4i32, 2, 1,
8631 93,
8632 OPC_CheckChild0Same, 0,
8633 OPC_MoveSibling1,
8634 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
8635 OPC_CheckChild0Same, 1,
8636 OPC_MoveParent,
8637 OPC_CheckType, MVT::v4i32,
8638 OPC_MoveParent,
8639 OPC_CheckChild2Integer, 4,
8640 OPC_CheckChild2TypeI32,
8641 OPC_CheckChild3Integer, 5,
8642 OPC_CheckChild3TypeI32,
8643 OPC_CheckChild4Integer, 6,
8644 OPC_CheckChild4TypeI32,
8645 OPC_MoveChild5,
8646 OPC_CheckInteger, 7,
8647 OPC_CheckTypeI32,
8648 OPC_MoveSibling6,
8649 OPC_CheckInteger, 12,
8650 OPC_CheckTypeI32,
8651 OPC_MoveSibling7,
8652 OPC_CheckInteger, 13,
8653 OPC_CheckTypeI32,
8654 OPC_MoveSibling, 8,
8655 OPC_CheckInteger, 14,
8656 OPC_CheckTypeI32,
8657 OPC_MoveSibling, 9,
8658 OPC_CheckInteger, 15,
8659 OPC_CheckTypeI32,
8660 OPC_MoveSibling, 10,
8661 OPC_CheckInteger, 20,
8662 OPC_CheckTypeI32,
8663 OPC_MoveSibling, 11,
8664 OPC_CheckInteger, 21,
8665 OPC_CheckTypeI32,
8666 OPC_MoveSibling, 12,
8667 OPC_CheckInteger, 22,
8668 OPC_CheckTypeI32,
8669 OPC_MoveSibling, 13,
8670 OPC_CheckInteger, 23,
8671 OPC_CheckTypeI32,
8672 OPC_MoveSibling, 14,
8673 OPC_CheckInteger, 28,
8674 OPC_CheckTypeI32,
8675 OPC_MoveSibling, 15,
8676 OPC_CheckInteger, 29,
8677 OPC_CheckTypeI32,
8678 OPC_MoveSibling, 16,
8679 OPC_CheckInteger, 30,
8680 OPC_CheckTypeI32,
8681 OPC_MoveSibling, 17,
8682 OPC_CheckInteger, 31,
8683 OPC_CheckTypeI32,
8684 OPC_MoveParent,
8685 OPC_MoveParent,
8686 OPC_CheckType, MVT::v4i32,
8687 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
8688 MVT::v4i32, 2, 1,
8689 0,
8690 0,
8691 124|128,3,
8692 OPC_CheckChild2Integer, 4,
8693 OPC_CheckChild2TypeI32,
8694 OPC_CheckChild3Integer, 5,
8695 OPC_CheckChild3TypeI32,
8696 OPC_CheckChild4Integer, 6,
8697 OPC_CheckChild4TypeI32,
8698 OPC_MoveChild5,
8699 OPC_CheckInteger, 7,
8700 OPC_CheckTypeI32,
8701 OPC_MoveSibling6,
8702 OPC_CheckInteger, 12,
8703 OPC_CheckTypeI32,
8704 OPC_MoveSibling7,
8705 OPC_CheckInteger, 13,
8706 OPC_CheckTypeI32,
8707 OPC_MoveSibling, 8,
8708 OPC_CheckInteger, 14,
8709 OPC_CheckTypeI32,
8710 OPC_MoveSibling, 9,
8711 OPC_CheckInteger, 15,
8712 OPC_CheckTypeI32,
8713 OPC_MoveSibling, 10,
8714 OPC_CheckInteger, 20,
8715 OPC_CheckTypeI32,
8716 OPC_MoveSibling, 11,
8717 OPC_CheckInteger, 21,
8718 OPC_CheckTypeI32,
8719 OPC_MoveSibling, 12,
8720 OPC_CheckInteger, 22,
8721 OPC_CheckTypeI32,
8722 OPC_MoveSibling, 13,
8723 OPC_CheckInteger, 23,
8724 OPC_CheckTypeI32,
8725 OPC_MoveSibling, 14,
8726 OPC_CheckInteger, 28,
8727 OPC_CheckTypeI32,
8728 OPC_MoveSibling, 15,
8729 OPC_CheckInteger, 29,
8730 OPC_CheckTypeI32,
8731 OPC_MoveSibling, 16,
8732 OPC_CheckInteger, 30,
8733 OPC_CheckTypeI32,
8734 OPC_MoveSibling, 17,
8735 OPC_CheckInteger, 31,
8736 OPC_CheckTypeI32,
8737 OPC_MoveParent,
8738 OPC_MoveSibling1,
8739 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
8740 OPC_MoveChild0,
8741 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
8742 OPC_MoveChild0,
8743 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
8744 OPC_Scope, 81|128,1,
8745 OPC_CheckChild0Same, 0,
8746 OPC_MoveSibling1,
8747 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
8748 OPC_CheckChild0Same, 1,
8749 OPC_MoveParent,
8750 OPC_CheckType, MVT::v4i32,
8751 OPC_MoveSibling1,
8752 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
8753 OPC_MoveChild0,
8754 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
8755 OPC_Scope, 93,
8756 OPC_CheckChild0Same, 0,
8757 OPC_MoveSibling1,
8758 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
8759 OPC_CheckChild0Same, 1,
8760 OPC_MoveParent,
8761 OPC_CheckType, MVT::v4i32,
8762 OPC_MoveParent,
8763 OPC_CheckChild2Integer, 0,
8764 OPC_CheckChild2TypeI32,
8765 OPC_CheckChild3Integer, 1,
8766 OPC_CheckChild3TypeI32,
8767 OPC_CheckChild4Integer, 2,
8768 OPC_CheckChild4TypeI32,
8769 OPC_MoveChild5,
8770 OPC_CheckInteger, 3,
8771 OPC_CheckTypeI32,
8772 OPC_MoveSibling6,
8773 OPC_CheckInteger, 8,
8774 OPC_CheckTypeI32,
8775 OPC_MoveSibling7,
8776 OPC_CheckInteger, 9,
8777 OPC_CheckTypeI32,
8778 OPC_MoveSibling, 8,
8779 OPC_CheckInteger, 10,
8780 OPC_CheckTypeI32,
8781 OPC_MoveSibling, 9,
8782 OPC_CheckInteger, 11,
8783 OPC_CheckTypeI32,
8784 OPC_MoveSibling, 10,
8785 OPC_CheckInteger, 16,
8786 OPC_CheckTypeI32,
8787 OPC_MoveSibling, 11,
8788 OPC_CheckInteger, 17,
8789 OPC_CheckTypeI32,
8790 OPC_MoveSibling, 12,
8791 OPC_CheckInteger, 18,
8792 OPC_CheckTypeI32,
8793 OPC_MoveSibling, 13,
8794 OPC_CheckInteger, 19,
8795 OPC_CheckTypeI32,
8796 OPC_MoveSibling, 14,
8797 OPC_CheckInteger, 24,
8798 OPC_CheckTypeI32,
8799 OPC_MoveSibling, 15,
8800 OPC_CheckInteger, 25,
8801 OPC_CheckTypeI32,
8802 OPC_MoveSibling, 16,
8803 OPC_CheckInteger, 26,
8804 OPC_CheckTypeI32,
8805 OPC_MoveSibling, 17,
8806 OPC_CheckInteger, 27,
8807 OPC_CheckTypeI32,
8808 OPC_MoveParent,
8809 OPC_MoveParent,
8810 OPC_CheckType, MVT::v4i32,
8811 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
8812 MVT::v4i32, 2, 16,
8813 93,
8814 OPC_CheckChild0Same, 1,
8815 OPC_MoveSibling1,
8816 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
8817 OPC_CheckChild0Same, 0,
8818 OPC_MoveParent,
8819 OPC_CheckType, MVT::v4i32,
8820 OPC_MoveParent,
8821 OPC_CheckChild2Integer, 0,
8822 OPC_CheckChild2TypeI32,
8823 OPC_CheckChild3Integer, 1,
8824 OPC_CheckChild3TypeI32,
8825 OPC_CheckChild4Integer, 2,
8826 OPC_CheckChild4TypeI32,
8827 OPC_MoveChild5,
8828 OPC_CheckInteger, 3,
8829 OPC_CheckTypeI32,
8830 OPC_MoveSibling6,
8831 OPC_CheckInteger, 8,
8832 OPC_CheckTypeI32,
8833 OPC_MoveSibling7,
8834 OPC_CheckInteger, 9,
8835 OPC_CheckTypeI32,
8836 OPC_MoveSibling, 8,
8837 OPC_CheckInteger, 10,
8838 OPC_CheckTypeI32,
8839 OPC_MoveSibling, 9,
8840 OPC_CheckInteger, 11,
8841 OPC_CheckTypeI32,
8842 OPC_MoveSibling, 10,
8843 OPC_CheckInteger, 16,
8844 OPC_CheckTypeI32,
8845 OPC_MoveSibling, 11,
8846 OPC_CheckInteger, 17,
8847 OPC_CheckTypeI32,
8848 OPC_MoveSibling, 12,
8849 OPC_CheckInteger, 18,
8850 OPC_CheckTypeI32,
8851 OPC_MoveSibling, 13,
8852 OPC_CheckInteger, 19,
8853 OPC_CheckTypeI32,
8854 OPC_MoveSibling, 14,
8855 OPC_CheckInteger, 24,
8856 OPC_CheckTypeI32,
8857 OPC_MoveSibling, 15,
8858 OPC_CheckInteger, 25,
8859 OPC_CheckTypeI32,
8860 OPC_MoveSibling, 16,
8861 OPC_CheckInteger, 26,
8862 OPC_CheckTypeI32,
8863 OPC_MoveSibling, 17,
8864 OPC_CheckInteger, 27,
8865 OPC_CheckTypeI32,
8866 OPC_MoveParent,
8867 OPC_MoveParent,
8868 OPC_CheckType, MVT::v4i32,
8869 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
8870 MVT::v4i32, 2, 16,
8871 0,
8872 81|128,1,
8873 OPC_CheckChild0Same, 1,
8874 OPC_MoveSibling1,
8875 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
8876 OPC_CheckChild0Same, 0,
8877 OPC_MoveParent,
8878 OPC_CheckType, MVT::v4i32,
8879 OPC_MoveSibling1,
8880 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
8881 OPC_MoveChild0,
8882 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
8883 OPC_Scope, 93,
8884 OPC_CheckChild0Same, 0,
8885 OPC_MoveSibling1,
8886 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
8887 OPC_CheckChild0Same, 1,
8888 OPC_MoveParent,
8889 OPC_CheckType, MVT::v4i32,
8890 OPC_MoveParent,
8891 OPC_CheckChild2Integer, 0,
8892 OPC_CheckChild2TypeI32,
8893 OPC_CheckChild3Integer, 1,
8894 OPC_CheckChild3TypeI32,
8895 OPC_CheckChild4Integer, 2,
8896 OPC_CheckChild4TypeI32,
8897 OPC_MoveChild5,
8898 OPC_CheckInteger, 3,
8899 OPC_CheckTypeI32,
8900 OPC_MoveSibling6,
8901 OPC_CheckInteger, 8,
8902 OPC_CheckTypeI32,
8903 OPC_MoveSibling7,
8904 OPC_CheckInteger, 9,
8905 OPC_CheckTypeI32,
8906 OPC_MoveSibling, 8,
8907 OPC_CheckInteger, 10,
8908 OPC_CheckTypeI32,
8909 OPC_MoveSibling, 9,
8910 OPC_CheckInteger, 11,
8911 OPC_CheckTypeI32,
8912 OPC_MoveSibling, 10,
8913 OPC_CheckInteger, 16,
8914 OPC_CheckTypeI32,
8915 OPC_MoveSibling, 11,
8916 OPC_CheckInteger, 17,
8917 OPC_CheckTypeI32,
8918 OPC_MoveSibling, 12,
8919 OPC_CheckInteger, 18,
8920 OPC_CheckTypeI32,
8921 OPC_MoveSibling, 13,
8922 OPC_CheckInteger, 19,
8923 OPC_CheckTypeI32,
8924 OPC_MoveSibling, 14,
8925 OPC_CheckInteger, 24,
8926 OPC_CheckTypeI32,
8927 OPC_MoveSibling, 15,
8928 OPC_CheckInteger, 25,
8929 OPC_CheckTypeI32,
8930 OPC_MoveSibling, 16,
8931 OPC_CheckInteger, 26,
8932 OPC_CheckTypeI32,
8933 OPC_MoveSibling, 17,
8934 OPC_CheckInteger, 27,
8935 OPC_CheckTypeI32,
8936 OPC_MoveParent,
8937 OPC_MoveParent,
8938 OPC_CheckType, MVT::v4i32,
8939 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
8940 MVT::v4i32, 2, 16,
8941 93,
8942 OPC_CheckChild0Same, 1,
8943 OPC_MoveSibling1,
8944 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
8945 OPC_CheckChild0Same, 0,
8946 OPC_MoveParent,
8947 OPC_CheckType, MVT::v4i32,
8948 OPC_MoveParent,
8949 OPC_CheckChild2Integer, 0,
8950 OPC_CheckChild2TypeI32,
8951 OPC_CheckChild3Integer, 1,
8952 OPC_CheckChild3TypeI32,
8953 OPC_CheckChild4Integer, 2,
8954 OPC_CheckChild4TypeI32,
8955 OPC_MoveChild5,
8956 OPC_CheckInteger, 3,
8957 OPC_CheckTypeI32,
8958 OPC_MoveSibling6,
8959 OPC_CheckInteger, 8,
8960 OPC_CheckTypeI32,
8961 OPC_MoveSibling7,
8962 OPC_CheckInteger, 9,
8963 OPC_CheckTypeI32,
8964 OPC_MoveSibling, 8,
8965 OPC_CheckInteger, 10,
8966 OPC_CheckTypeI32,
8967 OPC_MoveSibling, 9,
8968 OPC_CheckInteger, 11,
8969 OPC_CheckTypeI32,
8970 OPC_MoveSibling, 10,
8971 OPC_CheckInteger, 16,
8972 OPC_CheckTypeI32,
8973 OPC_MoveSibling, 11,
8974 OPC_CheckInteger, 17,
8975 OPC_CheckTypeI32,
8976 OPC_MoveSibling, 12,
8977 OPC_CheckInteger, 18,
8978 OPC_CheckTypeI32,
8979 OPC_MoveSibling, 13,
8980 OPC_CheckInteger, 19,
8981 OPC_CheckTypeI32,
8982 OPC_MoveSibling, 14,
8983 OPC_CheckInteger, 24,
8984 OPC_CheckTypeI32,
8985 OPC_MoveSibling, 15,
8986 OPC_CheckInteger, 25,
8987 OPC_CheckTypeI32,
8988 OPC_MoveSibling, 16,
8989 OPC_CheckInteger, 26,
8990 OPC_CheckTypeI32,
8991 OPC_MoveSibling, 17,
8992 OPC_CheckInteger, 27,
8993 OPC_CheckTypeI32,
8994 OPC_MoveParent,
8995 OPC_MoveParent,
8996 OPC_CheckType, MVT::v4i32,
8997 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
8998 MVT::v4i32, 2, 16,
8999 0,
9000 0,
9001 0,
9002 67|128,6,
9003 OPC_CheckChild0Same, 1,
9004 OPC_MoveSibling1,
9005 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
9006 OPC_CheckChild0Same, 0,
9007 OPC_MoveParent,
9008 OPC_CheckType, MVT::v4i32,
9009 OPC_MoveParent,
9010 OPC_CheckChild2Integer, 4,
9011 OPC_CheckChild2TypeI32,
9012 OPC_CheckChild3Integer, 5,
9013 OPC_CheckChild3TypeI32,
9014 OPC_CheckChild4Integer, 6,
9015 OPC_CheckChild4TypeI32,
9016 OPC_MoveChild5,
9017 OPC_CheckInteger, 7,
9018 OPC_CheckTypeI32,
9019 OPC_MoveSibling6,
9020 OPC_CheckInteger, 12,
9021 OPC_CheckTypeI32,
9022 OPC_MoveSibling7,
9023 OPC_CheckInteger, 13,
9024 OPC_CheckTypeI32,
9025 OPC_MoveSibling, 8,
9026 OPC_CheckInteger, 14,
9027 OPC_CheckTypeI32,
9028 OPC_MoveSibling, 9,
9029 OPC_CheckInteger, 15,
9030 OPC_CheckTypeI32,
9031 OPC_MoveSibling, 10,
9032 OPC_CheckInteger, 20,
9033 OPC_CheckTypeI32,
9034 OPC_MoveSibling, 11,
9035 OPC_CheckInteger, 21,
9036 OPC_CheckTypeI32,
9037 OPC_MoveSibling, 12,
9038 OPC_CheckInteger, 22,
9039 OPC_CheckTypeI32,
9040 OPC_MoveSibling, 13,
9041 OPC_CheckInteger, 23,
9042 OPC_CheckTypeI32,
9043 OPC_MoveSibling, 14,
9044 OPC_CheckInteger, 28,
9045 OPC_CheckTypeI32,
9046 OPC_MoveSibling, 15,
9047 OPC_CheckInteger, 29,
9048 OPC_CheckTypeI32,
9049 OPC_MoveSibling, 16,
9050 OPC_CheckInteger, 30,
9051 OPC_CheckTypeI32,
9052 OPC_MoveSibling, 17,
9053 OPC_CheckInteger, 31,
9054 OPC_CheckTypeI32,
9055 OPC_MoveParent,
9056 OPC_MoveSibling1,
9057 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
9058 OPC_MoveChild0,
9059 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
9060 OPC_MoveChild0,
9061 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
9062 OPC_Scope, 81|128,1,
9063 OPC_CheckChild0Same, 0,
9064 OPC_MoveSibling1,
9065 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
9066 OPC_CheckChild0Same, 1,
9067 OPC_MoveParent,
9068 OPC_CheckType, MVT::v4i32,
9069 OPC_MoveSibling1,
9070 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
9071 OPC_MoveChild0,
9072 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
9073 OPC_Scope, 93,
9074 OPC_CheckChild0Same, 0,
9075 OPC_MoveSibling1,
9076 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
9077 OPC_CheckChild0Same, 1,
9078 OPC_MoveParent,
9079 OPC_CheckType, MVT::v4i32,
9080 OPC_MoveParent,
9081 OPC_CheckChild2Integer, 0,
9082 OPC_CheckChild2TypeI32,
9083 OPC_CheckChild3Integer, 1,
9084 OPC_CheckChild3TypeI32,
9085 OPC_CheckChild4Integer, 2,
9086 OPC_CheckChild4TypeI32,
9087 OPC_MoveChild5,
9088 OPC_CheckInteger, 3,
9089 OPC_CheckTypeI32,
9090 OPC_MoveSibling6,
9091 OPC_CheckInteger, 8,
9092 OPC_CheckTypeI32,
9093 OPC_MoveSibling7,
9094 OPC_CheckInteger, 9,
9095 OPC_CheckTypeI32,
9096 OPC_MoveSibling, 8,
9097 OPC_CheckInteger, 10,
9098 OPC_CheckTypeI32,
9099 OPC_MoveSibling, 9,
9100 OPC_CheckInteger, 11,
9101 OPC_CheckTypeI32,
9102 OPC_MoveSibling, 10,
9103 OPC_CheckInteger, 16,
9104 OPC_CheckTypeI32,
9105 OPC_MoveSibling, 11,
9106 OPC_CheckInteger, 17,
9107 OPC_CheckTypeI32,
9108 OPC_MoveSibling, 12,
9109 OPC_CheckInteger, 18,
9110 OPC_CheckTypeI32,
9111 OPC_MoveSibling, 13,
9112 OPC_CheckInteger, 19,
9113 OPC_CheckTypeI32,
9114 OPC_MoveSibling, 14,
9115 OPC_CheckInteger, 24,
9116 OPC_CheckTypeI32,
9117 OPC_MoveSibling, 15,
9118 OPC_CheckInteger, 25,
9119 OPC_CheckTypeI32,
9120 OPC_MoveSibling, 16,
9121 OPC_CheckInteger, 26,
9122 OPC_CheckTypeI32,
9123 OPC_MoveSibling, 17,
9124 OPC_CheckInteger, 27,
9125 OPC_CheckTypeI32,
9126 OPC_MoveParent,
9127 OPC_MoveParent,
9128 OPC_CheckType, MVT::v4i32,
9129 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
9130 MVT::v4i32, 2, 16,
9131 93,
9132 OPC_CheckChild0Same, 1,
9133 OPC_MoveSibling1,
9134 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
9135 OPC_CheckChild0Same, 0,
9136 OPC_MoveParent,
9137 OPC_CheckType, MVT::v4i32,
9138 OPC_MoveParent,
9139 OPC_CheckChild2Integer, 0,
9140 OPC_CheckChild2TypeI32,
9141 OPC_CheckChild3Integer, 1,
9142 OPC_CheckChild3TypeI32,
9143 OPC_CheckChild4Integer, 2,
9144 OPC_CheckChild4TypeI32,
9145 OPC_MoveChild5,
9146 OPC_CheckInteger, 3,
9147 OPC_CheckTypeI32,
9148 OPC_MoveSibling6,
9149 OPC_CheckInteger, 8,
9150 OPC_CheckTypeI32,
9151 OPC_MoveSibling7,
9152 OPC_CheckInteger, 9,
9153 OPC_CheckTypeI32,
9154 OPC_MoveSibling, 8,
9155 OPC_CheckInteger, 10,
9156 OPC_CheckTypeI32,
9157 OPC_MoveSibling, 9,
9158 OPC_CheckInteger, 11,
9159 OPC_CheckTypeI32,
9160 OPC_MoveSibling, 10,
9161 OPC_CheckInteger, 16,
9162 OPC_CheckTypeI32,
9163 OPC_MoveSibling, 11,
9164 OPC_CheckInteger, 17,
9165 OPC_CheckTypeI32,
9166 OPC_MoveSibling, 12,
9167 OPC_CheckInteger, 18,
9168 OPC_CheckTypeI32,
9169 OPC_MoveSibling, 13,
9170 OPC_CheckInteger, 19,
9171 OPC_CheckTypeI32,
9172 OPC_MoveSibling, 14,
9173 OPC_CheckInteger, 24,
9174 OPC_CheckTypeI32,
9175 OPC_MoveSibling, 15,
9176 OPC_CheckInteger, 25,
9177 OPC_CheckTypeI32,
9178 OPC_MoveSibling, 16,
9179 OPC_CheckInteger, 26,
9180 OPC_CheckTypeI32,
9181 OPC_MoveSibling, 17,
9182 OPC_CheckInteger, 27,
9183 OPC_CheckTypeI32,
9184 OPC_MoveParent,
9185 OPC_MoveParent,
9186 OPC_CheckType, MVT::v4i32,
9187 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
9188 MVT::v4i32, 2, 16,
9189 0,
9190 57|128,2,
9191 OPC_CheckChild0Same, 1,
9192 OPC_MoveSibling1,
9193 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
9194 OPC_CheckChild0Same, 0,
9195 OPC_MoveParent,
9196 OPC_CheckType, MVT::v4i32,
9197 OPC_MoveSibling1,
9198 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
9199 OPC_MoveChild0,
9200 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
9201 OPC_Scope, 93,
9202 OPC_CheckChild0Same, 0,
9203 OPC_MoveSibling1,
9204 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
9205 OPC_CheckChild0Same, 1,
9206 OPC_MoveParent,
9207 OPC_CheckType, MVT::v4i32,
9208 OPC_MoveParent,
9209 OPC_CheckChild2Integer, 0,
9210 OPC_CheckChild2TypeI32,
9211 OPC_CheckChild3Integer, 1,
9212 OPC_CheckChild3TypeI32,
9213 OPC_CheckChild4Integer, 2,
9214 OPC_CheckChild4TypeI32,
9215 OPC_MoveChild5,
9216 OPC_CheckInteger, 3,
9217 OPC_CheckTypeI32,
9218 OPC_MoveSibling6,
9219 OPC_CheckInteger, 8,
9220 OPC_CheckTypeI32,
9221 OPC_MoveSibling7,
9222 OPC_CheckInteger, 9,
9223 OPC_CheckTypeI32,
9224 OPC_MoveSibling, 8,
9225 OPC_CheckInteger, 10,
9226 OPC_CheckTypeI32,
9227 OPC_MoveSibling, 9,
9228 OPC_CheckInteger, 11,
9229 OPC_CheckTypeI32,
9230 OPC_MoveSibling, 10,
9231 OPC_CheckInteger, 16,
9232 OPC_CheckTypeI32,
9233 OPC_MoveSibling, 11,
9234 OPC_CheckInteger, 17,
9235 OPC_CheckTypeI32,
9236 OPC_MoveSibling, 12,
9237 OPC_CheckInteger, 18,
9238 OPC_CheckTypeI32,
9239 OPC_MoveSibling, 13,
9240 OPC_CheckInteger, 19,
9241 OPC_CheckTypeI32,
9242 OPC_MoveSibling, 14,
9243 OPC_CheckInteger, 24,
9244 OPC_CheckTypeI32,
9245 OPC_MoveSibling, 15,
9246 OPC_CheckInteger, 25,
9247 OPC_CheckTypeI32,
9248 OPC_MoveSibling, 16,
9249 OPC_CheckInteger, 26,
9250 OPC_CheckTypeI32,
9251 OPC_MoveSibling, 17,
9252 OPC_CheckInteger, 27,
9253 OPC_CheckTypeI32,
9254 OPC_MoveParent,
9255 OPC_MoveParent,
9256 OPC_CheckType, MVT::v4i32,
9257 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
9258 MVT::v4i32, 2, 16,
9259 103,
9260 OPC_CheckChild0Same, 1,
9261 OPC_MoveSibling1,
9262 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
9263 OPC_CheckChild0Same, 0,
9264 OPC_MoveParent,
9265 OPC_CheckType, MVT::v4i32,
9266 OPC_MoveParent,
9267 OPC_CheckChild2Integer, 0,
9268 OPC_CheckChild2TypeI32,
9269 OPC_CheckChild3Integer, 1,
9270 OPC_CheckChild3TypeI32,
9271 OPC_CheckChild4Integer, 2,
9272 OPC_CheckChild4TypeI32,
9273 OPC_MoveChild5,
9274 OPC_CheckInteger, 3,
9275 OPC_CheckTypeI32,
9276 OPC_MoveSibling6,
9277 OPC_CheckInteger, 8,
9278 OPC_CheckTypeI32,
9279 OPC_MoveSibling7,
9280 OPC_CheckInteger, 9,
9281 OPC_CheckTypeI32,
9282 OPC_MoveSibling, 8,
9283 OPC_CheckInteger, 10,
9284 OPC_CheckTypeI32,
9285 OPC_MoveSibling, 9,
9286 OPC_CheckInteger, 11,
9287 OPC_CheckTypeI32,
9288 OPC_MoveSibling, 10,
9289 OPC_CheckInteger, 16,
9290 OPC_CheckTypeI32,
9291 OPC_MoveSibling, 11,
9292 OPC_CheckInteger, 17,
9293 OPC_CheckTypeI32,
9294 OPC_MoveSibling, 12,
9295 OPC_CheckInteger, 18,
9296 OPC_CheckTypeI32,
9297 OPC_MoveSibling, 13,
9298 OPC_CheckInteger, 19,
9299 OPC_CheckTypeI32,
9300 OPC_MoveSibling, 14,
9301 OPC_CheckInteger, 24,
9302 OPC_CheckTypeI32,
9303 OPC_MoveSibling, 15,
9304 OPC_CheckInteger, 25,
9305 OPC_CheckTypeI32,
9306 OPC_MoveSibling, 16,
9307 OPC_CheckInteger, 26,
9308 OPC_CheckTypeI32,
9309 OPC_MoveSibling, 17,
9310 OPC_CheckInteger, 27,
9311 OPC_CheckTypeI32,
9312 OPC_MoveParent,
9313 OPC_MoveParent,
9314 OPC_CheckType, MVT::v4i32,
9315 OPC_Scope, 6,
9316 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
9317 MVT::v4i32, 2, 16,
9318 6,
9319 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
9320 MVT::v4i32, 2, 1,
9321 0,
9322 93,
9323 OPC_CheckChild0Same, 0,
9324 OPC_MoveSibling1,
9325 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
9326 OPC_CheckChild0Same, 1,
9327 OPC_MoveParent,
9328 OPC_CheckType, MVT::v4i32,
9329 OPC_MoveParent,
9330 OPC_CheckChild2Integer, 0,
9331 OPC_CheckChild2TypeI32,
9332 OPC_CheckChild3Integer, 1,
9333 OPC_CheckChild3TypeI32,
9334 OPC_CheckChild4Integer, 2,
9335 OPC_CheckChild4TypeI32,
9336 OPC_MoveChild5,
9337 OPC_CheckInteger, 3,
9338 OPC_CheckTypeI32,
9339 OPC_MoveSibling6,
9340 OPC_CheckInteger, 8,
9341 OPC_CheckTypeI32,
9342 OPC_MoveSibling7,
9343 OPC_CheckInteger, 9,
9344 OPC_CheckTypeI32,
9345 OPC_MoveSibling, 8,
9346 OPC_CheckInteger, 10,
9347 OPC_CheckTypeI32,
9348 OPC_MoveSibling, 9,
9349 OPC_CheckInteger, 11,
9350 OPC_CheckTypeI32,
9351 OPC_MoveSibling, 10,
9352 OPC_CheckInteger, 16,
9353 OPC_CheckTypeI32,
9354 OPC_MoveSibling, 11,
9355 OPC_CheckInteger, 17,
9356 OPC_CheckTypeI32,
9357 OPC_MoveSibling, 12,
9358 OPC_CheckInteger, 18,
9359 OPC_CheckTypeI32,
9360 OPC_MoveSibling, 13,
9361 OPC_CheckInteger, 19,
9362 OPC_CheckTypeI32,
9363 OPC_MoveSibling, 14,
9364 OPC_CheckInteger, 24,
9365 OPC_CheckTypeI32,
9366 OPC_MoveSibling, 15,
9367 OPC_CheckInteger, 25,
9368 OPC_CheckTypeI32,
9369 OPC_MoveSibling, 16,
9370 OPC_CheckInteger, 26,
9371 OPC_CheckTypeI32,
9372 OPC_MoveSibling, 17,
9373 OPC_CheckInteger, 27,
9374 OPC_CheckTypeI32,
9375 OPC_MoveParent,
9376 OPC_MoveParent,
9377 OPC_CheckType, MVT::v4i32,
9378 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
9379 MVT::v4i32, 2, 1,
9380 0,
9381 81|128,1,
9382 OPC_CheckChild0Same, 0,
9383 OPC_MoveSibling1,
9384 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
9385 OPC_CheckChild0Same, 1,
9386 OPC_MoveParent,
9387 OPC_CheckType, MVT::v4i32,
9388 OPC_MoveSibling1,
9389 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
9390 OPC_MoveChild0,
9391 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
9392 OPC_Scope, 93,
9393 OPC_CheckChild0Same, 1,
9394 OPC_MoveSibling1,
9395 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
9396 OPC_CheckChild0Same, 0,
9397 OPC_MoveParent,
9398 OPC_CheckType, MVT::v4i32,
9399 OPC_MoveParent,
9400 OPC_CheckChild2Integer, 0,
9401 OPC_CheckChild2TypeI32,
9402 OPC_CheckChild3Integer, 1,
9403 OPC_CheckChild3TypeI32,
9404 OPC_CheckChild4Integer, 2,
9405 OPC_CheckChild4TypeI32,
9406 OPC_MoveChild5,
9407 OPC_CheckInteger, 3,
9408 OPC_CheckTypeI32,
9409 OPC_MoveSibling6,
9410 OPC_CheckInteger, 8,
9411 OPC_CheckTypeI32,
9412 OPC_MoveSibling7,
9413 OPC_CheckInteger, 9,
9414 OPC_CheckTypeI32,
9415 OPC_MoveSibling, 8,
9416 OPC_CheckInteger, 10,
9417 OPC_CheckTypeI32,
9418 OPC_MoveSibling, 9,
9419 OPC_CheckInteger, 11,
9420 OPC_CheckTypeI32,
9421 OPC_MoveSibling, 10,
9422 OPC_CheckInteger, 16,
9423 OPC_CheckTypeI32,
9424 OPC_MoveSibling, 11,
9425 OPC_CheckInteger, 17,
9426 OPC_CheckTypeI32,
9427 OPC_MoveSibling, 12,
9428 OPC_CheckInteger, 18,
9429 OPC_CheckTypeI32,
9430 OPC_MoveSibling, 13,
9431 OPC_CheckInteger, 19,
9432 OPC_CheckTypeI32,
9433 OPC_MoveSibling, 14,
9434 OPC_CheckInteger, 24,
9435 OPC_CheckTypeI32,
9436 OPC_MoveSibling, 15,
9437 OPC_CheckInteger, 25,
9438 OPC_CheckTypeI32,
9439 OPC_MoveSibling, 16,
9440 OPC_CheckInteger, 26,
9441 OPC_CheckTypeI32,
9442 OPC_MoveSibling, 17,
9443 OPC_CheckInteger, 27,
9444 OPC_CheckTypeI32,
9445 OPC_MoveParent,
9446 OPC_MoveParent,
9447 OPC_CheckType, MVT::v4i32,
9448 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
9449 MVT::v4i32, 2, 1,
9450 93,
9451 OPC_CheckChild0Same, 0,
9452 OPC_MoveSibling1,
9453 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
9454 OPC_CheckChild0Same, 1,
9455 OPC_MoveParent,
9456 OPC_CheckType, MVT::v4i32,
9457 OPC_MoveParent,
9458 OPC_CheckChild2Integer, 0,
9459 OPC_CheckChild2TypeI32,
9460 OPC_CheckChild3Integer, 1,
9461 OPC_CheckChild3TypeI32,
9462 OPC_CheckChild4Integer, 2,
9463 OPC_CheckChild4TypeI32,
9464 OPC_MoveChild5,
9465 OPC_CheckInteger, 3,
9466 OPC_CheckTypeI32,
9467 OPC_MoveSibling6,
9468 OPC_CheckInteger, 8,
9469 OPC_CheckTypeI32,
9470 OPC_MoveSibling7,
9471 OPC_CheckInteger, 9,
9472 OPC_CheckTypeI32,
9473 OPC_MoveSibling, 8,
9474 OPC_CheckInteger, 10,
9475 OPC_CheckTypeI32,
9476 OPC_MoveSibling, 9,
9477 OPC_CheckInteger, 11,
9478 OPC_CheckTypeI32,
9479 OPC_MoveSibling, 10,
9480 OPC_CheckInteger, 16,
9481 OPC_CheckTypeI32,
9482 OPC_MoveSibling, 11,
9483 OPC_CheckInteger, 17,
9484 OPC_CheckTypeI32,
9485 OPC_MoveSibling, 12,
9486 OPC_CheckInteger, 18,
9487 OPC_CheckTypeI32,
9488 OPC_MoveSibling, 13,
9489 OPC_CheckInteger, 19,
9490 OPC_CheckTypeI32,
9491 OPC_MoveSibling, 14,
9492 OPC_CheckInteger, 24,
9493 OPC_CheckTypeI32,
9494 OPC_MoveSibling, 15,
9495 OPC_CheckInteger, 25,
9496 OPC_CheckTypeI32,
9497 OPC_MoveSibling, 16,
9498 OPC_CheckInteger, 26,
9499 OPC_CheckTypeI32,
9500 OPC_MoveSibling, 17,
9501 OPC_CheckInteger, 27,
9502 OPC_CheckTypeI32,
9503 OPC_MoveParent,
9504 OPC_MoveParent,
9505 OPC_CheckType, MVT::v4i32,
9506 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
9507 MVT::v4i32, 2, 1,
9508 0,
9509 0,
9510 8|128,4,
9511 OPC_CheckChild0Same, 0,
9512 OPC_MoveSibling1,
9513 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
9514 OPC_CheckChild0Same, 1,
9515 OPC_MoveParent,
9516 OPC_CheckType, MVT::v4i32,
9517 OPC_MoveParent,
9518 OPC_CheckChild2Integer, 4,
9519 OPC_CheckChild2TypeI32,
9520 OPC_CheckChild3Integer, 5,
9521 OPC_CheckChild3TypeI32,
9522 OPC_CheckChild4Integer, 6,
9523 OPC_CheckChild4TypeI32,
9524 OPC_MoveChild5,
9525 OPC_CheckInteger, 7,
9526 OPC_CheckTypeI32,
9527 OPC_MoveSibling6,
9528 OPC_CheckInteger, 12,
9529 OPC_CheckTypeI32,
9530 OPC_MoveSibling7,
9531 OPC_CheckInteger, 13,
9532 OPC_CheckTypeI32,
9533 OPC_MoveSibling, 8,
9534 OPC_CheckInteger, 14,
9535 OPC_CheckTypeI32,
9536 OPC_MoveSibling, 9,
9537 OPC_CheckInteger, 15,
9538 OPC_CheckTypeI32,
9539 OPC_MoveSibling, 10,
9540 OPC_CheckInteger, 20,
9541 OPC_CheckTypeI32,
9542 OPC_MoveSibling, 11,
9543 OPC_CheckInteger, 21,
9544 OPC_CheckTypeI32,
9545 OPC_MoveSibling, 12,
9546 OPC_CheckInteger, 22,
9547 OPC_CheckTypeI32,
9548 OPC_MoveSibling, 13,
9549 OPC_CheckInteger, 23,
9550 OPC_CheckTypeI32,
9551 OPC_MoveSibling, 14,
9552 OPC_CheckInteger, 28,
9553 OPC_CheckTypeI32,
9554 OPC_MoveSibling, 15,
9555 OPC_CheckInteger, 29,
9556 OPC_CheckTypeI32,
9557 OPC_MoveSibling, 16,
9558 OPC_CheckInteger, 30,
9559 OPC_CheckTypeI32,
9560 OPC_MoveSibling, 17,
9561 OPC_CheckInteger, 31,
9562 OPC_CheckTypeI32,
9563 OPC_MoveParent,
9564 OPC_MoveSibling1,
9565 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
9566 OPC_MoveChild0,
9567 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
9568 OPC_MoveChild0,
9569 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
9570 OPC_Scope, 81|128,1,
9571 OPC_CheckChild0Same, 1,
9572 OPC_MoveSibling1,
9573 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
9574 OPC_CheckChild0Same, 0,
9575 OPC_MoveParent,
9576 OPC_CheckType, MVT::v4i32,
9577 OPC_MoveSibling1,
9578 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
9579 OPC_MoveChild0,
9580 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
9581 OPC_Scope, 93,
9582 OPC_CheckChild0Same, 1,
9583 OPC_MoveSibling1,
9584 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
9585 OPC_CheckChild0Same, 0,
9586 OPC_MoveParent,
9587 OPC_CheckType, MVT::v4i32,
9588 OPC_MoveParent,
9589 OPC_CheckChild2Integer, 0,
9590 OPC_CheckChild2TypeI32,
9591 OPC_CheckChild3Integer, 1,
9592 OPC_CheckChild3TypeI32,
9593 OPC_CheckChild4Integer, 2,
9594 OPC_CheckChild4TypeI32,
9595 OPC_MoveChild5,
9596 OPC_CheckInteger, 3,
9597 OPC_CheckTypeI32,
9598 OPC_MoveSibling6,
9599 OPC_CheckInteger, 8,
9600 OPC_CheckTypeI32,
9601 OPC_MoveSibling7,
9602 OPC_CheckInteger, 9,
9603 OPC_CheckTypeI32,
9604 OPC_MoveSibling, 8,
9605 OPC_CheckInteger, 10,
9606 OPC_CheckTypeI32,
9607 OPC_MoveSibling, 9,
9608 OPC_CheckInteger, 11,
9609 OPC_CheckTypeI32,
9610 OPC_MoveSibling, 10,
9611 OPC_CheckInteger, 16,
9612 OPC_CheckTypeI32,
9613 OPC_MoveSibling, 11,
9614 OPC_CheckInteger, 17,
9615 OPC_CheckTypeI32,
9616 OPC_MoveSibling, 12,
9617 OPC_CheckInteger, 18,
9618 OPC_CheckTypeI32,
9619 OPC_MoveSibling, 13,
9620 OPC_CheckInteger, 19,
9621 OPC_CheckTypeI32,
9622 OPC_MoveSibling, 14,
9623 OPC_CheckInteger, 24,
9624 OPC_CheckTypeI32,
9625 OPC_MoveSibling, 15,
9626 OPC_CheckInteger, 25,
9627 OPC_CheckTypeI32,
9628 OPC_MoveSibling, 16,
9629 OPC_CheckInteger, 26,
9630 OPC_CheckTypeI32,
9631 OPC_MoveSibling, 17,
9632 OPC_CheckInteger, 27,
9633 OPC_CheckTypeI32,
9634 OPC_MoveParent,
9635 OPC_MoveParent,
9636 OPC_CheckType, MVT::v4i32,
9637 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
9638 MVT::v4i32, 2, 1,
9639 93,
9640 OPC_CheckChild0Same, 0,
9641 OPC_MoveSibling1,
9642 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
9643 OPC_CheckChild0Same, 1,
9644 OPC_MoveParent,
9645 OPC_CheckType, MVT::v4i32,
9646 OPC_MoveParent,
9647 OPC_CheckChild2Integer, 0,
9648 OPC_CheckChild2TypeI32,
9649 OPC_CheckChild3Integer, 1,
9650 OPC_CheckChild3TypeI32,
9651 OPC_CheckChild4Integer, 2,
9652 OPC_CheckChild4TypeI32,
9653 OPC_MoveChild5,
9654 OPC_CheckInteger, 3,
9655 OPC_CheckTypeI32,
9656 OPC_MoveSibling6,
9657 OPC_CheckInteger, 8,
9658 OPC_CheckTypeI32,
9659 OPC_MoveSibling7,
9660 OPC_CheckInteger, 9,
9661 OPC_CheckTypeI32,
9662 OPC_MoveSibling, 8,
9663 OPC_CheckInteger, 10,
9664 OPC_CheckTypeI32,
9665 OPC_MoveSibling, 9,
9666 OPC_CheckInteger, 11,
9667 OPC_CheckTypeI32,
9668 OPC_MoveSibling, 10,
9669 OPC_CheckInteger, 16,
9670 OPC_CheckTypeI32,
9671 OPC_MoveSibling, 11,
9672 OPC_CheckInteger, 17,
9673 OPC_CheckTypeI32,
9674 OPC_MoveSibling, 12,
9675 OPC_CheckInteger, 18,
9676 OPC_CheckTypeI32,
9677 OPC_MoveSibling, 13,
9678 OPC_CheckInteger, 19,
9679 OPC_CheckTypeI32,
9680 OPC_MoveSibling, 14,
9681 OPC_CheckInteger, 24,
9682 OPC_CheckTypeI32,
9683 OPC_MoveSibling, 15,
9684 OPC_CheckInteger, 25,
9685 OPC_CheckTypeI32,
9686 OPC_MoveSibling, 16,
9687 OPC_CheckInteger, 26,
9688 OPC_CheckTypeI32,
9689 OPC_MoveSibling, 17,
9690 OPC_CheckInteger, 27,
9691 OPC_CheckTypeI32,
9692 OPC_MoveParent,
9693 OPC_MoveParent,
9694 OPC_CheckType, MVT::v4i32,
9695 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
9696 MVT::v4i32, 2, 1,
9697 0,
9698 81|128,1,
9699 OPC_CheckChild0Same, 0,
9700 OPC_MoveSibling1,
9701 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
9702 OPC_CheckChild0Same, 1,
9703 OPC_MoveParent,
9704 OPC_CheckType, MVT::v4i32,
9705 OPC_MoveSibling1,
9706 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
9707 OPC_MoveChild0,
9708 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
9709 OPC_Scope, 93,
9710 OPC_CheckChild0Same, 1,
9711 OPC_MoveSibling1,
9712 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
9713 OPC_CheckChild0Same, 0,
9714 OPC_MoveParent,
9715 OPC_CheckType, MVT::v4i32,
9716 OPC_MoveParent,
9717 OPC_CheckChild2Integer, 0,
9718 OPC_CheckChild2TypeI32,
9719 OPC_CheckChild3Integer, 1,
9720 OPC_CheckChild3TypeI32,
9721 OPC_CheckChild4Integer, 2,
9722 OPC_CheckChild4TypeI32,
9723 OPC_MoveChild5,
9724 OPC_CheckInteger, 3,
9725 OPC_CheckTypeI32,
9726 OPC_MoveSibling6,
9727 OPC_CheckInteger, 8,
9728 OPC_CheckTypeI32,
9729 OPC_MoveSibling7,
9730 OPC_CheckInteger, 9,
9731 OPC_CheckTypeI32,
9732 OPC_MoveSibling, 8,
9733 OPC_CheckInteger, 10,
9734 OPC_CheckTypeI32,
9735 OPC_MoveSibling, 9,
9736 OPC_CheckInteger, 11,
9737 OPC_CheckTypeI32,
9738 OPC_MoveSibling, 10,
9739 OPC_CheckInteger, 16,
9740 OPC_CheckTypeI32,
9741 OPC_MoveSibling, 11,
9742 OPC_CheckInteger, 17,
9743 OPC_CheckTypeI32,
9744 OPC_MoveSibling, 12,
9745 OPC_CheckInteger, 18,
9746 OPC_CheckTypeI32,
9747 OPC_MoveSibling, 13,
9748 OPC_CheckInteger, 19,
9749 OPC_CheckTypeI32,
9750 OPC_MoveSibling, 14,
9751 OPC_CheckInteger, 24,
9752 OPC_CheckTypeI32,
9753 OPC_MoveSibling, 15,
9754 OPC_CheckInteger, 25,
9755 OPC_CheckTypeI32,
9756 OPC_MoveSibling, 16,
9757 OPC_CheckInteger, 26,
9758 OPC_CheckTypeI32,
9759 OPC_MoveSibling, 17,
9760 OPC_CheckInteger, 27,
9761 OPC_CheckTypeI32,
9762 OPC_MoveParent,
9763 OPC_MoveParent,
9764 OPC_CheckType, MVT::v4i32,
9765 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
9766 MVT::v4i32, 2, 1,
9767 93,
9768 OPC_CheckChild0Same, 0,
9769 OPC_MoveSibling1,
9770 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
9771 OPC_CheckChild0Same, 1,
9772 OPC_MoveParent,
9773 OPC_CheckType, MVT::v4i32,
9774 OPC_MoveParent,
9775 OPC_CheckChild2Integer, 0,
9776 OPC_CheckChild2TypeI32,
9777 OPC_CheckChild3Integer, 1,
9778 OPC_CheckChild3TypeI32,
9779 OPC_CheckChild4Integer, 2,
9780 OPC_CheckChild4TypeI32,
9781 OPC_MoveChild5,
9782 OPC_CheckInteger, 3,
9783 OPC_CheckTypeI32,
9784 OPC_MoveSibling6,
9785 OPC_CheckInteger, 8,
9786 OPC_CheckTypeI32,
9787 OPC_MoveSibling7,
9788 OPC_CheckInteger, 9,
9789 OPC_CheckTypeI32,
9790 OPC_MoveSibling, 8,
9791 OPC_CheckInteger, 10,
9792 OPC_CheckTypeI32,
9793 OPC_MoveSibling, 9,
9794 OPC_CheckInteger, 11,
9795 OPC_CheckTypeI32,
9796 OPC_MoveSibling, 10,
9797 OPC_CheckInteger, 16,
9798 OPC_CheckTypeI32,
9799 OPC_MoveSibling, 11,
9800 OPC_CheckInteger, 17,
9801 OPC_CheckTypeI32,
9802 OPC_MoveSibling, 12,
9803 OPC_CheckInteger, 18,
9804 OPC_CheckTypeI32,
9805 OPC_MoveSibling, 13,
9806 OPC_CheckInteger, 19,
9807 OPC_CheckTypeI32,
9808 OPC_MoveSibling, 14,
9809 OPC_CheckInteger, 24,
9810 OPC_CheckTypeI32,
9811 OPC_MoveSibling, 15,
9812 OPC_CheckInteger, 25,
9813 OPC_CheckTypeI32,
9814 OPC_MoveSibling, 16,
9815 OPC_CheckInteger, 26,
9816 OPC_CheckTypeI32,
9817 OPC_MoveSibling, 17,
9818 OPC_CheckInteger, 27,
9819 OPC_CheckTypeI32,
9820 OPC_MoveParent,
9821 OPC_MoveParent,
9822 OPC_CheckType, MVT::v4i32,
9823 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
9824 MVT::v4i32, 2, 1,
9825 0,
9826 0,
9827 0,
9828 64|128,29,
9829 OPC_CheckChild0Type, MVT::v16i8,
9830 OPC_MoveSibling1,
9831 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
9832 OPC_RecordChild0,
9833 OPC_CheckChild0Type, MVT::v16i8,
9834 OPC_MoveParent,
9835 OPC_CheckType, MVT::v8i16,
9836 OPC_MoveSibling1,
9837 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
9838 OPC_MoveChild0,
9839 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
9840 OPC_Scope, 8|128,4,
9841 OPC_CheckChild0Same, 0,
9842 OPC_MoveSibling1,
9843 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
9844 OPC_CheckChild0Same, 1,
9845 OPC_MoveParent,
9846 OPC_CheckType, MVT::v8i16,
9847 OPC_MoveParent,
9848 OPC_CheckChild2Integer, 0,
9849 OPC_CheckChild2TypeI32,
9850 OPC_CheckChild3Integer, 1,
9851 OPC_CheckChild3TypeI32,
9852 OPC_CheckChild4Integer, 4,
9853 OPC_CheckChild4TypeI32,
9854 OPC_MoveChild5,
9855 OPC_CheckInteger, 5,
9856 OPC_CheckTypeI32,
9857 OPC_MoveSibling6,
9858 OPC_CheckInteger, 8,
9859 OPC_CheckTypeI32,
9860 OPC_MoveSibling7,
9861 OPC_CheckInteger, 9,
9862 OPC_CheckTypeI32,
9863 OPC_MoveSibling, 8,
9864 OPC_CheckInteger, 12,
9865 OPC_CheckTypeI32,
9866 OPC_MoveSibling, 9,
9867 OPC_CheckInteger, 13,
9868 OPC_CheckTypeI32,
9869 OPC_MoveSibling, 10,
9870 OPC_CheckInteger, 16,
9871 OPC_CheckTypeI32,
9872 OPC_MoveSibling, 11,
9873 OPC_CheckInteger, 17,
9874 OPC_CheckTypeI32,
9875 OPC_MoveSibling, 12,
9876 OPC_CheckInteger, 20,
9877 OPC_CheckTypeI32,
9878 OPC_MoveSibling, 13,
9879 OPC_CheckInteger, 21,
9880 OPC_CheckTypeI32,
9881 OPC_MoveSibling, 14,
9882 OPC_CheckInteger, 24,
9883 OPC_CheckTypeI32,
9884 OPC_MoveSibling, 15,
9885 OPC_CheckInteger, 25,
9886 OPC_CheckTypeI32,
9887 OPC_MoveSibling, 16,
9888 OPC_CheckInteger, 28,
9889 OPC_CheckTypeI32,
9890 OPC_MoveSibling, 17,
9891 OPC_CheckInteger, 29,
9892 OPC_CheckTypeI32,
9893 OPC_MoveParent,
9894 OPC_MoveSibling1,
9895 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
9896 OPC_MoveChild0,
9897 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
9898 OPC_MoveChild0,
9899 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
9900 OPC_Scope, 81|128,1,
9901 OPC_CheckChild0Same, 0,
9902 OPC_MoveSibling1,
9903 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
9904 OPC_CheckChild0Same, 1,
9905 OPC_MoveParent,
9906 OPC_CheckType, MVT::v8i16,
9907 OPC_MoveSibling1,
9908 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
9909 OPC_MoveChild0,
9910 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
9911 OPC_Scope, 93,
9912 OPC_CheckChild0Same, 0,
9913 OPC_MoveSibling1,
9914 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
9915 OPC_CheckChild0Same, 1,
9916 OPC_MoveParent,
9917 OPC_CheckType, MVT::v8i16,
9918 OPC_MoveParent,
9919 OPC_CheckChild2Integer, 2,
9920 OPC_CheckChild2TypeI32,
9921 OPC_CheckChild3Integer, 3,
9922 OPC_CheckChild3TypeI32,
9923 OPC_CheckChild4Integer, 6,
9924 OPC_CheckChild4TypeI32,
9925 OPC_MoveChild5,
9926 OPC_CheckInteger, 7,
9927 OPC_CheckTypeI32,
9928 OPC_MoveSibling6,
9929 OPC_CheckInteger, 10,
9930 OPC_CheckTypeI32,
9931 OPC_MoveSibling7,
9932 OPC_CheckInteger, 11,
9933 OPC_CheckTypeI32,
9934 OPC_MoveSibling, 8,
9935 OPC_CheckInteger, 14,
9936 OPC_CheckTypeI32,
9937 OPC_MoveSibling, 9,
9938 OPC_CheckInteger, 15,
9939 OPC_CheckTypeI32,
9940 OPC_MoveSibling, 10,
9941 OPC_CheckInteger, 18,
9942 OPC_CheckTypeI32,
9943 OPC_MoveSibling, 11,
9944 OPC_CheckInteger, 19,
9945 OPC_CheckTypeI32,
9946 OPC_MoveSibling, 12,
9947 OPC_CheckInteger, 22,
9948 OPC_CheckTypeI32,
9949 OPC_MoveSibling, 13,
9950 OPC_CheckInteger, 23,
9951 OPC_CheckTypeI32,
9952 OPC_MoveSibling, 14,
9953 OPC_CheckInteger, 26,
9954 OPC_CheckTypeI32,
9955 OPC_MoveSibling, 15,
9956 OPC_CheckInteger, 27,
9957 OPC_CheckTypeI32,
9958 OPC_MoveSibling, 16,
9959 OPC_CheckInteger, 30,
9960 OPC_CheckTypeI32,
9961 OPC_MoveSibling, 17,
9962 OPC_CheckInteger, 31,
9963 OPC_CheckTypeI32,
9964 OPC_MoveParent,
9965 OPC_MoveParent,
9966 OPC_CheckType, MVT::v8i16,
9967 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
9968 MVT::v8i16, 2, 16,
9969 93,
9970 OPC_CheckChild0Same, 1,
9971 OPC_MoveSibling1,
9972 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
9973 OPC_CheckChild0Same, 0,
9974 OPC_MoveParent,
9975 OPC_CheckType, MVT::v8i16,
9976 OPC_MoveParent,
9977 OPC_CheckChild2Integer, 2,
9978 OPC_CheckChild2TypeI32,
9979 OPC_CheckChild3Integer, 3,
9980 OPC_CheckChild3TypeI32,
9981 OPC_CheckChild4Integer, 6,
9982 OPC_CheckChild4TypeI32,
9983 OPC_MoveChild5,
9984 OPC_CheckInteger, 7,
9985 OPC_CheckTypeI32,
9986 OPC_MoveSibling6,
9987 OPC_CheckInteger, 10,
9988 OPC_CheckTypeI32,
9989 OPC_MoveSibling7,
9990 OPC_CheckInteger, 11,
9991 OPC_CheckTypeI32,
9992 OPC_MoveSibling, 8,
9993 OPC_CheckInteger, 14,
9994 OPC_CheckTypeI32,
9995 OPC_MoveSibling, 9,
9996 OPC_CheckInteger, 15,
9997 OPC_CheckTypeI32,
9998 OPC_MoveSibling, 10,
9999 OPC_CheckInteger, 18,
10000 OPC_CheckTypeI32,
10001 OPC_MoveSibling, 11,
10002 OPC_CheckInteger, 19,
10003 OPC_CheckTypeI32,
10004 OPC_MoveSibling, 12,
10005 OPC_CheckInteger, 22,
10006 OPC_CheckTypeI32,
10007 OPC_MoveSibling, 13,
10008 OPC_CheckInteger, 23,
10009 OPC_CheckTypeI32,
10010 OPC_MoveSibling, 14,
10011 OPC_CheckInteger, 26,
10012 OPC_CheckTypeI32,
10013 OPC_MoveSibling, 15,
10014 OPC_CheckInteger, 27,
10015 OPC_CheckTypeI32,
10016 OPC_MoveSibling, 16,
10017 OPC_CheckInteger, 30,
10018 OPC_CheckTypeI32,
10019 OPC_MoveSibling, 17,
10020 OPC_CheckInteger, 31,
10021 OPC_CheckTypeI32,
10022 OPC_MoveParent,
10023 OPC_MoveParent,
10024 OPC_CheckType, MVT::v8i16,
10025 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
10026 MVT::v8i16, 2, 16,
10027 0,
10028 81|128,1,
10029 OPC_CheckChild0Same, 1,
10030 OPC_MoveSibling1,
10031 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
10032 OPC_CheckChild0Same, 0,
10033 OPC_MoveParent,
10034 OPC_CheckType, MVT::v8i16,
10035 OPC_MoveSibling1,
10036 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
10037 OPC_MoveChild0,
10038 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
10039 OPC_Scope, 93,
10040 OPC_CheckChild0Same, 0,
10041 OPC_MoveSibling1,
10042 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
10043 OPC_CheckChild0Same, 1,
10044 OPC_MoveParent,
10045 OPC_CheckType, MVT::v8i16,
10046 OPC_MoveParent,
10047 OPC_CheckChild2Integer, 2,
10048 OPC_CheckChild2TypeI32,
10049 OPC_CheckChild3Integer, 3,
10050 OPC_CheckChild3TypeI32,
10051 OPC_CheckChild4Integer, 6,
10052 OPC_CheckChild4TypeI32,
10053 OPC_MoveChild5,
10054 OPC_CheckInteger, 7,
10055 OPC_CheckTypeI32,
10056 OPC_MoveSibling6,
10057 OPC_CheckInteger, 10,
10058 OPC_CheckTypeI32,
10059 OPC_MoveSibling7,
10060 OPC_CheckInteger, 11,
10061 OPC_CheckTypeI32,
10062 OPC_MoveSibling, 8,
10063 OPC_CheckInteger, 14,
10064 OPC_CheckTypeI32,
10065 OPC_MoveSibling, 9,
10066 OPC_CheckInteger, 15,
10067 OPC_CheckTypeI32,
10068 OPC_MoveSibling, 10,
10069 OPC_CheckInteger, 18,
10070 OPC_CheckTypeI32,
10071 OPC_MoveSibling, 11,
10072 OPC_CheckInteger, 19,
10073 OPC_CheckTypeI32,
10074 OPC_MoveSibling, 12,
10075 OPC_CheckInteger, 22,
10076 OPC_CheckTypeI32,
10077 OPC_MoveSibling, 13,
10078 OPC_CheckInteger, 23,
10079 OPC_CheckTypeI32,
10080 OPC_MoveSibling, 14,
10081 OPC_CheckInteger, 26,
10082 OPC_CheckTypeI32,
10083 OPC_MoveSibling, 15,
10084 OPC_CheckInteger, 27,
10085 OPC_CheckTypeI32,
10086 OPC_MoveSibling, 16,
10087 OPC_CheckInteger, 30,
10088 OPC_CheckTypeI32,
10089 OPC_MoveSibling, 17,
10090 OPC_CheckInteger, 31,
10091 OPC_CheckTypeI32,
10092 OPC_MoveParent,
10093 OPC_MoveParent,
10094 OPC_CheckType, MVT::v8i16,
10095 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
10096 MVT::v8i16, 2, 16,
10097 93,
10098 OPC_CheckChild0Same, 1,
10099 OPC_MoveSibling1,
10100 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
10101 OPC_CheckChild0Same, 0,
10102 OPC_MoveParent,
10103 OPC_CheckType, MVT::v8i16,
10104 OPC_MoveParent,
10105 OPC_CheckChild2Integer, 2,
10106 OPC_CheckChild2TypeI32,
10107 OPC_CheckChild3Integer, 3,
10108 OPC_CheckChild3TypeI32,
10109 OPC_CheckChild4Integer, 6,
10110 OPC_CheckChild4TypeI32,
10111 OPC_MoveChild5,
10112 OPC_CheckInteger, 7,
10113 OPC_CheckTypeI32,
10114 OPC_MoveSibling6,
10115 OPC_CheckInteger, 10,
10116 OPC_CheckTypeI32,
10117 OPC_MoveSibling7,
10118 OPC_CheckInteger, 11,
10119 OPC_CheckTypeI32,
10120 OPC_MoveSibling, 8,
10121 OPC_CheckInteger, 14,
10122 OPC_CheckTypeI32,
10123 OPC_MoveSibling, 9,
10124 OPC_CheckInteger, 15,
10125 OPC_CheckTypeI32,
10126 OPC_MoveSibling, 10,
10127 OPC_CheckInteger, 18,
10128 OPC_CheckTypeI32,
10129 OPC_MoveSibling, 11,
10130 OPC_CheckInteger, 19,
10131 OPC_CheckTypeI32,
10132 OPC_MoveSibling, 12,
10133 OPC_CheckInteger, 22,
10134 OPC_CheckTypeI32,
10135 OPC_MoveSibling, 13,
10136 OPC_CheckInteger, 23,
10137 OPC_CheckTypeI32,
10138 OPC_MoveSibling, 14,
10139 OPC_CheckInteger, 26,
10140 OPC_CheckTypeI32,
10141 OPC_MoveSibling, 15,
10142 OPC_CheckInteger, 27,
10143 OPC_CheckTypeI32,
10144 OPC_MoveSibling, 16,
10145 OPC_CheckInteger, 30,
10146 OPC_CheckTypeI32,
10147 OPC_MoveSibling, 17,
10148 OPC_CheckInteger, 31,
10149 OPC_CheckTypeI32,
10150 OPC_MoveParent,
10151 OPC_MoveParent,
10152 OPC_CheckType, MVT::v8i16,
10153 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
10154 MVT::v8i16, 2, 16,
10155 0,
10156 0,
10157 67|128,6,
10158 OPC_CheckChild0Same, 1,
10159 OPC_MoveSibling1,
10160 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
10161 OPC_CheckChild0Same, 0,
10162 OPC_MoveParent,
10163 OPC_CheckType, MVT::v8i16,
10164 OPC_MoveParent,
10165 OPC_CheckChild2Integer, 0,
10166 OPC_CheckChild2TypeI32,
10167 OPC_CheckChild3Integer, 1,
10168 OPC_CheckChild3TypeI32,
10169 OPC_CheckChild4Integer, 4,
10170 OPC_CheckChild4TypeI32,
10171 OPC_MoveChild5,
10172 OPC_CheckInteger, 5,
10173 OPC_CheckTypeI32,
10174 OPC_MoveSibling6,
10175 OPC_CheckInteger, 8,
10176 OPC_CheckTypeI32,
10177 OPC_MoveSibling7,
10178 OPC_CheckInteger, 9,
10179 OPC_CheckTypeI32,
10180 OPC_MoveSibling, 8,
10181 OPC_CheckInteger, 12,
10182 OPC_CheckTypeI32,
10183 OPC_MoveSibling, 9,
10184 OPC_CheckInteger, 13,
10185 OPC_CheckTypeI32,
10186 OPC_MoveSibling, 10,
10187 OPC_CheckInteger, 16,
10188 OPC_CheckTypeI32,
10189 OPC_MoveSibling, 11,
10190 OPC_CheckInteger, 17,
10191 OPC_CheckTypeI32,
10192 OPC_MoveSibling, 12,
10193 OPC_CheckInteger, 20,
10194 OPC_CheckTypeI32,
10195 OPC_MoveSibling, 13,
10196 OPC_CheckInteger, 21,
10197 OPC_CheckTypeI32,
10198 OPC_MoveSibling, 14,
10199 OPC_CheckInteger, 24,
10200 OPC_CheckTypeI32,
10201 OPC_MoveSibling, 15,
10202 OPC_CheckInteger, 25,
10203 OPC_CheckTypeI32,
10204 OPC_MoveSibling, 16,
10205 OPC_CheckInteger, 28,
10206 OPC_CheckTypeI32,
10207 OPC_MoveSibling, 17,
10208 OPC_CheckInteger, 29,
10209 OPC_CheckTypeI32,
10210 OPC_MoveParent,
10211 OPC_MoveSibling1,
10212 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
10213 OPC_MoveChild0,
10214 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
10215 OPC_MoveChild0,
10216 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
10217 OPC_Scope, 81|128,1,
10218 OPC_CheckChild0Same, 0,
10219 OPC_MoveSibling1,
10220 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
10221 OPC_CheckChild0Same, 1,
10222 OPC_MoveParent,
10223 OPC_CheckType, MVT::v8i16,
10224 OPC_MoveSibling1,
10225 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
10226 OPC_MoveChild0,
10227 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
10228 OPC_Scope, 93,
10229 OPC_CheckChild0Same, 0,
10230 OPC_MoveSibling1,
10231 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
10232 OPC_CheckChild0Same, 1,
10233 OPC_MoveParent,
10234 OPC_CheckType, MVT::v8i16,
10235 OPC_MoveParent,
10236 OPC_CheckChild2Integer, 2,
10237 OPC_CheckChild2TypeI32,
10238 OPC_CheckChild3Integer, 3,
10239 OPC_CheckChild3TypeI32,
10240 OPC_CheckChild4Integer, 6,
10241 OPC_CheckChild4TypeI32,
10242 OPC_MoveChild5,
10243 OPC_CheckInteger, 7,
10244 OPC_CheckTypeI32,
10245 OPC_MoveSibling6,
10246 OPC_CheckInteger, 10,
10247 OPC_CheckTypeI32,
10248 OPC_MoveSibling7,
10249 OPC_CheckInteger, 11,
10250 OPC_CheckTypeI32,
10251 OPC_MoveSibling, 8,
10252 OPC_CheckInteger, 14,
10253 OPC_CheckTypeI32,
10254 OPC_MoveSibling, 9,
10255 OPC_CheckInteger, 15,
10256 OPC_CheckTypeI32,
10257 OPC_MoveSibling, 10,
10258 OPC_CheckInteger, 18,
10259 OPC_CheckTypeI32,
10260 OPC_MoveSibling, 11,
10261 OPC_CheckInteger, 19,
10262 OPC_CheckTypeI32,
10263 OPC_MoveSibling, 12,
10264 OPC_CheckInteger, 22,
10265 OPC_CheckTypeI32,
10266 OPC_MoveSibling, 13,
10267 OPC_CheckInteger, 23,
10268 OPC_CheckTypeI32,
10269 OPC_MoveSibling, 14,
10270 OPC_CheckInteger, 26,
10271 OPC_CheckTypeI32,
10272 OPC_MoveSibling, 15,
10273 OPC_CheckInteger, 27,
10274 OPC_CheckTypeI32,
10275 OPC_MoveSibling, 16,
10276 OPC_CheckInteger, 30,
10277 OPC_CheckTypeI32,
10278 OPC_MoveSibling, 17,
10279 OPC_CheckInteger, 31,
10280 OPC_CheckTypeI32,
10281 OPC_MoveParent,
10282 OPC_MoveParent,
10283 OPC_CheckType, MVT::v8i16,
10284 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
10285 MVT::v8i16, 2, 16,
10286 93,
10287 OPC_CheckChild0Same, 1,
10288 OPC_MoveSibling1,
10289 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
10290 OPC_CheckChild0Same, 0,
10291 OPC_MoveParent,
10292 OPC_CheckType, MVT::v8i16,
10293 OPC_MoveParent,
10294 OPC_CheckChild2Integer, 2,
10295 OPC_CheckChild2TypeI32,
10296 OPC_CheckChild3Integer, 3,
10297 OPC_CheckChild3TypeI32,
10298 OPC_CheckChild4Integer, 6,
10299 OPC_CheckChild4TypeI32,
10300 OPC_MoveChild5,
10301 OPC_CheckInteger, 7,
10302 OPC_CheckTypeI32,
10303 OPC_MoveSibling6,
10304 OPC_CheckInteger, 10,
10305 OPC_CheckTypeI32,
10306 OPC_MoveSibling7,
10307 OPC_CheckInteger, 11,
10308 OPC_CheckTypeI32,
10309 OPC_MoveSibling, 8,
10310 OPC_CheckInteger, 14,
10311 OPC_CheckTypeI32,
10312 OPC_MoveSibling, 9,
10313 OPC_CheckInteger, 15,
10314 OPC_CheckTypeI32,
10315 OPC_MoveSibling, 10,
10316 OPC_CheckInteger, 18,
10317 OPC_CheckTypeI32,
10318 OPC_MoveSibling, 11,
10319 OPC_CheckInteger, 19,
10320 OPC_CheckTypeI32,
10321 OPC_MoveSibling, 12,
10322 OPC_CheckInteger, 22,
10323 OPC_CheckTypeI32,
10324 OPC_MoveSibling, 13,
10325 OPC_CheckInteger, 23,
10326 OPC_CheckTypeI32,
10327 OPC_MoveSibling, 14,
10328 OPC_CheckInteger, 26,
10329 OPC_CheckTypeI32,
10330 OPC_MoveSibling, 15,
10331 OPC_CheckInteger, 27,
10332 OPC_CheckTypeI32,
10333 OPC_MoveSibling, 16,
10334 OPC_CheckInteger, 30,
10335 OPC_CheckTypeI32,
10336 OPC_MoveSibling, 17,
10337 OPC_CheckInteger, 31,
10338 OPC_CheckTypeI32,
10339 OPC_MoveParent,
10340 OPC_MoveParent,
10341 OPC_CheckType, MVT::v8i16,
10342 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
10343 MVT::v8i16, 2, 16,
10344 0,
10345 57|128,2,
10346 OPC_CheckChild0Same, 1,
10347 OPC_MoveSibling1,
10348 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
10349 OPC_CheckChild0Same, 0,
10350 OPC_MoveParent,
10351 OPC_CheckType, MVT::v8i16,
10352 OPC_MoveSibling1,
10353 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
10354 OPC_MoveChild0,
10355 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
10356 OPC_Scope, 93,
10357 OPC_CheckChild0Same, 0,
10358 OPC_MoveSibling1,
10359 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
10360 OPC_CheckChild0Same, 1,
10361 OPC_MoveParent,
10362 OPC_CheckType, MVT::v8i16,
10363 OPC_MoveParent,
10364 OPC_CheckChild2Integer, 2,
10365 OPC_CheckChild2TypeI32,
10366 OPC_CheckChild3Integer, 3,
10367 OPC_CheckChild3TypeI32,
10368 OPC_CheckChild4Integer, 6,
10369 OPC_CheckChild4TypeI32,
10370 OPC_MoveChild5,
10371 OPC_CheckInteger, 7,
10372 OPC_CheckTypeI32,
10373 OPC_MoveSibling6,
10374 OPC_CheckInteger, 10,
10375 OPC_CheckTypeI32,
10376 OPC_MoveSibling7,
10377 OPC_CheckInteger, 11,
10378 OPC_CheckTypeI32,
10379 OPC_MoveSibling, 8,
10380 OPC_CheckInteger, 14,
10381 OPC_CheckTypeI32,
10382 OPC_MoveSibling, 9,
10383 OPC_CheckInteger, 15,
10384 OPC_CheckTypeI32,
10385 OPC_MoveSibling, 10,
10386 OPC_CheckInteger, 18,
10387 OPC_CheckTypeI32,
10388 OPC_MoveSibling, 11,
10389 OPC_CheckInteger, 19,
10390 OPC_CheckTypeI32,
10391 OPC_MoveSibling, 12,
10392 OPC_CheckInteger, 22,
10393 OPC_CheckTypeI32,
10394 OPC_MoveSibling, 13,
10395 OPC_CheckInteger, 23,
10396 OPC_CheckTypeI32,
10397 OPC_MoveSibling, 14,
10398 OPC_CheckInteger, 26,
10399 OPC_CheckTypeI32,
10400 OPC_MoveSibling, 15,
10401 OPC_CheckInteger, 27,
10402 OPC_CheckTypeI32,
10403 OPC_MoveSibling, 16,
10404 OPC_CheckInteger, 30,
10405 OPC_CheckTypeI32,
10406 OPC_MoveSibling, 17,
10407 OPC_CheckInteger, 31,
10408 OPC_CheckTypeI32,
10409 OPC_MoveParent,
10410 OPC_MoveParent,
10411 OPC_CheckType, MVT::v8i16,
10412 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
10413 MVT::v8i16, 2, 16,
10414 103,
10415 OPC_CheckChild0Same, 1,
10416 OPC_MoveSibling1,
10417 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
10418 OPC_CheckChild0Same, 0,
10419 OPC_MoveParent,
10420 OPC_CheckType, MVT::v8i16,
10421 OPC_MoveParent,
10422 OPC_CheckChild2Integer, 2,
10423 OPC_CheckChild2TypeI32,
10424 OPC_CheckChild3Integer, 3,
10425 OPC_CheckChild3TypeI32,
10426 OPC_CheckChild4Integer, 6,
10427 OPC_CheckChild4TypeI32,
10428 OPC_MoveChild5,
10429 OPC_CheckInteger, 7,
10430 OPC_CheckTypeI32,
10431 OPC_MoveSibling6,
10432 OPC_CheckInteger, 10,
10433 OPC_CheckTypeI32,
10434 OPC_MoveSibling7,
10435 OPC_CheckInteger, 11,
10436 OPC_CheckTypeI32,
10437 OPC_MoveSibling, 8,
10438 OPC_CheckInteger, 14,
10439 OPC_CheckTypeI32,
10440 OPC_MoveSibling, 9,
10441 OPC_CheckInteger, 15,
10442 OPC_CheckTypeI32,
10443 OPC_MoveSibling, 10,
10444 OPC_CheckInteger, 18,
10445 OPC_CheckTypeI32,
10446 OPC_MoveSibling, 11,
10447 OPC_CheckInteger, 19,
10448 OPC_CheckTypeI32,
10449 OPC_MoveSibling, 12,
10450 OPC_CheckInteger, 22,
10451 OPC_CheckTypeI32,
10452 OPC_MoveSibling, 13,
10453 OPC_CheckInteger, 23,
10454 OPC_CheckTypeI32,
10455 OPC_MoveSibling, 14,
10456 OPC_CheckInteger, 26,
10457 OPC_CheckTypeI32,
10458 OPC_MoveSibling, 15,
10459 OPC_CheckInteger, 27,
10460 OPC_CheckTypeI32,
10461 OPC_MoveSibling, 16,
10462 OPC_CheckInteger, 30,
10463 OPC_CheckTypeI32,
10464 OPC_MoveSibling, 17,
10465 OPC_CheckInteger, 31,
10466 OPC_CheckTypeI32,
10467 OPC_MoveParent,
10468 OPC_MoveParent,
10469 OPC_CheckType, MVT::v8i16,
10470 OPC_Scope, 6,
10471 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
10472 MVT::v8i16, 2, 16,
10473 6,
10474 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
10475 MVT::v8i16, 2, 1,
10476 0,
10477 93,
10478 OPC_CheckChild0Same, 0,
10479 OPC_MoveSibling1,
10480 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
10481 OPC_CheckChild0Same, 1,
10482 OPC_MoveParent,
10483 OPC_CheckType, MVT::v8i16,
10484 OPC_MoveParent,
10485 OPC_CheckChild2Integer, 2,
10486 OPC_CheckChild2TypeI32,
10487 OPC_CheckChild3Integer, 3,
10488 OPC_CheckChild3TypeI32,
10489 OPC_CheckChild4Integer, 6,
10490 OPC_CheckChild4TypeI32,
10491 OPC_MoveChild5,
10492 OPC_CheckInteger, 7,
10493 OPC_CheckTypeI32,
10494 OPC_MoveSibling6,
10495 OPC_CheckInteger, 10,
10496 OPC_CheckTypeI32,
10497 OPC_MoveSibling7,
10498 OPC_CheckInteger, 11,
10499 OPC_CheckTypeI32,
10500 OPC_MoveSibling, 8,
10501 OPC_CheckInteger, 14,
10502 OPC_CheckTypeI32,
10503 OPC_MoveSibling, 9,
10504 OPC_CheckInteger, 15,
10505 OPC_CheckTypeI32,
10506 OPC_MoveSibling, 10,
10507 OPC_CheckInteger, 18,
10508 OPC_CheckTypeI32,
10509 OPC_MoveSibling, 11,
10510 OPC_CheckInteger, 19,
10511 OPC_CheckTypeI32,
10512 OPC_MoveSibling, 12,
10513 OPC_CheckInteger, 22,
10514 OPC_CheckTypeI32,
10515 OPC_MoveSibling, 13,
10516 OPC_CheckInteger, 23,
10517 OPC_CheckTypeI32,
10518 OPC_MoveSibling, 14,
10519 OPC_CheckInteger, 26,
10520 OPC_CheckTypeI32,
10521 OPC_MoveSibling, 15,
10522 OPC_CheckInteger, 27,
10523 OPC_CheckTypeI32,
10524 OPC_MoveSibling, 16,
10525 OPC_CheckInteger, 30,
10526 OPC_CheckTypeI32,
10527 OPC_MoveSibling, 17,
10528 OPC_CheckInteger, 31,
10529 OPC_CheckTypeI32,
10530 OPC_MoveParent,
10531 OPC_MoveParent,
10532 OPC_CheckType, MVT::v8i16,
10533 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
10534 MVT::v8i16, 2, 1,
10535 0,
10536 81|128,1,
10537 OPC_CheckChild0Same, 0,
10538 OPC_MoveSibling1,
10539 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
10540 OPC_CheckChild0Same, 1,
10541 OPC_MoveParent,
10542 OPC_CheckType, MVT::v8i16,
10543 OPC_MoveSibling1,
10544 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
10545 OPC_MoveChild0,
10546 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
10547 OPC_Scope, 93,
10548 OPC_CheckChild0Same, 1,
10549 OPC_MoveSibling1,
10550 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
10551 OPC_CheckChild0Same, 0,
10552 OPC_MoveParent,
10553 OPC_CheckType, MVT::v8i16,
10554 OPC_MoveParent,
10555 OPC_CheckChild2Integer, 2,
10556 OPC_CheckChild2TypeI32,
10557 OPC_CheckChild3Integer, 3,
10558 OPC_CheckChild3TypeI32,
10559 OPC_CheckChild4Integer, 6,
10560 OPC_CheckChild4TypeI32,
10561 OPC_MoveChild5,
10562 OPC_CheckInteger, 7,
10563 OPC_CheckTypeI32,
10564 OPC_MoveSibling6,
10565 OPC_CheckInteger, 10,
10566 OPC_CheckTypeI32,
10567 OPC_MoveSibling7,
10568 OPC_CheckInteger, 11,
10569 OPC_CheckTypeI32,
10570 OPC_MoveSibling, 8,
10571 OPC_CheckInteger, 14,
10572 OPC_CheckTypeI32,
10573 OPC_MoveSibling, 9,
10574 OPC_CheckInteger, 15,
10575 OPC_CheckTypeI32,
10576 OPC_MoveSibling, 10,
10577 OPC_CheckInteger, 18,
10578 OPC_CheckTypeI32,
10579 OPC_MoveSibling, 11,
10580 OPC_CheckInteger, 19,
10581 OPC_CheckTypeI32,
10582 OPC_MoveSibling, 12,
10583 OPC_CheckInteger, 22,
10584 OPC_CheckTypeI32,
10585 OPC_MoveSibling, 13,
10586 OPC_CheckInteger, 23,
10587 OPC_CheckTypeI32,
10588 OPC_MoveSibling, 14,
10589 OPC_CheckInteger, 26,
10590 OPC_CheckTypeI32,
10591 OPC_MoveSibling, 15,
10592 OPC_CheckInteger, 27,
10593 OPC_CheckTypeI32,
10594 OPC_MoveSibling, 16,
10595 OPC_CheckInteger, 30,
10596 OPC_CheckTypeI32,
10597 OPC_MoveSibling, 17,
10598 OPC_CheckInteger, 31,
10599 OPC_CheckTypeI32,
10600 OPC_MoveParent,
10601 OPC_MoveParent,
10602 OPC_CheckType, MVT::v8i16,
10603 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
10604 MVT::v8i16, 2, 1,
10605 93,
10606 OPC_CheckChild0Same, 0,
10607 OPC_MoveSibling1,
10608 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
10609 OPC_CheckChild0Same, 1,
10610 OPC_MoveParent,
10611 OPC_CheckType, MVT::v8i16,
10612 OPC_MoveParent,
10613 OPC_CheckChild2Integer, 2,
10614 OPC_CheckChild2TypeI32,
10615 OPC_CheckChild3Integer, 3,
10616 OPC_CheckChild3TypeI32,
10617 OPC_CheckChild4Integer, 6,
10618 OPC_CheckChild4TypeI32,
10619 OPC_MoveChild5,
10620 OPC_CheckInteger, 7,
10621 OPC_CheckTypeI32,
10622 OPC_MoveSibling6,
10623 OPC_CheckInteger, 10,
10624 OPC_CheckTypeI32,
10625 OPC_MoveSibling7,
10626 OPC_CheckInteger, 11,
10627 OPC_CheckTypeI32,
10628 OPC_MoveSibling, 8,
10629 OPC_CheckInteger, 14,
10630 OPC_CheckTypeI32,
10631 OPC_MoveSibling, 9,
10632 OPC_CheckInteger, 15,
10633 OPC_CheckTypeI32,
10634 OPC_MoveSibling, 10,
10635 OPC_CheckInteger, 18,
10636 OPC_CheckTypeI32,
10637 OPC_MoveSibling, 11,
10638 OPC_CheckInteger, 19,
10639 OPC_CheckTypeI32,
10640 OPC_MoveSibling, 12,
10641 OPC_CheckInteger, 22,
10642 OPC_CheckTypeI32,
10643 OPC_MoveSibling, 13,
10644 OPC_CheckInteger, 23,
10645 OPC_CheckTypeI32,
10646 OPC_MoveSibling, 14,
10647 OPC_CheckInteger, 26,
10648 OPC_CheckTypeI32,
10649 OPC_MoveSibling, 15,
10650 OPC_CheckInteger, 27,
10651 OPC_CheckTypeI32,
10652 OPC_MoveSibling, 16,
10653 OPC_CheckInteger, 30,
10654 OPC_CheckTypeI32,
10655 OPC_MoveSibling, 17,
10656 OPC_CheckInteger, 31,
10657 OPC_CheckTypeI32,
10658 OPC_MoveParent,
10659 OPC_MoveParent,
10660 OPC_CheckType, MVT::v8i16,
10661 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
10662 MVT::v8i16, 2, 1,
10663 0,
10664 0,
10665 10|128,8,
10666 OPC_CheckChild0Same, 0,
10667 OPC_MoveSibling1,
10668 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
10669 OPC_CheckChild0Same, 1,
10670 OPC_MoveParent,
10671 OPC_CheckType, MVT::v8i16,
10672 OPC_MoveParent,
10673 OPC_Scope, 124|128,3,
10674 OPC_CheckChild2Integer, 0,
10675 OPC_CheckChild2TypeI32,
10676 OPC_CheckChild3Integer, 1,
10677 OPC_CheckChild3TypeI32,
10678 OPC_CheckChild4Integer, 4,
10679 OPC_CheckChild4TypeI32,
10680 OPC_MoveChild5,
10681 OPC_CheckInteger, 5,
10682 OPC_CheckTypeI32,
10683 OPC_MoveSibling6,
10684 OPC_CheckInteger, 8,
10685 OPC_CheckTypeI32,
10686 OPC_MoveSibling7,
10687 OPC_CheckInteger, 9,
10688 OPC_CheckTypeI32,
10689 OPC_MoveSibling, 8,
10690 OPC_CheckInteger, 12,
10691 OPC_CheckTypeI32,
10692 OPC_MoveSibling, 9,
10693 OPC_CheckInteger, 13,
10694 OPC_CheckTypeI32,
10695 OPC_MoveSibling, 10,
10696 OPC_CheckInteger, 16,
10697 OPC_CheckTypeI32,
10698 OPC_MoveSibling, 11,
10699 OPC_CheckInteger, 17,
10700 OPC_CheckTypeI32,
10701 OPC_MoveSibling, 12,
10702 OPC_CheckInteger, 20,
10703 OPC_CheckTypeI32,
10704 OPC_MoveSibling, 13,
10705 OPC_CheckInteger, 21,
10706 OPC_CheckTypeI32,
10707 OPC_MoveSibling, 14,
10708 OPC_CheckInteger, 24,
10709 OPC_CheckTypeI32,
10710 OPC_MoveSibling, 15,
10711 OPC_CheckInteger, 25,
10712 OPC_CheckTypeI32,
10713 OPC_MoveSibling, 16,
10714 OPC_CheckInteger, 28,
10715 OPC_CheckTypeI32,
10716 OPC_MoveSibling, 17,
10717 OPC_CheckInteger, 29,
10718 OPC_CheckTypeI32,
10719 OPC_MoveParent,
10720 OPC_MoveSibling1,
10721 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
10722 OPC_MoveChild0,
10723 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
10724 OPC_MoveChild0,
10725 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
10726 OPC_Scope, 81|128,1,
10727 OPC_CheckChild0Same, 1,
10728 OPC_MoveSibling1,
10729 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
10730 OPC_CheckChild0Same, 0,
10731 OPC_MoveParent,
10732 OPC_CheckType, MVT::v8i16,
10733 OPC_MoveSibling1,
10734 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
10735 OPC_MoveChild0,
10736 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
10737 OPC_Scope, 93,
10738 OPC_CheckChild0Same, 1,
10739 OPC_MoveSibling1,
10740 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
10741 OPC_CheckChild0Same, 0,
10742 OPC_MoveParent,
10743 OPC_CheckType, MVT::v8i16,
10744 OPC_MoveParent,
10745 OPC_CheckChild2Integer, 2,
10746 OPC_CheckChild2TypeI32,
10747 OPC_CheckChild3Integer, 3,
10748 OPC_CheckChild3TypeI32,
10749 OPC_CheckChild4Integer, 6,
10750 OPC_CheckChild4TypeI32,
10751 OPC_MoveChild5,
10752 OPC_CheckInteger, 7,
10753 OPC_CheckTypeI32,
10754 OPC_MoveSibling6,
10755 OPC_CheckInteger, 10,
10756 OPC_CheckTypeI32,
10757 OPC_MoveSibling7,
10758 OPC_CheckInteger, 11,
10759 OPC_CheckTypeI32,
10760 OPC_MoveSibling, 8,
10761 OPC_CheckInteger, 14,
10762 OPC_CheckTypeI32,
10763 OPC_MoveSibling, 9,
10764 OPC_CheckInteger, 15,
10765 OPC_CheckTypeI32,
10766 OPC_MoveSibling, 10,
10767 OPC_CheckInteger, 18,
10768 OPC_CheckTypeI32,
10769 OPC_MoveSibling, 11,
10770 OPC_CheckInteger, 19,
10771 OPC_CheckTypeI32,
10772 OPC_MoveSibling, 12,
10773 OPC_CheckInteger, 22,
10774 OPC_CheckTypeI32,
10775 OPC_MoveSibling, 13,
10776 OPC_CheckInteger, 23,
10777 OPC_CheckTypeI32,
10778 OPC_MoveSibling, 14,
10779 OPC_CheckInteger, 26,
10780 OPC_CheckTypeI32,
10781 OPC_MoveSibling, 15,
10782 OPC_CheckInteger, 27,
10783 OPC_CheckTypeI32,
10784 OPC_MoveSibling, 16,
10785 OPC_CheckInteger, 30,
10786 OPC_CheckTypeI32,
10787 OPC_MoveSibling, 17,
10788 OPC_CheckInteger, 31,
10789 OPC_CheckTypeI32,
10790 OPC_MoveParent,
10791 OPC_MoveParent,
10792 OPC_CheckType, MVT::v8i16,
10793 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
10794 MVT::v8i16, 2, 1,
10795 93,
10796 OPC_CheckChild0Same, 0,
10797 OPC_MoveSibling1,
10798 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
10799 OPC_CheckChild0Same, 1,
10800 OPC_MoveParent,
10801 OPC_CheckType, MVT::v8i16,
10802 OPC_MoveParent,
10803 OPC_CheckChild2Integer, 2,
10804 OPC_CheckChild2TypeI32,
10805 OPC_CheckChild3Integer, 3,
10806 OPC_CheckChild3TypeI32,
10807 OPC_CheckChild4Integer, 6,
10808 OPC_CheckChild4TypeI32,
10809 OPC_MoveChild5,
10810 OPC_CheckInteger, 7,
10811 OPC_CheckTypeI32,
10812 OPC_MoveSibling6,
10813 OPC_CheckInteger, 10,
10814 OPC_CheckTypeI32,
10815 OPC_MoveSibling7,
10816 OPC_CheckInteger, 11,
10817 OPC_CheckTypeI32,
10818 OPC_MoveSibling, 8,
10819 OPC_CheckInteger, 14,
10820 OPC_CheckTypeI32,
10821 OPC_MoveSibling, 9,
10822 OPC_CheckInteger, 15,
10823 OPC_CheckTypeI32,
10824 OPC_MoveSibling, 10,
10825 OPC_CheckInteger, 18,
10826 OPC_CheckTypeI32,
10827 OPC_MoveSibling, 11,
10828 OPC_CheckInteger, 19,
10829 OPC_CheckTypeI32,
10830 OPC_MoveSibling, 12,
10831 OPC_CheckInteger, 22,
10832 OPC_CheckTypeI32,
10833 OPC_MoveSibling, 13,
10834 OPC_CheckInteger, 23,
10835 OPC_CheckTypeI32,
10836 OPC_MoveSibling, 14,
10837 OPC_CheckInteger, 26,
10838 OPC_CheckTypeI32,
10839 OPC_MoveSibling, 15,
10840 OPC_CheckInteger, 27,
10841 OPC_CheckTypeI32,
10842 OPC_MoveSibling, 16,
10843 OPC_CheckInteger, 30,
10844 OPC_CheckTypeI32,
10845 OPC_MoveSibling, 17,
10846 OPC_CheckInteger, 31,
10847 OPC_CheckTypeI32,
10848 OPC_MoveParent,
10849 OPC_MoveParent,
10850 OPC_CheckType, MVT::v8i16,
10851 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
10852 MVT::v8i16, 2, 1,
10853 0,
10854 81|128,1,
10855 OPC_CheckChild0Same, 0,
10856 OPC_MoveSibling1,
10857 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
10858 OPC_CheckChild0Same, 1,
10859 OPC_MoveParent,
10860 OPC_CheckType, MVT::v8i16,
10861 OPC_MoveSibling1,
10862 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
10863 OPC_MoveChild0,
10864 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
10865 OPC_Scope, 93,
10866 OPC_CheckChild0Same, 1,
10867 OPC_MoveSibling1,
10868 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
10869 OPC_CheckChild0Same, 0,
10870 OPC_MoveParent,
10871 OPC_CheckType, MVT::v8i16,
10872 OPC_MoveParent,
10873 OPC_CheckChild2Integer, 2,
10874 OPC_CheckChild2TypeI32,
10875 OPC_CheckChild3Integer, 3,
10876 OPC_CheckChild3TypeI32,
10877 OPC_CheckChild4Integer, 6,
10878 OPC_CheckChild4TypeI32,
10879 OPC_MoveChild5,
10880 OPC_CheckInteger, 7,
10881 OPC_CheckTypeI32,
10882 OPC_MoveSibling6,
10883 OPC_CheckInteger, 10,
10884 OPC_CheckTypeI32,
10885 OPC_MoveSibling7,
10886 OPC_CheckInteger, 11,
10887 OPC_CheckTypeI32,
10888 OPC_MoveSibling, 8,
10889 OPC_CheckInteger, 14,
10890 OPC_CheckTypeI32,
10891 OPC_MoveSibling, 9,
10892 OPC_CheckInteger, 15,
10893 OPC_CheckTypeI32,
10894 OPC_MoveSibling, 10,
10895 OPC_CheckInteger, 18,
10896 OPC_CheckTypeI32,
10897 OPC_MoveSibling, 11,
10898 OPC_CheckInteger, 19,
10899 OPC_CheckTypeI32,
10900 OPC_MoveSibling, 12,
10901 OPC_CheckInteger, 22,
10902 OPC_CheckTypeI32,
10903 OPC_MoveSibling, 13,
10904 OPC_CheckInteger, 23,
10905 OPC_CheckTypeI32,
10906 OPC_MoveSibling, 14,
10907 OPC_CheckInteger, 26,
10908 OPC_CheckTypeI32,
10909 OPC_MoveSibling, 15,
10910 OPC_CheckInteger, 27,
10911 OPC_CheckTypeI32,
10912 OPC_MoveSibling, 16,
10913 OPC_CheckInteger, 30,
10914 OPC_CheckTypeI32,
10915 OPC_MoveSibling, 17,
10916 OPC_CheckInteger, 31,
10917 OPC_CheckTypeI32,
10918 OPC_MoveParent,
10919 OPC_MoveParent,
10920 OPC_CheckType, MVT::v8i16,
10921 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
10922 MVT::v8i16, 2, 1,
10923 93,
10924 OPC_CheckChild0Same, 0,
10925 OPC_MoveSibling1,
10926 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
10927 OPC_CheckChild0Same, 1,
10928 OPC_MoveParent,
10929 OPC_CheckType, MVT::v8i16,
10930 OPC_MoveParent,
10931 OPC_CheckChild2Integer, 2,
10932 OPC_CheckChild2TypeI32,
10933 OPC_CheckChild3Integer, 3,
10934 OPC_CheckChild3TypeI32,
10935 OPC_CheckChild4Integer, 6,
10936 OPC_CheckChild4TypeI32,
10937 OPC_MoveChild5,
10938 OPC_CheckInteger, 7,
10939 OPC_CheckTypeI32,
10940 OPC_MoveSibling6,
10941 OPC_CheckInteger, 10,
10942 OPC_CheckTypeI32,
10943 OPC_MoveSibling7,
10944 OPC_CheckInteger, 11,
10945 OPC_CheckTypeI32,
10946 OPC_MoveSibling, 8,
10947 OPC_CheckInteger, 14,
10948 OPC_CheckTypeI32,
10949 OPC_MoveSibling, 9,
10950 OPC_CheckInteger, 15,
10951 OPC_CheckTypeI32,
10952 OPC_MoveSibling, 10,
10953 OPC_CheckInteger, 18,
10954 OPC_CheckTypeI32,
10955 OPC_MoveSibling, 11,
10956 OPC_CheckInteger, 19,
10957 OPC_CheckTypeI32,
10958 OPC_MoveSibling, 12,
10959 OPC_CheckInteger, 22,
10960 OPC_CheckTypeI32,
10961 OPC_MoveSibling, 13,
10962 OPC_CheckInteger, 23,
10963 OPC_CheckTypeI32,
10964 OPC_MoveSibling, 14,
10965 OPC_CheckInteger, 26,
10966 OPC_CheckTypeI32,
10967 OPC_MoveSibling, 15,
10968 OPC_CheckInteger, 27,
10969 OPC_CheckTypeI32,
10970 OPC_MoveSibling, 16,
10971 OPC_CheckInteger, 30,
10972 OPC_CheckTypeI32,
10973 OPC_MoveSibling, 17,
10974 OPC_CheckInteger, 31,
10975 OPC_CheckTypeI32,
10976 OPC_MoveParent,
10977 OPC_MoveParent,
10978 OPC_CheckType, MVT::v8i16,
10979 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
10980 MVT::v8i16, 2, 1,
10981 0,
10982 0,
10983 124|128,3,
10984 OPC_CheckChild2Integer, 2,
10985 OPC_CheckChild2TypeI32,
10986 OPC_CheckChild3Integer, 3,
10987 OPC_CheckChild3TypeI32,
10988 OPC_CheckChild4Integer, 6,
10989 OPC_CheckChild4TypeI32,
10990 OPC_MoveChild5,
10991 OPC_CheckInteger, 7,
10992 OPC_CheckTypeI32,
10993 OPC_MoveSibling6,
10994 OPC_CheckInteger, 10,
10995 OPC_CheckTypeI32,
10996 OPC_MoveSibling7,
10997 OPC_CheckInteger, 11,
10998 OPC_CheckTypeI32,
10999 OPC_MoveSibling, 8,
11000 OPC_CheckInteger, 14,
11001 OPC_CheckTypeI32,
11002 OPC_MoveSibling, 9,
11003 OPC_CheckInteger, 15,
11004 OPC_CheckTypeI32,
11005 OPC_MoveSibling, 10,
11006 OPC_CheckInteger, 18,
11007 OPC_CheckTypeI32,
11008 OPC_MoveSibling, 11,
11009 OPC_CheckInteger, 19,
11010 OPC_CheckTypeI32,
11011 OPC_MoveSibling, 12,
11012 OPC_CheckInteger, 22,
11013 OPC_CheckTypeI32,
11014 OPC_MoveSibling, 13,
11015 OPC_CheckInteger, 23,
11016 OPC_CheckTypeI32,
11017 OPC_MoveSibling, 14,
11018 OPC_CheckInteger, 26,
11019 OPC_CheckTypeI32,
11020 OPC_MoveSibling, 15,
11021 OPC_CheckInteger, 27,
11022 OPC_CheckTypeI32,
11023 OPC_MoveSibling, 16,
11024 OPC_CheckInteger, 30,
11025 OPC_CheckTypeI32,
11026 OPC_MoveSibling, 17,
11027 OPC_CheckInteger, 31,
11028 OPC_CheckTypeI32,
11029 OPC_MoveParent,
11030 OPC_MoveSibling1,
11031 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
11032 OPC_MoveChild0,
11033 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
11034 OPC_MoveChild0,
11035 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
11036 OPC_Scope, 81|128,1,
11037 OPC_CheckChild0Same, 0,
11038 OPC_MoveSibling1,
11039 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
11040 OPC_CheckChild0Same, 1,
11041 OPC_MoveParent,
11042 OPC_CheckType, MVT::v8i16,
11043 OPC_MoveSibling1,
11044 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
11045 OPC_MoveChild0,
11046 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
11047 OPC_Scope, 93,
11048 OPC_CheckChild0Same, 0,
11049 OPC_MoveSibling1,
11050 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
11051 OPC_CheckChild0Same, 1,
11052 OPC_MoveParent,
11053 OPC_CheckType, MVT::v8i16,
11054 OPC_MoveParent,
11055 OPC_CheckChild2Integer, 0,
11056 OPC_CheckChild2TypeI32,
11057 OPC_CheckChild3Integer, 1,
11058 OPC_CheckChild3TypeI32,
11059 OPC_CheckChild4Integer, 4,
11060 OPC_CheckChild4TypeI32,
11061 OPC_MoveChild5,
11062 OPC_CheckInteger, 5,
11063 OPC_CheckTypeI32,
11064 OPC_MoveSibling6,
11065 OPC_CheckInteger, 8,
11066 OPC_CheckTypeI32,
11067 OPC_MoveSibling7,
11068 OPC_CheckInteger, 9,
11069 OPC_CheckTypeI32,
11070 OPC_MoveSibling, 8,
11071 OPC_CheckInteger, 12,
11072 OPC_CheckTypeI32,
11073 OPC_MoveSibling, 9,
11074 OPC_CheckInteger, 13,
11075 OPC_CheckTypeI32,
11076 OPC_MoveSibling, 10,
11077 OPC_CheckInteger, 16,
11078 OPC_CheckTypeI32,
11079 OPC_MoveSibling, 11,
11080 OPC_CheckInteger, 17,
11081 OPC_CheckTypeI32,
11082 OPC_MoveSibling, 12,
11083 OPC_CheckInteger, 20,
11084 OPC_CheckTypeI32,
11085 OPC_MoveSibling, 13,
11086 OPC_CheckInteger, 21,
11087 OPC_CheckTypeI32,
11088 OPC_MoveSibling, 14,
11089 OPC_CheckInteger, 24,
11090 OPC_CheckTypeI32,
11091 OPC_MoveSibling, 15,
11092 OPC_CheckInteger, 25,
11093 OPC_CheckTypeI32,
11094 OPC_MoveSibling, 16,
11095 OPC_CheckInteger, 28,
11096 OPC_CheckTypeI32,
11097 OPC_MoveSibling, 17,
11098 OPC_CheckInteger, 29,
11099 OPC_CheckTypeI32,
11100 OPC_MoveParent,
11101 OPC_MoveParent,
11102 OPC_CheckType, MVT::v8i16,
11103 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
11104 MVT::v8i16, 2, 16,
11105 93,
11106 OPC_CheckChild0Same, 1,
11107 OPC_MoveSibling1,
11108 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
11109 OPC_CheckChild0Same, 0,
11110 OPC_MoveParent,
11111 OPC_CheckType, MVT::v8i16,
11112 OPC_MoveParent,
11113 OPC_CheckChild2Integer, 0,
11114 OPC_CheckChild2TypeI32,
11115 OPC_CheckChild3Integer, 1,
11116 OPC_CheckChild3TypeI32,
11117 OPC_CheckChild4Integer, 4,
11118 OPC_CheckChild4TypeI32,
11119 OPC_MoveChild5,
11120 OPC_CheckInteger, 5,
11121 OPC_CheckTypeI32,
11122 OPC_MoveSibling6,
11123 OPC_CheckInteger, 8,
11124 OPC_CheckTypeI32,
11125 OPC_MoveSibling7,
11126 OPC_CheckInteger, 9,
11127 OPC_CheckTypeI32,
11128 OPC_MoveSibling, 8,
11129 OPC_CheckInteger, 12,
11130 OPC_CheckTypeI32,
11131 OPC_MoveSibling, 9,
11132 OPC_CheckInteger, 13,
11133 OPC_CheckTypeI32,
11134 OPC_MoveSibling, 10,
11135 OPC_CheckInteger, 16,
11136 OPC_CheckTypeI32,
11137 OPC_MoveSibling, 11,
11138 OPC_CheckInteger, 17,
11139 OPC_CheckTypeI32,
11140 OPC_MoveSibling, 12,
11141 OPC_CheckInteger, 20,
11142 OPC_CheckTypeI32,
11143 OPC_MoveSibling, 13,
11144 OPC_CheckInteger, 21,
11145 OPC_CheckTypeI32,
11146 OPC_MoveSibling, 14,
11147 OPC_CheckInteger, 24,
11148 OPC_CheckTypeI32,
11149 OPC_MoveSibling, 15,
11150 OPC_CheckInteger, 25,
11151 OPC_CheckTypeI32,
11152 OPC_MoveSibling, 16,
11153 OPC_CheckInteger, 28,
11154 OPC_CheckTypeI32,
11155 OPC_MoveSibling, 17,
11156 OPC_CheckInteger, 29,
11157 OPC_CheckTypeI32,
11158 OPC_MoveParent,
11159 OPC_MoveParent,
11160 OPC_CheckType, MVT::v8i16,
11161 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
11162 MVT::v8i16, 2, 16,
11163 0,
11164 81|128,1,
11165 OPC_CheckChild0Same, 1,
11166 OPC_MoveSibling1,
11167 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
11168 OPC_CheckChild0Same, 0,
11169 OPC_MoveParent,
11170 OPC_CheckType, MVT::v8i16,
11171 OPC_MoveSibling1,
11172 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
11173 OPC_MoveChild0,
11174 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
11175 OPC_Scope, 93,
11176 OPC_CheckChild0Same, 0,
11177 OPC_MoveSibling1,
11178 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
11179 OPC_CheckChild0Same, 1,
11180 OPC_MoveParent,
11181 OPC_CheckType, MVT::v8i16,
11182 OPC_MoveParent,
11183 OPC_CheckChild2Integer, 0,
11184 OPC_CheckChild2TypeI32,
11185 OPC_CheckChild3Integer, 1,
11186 OPC_CheckChild3TypeI32,
11187 OPC_CheckChild4Integer, 4,
11188 OPC_CheckChild4TypeI32,
11189 OPC_MoveChild5,
11190 OPC_CheckInteger, 5,
11191 OPC_CheckTypeI32,
11192 OPC_MoveSibling6,
11193 OPC_CheckInteger, 8,
11194 OPC_CheckTypeI32,
11195 OPC_MoveSibling7,
11196 OPC_CheckInteger, 9,
11197 OPC_CheckTypeI32,
11198 OPC_MoveSibling, 8,
11199 OPC_CheckInteger, 12,
11200 OPC_CheckTypeI32,
11201 OPC_MoveSibling, 9,
11202 OPC_CheckInteger, 13,
11203 OPC_CheckTypeI32,
11204 OPC_MoveSibling, 10,
11205 OPC_CheckInteger, 16,
11206 OPC_CheckTypeI32,
11207 OPC_MoveSibling, 11,
11208 OPC_CheckInteger, 17,
11209 OPC_CheckTypeI32,
11210 OPC_MoveSibling, 12,
11211 OPC_CheckInteger, 20,
11212 OPC_CheckTypeI32,
11213 OPC_MoveSibling, 13,
11214 OPC_CheckInteger, 21,
11215 OPC_CheckTypeI32,
11216 OPC_MoveSibling, 14,
11217 OPC_CheckInteger, 24,
11218 OPC_CheckTypeI32,
11219 OPC_MoveSibling, 15,
11220 OPC_CheckInteger, 25,
11221 OPC_CheckTypeI32,
11222 OPC_MoveSibling, 16,
11223 OPC_CheckInteger, 28,
11224 OPC_CheckTypeI32,
11225 OPC_MoveSibling, 17,
11226 OPC_CheckInteger, 29,
11227 OPC_CheckTypeI32,
11228 OPC_MoveParent,
11229 OPC_MoveParent,
11230 OPC_CheckType, MVT::v8i16,
11231 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
11232 MVT::v8i16, 2, 16,
11233 93,
11234 OPC_CheckChild0Same, 1,
11235 OPC_MoveSibling1,
11236 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
11237 OPC_CheckChild0Same, 0,
11238 OPC_MoveParent,
11239 OPC_CheckType, MVT::v8i16,
11240 OPC_MoveParent,
11241 OPC_CheckChild2Integer, 0,
11242 OPC_CheckChild2TypeI32,
11243 OPC_CheckChild3Integer, 1,
11244 OPC_CheckChild3TypeI32,
11245 OPC_CheckChild4Integer, 4,
11246 OPC_CheckChild4TypeI32,
11247 OPC_MoveChild5,
11248 OPC_CheckInteger, 5,
11249 OPC_CheckTypeI32,
11250 OPC_MoveSibling6,
11251 OPC_CheckInteger, 8,
11252 OPC_CheckTypeI32,
11253 OPC_MoveSibling7,
11254 OPC_CheckInteger, 9,
11255 OPC_CheckTypeI32,
11256 OPC_MoveSibling, 8,
11257 OPC_CheckInteger, 12,
11258 OPC_CheckTypeI32,
11259 OPC_MoveSibling, 9,
11260 OPC_CheckInteger, 13,
11261 OPC_CheckTypeI32,
11262 OPC_MoveSibling, 10,
11263 OPC_CheckInteger, 16,
11264 OPC_CheckTypeI32,
11265 OPC_MoveSibling, 11,
11266 OPC_CheckInteger, 17,
11267 OPC_CheckTypeI32,
11268 OPC_MoveSibling, 12,
11269 OPC_CheckInteger, 20,
11270 OPC_CheckTypeI32,
11271 OPC_MoveSibling, 13,
11272 OPC_CheckInteger, 21,
11273 OPC_CheckTypeI32,
11274 OPC_MoveSibling, 14,
11275 OPC_CheckInteger, 24,
11276 OPC_CheckTypeI32,
11277 OPC_MoveSibling, 15,
11278 OPC_CheckInteger, 25,
11279 OPC_CheckTypeI32,
11280 OPC_MoveSibling, 16,
11281 OPC_CheckInteger, 28,
11282 OPC_CheckTypeI32,
11283 OPC_MoveSibling, 17,
11284 OPC_CheckInteger, 29,
11285 OPC_CheckTypeI32,
11286 OPC_MoveParent,
11287 OPC_MoveParent,
11288 OPC_CheckType, MVT::v8i16,
11289 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
11290 MVT::v8i16, 2, 16,
11291 0,
11292 0,
11293 0,
11294 67|128,6,
11295 OPC_CheckChild0Same, 1,
11296 OPC_MoveSibling1,
11297 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
11298 OPC_CheckChild0Same, 0,
11299 OPC_MoveParent,
11300 OPC_CheckType, MVT::v8i16,
11301 OPC_MoveParent,
11302 OPC_CheckChild2Integer, 2,
11303 OPC_CheckChild2TypeI32,
11304 OPC_CheckChild3Integer, 3,
11305 OPC_CheckChild3TypeI32,
11306 OPC_CheckChild4Integer, 6,
11307 OPC_CheckChild4TypeI32,
11308 OPC_MoveChild5,
11309 OPC_CheckInteger, 7,
11310 OPC_CheckTypeI32,
11311 OPC_MoveSibling6,
11312 OPC_CheckInteger, 10,
11313 OPC_CheckTypeI32,
11314 OPC_MoveSibling7,
11315 OPC_CheckInteger, 11,
11316 OPC_CheckTypeI32,
11317 OPC_MoveSibling, 8,
11318 OPC_CheckInteger, 14,
11319 OPC_CheckTypeI32,
11320 OPC_MoveSibling, 9,
11321 OPC_CheckInteger, 15,
11322 OPC_CheckTypeI32,
11323 OPC_MoveSibling, 10,
11324 OPC_CheckInteger, 18,
11325 OPC_CheckTypeI32,
11326 OPC_MoveSibling, 11,
11327 OPC_CheckInteger, 19,
11328 OPC_CheckTypeI32,
11329 OPC_MoveSibling, 12,
11330 OPC_CheckInteger, 22,
11331 OPC_CheckTypeI32,
11332 OPC_MoveSibling, 13,
11333 OPC_CheckInteger, 23,
11334 OPC_CheckTypeI32,
11335 OPC_MoveSibling, 14,
11336 OPC_CheckInteger, 26,
11337 OPC_CheckTypeI32,
11338 OPC_MoveSibling, 15,
11339 OPC_CheckInteger, 27,
11340 OPC_CheckTypeI32,
11341 OPC_MoveSibling, 16,
11342 OPC_CheckInteger, 30,
11343 OPC_CheckTypeI32,
11344 OPC_MoveSibling, 17,
11345 OPC_CheckInteger, 31,
11346 OPC_CheckTypeI32,
11347 OPC_MoveParent,
11348 OPC_MoveSibling1,
11349 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
11350 OPC_MoveChild0,
11351 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
11352 OPC_MoveChild0,
11353 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
11354 OPC_Scope, 81|128,1,
11355 OPC_CheckChild0Same, 0,
11356 OPC_MoveSibling1,
11357 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
11358 OPC_CheckChild0Same, 1,
11359 OPC_MoveParent,
11360 OPC_CheckType, MVT::v8i16,
11361 OPC_MoveSibling1,
11362 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
11363 OPC_MoveChild0,
11364 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
11365 OPC_Scope, 93,
11366 OPC_CheckChild0Same, 0,
11367 OPC_MoveSibling1,
11368 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
11369 OPC_CheckChild0Same, 1,
11370 OPC_MoveParent,
11371 OPC_CheckType, MVT::v8i16,
11372 OPC_MoveParent,
11373 OPC_CheckChild2Integer, 0,
11374 OPC_CheckChild2TypeI32,
11375 OPC_CheckChild3Integer, 1,
11376 OPC_CheckChild3TypeI32,
11377 OPC_CheckChild4Integer, 4,
11378 OPC_CheckChild4TypeI32,
11379 OPC_MoveChild5,
11380 OPC_CheckInteger, 5,
11381 OPC_CheckTypeI32,
11382 OPC_MoveSibling6,
11383 OPC_CheckInteger, 8,
11384 OPC_CheckTypeI32,
11385 OPC_MoveSibling7,
11386 OPC_CheckInteger, 9,
11387 OPC_CheckTypeI32,
11388 OPC_MoveSibling, 8,
11389 OPC_CheckInteger, 12,
11390 OPC_CheckTypeI32,
11391 OPC_MoveSibling, 9,
11392 OPC_CheckInteger, 13,
11393 OPC_CheckTypeI32,
11394 OPC_MoveSibling, 10,
11395 OPC_CheckInteger, 16,
11396 OPC_CheckTypeI32,
11397 OPC_MoveSibling, 11,
11398 OPC_CheckInteger, 17,
11399 OPC_CheckTypeI32,
11400 OPC_MoveSibling, 12,
11401 OPC_CheckInteger, 20,
11402 OPC_CheckTypeI32,
11403 OPC_MoveSibling, 13,
11404 OPC_CheckInteger, 21,
11405 OPC_CheckTypeI32,
11406 OPC_MoveSibling, 14,
11407 OPC_CheckInteger, 24,
11408 OPC_CheckTypeI32,
11409 OPC_MoveSibling, 15,
11410 OPC_CheckInteger, 25,
11411 OPC_CheckTypeI32,
11412 OPC_MoveSibling, 16,
11413 OPC_CheckInteger, 28,
11414 OPC_CheckTypeI32,
11415 OPC_MoveSibling, 17,
11416 OPC_CheckInteger, 29,
11417 OPC_CheckTypeI32,
11418 OPC_MoveParent,
11419 OPC_MoveParent,
11420 OPC_CheckType, MVT::v8i16,
11421 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
11422 MVT::v8i16, 2, 16,
11423 93,
11424 OPC_CheckChild0Same, 1,
11425 OPC_MoveSibling1,
11426 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
11427 OPC_CheckChild0Same, 0,
11428 OPC_MoveParent,
11429 OPC_CheckType, MVT::v8i16,
11430 OPC_MoveParent,
11431 OPC_CheckChild2Integer, 0,
11432 OPC_CheckChild2TypeI32,
11433 OPC_CheckChild3Integer, 1,
11434 OPC_CheckChild3TypeI32,
11435 OPC_CheckChild4Integer, 4,
11436 OPC_CheckChild4TypeI32,
11437 OPC_MoveChild5,
11438 OPC_CheckInteger, 5,
11439 OPC_CheckTypeI32,
11440 OPC_MoveSibling6,
11441 OPC_CheckInteger, 8,
11442 OPC_CheckTypeI32,
11443 OPC_MoveSibling7,
11444 OPC_CheckInteger, 9,
11445 OPC_CheckTypeI32,
11446 OPC_MoveSibling, 8,
11447 OPC_CheckInteger, 12,
11448 OPC_CheckTypeI32,
11449 OPC_MoveSibling, 9,
11450 OPC_CheckInteger, 13,
11451 OPC_CheckTypeI32,
11452 OPC_MoveSibling, 10,
11453 OPC_CheckInteger, 16,
11454 OPC_CheckTypeI32,
11455 OPC_MoveSibling, 11,
11456 OPC_CheckInteger, 17,
11457 OPC_CheckTypeI32,
11458 OPC_MoveSibling, 12,
11459 OPC_CheckInteger, 20,
11460 OPC_CheckTypeI32,
11461 OPC_MoveSibling, 13,
11462 OPC_CheckInteger, 21,
11463 OPC_CheckTypeI32,
11464 OPC_MoveSibling, 14,
11465 OPC_CheckInteger, 24,
11466 OPC_CheckTypeI32,
11467 OPC_MoveSibling, 15,
11468 OPC_CheckInteger, 25,
11469 OPC_CheckTypeI32,
11470 OPC_MoveSibling, 16,
11471 OPC_CheckInteger, 28,
11472 OPC_CheckTypeI32,
11473 OPC_MoveSibling, 17,
11474 OPC_CheckInteger, 29,
11475 OPC_CheckTypeI32,
11476 OPC_MoveParent,
11477 OPC_MoveParent,
11478 OPC_CheckType, MVT::v8i16,
11479 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
11480 MVT::v8i16, 2, 16,
11481 0,
11482 57|128,2,
11483 OPC_CheckChild0Same, 1,
11484 OPC_MoveSibling1,
11485 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
11486 OPC_CheckChild0Same, 0,
11487 OPC_MoveParent,
11488 OPC_CheckType, MVT::v8i16,
11489 OPC_MoveSibling1,
11490 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
11491 OPC_MoveChild0,
11492 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
11493 OPC_Scope, 93,
11494 OPC_CheckChild0Same, 0,
11495 OPC_MoveSibling1,
11496 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
11497 OPC_CheckChild0Same, 1,
11498 OPC_MoveParent,
11499 OPC_CheckType, MVT::v8i16,
11500 OPC_MoveParent,
11501 OPC_CheckChild2Integer, 0,
11502 OPC_CheckChild2TypeI32,
11503 OPC_CheckChild3Integer, 1,
11504 OPC_CheckChild3TypeI32,
11505 OPC_CheckChild4Integer, 4,
11506 OPC_CheckChild4TypeI32,
11507 OPC_MoveChild5,
11508 OPC_CheckInteger, 5,
11509 OPC_CheckTypeI32,
11510 OPC_MoveSibling6,
11511 OPC_CheckInteger, 8,
11512 OPC_CheckTypeI32,
11513 OPC_MoveSibling7,
11514 OPC_CheckInteger, 9,
11515 OPC_CheckTypeI32,
11516 OPC_MoveSibling, 8,
11517 OPC_CheckInteger, 12,
11518 OPC_CheckTypeI32,
11519 OPC_MoveSibling, 9,
11520 OPC_CheckInteger, 13,
11521 OPC_CheckTypeI32,
11522 OPC_MoveSibling, 10,
11523 OPC_CheckInteger, 16,
11524 OPC_CheckTypeI32,
11525 OPC_MoveSibling, 11,
11526 OPC_CheckInteger, 17,
11527 OPC_CheckTypeI32,
11528 OPC_MoveSibling, 12,
11529 OPC_CheckInteger, 20,
11530 OPC_CheckTypeI32,
11531 OPC_MoveSibling, 13,
11532 OPC_CheckInteger, 21,
11533 OPC_CheckTypeI32,
11534 OPC_MoveSibling, 14,
11535 OPC_CheckInteger, 24,
11536 OPC_CheckTypeI32,
11537 OPC_MoveSibling, 15,
11538 OPC_CheckInteger, 25,
11539 OPC_CheckTypeI32,
11540 OPC_MoveSibling, 16,
11541 OPC_CheckInteger, 28,
11542 OPC_CheckTypeI32,
11543 OPC_MoveSibling, 17,
11544 OPC_CheckInteger, 29,
11545 OPC_CheckTypeI32,
11546 OPC_MoveParent,
11547 OPC_MoveParent,
11548 OPC_CheckType, MVT::v8i16,
11549 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
11550 MVT::v8i16, 2, 16,
11551 103,
11552 OPC_CheckChild0Same, 1,
11553 OPC_MoveSibling1,
11554 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
11555 OPC_CheckChild0Same, 0,
11556 OPC_MoveParent,
11557 OPC_CheckType, MVT::v8i16,
11558 OPC_MoveParent,
11559 OPC_CheckChild2Integer, 0,
11560 OPC_CheckChild2TypeI32,
11561 OPC_CheckChild3Integer, 1,
11562 OPC_CheckChild3TypeI32,
11563 OPC_CheckChild4Integer, 4,
11564 OPC_CheckChild4TypeI32,
11565 OPC_MoveChild5,
11566 OPC_CheckInteger, 5,
11567 OPC_CheckTypeI32,
11568 OPC_MoveSibling6,
11569 OPC_CheckInteger, 8,
11570 OPC_CheckTypeI32,
11571 OPC_MoveSibling7,
11572 OPC_CheckInteger, 9,
11573 OPC_CheckTypeI32,
11574 OPC_MoveSibling, 8,
11575 OPC_CheckInteger, 12,
11576 OPC_CheckTypeI32,
11577 OPC_MoveSibling, 9,
11578 OPC_CheckInteger, 13,
11579 OPC_CheckTypeI32,
11580 OPC_MoveSibling, 10,
11581 OPC_CheckInteger, 16,
11582 OPC_CheckTypeI32,
11583 OPC_MoveSibling, 11,
11584 OPC_CheckInteger, 17,
11585 OPC_CheckTypeI32,
11586 OPC_MoveSibling, 12,
11587 OPC_CheckInteger, 20,
11588 OPC_CheckTypeI32,
11589 OPC_MoveSibling, 13,
11590 OPC_CheckInteger, 21,
11591 OPC_CheckTypeI32,
11592 OPC_MoveSibling, 14,
11593 OPC_CheckInteger, 24,
11594 OPC_CheckTypeI32,
11595 OPC_MoveSibling, 15,
11596 OPC_CheckInteger, 25,
11597 OPC_CheckTypeI32,
11598 OPC_MoveSibling, 16,
11599 OPC_CheckInteger, 28,
11600 OPC_CheckTypeI32,
11601 OPC_MoveSibling, 17,
11602 OPC_CheckInteger, 29,
11603 OPC_CheckTypeI32,
11604 OPC_MoveParent,
11605 OPC_MoveParent,
11606 OPC_CheckType, MVT::v8i16,
11607 OPC_Scope, 6,
11608 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
11609 MVT::v8i16, 2, 16,
11610 6,
11611 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
11612 MVT::v8i16, 2, 1,
11613 0,
11614 93,
11615 OPC_CheckChild0Same, 0,
11616 OPC_MoveSibling1,
11617 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
11618 OPC_CheckChild0Same, 1,
11619 OPC_MoveParent,
11620 OPC_CheckType, MVT::v8i16,
11621 OPC_MoveParent,
11622 OPC_CheckChild2Integer, 0,
11623 OPC_CheckChild2TypeI32,
11624 OPC_CheckChild3Integer, 1,
11625 OPC_CheckChild3TypeI32,
11626 OPC_CheckChild4Integer, 4,
11627 OPC_CheckChild4TypeI32,
11628 OPC_MoveChild5,
11629 OPC_CheckInteger, 5,
11630 OPC_CheckTypeI32,
11631 OPC_MoveSibling6,
11632 OPC_CheckInteger, 8,
11633 OPC_CheckTypeI32,
11634 OPC_MoveSibling7,
11635 OPC_CheckInteger, 9,
11636 OPC_CheckTypeI32,
11637 OPC_MoveSibling, 8,
11638 OPC_CheckInteger, 12,
11639 OPC_CheckTypeI32,
11640 OPC_MoveSibling, 9,
11641 OPC_CheckInteger, 13,
11642 OPC_CheckTypeI32,
11643 OPC_MoveSibling, 10,
11644 OPC_CheckInteger, 16,
11645 OPC_CheckTypeI32,
11646 OPC_MoveSibling, 11,
11647 OPC_CheckInteger, 17,
11648 OPC_CheckTypeI32,
11649 OPC_MoveSibling, 12,
11650 OPC_CheckInteger, 20,
11651 OPC_CheckTypeI32,
11652 OPC_MoveSibling, 13,
11653 OPC_CheckInteger, 21,
11654 OPC_CheckTypeI32,
11655 OPC_MoveSibling, 14,
11656 OPC_CheckInteger, 24,
11657 OPC_CheckTypeI32,
11658 OPC_MoveSibling, 15,
11659 OPC_CheckInteger, 25,
11660 OPC_CheckTypeI32,
11661 OPC_MoveSibling, 16,
11662 OPC_CheckInteger, 28,
11663 OPC_CheckTypeI32,
11664 OPC_MoveSibling, 17,
11665 OPC_CheckInteger, 29,
11666 OPC_CheckTypeI32,
11667 OPC_MoveParent,
11668 OPC_MoveParent,
11669 OPC_CheckType, MVT::v8i16,
11670 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
11671 MVT::v8i16, 2, 1,
11672 0,
11673 81|128,1,
11674 OPC_CheckChild0Same, 0,
11675 OPC_MoveSibling1,
11676 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
11677 OPC_CheckChild0Same, 1,
11678 OPC_MoveParent,
11679 OPC_CheckType, MVT::v8i16,
11680 OPC_MoveSibling1,
11681 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
11682 OPC_MoveChild0,
11683 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
11684 OPC_Scope, 93,
11685 OPC_CheckChild0Same, 1,
11686 OPC_MoveSibling1,
11687 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
11688 OPC_CheckChild0Same, 0,
11689 OPC_MoveParent,
11690 OPC_CheckType, MVT::v8i16,
11691 OPC_MoveParent,
11692 OPC_CheckChild2Integer, 0,
11693 OPC_CheckChild2TypeI32,
11694 OPC_CheckChild3Integer, 1,
11695 OPC_CheckChild3TypeI32,
11696 OPC_CheckChild4Integer, 4,
11697 OPC_CheckChild4TypeI32,
11698 OPC_MoveChild5,
11699 OPC_CheckInteger, 5,
11700 OPC_CheckTypeI32,
11701 OPC_MoveSibling6,
11702 OPC_CheckInteger, 8,
11703 OPC_CheckTypeI32,
11704 OPC_MoveSibling7,
11705 OPC_CheckInteger, 9,
11706 OPC_CheckTypeI32,
11707 OPC_MoveSibling, 8,
11708 OPC_CheckInteger, 12,
11709 OPC_CheckTypeI32,
11710 OPC_MoveSibling, 9,
11711 OPC_CheckInteger, 13,
11712 OPC_CheckTypeI32,
11713 OPC_MoveSibling, 10,
11714 OPC_CheckInteger, 16,
11715 OPC_CheckTypeI32,
11716 OPC_MoveSibling, 11,
11717 OPC_CheckInteger, 17,
11718 OPC_CheckTypeI32,
11719 OPC_MoveSibling, 12,
11720 OPC_CheckInteger, 20,
11721 OPC_CheckTypeI32,
11722 OPC_MoveSibling, 13,
11723 OPC_CheckInteger, 21,
11724 OPC_CheckTypeI32,
11725 OPC_MoveSibling, 14,
11726 OPC_CheckInteger, 24,
11727 OPC_CheckTypeI32,
11728 OPC_MoveSibling, 15,
11729 OPC_CheckInteger, 25,
11730 OPC_CheckTypeI32,
11731 OPC_MoveSibling, 16,
11732 OPC_CheckInteger, 28,
11733 OPC_CheckTypeI32,
11734 OPC_MoveSibling, 17,
11735 OPC_CheckInteger, 29,
11736 OPC_CheckTypeI32,
11737 OPC_MoveParent,
11738 OPC_MoveParent,
11739 OPC_CheckType, MVT::v8i16,
11740 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
11741 MVT::v8i16, 2, 1,
11742 93,
11743 OPC_CheckChild0Same, 0,
11744 OPC_MoveSibling1,
11745 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
11746 OPC_CheckChild0Same, 1,
11747 OPC_MoveParent,
11748 OPC_CheckType, MVT::v8i16,
11749 OPC_MoveParent,
11750 OPC_CheckChild2Integer, 0,
11751 OPC_CheckChild2TypeI32,
11752 OPC_CheckChild3Integer, 1,
11753 OPC_CheckChild3TypeI32,
11754 OPC_CheckChild4Integer, 4,
11755 OPC_CheckChild4TypeI32,
11756 OPC_MoveChild5,
11757 OPC_CheckInteger, 5,
11758 OPC_CheckTypeI32,
11759 OPC_MoveSibling6,
11760 OPC_CheckInteger, 8,
11761 OPC_CheckTypeI32,
11762 OPC_MoveSibling7,
11763 OPC_CheckInteger, 9,
11764 OPC_CheckTypeI32,
11765 OPC_MoveSibling, 8,
11766 OPC_CheckInteger, 12,
11767 OPC_CheckTypeI32,
11768 OPC_MoveSibling, 9,
11769 OPC_CheckInteger, 13,
11770 OPC_CheckTypeI32,
11771 OPC_MoveSibling, 10,
11772 OPC_CheckInteger, 16,
11773 OPC_CheckTypeI32,
11774 OPC_MoveSibling, 11,
11775 OPC_CheckInteger, 17,
11776 OPC_CheckTypeI32,
11777 OPC_MoveSibling, 12,
11778 OPC_CheckInteger, 20,
11779 OPC_CheckTypeI32,
11780 OPC_MoveSibling, 13,
11781 OPC_CheckInteger, 21,
11782 OPC_CheckTypeI32,
11783 OPC_MoveSibling, 14,
11784 OPC_CheckInteger, 24,
11785 OPC_CheckTypeI32,
11786 OPC_MoveSibling, 15,
11787 OPC_CheckInteger, 25,
11788 OPC_CheckTypeI32,
11789 OPC_MoveSibling, 16,
11790 OPC_CheckInteger, 28,
11791 OPC_CheckTypeI32,
11792 OPC_MoveSibling, 17,
11793 OPC_CheckInteger, 29,
11794 OPC_CheckTypeI32,
11795 OPC_MoveParent,
11796 OPC_MoveParent,
11797 OPC_CheckType, MVT::v8i16,
11798 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
11799 MVT::v8i16, 2, 1,
11800 0,
11801 0,
11802 8|128,4,
11803 OPC_CheckChild0Same, 0,
11804 OPC_MoveSibling1,
11805 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
11806 OPC_CheckChild0Same, 1,
11807 OPC_MoveParent,
11808 OPC_CheckType, MVT::v8i16,
11809 OPC_MoveParent,
11810 OPC_CheckChild2Integer, 2,
11811 OPC_CheckChild2TypeI32,
11812 OPC_CheckChild3Integer, 3,
11813 OPC_CheckChild3TypeI32,
11814 OPC_CheckChild4Integer, 6,
11815 OPC_CheckChild4TypeI32,
11816 OPC_MoveChild5,
11817 OPC_CheckInteger, 7,
11818 OPC_CheckTypeI32,
11819 OPC_MoveSibling6,
11820 OPC_CheckInteger, 10,
11821 OPC_CheckTypeI32,
11822 OPC_MoveSibling7,
11823 OPC_CheckInteger, 11,
11824 OPC_CheckTypeI32,
11825 OPC_MoveSibling, 8,
11826 OPC_CheckInteger, 14,
11827 OPC_CheckTypeI32,
11828 OPC_MoveSibling, 9,
11829 OPC_CheckInteger, 15,
11830 OPC_CheckTypeI32,
11831 OPC_MoveSibling, 10,
11832 OPC_CheckInteger, 18,
11833 OPC_CheckTypeI32,
11834 OPC_MoveSibling, 11,
11835 OPC_CheckInteger, 19,
11836 OPC_CheckTypeI32,
11837 OPC_MoveSibling, 12,
11838 OPC_CheckInteger, 22,
11839 OPC_CheckTypeI32,
11840 OPC_MoveSibling, 13,
11841 OPC_CheckInteger, 23,
11842 OPC_CheckTypeI32,
11843 OPC_MoveSibling, 14,
11844 OPC_CheckInteger, 26,
11845 OPC_CheckTypeI32,
11846 OPC_MoveSibling, 15,
11847 OPC_CheckInteger, 27,
11848 OPC_CheckTypeI32,
11849 OPC_MoveSibling, 16,
11850 OPC_CheckInteger, 30,
11851 OPC_CheckTypeI32,
11852 OPC_MoveSibling, 17,
11853 OPC_CheckInteger, 31,
11854 OPC_CheckTypeI32,
11855 OPC_MoveParent,
11856 OPC_MoveSibling1,
11857 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
11858 OPC_MoveChild0,
11859 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
11860 OPC_MoveChild0,
11861 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
11862 OPC_Scope, 81|128,1,
11863 OPC_CheckChild0Same, 1,
11864 OPC_MoveSibling1,
11865 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
11866 OPC_CheckChild0Same, 0,
11867 OPC_MoveParent,
11868 OPC_CheckType, MVT::v8i16,
11869 OPC_MoveSibling1,
11870 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
11871 OPC_MoveChild0,
11872 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
11873 OPC_Scope, 93,
11874 OPC_CheckChild0Same, 1,
11875 OPC_MoveSibling1,
11876 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
11877 OPC_CheckChild0Same, 0,
11878 OPC_MoveParent,
11879 OPC_CheckType, MVT::v8i16,
11880 OPC_MoveParent,
11881 OPC_CheckChild2Integer, 0,
11882 OPC_CheckChild2TypeI32,
11883 OPC_CheckChild3Integer, 1,
11884 OPC_CheckChild3TypeI32,
11885 OPC_CheckChild4Integer, 4,
11886 OPC_CheckChild4TypeI32,
11887 OPC_MoveChild5,
11888 OPC_CheckInteger, 5,
11889 OPC_CheckTypeI32,
11890 OPC_MoveSibling6,
11891 OPC_CheckInteger, 8,
11892 OPC_CheckTypeI32,
11893 OPC_MoveSibling7,
11894 OPC_CheckInteger, 9,
11895 OPC_CheckTypeI32,
11896 OPC_MoveSibling, 8,
11897 OPC_CheckInteger, 12,
11898 OPC_CheckTypeI32,
11899 OPC_MoveSibling, 9,
11900 OPC_CheckInteger, 13,
11901 OPC_CheckTypeI32,
11902 OPC_MoveSibling, 10,
11903 OPC_CheckInteger, 16,
11904 OPC_CheckTypeI32,
11905 OPC_MoveSibling, 11,
11906 OPC_CheckInteger, 17,
11907 OPC_CheckTypeI32,
11908 OPC_MoveSibling, 12,
11909 OPC_CheckInteger, 20,
11910 OPC_CheckTypeI32,
11911 OPC_MoveSibling, 13,
11912 OPC_CheckInteger, 21,
11913 OPC_CheckTypeI32,
11914 OPC_MoveSibling, 14,
11915 OPC_CheckInteger, 24,
11916 OPC_CheckTypeI32,
11917 OPC_MoveSibling, 15,
11918 OPC_CheckInteger, 25,
11919 OPC_CheckTypeI32,
11920 OPC_MoveSibling, 16,
11921 OPC_CheckInteger, 28,
11922 OPC_CheckTypeI32,
11923 OPC_MoveSibling, 17,
11924 OPC_CheckInteger, 29,
11925 OPC_CheckTypeI32,
11926 OPC_MoveParent,
11927 OPC_MoveParent,
11928 OPC_CheckType, MVT::v8i16,
11929 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
11930 MVT::v8i16, 2, 1,
11931 93,
11932 OPC_CheckChild0Same, 0,
11933 OPC_MoveSibling1,
11934 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
11935 OPC_CheckChild0Same, 1,
11936 OPC_MoveParent,
11937 OPC_CheckType, MVT::v8i16,
11938 OPC_MoveParent,
11939 OPC_CheckChild2Integer, 0,
11940 OPC_CheckChild2TypeI32,
11941 OPC_CheckChild3Integer, 1,
11942 OPC_CheckChild3TypeI32,
11943 OPC_CheckChild4Integer, 4,
11944 OPC_CheckChild4TypeI32,
11945 OPC_MoveChild5,
11946 OPC_CheckInteger, 5,
11947 OPC_CheckTypeI32,
11948 OPC_MoveSibling6,
11949 OPC_CheckInteger, 8,
11950 OPC_CheckTypeI32,
11951 OPC_MoveSibling7,
11952 OPC_CheckInteger, 9,
11953 OPC_CheckTypeI32,
11954 OPC_MoveSibling, 8,
11955 OPC_CheckInteger, 12,
11956 OPC_CheckTypeI32,
11957 OPC_MoveSibling, 9,
11958 OPC_CheckInteger, 13,
11959 OPC_CheckTypeI32,
11960 OPC_MoveSibling, 10,
11961 OPC_CheckInteger, 16,
11962 OPC_CheckTypeI32,
11963 OPC_MoveSibling, 11,
11964 OPC_CheckInteger, 17,
11965 OPC_CheckTypeI32,
11966 OPC_MoveSibling, 12,
11967 OPC_CheckInteger, 20,
11968 OPC_CheckTypeI32,
11969 OPC_MoveSibling, 13,
11970 OPC_CheckInteger, 21,
11971 OPC_CheckTypeI32,
11972 OPC_MoveSibling, 14,
11973 OPC_CheckInteger, 24,
11974 OPC_CheckTypeI32,
11975 OPC_MoveSibling, 15,
11976 OPC_CheckInteger, 25,
11977 OPC_CheckTypeI32,
11978 OPC_MoveSibling, 16,
11979 OPC_CheckInteger, 28,
11980 OPC_CheckTypeI32,
11981 OPC_MoveSibling, 17,
11982 OPC_CheckInteger, 29,
11983 OPC_CheckTypeI32,
11984 OPC_MoveParent,
11985 OPC_MoveParent,
11986 OPC_CheckType, MVT::v8i16,
11987 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
11988 MVT::v8i16, 2, 1,
11989 0,
11990 81|128,1,
11991 OPC_CheckChild0Same, 0,
11992 OPC_MoveSibling1,
11993 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
11994 OPC_CheckChild0Same, 1,
11995 OPC_MoveParent,
11996 OPC_CheckType, MVT::v8i16,
11997 OPC_MoveSibling1,
11998 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
11999 OPC_MoveChild0,
12000 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
12001 OPC_Scope, 93,
12002 OPC_CheckChild0Same, 1,
12003 OPC_MoveSibling1,
12004 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
12005 OPC_CheckChild0Same, 0,
12006 OPC_MoveParent,
12007 OPC_CheckType, MVT::v8i16,
12008 OPC_MoveParent,
12009 OPC_CheckChild2Integer, 0,
12010 OPC_CheckChild2TypeI32,
12011 OPC_CheckChild3Integer, 1,
12012 OPC_CheckChild3TypeI32,
12013 OPC_CheckChild4Integer, 4,
12014 OPC_CheckChild4TypeI32,
12015 OPC_MoveChild5,
12016 OPC_CheckInteger, 5,
12017 OPC_CheckTypeI32,
12018 OPC_MoveSibling6,
12019 OPC_CheckInteger, 8,
12020 OPC_CheckTypeI32,
12021 OPC_MoveSibling7,
12022 OPC_CheckInteger, 9,
12023 OPC_CheckTypeI32,
12024 OPC_MoveSibling, 8,
12025 OPC_CheckInteger, 12,
12026 OPC_CheckTypeI32,
12027 OPC_MoveSibling, 9,
12028 OPC_CheckInteger, 13,
12029 OPC_CheckTypeI32,
12030 OPC_MoveSibling, 10,
12031 OPC_CheckInteger, 16,
12032 OPC_CheckTypeI32,
12033 OPC_MoveSibling, 11,
12034 OPC_CheckInteger, 17,
12035 OPC_CheckTypeI32,
12036 OPC_MoveSibling, 12,
12037 OPC_CheckInteger, 20,
12038 OPC_CheckTypeI32,
12039 OPC_MoveSibling, 13,
12040 OPC_CheckInteger, 21,
12041 OPC_CheckTypeI32,
12042 OPC_MoveSibling, 14,
12043 OPC_CheckInteger, 24,
12044 OPC_CheckTypeI32,
12045 OPC_MoveSibling, 15,
12046 OPC_CheckInteger, 25,
12047 OPC_CheckTypeI32,
12048 OPC_MoveSibling, 16,
12049 OPC_CheckInteger, 28,
12050 OPC_CheckTypeI32,
12051 OPC_MoveSibling, 17,
12052 OPC_CheckInteger, 29,
12053 OPC_CheckTypeI32,
12054 OPC_MoveParent,
12055 OPC_MoveParent,
12056 OPC_CheckType, MVT::v8i16,
12057 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
12058 MVT::v8i16, 2, 1,
12059 93,
12060 OPC_CheckChild0Same, 0,
12061 OPC_MoveSibling1,
12062 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
12063 OPC_CheckChild0Same, 1,
12064 OPC_MoveParent,
12065 OPC_CheckType, MVT::v8i16,
12066 OPC_MoveParent,
12067 OPC_CheckChild2Integer, 0,
12068 OPC_CheckChild2TypeI32,
12069 OPC_CheckChild3Integer, 1,
12070 OPC_CheckChild3TypeI32,
12071 OPC_CheckChild4Integer, 4,
12072 OPC_CheckChild4TypeI32,
12073 OPC_MoveChild5,
12074 OPC_CheckInteger, 5,
12075 OPC_CheckTypeI32,
12076 OPC_MoveSibling6,
12077 OPC_CheckInteger, 8,
12078 OPC_CheckTypeI32,
12079 OPC_MoveSibling7,
12080 OPC_CheckInteger, 9,
12081 OPC_CheckTypeI32,
12082 OPC_MoveSibling, 8,
12083 OPC_CheckInteger, 12,
12084 OPC_CheckTypeI32,
12085 OPC_MoveSibling, 9,
12086 OPC_CheckInteger, 13,
12087 OPC_CheckTypeI32,
12088 OPC_MoveSibling, 10,
12089 OPC_CheckInteger, 16,
12090 OPC_CheckTypeI32,
12091 OPC_MoveSibling, 11,
12092 OPC_CheckInteger, 17,
12093 OPC_CheckTypeI32,
12094 OPC_MoveSibling, 12,
12095 OPC_CheckInteger, 20,
12096 OPC_CheckTypeI32,
12097 OPC_MoveSibling, 13,
12098 OPC_CheckInteger, 21,
12099 OPC_CheckTypeI32,
12100 OPC_MoveSibling, 14,
12101 OPC_CheckInteger, 24,
12102 OPC_CheckTypeI32,
12103 OPC_MoveSibling, 15,
12104 OPC_CheckInteger, 25,
12105 OPC_CheckTypeI32,
12106 OPC_MoveSibling, 16,
12107 OPC_CheckInteger, 28,
12108 OPC_CheckTypeI32,
12109 OPC_MoveSibling, 17,
12110 OPC_CheckInteger, 29,
12111 OPC_CheckTypeI32,
12112 OPC_MoveParent,
12113 OPC_MoveParent,
12114 OPC_CheckType, MVT::v8i16,
12115 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
12116 MVT::v8i16, 2, 1,
12117 0,
12118 0,
12119 0,
12120 0,
12121 99|128,5, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
12122 OPC_RecordChild0,
12123 OPC_SwitchType , 109|128,2, MVT::v4i32,
12124 OPC_CheckChild0Type, MVT::v8i16,
12125 OPC_MoveSibling1,
12126 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
12127 OPC_CheckChild0Same, 0,
12128 OPC_CheckType, MVT::v4i32,
12129 OPC_MoveParent,
12130 OPC_Scope, 46|128,1,
12131 OPC_CheckChild2Integer, 0,
12132 OPC_CheckChild2TypeI32,
12133 OPC_CheckChild3Integer, 1,
12134 OPC_CheckChild3TypeI32,
12135 OPC_CheckChild4Integer, 2,
12136 OPC_CheckChild4TypeI32,
12137 OPC_MoveChild5,
12138 OPC_CheckInteger, 3,
12139 OPC_CheckTypeI32,
12140 OPC_MoveSibling6,
12141 OPC_CheckInteger, 8,
12142 OPC_CheckTypeI32,
12143 OPC_MoveSibling7,
12144 OPC_CheckInteger, 9,
12145 OPC_CheckTypeI32,
12146 OPC_MoveSibling, 8,
12147 OPC_CheckInteger, 10,
12148 OPC_CheckTypeI32,
12149 OPC_MoveSibling, 9,
12150 OPC_CheckInteger, 11,
12151 OPC_CheckTypeI32,
12152 OPC_MoveSibling, 10,
12153 OPC_CheckInteger, 16,
12154 OPC_CheckTypeI32,
12155 OPC_MoveSibling, 11,
12156 OPC_CheckInteger, 17,
12157 OPC_CheckTypeI32,
12158 OPC_MoveSibling, 12,
12159 OPC_CheckInteger, 18,
12160 OPC_CheckTypeI32,
12161 OPC_MoveSibling, 13,
12162 OPC_CheckInteger, 19,
12163 OPC_CheckTypeI32,
12164 OPC_MoveSibling, 14,
12165 OPC_CheckInteger, 24,
12166 OPC_CheckTypeI32,
12167 OPC_MoveSibling, 15,
12168 OPC_CheckInteger, 25,
12169 OPC_CheckTypeI32,
12170 OPC_MoveSibling, 16,
12171 OPC_CheckInteger, 26,
12172 OPC_CheckTypeI32,
12173 OPC_MoveSibling, 17,
12174 OPC_CheckInteger, 27,
12175 OPC_CheckTypeI32,
12176 OPC_MoveParent,
12177 OPC_MoveSibling1,
12178 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
12179 OPC_MoveChild0,
12180 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
12181 OPC_CheckChild0Same, 0,
12182 OPC_CheckType, MVT::v4i32,
12183 OPC_MoveSibling1,
12184 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
12185 OPC_CheckChild0Same, 0,
12186 OPC_CheckType, MVT::v4i32,
12187 OPC_MoveParent,
12188 OPC_CheckChild2Integer, 4,
12189 OPC_CheckChild2TypeI32,
12190 OPC_CheckChild3Integer, 5,
12191 OPC_CheckChild3TypeI32,
12192 OPC_CheckChild4Integer, 6,
12193 OPC_CheckChild4TypeI32,
12194 OPC_MoveChild5,
12195 OPC_CheckInteger, 7,
12196 OPC_CheckTypeI32,
12197 OPC_MoveSibling6,
12198 OPC_CheckInteger, 12,
12199 OPC_CheckTypeI32,
12200 OPC_MoveSibling7,
12201 OPC_CheckInteger, 13,
12202 OPC_CheckTypeI32,
12203 OPC_MoveSibling, 8,
12204 OPC_CheckInteger, 14,
12205 OPC_CheckTypeI32,
12206 OPC_MoveSibling, 9,
12207 OPC_CheckInteger, 15,
12208 OPC_CheckTypeI32,
12209 OPC_MoveSibling, 10,
12210 OPC_CheckInteger, 20,
12211 OPC_CheckTypeI32,
12212 OPC_MoveSibling, 11,
12213 OPC_CheckInteger, 21,
12214 OPC_CheckTypeI32,
12215 OPC_MoveSibling, 12,
12216 OPC_CheckInteger, 22,
12217 OPC_CheckTypeI32,
12218 OPC_MoveSibling, 13,
12219 OPC_CheckInteger, 23,
12220 OPC_CheckTypeI32,
12221 OPC_MoveSibling, 14,
12222 OPC_CheckInteger, 28,
12223 OPC_CheckTypeI32,
12224 OPC_MoveSibling, 15,
12225 OPC_CheckInteger, 29,
12226 OPC_CheckTypeI32,
12227 OPC_MoveSibling, 16,
12228 OPC_CheckInteger, 30,
12229 OPC_CheckTypeI32,
12230 OPC_MoveSibling, 17,
12231 OPC_CheckInteger, 31,
12232 OPC_CheckTypeI32,
12233 OPC_MoveParent,
12234 OPC_MoveParent,
12235 OPC_CheckType, MVT::v4i32,
12236 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_s_I32x4),
12237 MVT::v4i32, 1, 2,
12238 46|128,1,
12239 OPC_CheckChild2Integer, 4,
12240 OPC_CheckChild2TypeI32,
12241 OPC_CheckChild3Integer, 5,
12242 OPC_CheckChild3TypeI32,
12243 OPC_CheckChild4Integer, 6,
12244 OPC_CheckChild4TypeI32,
12245 OPC_MoveChild5,
12246 OPC_CheckInteger, 7,
12247 OPC_CheckTypeI32,
12248 OPC_MoveSibling6,
12249 OPC_CheckInteger, 12,
12250 OPC_CheckTypeI32,
12251 OPC_MoveSibling7,
12252 OPC_CheckInteger, 13,
12253 OPC_CheckTypeI32,
12254 OPC_MoveSibling, 8,
12255 OPC_CheckInteger, 14,
12256 OPC_CheckTypeI32,
12257 OPC_MoveSibling, 9,
12258 OPC_CheckInteger, 15,
12259 OPC_CheckTypeI32,
12260 OPC_MoveSibling, 10,
12261 OPC_CheckInteger, 20,
12262 OPC_CheckTypeI32,
12263 OPC_MoveSibling, 11,
12264 OPC_CheckInteger, 21,
12265 OPC_CheckTypeI32,
12266 OPC_MoveSibling, 12,
12267 OPC_CheckInteger, 22,
12268 OPC_CheckTypeI32,
12269 OPC_MoveSibling, 13,
12270 OPC_CheckInteger, 23,
12271 OPC_CheckTypeI32,
12272 OPC_MoveSibling, 14,
12273 OPC_CheckInteger, 28,
12274 OPC_CheckTypeI32,
12275 OPC_MoveSibling, 15,
12276 OPC_CheckInteger, 29,
12277 OPC_CheckTypeI32,
12278 OPC_MoveSibling, 16,
12279 OPC_CheckInteger, 30,
12280 OPC_CheckTypeI32,
12281 OPC_MoveSibling, 17,
12282 OPC_CheckInteger, 31,
12283 OPC_CheckTypeI32,
12284 OPC_MoveParent,
12285 OPC_MoveSibling1,
12286 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
12287 OPC_MoveChild0,
12288 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
12289 OPC_CheckChild0Same, 0,
12290 OPC_CheckType, MVT::v4i32,
12291 OPC_MoveSibling1,
12292 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
12293 OPC_CheckChild0Same, 0,
12294 OPC_CheckType, MVT::v4i32,
12295 OPC_MoveParent,
12296 OPC_CheckChild2Integer, 0,
12297 OPC_CheckChild2TypeI32,
12298 OPC_CheckChild3Integer, 1,
12299 OPC_CheckChild3TypeI32,
12300 OPC_CheckChild4Integer, 2,
12301 OPC_CheckChild4TypeI32,
12302 OPC_MoveChild5,
12303 OPC_CheckInteger, 3,
12304 OPC_CheckTypeI32,
12305 OPC_MoveSibling6,
12306 OPC_CheckInteger, 8,
12307 OPC_CheckTypeI32,
12308 OPC_MoveSibling7,
12309 OPC_CheckInteger, 9,
12310 OPC_CheckTypeI32,
12311 OPC_MoveSibling, 8,
12312 OPC_CheckInteger, 10,
12313 OPC_CheckTypeI32,
12314 OPC_MoveSibling, 9,
12315 OPC_CheckInteger, 11,
12316 OPC_CheckTypeI32,
12317 OPC_MoveSibling, 10,
12318 OPC_CheckInteger, 16,
12319 OPC_CheckTypeI32,
12320 OPC_MoveSibling, 11,
12321 OPC_CheckInteger, 17,
12322 OPC_CheckTypeI32,
12323 OPC_MoveSibling, 12,
12324 OPC_CheckInteger, 18,
12325 OPC_CheckTypeI32,
12326 OPC_MoveSibling, 13,
12327 OPC_CheckInteger, 19,
12328 OPC_CheckTypeI32,
12329 OPC_MoveSibling, 14,
12330 OPC_CheckInteger, 24,
12331 OPC_CheckTypeI32,
12332 OPC_MoveSibling, 15,
12333 OPC_CheckInteger, 25,
12334 OPC_CheckTypeI32,
12335 OPC_MoveSibling, 16,
12336 OPC_CheckInteger, 26,
12337 OPC_CheckTypeI32,
12338 OPC_MoveSibling, 17,
12339 OPC_CheckInteger, 27,
12340 OPC_CheckTypeI32,
12341 OPC_MoveParent,
12342 OPC_MoveParent,
12343 OPC_CheckType, MVT::v4i32,
12344 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_s_I32x4),
12345 MVT::v4i32, 1, 2,
12346 0,
12347 109|128,2, MVT::v8i16,
12348 OPC_CheckChild0Type, MVT::v16i8,
12349 OPC_MoveSibling1,
12350 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
12351 OPC_CheckChild0Same, 0,
12352 OPC_CheckType, MVT::v8i16,
12353 OPC_MoveParent,
12354 OPC_Scope, 46|128,1,
12355 OPC_CheckChild2Integer, 0,
12356 OPC_CheckChild2TypeI32,
12357 OPC_CheckChild3Integer, 1,
12358 OPC_CheckChild3TypeI32,
12359 OPC_CheckChild4Integer, 4,
12360 OPC_CheckChild4TypeI32,
12361 OPC_MoveChild5,
12362 OPC_CheckInteger, 5,
12363 OPC_CheckTypeI32,
12364 OPC_MoveSibling6,
12365 OPC_CheckInteger, 8,
12366 OPC_CheckTypeI32,
12367 OPC_MoveSibling7,
12368 OPC_CheckInteger, 9,
12369 OPC_CheckTypeI32,
12370 OPC_MoveSibling, 8,
12371 OPC_CheckInteger, 12,
12372 OPC_CheckTypeI32,
12373 OPC_MoveSibling, 9,
12374 OPC_CheckInteger, 13,
12375 OPC_CheckTypeI32,
12376 OPC_MoveSibling, 10,
12377 OPC_CheckInteger, 16,
12378 OPC_CheckTypeI32,
12379 OPC_MoveSibling, 11,
12380 OPC_CheckInteger, 17,
12381 OPC_CheckTypeI32,
12382 OPC_MoveSibling, 12,
12383 OPC_CheckInteger, 20,
12384 OPC_CheckTypeI32,
12385 OPC_MoveSibling, 13,
12386 OPC_CheckInteger, 21,
12387 OPC_CheckTypeI32,
12388 OPC_MoveSibling, 14,
12389 OPC_CheckInteger, 24,
12390 OPC_CheckTypeI32,
12391 OPC_MoveSibling, 15,
12392 OPC_CheckInteger, 25,
12393 OPC_CheckTypeI32,
12394 OPC_MoveSibling, 16,
12395 OPC_CheckInteger, 28,
12396 OPC_CheckTypeI32,
12397 OPC_MoveSibling, 17,
12398 OPC_CheckInteger, 29,
12399 OPC_CheckTypeI32,
12400 OPC_MoveParent,
12401 OPC_MoveSibling1,
12402 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
12403 OPC_MoveChild0,
12404 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
12405 OPC_CheckChild0Same, 0,
12406 OPC_CheckType, MVT::v8i16,
12407 OPC_MoveSibling1,
12408 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
12409 OPC_CheckChild0Same, 0,
12410 OPC_CheckType, MVT::v8i16,
12411 OPC_MoveParent,
12412 OPC_CheckChild2Integer, 2,
12413 OPC_CheckChild2TypeI32,
12414 OPC_CheckChild3Integer, 3,
12415 OPC_CheckChild3TypeI32,
12416 OPC_CheckChild4Integer, 6,
12417 OPC_CheckChild4TypeI32,
12418 OPC_MoveChild5,
12419 OPC_CheckInteger, 7,
12420 OPC_CheckTypeI32,
12421 OPC_MoveSibling6,
12422 OPC_CheckInteger, 10,
12423 OPC_CheckTypeI32,
12424 OPC_MoveSibling7,
12425 OPC_CheckInteger, 11,
12426 OPC_CheckTypeI32,
12427 OPC_MoveSibling, 8,
12428 OPC_CheckInteger, 14,
12429 OPC_CheckTypeI32,
12430 OPC_MoveSibling, 9,
12431 OPC_CheckInteger, 15,
12432 OPC_CheckTypeI32,
12433 OPC_MoveSibling, 10,
12434 OPC_CheckInteger, 18,
12435 OPC_CheckTypeI32,
12436 OPC_MoveSibling, 11,
12437 OPC_CheckInteger, 19,
12438 OPC_CheckTypeI32,
12439 OPC_MoveSibling, 12,
12440 OPC_CheckInteger, 22,
12441 OPC_CheckTypeI32,
12442 OPC_MoveSibling, 13,
12443 OPC_CheckInteger, 23,
12444 OPC_CheckTypeI32,
12445 OPC_MoveSibling, 14,
12446 OPC_CheckInteger, 26,
12447 OPC_CheckTypeI32,
12448 OPC_MoveSibling, 15,
12449 OPC_CheckInteger, 27,
12450 OPC_CheckTypeI32,
12451 OPC_MoveSibling, 16,
12452 OPC_CheckInteger, 30,
12453 OPC_CheckTypeI32,
12454 OPC_MoveSibling, 17,
12455 OPC_CheckInteger, 31,
12456 OPC_CheckTypeI32,
12457 OPC_MoveParent,
12458 OPC_MoveParent,
12459 OPC_CheckType, MVT::v8i16,
12460 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_s_I16x8),
12461 MVT::v8i16, 1, 2,
12462 46|128,1,
12463 OPC_CheckChild2Integer, 2,
12464 OPC_CheckChild2TypeI32,
12465 OPC_CheckChild3Integer, 3,
12466 OPC_CheckChild3TypeI32,
12467 OPC_CheckChild4Integer, 6,
12468 OPC_CheckChild4TypeI32,
12469 OPC_MoveChild5,
12470 OPC_CheckInteger, 7,
12471 OPC_CheckTypeI32,
12472 OPC_MoveSibling6,
12473 OPC_CheckInteger, 10,
12474 OPC_CheckTypeI32,
12475 OPC_MoveSibling7,
12476 OPC_CheckInteger, 11,
12477 OPC_CheckTypeI32,
12478 OPC_MoveSibling, 8,
12479 OPC_CheckInteger, 14,
12480 OPC_CheckTypeI32,
12481 OPC_MoveSibling, 9,
12482 OPC_CheckInteger, 15,
12483 OPC_CheckTypeI32,
12484 OPC_MoveSibling, 10,
12485 OPC_CheckInteger, 18,
12486 OPC_CheckTypeI32,
12487 OPC_MoveSibling, 11,
12488 OPC_CheckInteger, 19,
12489 OPC_CheckTypeI32,
12490 OPC_MoveSibling, 12,
12491 OPC_CheckInteger, 22,
12492 OPC_CheckTypeI32,
12493 OPC_MoveSibling, 13,
12494 OPC_CheckInteger, 23,
12495 OPC_CheckTypeI32,
12496 OPC_MoveSibling, 14,
12497 OPC_CheckInteger, 26,
12498 OPC_CheckTypeI32,
12499 OPC_MoveSibling, 15,
12500 OPC_CheckInteger, 27,
12501 OPC_CheckTypeI32,
12502 OPC_MoveSibling, 16,
12503 OPC_CheckInteger, 30,
12504 OPC_CheckTypeI32,
12505 OPC_MoveSibling, 17,
12506 OPC_CheckInteger, 31,
12507 OPC_CheckTypeI32,
12508 OPC_MoveParent,
12509 OPC_MoveSibling1,
12510 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
12511 OPC_MoveChild0,
12512 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
12513 OPC_CheckChild0Same, 0,
12514 OPC_CheckType, MVT::v8i16,
12515 OPC_MoveSibling1,
12516 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
12517 OPC_CheckChild0Same, 0,
12518 OPC_CheckType, MVT::v8i16,
12519 OPC_MoveParent,
12520 OPC_CheckChild2Integer, 0,
12521 OPC_CheckChild2TypeI32,
12522 OPC_CheckChild3Integer, 1,
12523 OPC_CheckChild3TypeI32,
12524 OPC_CheckChild4Integer, 4,
12525 OPC_CheckChild4TypeI32,
12526 OPC_MoveChild5,
12527 OPC_CheckInteger, 5,
12528 OPC_CheckTypeI32,
12529 OPC_MoveSibling6,
12530 OPC_CheckInteger, 8,
12531 OPC_CheckTypeI32,
12532 OPC_MoveSibling7,
12533 OPC_CheckInteger, 9,
12534 OPC_CheckTypeI32,
12535 OPC_MoveSibling, 8,
12536 OPC_CheckInteger, 12,
12537 OPC_CheckTypeI32,
12538 OPC_MoveSibling, 9,
12539 OPC_CheckInteger, 13,
12540 OPC_CheckTypeI32,
12541 OPC_MoveSibling, 10,
12542 OPC_CheckInteger, 16,
12543 OPC_CheckTypeI32,
12544 OPC_MoveSibling, 11,
12545 OPC_CheckInteger, 17,
12546 OPC_CheckTypeI32,
12547 OPC_MoveSibling, 12,
12548 OPC_CheckInteger, 20,
12549 OPC_CheckTypeI32,
12550 OPC_MoveSibling, 13,
12551 OPC_CheckInteger, 21,
12552 OPC_CheckTypeI32,
12553 OPC_MoveSibling, 14,
12554 OPC_CheckInteger, 24,
12555 OPC_CheckTypeI32,
12556 OPC_MoveSibling, 15,
12557 OPC_CheckInteger, 25,
12558 OPC_CheckTypeI32,
12559 OPC_MoveSibling, 16,
12560 OPC_CheckInteger, 28,
12561 OPC_CheckTypeI32,
12562 OPC_MoveSibling, 17,
12563 OPC_CheckInteger, 29,
12564 OPC_CheckTypeI32,
12565 OPC_MoveParent,
12566 OPC_MoveParent,
12567 OPC_CheckType, MVT::v8i16,
12568 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_s_I16x8),
12569 MVT::v8i16, 1, 2,
12570 0,
12571 0,
12572 99|128,5, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_U),
12573 OPC_RecordChild0,
12574 OPC_SwitchType , 109|128,2, MVT::v4i32,
12575 OPC_CheckChild0Type, MVT::v8i16,
12576 OPC_MoveSibling1,
12577 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_U),
12578 OPC_CheckChild0Same, 0,
12579 OPC_CheckType, MVT::v4i32,
12580 OPC_MoveParent,
12581 OPC_Scope, 46|128,1,
12582 OPC_CheckChild2Integer, 0,
12583 OPC_CheckChild2TypeI32,
12584 OPC_CheckChild3Integer, 1,
12585 OPC_CheckChild3TypeI32,
12586 OPC_CheckChild4Integer, 2,
12587 OPC_CheckChild4TypeI32,
12588 OPC_MoveChild5,
12589 OPC_CheckInteger, 3,
12590 OPC_CheckTypeI32,
12591 OPC_MoveSibling6,
12592 OPC_CheckInteger, 8,
12593 OPC_CheckTypeI32,
12594 OPC_MoveSibling7,
12595 OPC_CheckInteger, 9,
12596 OPC_CheckTypeI32,
12597 OPC_MoveSibling, 8,
12598 OPC_CheckInteger, 10,
12599 OPC_CheckTypeI32,
12600 OPC_MoveSibling, 9,
12601 OPC_CheckInteger, 11,
12602 OPC_CheckTypeI32,
12603 OPC_MoveSibling, 10,
12604 OPC_CheckInteger, 16,
12605 OPC_CheckTypeI32,
12606 OPC_MoveSibling, 11,
12607 OPC_CheckInteger, 17,
12608 OPC_CheckTypeI32,
12609 OPC_MoveSibling, 12,
12610 OPC_CheckInteger, 18,
12611 OPC_CheckTypeI32,
12612 OPC_MoveSibling, 13,
12613 OPC_CheckInteger, 19,
12614 OPC_CheckTypeI32,
12615 OPC_MoveSibling, 14,
12616 OPC_CheckInteger, 24,
12617 OPC_CheckTypeI32,
12618 OPC_MoveSibling, 15,
12619 OPC_CheckInteger, 25,
12620 OPC_CheckTypeI32,
12621 OPC_MoveSibling, 16,
12622 OPC_CheckInteger, 26,
12623 OPC_CheckTypeI32,
12624 OPC_MoveSibling, 17,
12625 OPC_CheckInteger, 27,
12626 OPC_CheckTypeI32,
12627 OPC_MoveParent,
12628 OPC_MoveSibling1,
12629 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
12630 OPC_MoveChild0,
12631 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_U),
12632 OPC_CheckChild0Same, 0,
12633 OPC_CheckType, MVT::v4i32,
12634 OPC_MoveSibling1,
12635 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_U),
12636 OPC_CheckChild0Same, 0,
12637 OPC_CheckType, MVT::v4i32,
12638 OPC_MoveParent,
12639 OPC_CheckChild2Integer, 4,
12640 OPC_CheckChild2TypeI32,
12641 OPC_CheckChild3Integer, 5,
12642 OPC_CheckChild3TypeI32,
12643 OPC_CheckChild4Integer, 6,
12644 OPC_CheckChild4TypeI32,
12645 OPC_MoveChild5,
12646 OPC_CheckInteger, 7,
12647 OPC_CheckTypeI32,
12648 OPC_MoveSibling6,
12649 OPC_CheckInteger, 12,
12650 OPC_CheckTypeI32,
12651 OPC_MoveSibling7,
12652 OPC_CheckInteger, 13,
12653 OPC_CheckTypeI32,
12654 OPC_MoveSibling, 8,
12655 OPC_CheckInteger, 14,
12656 OPC_CheckTypeI32,
12657 OPC_MoveSibling, 9,
12658 OPC_CheckInteger, 15,
12659 OPC_CheckTypeI32,
12660 OPC_MoveSibling, 10,
12661 OPC_CheckInteger, 20,
12662 OPC_CheckTypeI32,
12663 OPC_MoveSibling, 11,
12664 OPC_CheckInteger, 21,
12665 OPC_CheckTypeI32,
12666 OPC_MoveSibling, 12,
12667 OPC_CheckInteger, 22,
12668 OPC_CheckTypeI32,
12669 OPC_MoveSibling, 13,
12670 OPC_CheckInteger, 23,
12671 OPC_CheckTypeI32,
12672 OPC_MoveSibling, 14,
12673 OPC_CheckInteger, 28,
12674 OPC_CheckTypeI32,
12675 OPC_MoveSibling, 15,
12676 OPC_CheckInteger, 29,
12677 OPC_CheckTypeI32,
12678 OPC_MoveSibling, 16,
12679 OPC_CheckInteger, 30,
12680 OPC_CheckTypeI32,
12681 OPC_MoveSibling, 17,
12682 OPC_CheckInteger, 31,
12683 OPC_CheckTypeI32,
12684 OPC_MoveParent,
12685 OPC_MoveParent,
12686 OPC_CheckType, MVT::v4i32,
12687 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_u_I32x4),
12688 MVT::v4i32, 1, 2,
12689 46|128,1,
12690 OPC_CheckChild2Integer, 4,
12691 OPC_CheckChild2TypeI32,
12692 OPC_CheckChild3Integer, 5,
12693 OPC_CheckChild3TypeI32,
12694 OPC_CheckChild4Integer, 6,
12695 OPC_CheckChild4TypeI32,
12696 OPC_MoveChild5,
12697 OPC_CheckInteger, 7,
12698 OPC_CheckTypeI32,
12699 OPC_MoveSibling6,
12700 OPC_CheckInteger, 12,
12701 OPC_CheckTypeI32,
12702 OPC_MoveSibling7,
12703 OPC_CheckInteger, 13,
12704 OPC_CheckTypeI32,
12705 OPC_MoveSibling, 8,
12706 OPC_CheckInteger, 14,
12707 OPC_CheckTypeI32,
12708 OPC_MoveSibling, 9,
12709 OPC_CheckInteger, 15,
12710 OPC_CheckTypeI32,
12711 OPC_MoveSibling, 10,
12712 OPC_CheckInteger, 20,
12713 OPC_CheckTypeI32,
12714 OPC_MoveSibling, 11,
12715 OPC_CheckInteger, 21,
12716 OPC_CheckTypeI32,
12717 OPC_MoveSibling, 12,
12718 OPC_CheckInteger, 22,
12719 OPC_CheckTypeI32,
12720 OPC_MoveSibling, 13,
12721 OPC_CheckInteger, 23,
12722 OPC_CheckTypeI32,
12723 OPC_MoveSibling, 14,
12724 OPC_CheckInteger, 28,
12725 OPC_CheckTypeI32,
12726 OPC_MoveSibling, 15,
12727 OPC_CheckInteger, 29,
12728 OPC_CheckTypeI32,
12729 OPC_MoveSibling, 16,
12730 OPC_CheckInteger, 30,
12731 OPC_CheckTypeI32,
12732 OPC_MoveSibling, 17,
12733 OPC_CheckInteger, 31,
12734 OPC_CheckTypeI32,
12735 OPC_MoveParent,
12736 OPC_MoveSibling1,
12737 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
12738 OPC_MoveChild0,
12739 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_U),
12740 OPC_CheckChild0Same, 0,
12741 OPC_CheckType, MVT::v4i32,
12742 OPC_MoveSibling1,
12743 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_U),
12744 OPC_CheckChild0Same, 0,
12745 OPC_CheckType, MVT::v4i32,
12746 OPC_MoveParent,
12747 OPC_CheckChild2Integer, 0,
12748 OPC_CheckChild2TypeI32,
12749 OPC_CheckChild3Integer, 1,
12750 OPC_CheckChild3TypeI32,
12751 OPC_CheckChild4Integer, 2,
12752 OPC_CheckChild4TypeI32,
12753 OPC_MoveChild5,
12754 OPC_CheckInteger, 3,
12755 OPC_CheckTypeI32,
12756 OPC_MoveSibling6,
12757 OPC_CheckInteger, 8,
12758 OPC_CheckTypeI32,
12759 OPC_MoveSibling7,
12760 OPC_CheckInteger, 9,
12761 OPC_CheckTypeI32,
12762 OPC_MoveSibling, 8,
12763 OPC_CheckInteger, 10,
12764 OPC_CheckTypeI32,
12765 OPC_MoveSibling, 9,
12766 OPC_CheckInteger, 11,
12767 OPC_CheckTypeI32,
12768 OPC_MoveSibling, 10,
12769 OPC_CheckInteger, 16,
12770 OPC_CheckTypeI32,
12771 OPC_MoveSibling, 11,
12772 OPC_CheckInteger, 17,
12773 OPC_CheckTypeI32,
12774 OPC_MoveSibling, 12,
12775 OPC_CheckInteger, 18,
12776 OPC_CheckTypeI32,
12777 OPC_MoveSibling, 13,
12778 OPC_CheckInteger, 19,
12779 OPC_CheckTypeI32,
12780 OPC_MoveSibling, 14,
12781 OPC_CheckInteger, 24,
12782 OPC_CheckTypeI32,
12783 OPC_MoveSibling, 15,
12784 OPC_CheckInteger, 25,
12785 OPC_CheckTypeI32,
12786 OPC_MoveSibling, 16,
12787 OPC_CheckInteger, 26,
12788 OPC_CheckTypeI32,
12789 OPC_MoveSibling, 17,
12790 OPC_CheckInteger, 27,
12791 OPC_CheckTypeI32,
12792 OPC_MoveParent,
12793 OPC_MoveParent,
12794 OPC_CheckType, MVT::v4i32,
12795 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_u_I32x4),
12796 MVT::v4i32, 1, 2,
12797 0,
12798 109|128,2, MVT::v8i16,
12799 OPC_CheckChild0Type, MVT::v16i8,
12800 OPC_MoveSibling1,
12801 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_U),
12802 OPC_CheckChild0Same, 0,
12803 OPC_CheckType, MVT::v8i16,
12804 OPC_MoveParent,
12805 OPC_Scope, 46|128,1,
12806 OPC_CheckChild2Integer, 0,
12807 OPC_CheckChild2TypeI32,
12808 OPC_CheckChild3Integer, 1,
12809 OPC_CheckChild3TypeI32,
12810 OPC_CheckChild4Integer, 4,
12811 OPC_CheckChild4TypeI32,
12812 OPC_MoveChild5,
12813 OPC_CheckInteger, 5,
12814 OPC_CheckTypeI32,
12815 OPC_MoveSibling6,
12816 OPC_CheckInteger, 8,
12817 OPC_CheckTypeI32,
12818 OPC_MoveSibling7,
12819 OPC_CheckInteger, 9,
12820 OPC_CheckTypeI32,
12821 OPC_MoveSibling, 8,
12822 OPC_CheckInteger, 12,
12823 OPC_CheckTypeI32,
12824 OPC_MoveSibling, 9,
12825 OPC_CheckInteger, 13,
12826 OPC_CheckTypeI32,
12827 OPC_MoveSibling, 10,
12828 OPC_CheckInteger, 16,
12829 OPC_CheckTypeI32,
12830 OPC_MoveSibling, 11,
12831 OPC_CheckInteger, 17,
12832 OPC_CheckTypeI32,
12833 OPC_MoveSibling, 12,
12834 OPC_CheckInteger, 20,
12835 OPC_CheckTypeI32,
12836 OPC_MoveSibling, 13,
12837 OPC_CheckInteger, 21,
12838 OPC_CheckTypeI32,
12839 OPC_MoveSibling, 14,
12840 OPC_CheckInteger, 24,
12841 OPC_CheckTypeI32,
12842 OPC_MoveSibling, 15,
12843 OPC_CheckInteger, 25,
12844 OPC_CheckTypeI32,
12845 OPC_MoveSibling, 16,
12846 OPC_CheckInteger, 28,
12847 OPC_CheckTypeI32,
12848 OPC_MoveSibling, 17,
12849 OPC_CheckInteger, 29,
12850 OPC_CheckTypeI32,
12851 OPC_MoveParent,
12852 OPC_MoveSibling1,
12853 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
12854 OPC_MoveChild0,
12855 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_U),
12856 OPC_CheckChild0Same, 0,
12857 OPC_CheckType, MVT::v8i16,
12858 OPC_MoveSibling1,
12859 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_U),
12860 OPC_CheckChild0Same, 0,
12861 OPC_CheckType, MVT::v8i16,
12862 OPC_MoveParent,
12863 OPC_CheckChild2Integer, 2,
12864 OPC_CheckChild2TypeI32,
12865 OPC_CheckChild3Integer, 3,
12866 OPC_CheckChild3TypeI32,
12867 OPC_CheckChild4Integer, 6,
12868 OPC_CheckChild4TypeI32,
12869 OPC_MoveChild5,
12870 OPC_CheckInteger, 7,
12871 OPC_CheckTypeI32,
12872 OPC_MoveSibling6,
12873 OPC_CheckInteger, 10,
12874 OPC_CheckTypeI32,
12875 OPC_MoveSibling7,
12876 OPC_CheckInteger, 11,
12877 OPC_CheckTypeI32,
12878 OPC_MoveSibling, 8,
12879 OPC_CheckInteger, 14,
12880 OPC_CheckTypeI32,
12881 OPC_MoveSibling, 9,
12882 OPC_CheckInteger, 15,
12883 OPC_CheckTypeI32,
12884 OPC_MoveSibling, 10,
12885 OPC_CheckInteger, 18,
12886 OPC_CheckTypeI32,
12887 OPC_MoveSibling, 11,
12888 OPC_CheckInteger, 19,
12889 OPC_CheckTypeI32,
12890 OPC_MoveSibling, 12,
12891 OPC_CheckInteger, 22,
12892 OPC_CheckTypeI32,
12893 OPC_MoveSibling, 13,
12894 OPC_CheckInteger, 23,
12895 OPC_CheckTypeI32,
12896 OPC_MoveSibling, 14,
12897 OPC_CheckInteger, 26,
12898 OPC_CheckTypeI32,
12899 OPC_MoveSibling, 15,
12900 OPC_CheckInteger, 27,
12901 OPC_CheckTypeI32,
12902 OPC_MoveSibling, 16,
12903 OPC_CheckInteger, 30,
12904 OPC_CheckTypeI32,
12905 OPC_MoveSibling, 17,
12906 OPC_CheckInteger, 31,
12907 OPC_CheckTypeI32,
12908 OPC_MoveParent,
12909 OPC_MoveParent,
12910 OPC_CheckType, MVT::v8i16,
12911 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_u_I16x8),
12912 MVT::v8i16, 1, 2,
12913 46|128,1,
12914 OPC_CheckChild2Integer, 2,
12915 OPC_CheckChild2TypeI32,
12916 OPC_CheckChild3Integer, 3,
12917 OPC_CheckChild3TypeI32,
12918 OPC_CheckChild4Integer, 6,
12919 OPC_CheckChild4TypeI32,
12920 OPC_MoveChild5,
12921 OPC_CheckInteger, 7,
12922 OPC_CheckTypeI32,
12923 OPC_MoveSibling6,
12924 OPC_CheckInteger, 10,
12925 OPC_CheckTypeI32,
12926 OPC_MoveSibling7,
12927 OPC_CheckInteger, 11,
12928 OPC_CheckTypeI32,
12929 OPC_MoveSibling, 8,
12930 OPC_CheckInteger, 14,
12931 OPC_CheckTypeI32,
12932 OPC_MoveSibling, 9,
12933 OPC_CheckInteger, 15,
12934 OPC_CheckTypeI32,
12935 OPC_MoveSibling, 10,
12936 OPC_CheckInteger, 18,
12937 OPC_CheckTypeI32,
12938 OPC_MoveSibling, 11,
12939 OPC_CheckInteger, 19,
12940 OPC_CheckTypeI32,
12941 OPC_MoveSibling, 12,
12942 OPC_CheckInteger, 22,
12943 OPC_CheckTypeI32,
12944 OPC_MoveSibling, 13,
12945 OPC_CheckInteger, 23,
12946 OPC_CheckTypeI32,
12947 OPC_MoveSibling, 14,
12948 OPC_CheckInteger, 26,
12949 OPC_CheckTypeI32,
12950 OPC_MoveSibling, 15,
12951 OPC_CheckInteger, 27,
12952 OPC_CheckTypeI32,
12953 OPC_MoveSibling, 16,
12954 OPC_CheckInteger, 30,
12955 OPC_CheckTypeI32,
12956 OPC_MoveSibling, 17,
12957 OPC_CheckInteger, 31,
12958 OPC_CheckTypeI32,
12959 OPC_MoveParent,
12960 OPC_MoveSibling1,
12961 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
12962 OPC_MoveChild0,
12963 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_U),
12964 OPC_CheckChild0Same, 0,
12965 OPC_CheckType, MVT::v8i16,
12966 OPC_MoveSibling1,
12967 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_U),
12968 OPC_CheckChild0Same, 0,
12969 OPC_CheckType, MVT::v8i16,
12970 OPC_MoveParent,
12971 OPC_CheckChild2Integer, 0,
12972 OPC_CheckChild2TypeI32,
12973 OPC_CheckChild3Integer, 1,
12974 OPC_CheckChild3TypeI32,
12975 OPC_CheckChild4Integer, 4,
12976 OPC_CheckChild4TypeI32,
12977 OPC_MoveChild5,
12978 OPC_CheckInteger, 5,
12979 OPC_CheckTypeI32,
12980 OPC_MoveSibling6,
12981 OPC_CheckInteger, 8,
12982 OPC_CheckTypeI32,
12983 OPC_MoveSibling7,
12984 OPC_CheckInteger, 9,
12985 OPC_CheckTypeI32,
12986 OPC_MoveSibling, 8,
12987 OPC_CheckInteger, 12,
12988 OPC_CheckTypeI32,
12989 OPC_MoveSibling, 9,
12990 OPC_CheckInteger, 13,
12991 OPC_CheckTypeI32,
12992 OPC_MoveSibling, 10,
12993 OPC_CheckInteger, 16,
12994 OPC_CheckTypeI32,
12995 OPC_MoveSibling, 11,
12996 OPC_CheckInteger, 17,
12997 OPC_CheckTypeI32,
12998 OPC_MoveSibling, 12,
12999 OPC_CheckInteger, 20,
13000 OPC_CheckTypeI32,
13001 OPC_MoveSibling, 13,
13002 OPC_CheckInteger, 21,
13003 OPC_CheckTypeI32,
13004 OPC_MoveSibling, 14,
13005 OPC_CheckInteger, 24,
13006 OPC_CheckTypeI32,
13007 OPC_MoveSibling, 15,
13008 OPC_CheckInteger, 25,
13009 OPC_CheckTypeI32,
13010 OPC_MoveSibling, 16,
13011 OPC_CheckInteger, 28,
13012 OPC_CheckTypeI32,
13013 OPC_MoveSibling, 17,
13014 OPC_CheckInteger, 29,
13015 OPC_CheckTypeI32,
13016 OPC_MoveParent,
13017 OPC_MoveParent,
13018 OPC_CheckType, MVT::v8i16,
13019 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_u_I16x8),
13020 MVT::v8i16, 1, 2,
13021 0,
13022 0,
13023 0,
13024 75|128,4, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
13025 OPC_MoveChild0,
13026 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
13027 OPC_RecordChild0,
13028 OPC_Scope, 32|128,2,
13029 OPC_CheckChild0Type, MVT::v8i16,
13030 OPC_CheckChild1Type, MVT::v8i16,
13031 OPC_Scope, 11|128,1,
13032 OPC_CheckChild2Integer, 0,
13033 OPC_CheckChild2TypeI32,
13034 OPC_CheckChild3Integer, 1,
13035 OPC_CheckChild3TypeI32,
13036 OPC_CheckChild4Integer, 4,
13037 OPC_CheckChild4TypeI32,
13038 OPC_MoveChild5,
13039 OPC_CheckInteger, 5,
13040 OPC_CheckTypeI32,
13041 OPC_MoveSibling6,
13042 OPC_CheckInteger, 8,
13043 OPC_CheckTypeI32,
13044 OPC_MoveSibling7,
13045 OPC_CheckInteger, 9,
13046 OPC_CheckTypeI32,
13047 OPC_MoveSibling, 8,
13048 OPC_CheckInteger, 12,
13049 OPC_CheckTypeI32,
13050 OPC_MoveSibling, 9,
13051 OPC_CheckInteger, 13,
13052 OPC_CheckTypeI32,
13053 OPC_MoveSibling, 10,
13054 OPC_CheckTypeI32,
13055 OPC_MoveSibling, 11,
13056 OPC_CheckTypeI32,
13057 OPC_MoveSibling, 12,
13058 OPC_CheckTypeI32,
13059 OPC_MoveSibling, 13,
13060 OPC_CheckTypeI32,
13061 OPC_MoveSibling, 14,
13062 OPC_CheckTypeI32,
13063 OPC_MoveSibling, 15,
13064 OPC_CheckTypeI32,
13065 OPC_MoveSibling, 16,
13066 OPC_CheckTypeI32,
13067 OPC_MoveSibling, 17,
13068 OPC_CheckTypeI32,
13069 OPC_MoveParent,
13070 OPC_CheckType, MVT::v8i16,
13071 OPC_MoveParent,
13072 OPC_MoveSibling1,
13073 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
13074 OPC_MoveChild0,
13075 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
13076 OPC_CheckChild0Same, 0,
13077 OPC_CheckChild1Type, MVT::v8i16,
13078 OPC_CheckChild2Integer, 2,
13079 OPC_CheckChild2TypeI32,
13080 OPC_CheckChild3Integer, 3,
13081 OPC_CheckChild3TypeI32,
13082 OPC_CheckChild4Integer, 6,
13083 OPC_CheckChild4TypeI32,
13084 OPC_MoveChild5,
13085 OPC_CheckInteger, 7,
13086 OPC_CheckTypeI32,
13087 OPC_MoveSibling6,
13088 OPC_CheckInteger, 10,
13089 OPC_CheckTypeI32,
13090 OPC_MoveSibling7,
13091 OPC_CheckInteger, 11,
13092 OPC_CheckTypeI32,
13093 OPC_MoveSibling, 8,
13094 OPC_CheckInteger, 14,
13095 OPC_CheckTypeI32,
13096 OPC_MoveSibling, 9,
13097 OPC_CheckInteger, 15,
13098 OPC_CheckTypeI32,
13099 OPC_MoveSibling, 10,
13100 OPC_CheckTypeI32,
13101 OPC_MoveSibling, 11,
13102 OPC_CheckTypeI32,
13103 OPC_MoveSibling, 12,
13104 OPC_CheckTypeI32,
13105 OPC_MoveSibling, 13,
13106 OPC_CheckTypeI32,
13107 OPC_MoveSibling, 14,
13108 OPC_CheckTypeI32,
13109 OPC_MoveSibling, 15,
13110 OPC_CheckTypeI32,
13111 OPC_MoveSibling, 16,
13112 OPC_CheckTypeI32,
13113 OPC_MoveSibling, 17,
13114 OPC_CheckTypeI32,
13115 OPC_MoveParent,
13116 OPC_CheckType, MVT::v8i16,
13117 OPC_MoveParent,
13118 OPC_MoveParent,
13119 OPC_CheckType, MVT::v4i32,
13120 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_s_I32x4),
13121 MVT::v4i32, 1, 2,
13122 11|128,1,
13123 OPC_CheckChild2Integer, 2,
13124 OPC_CheckChild2TypeI32,
13125 OPC_CheckChild3Integer, 3,
13126 OPC_CheckChild3TypeI32,
13127 OPC_CheckChild4Integer, 6,
13128 OPC_CheckChild4TypeI32,
13129 OPC_MoveChild5,
13130 OPC_CheckInteger, 7,
13131 OPC_CheckTypeI32,
13132 OPC_MoveSibling6,
13133 OPC_CheckInteger, 10,
13134 OPC_CheckTypeI32,
13135 OPC_MoveSibling7,
13136 OPC_CheckInteger, 11,
13137 OPC_CheckTypeI32,
13138 OPC_MoveSibling, 8,
13139 OPC_CheckInteger, 14,
13140 OPC_CheckTypeI32,
13141 OPC_MoveSibling, 9,
13142 OPC_CheckInteger, 15,
13143 OPC_CheckTypeI32,
13144 OPC_MoveSibling, 10,
13145 OPC_CheckTypeI32,
13146 OPC_MoveSibling, 11,
13147 OPC_CheckTypeI32,
13148 OPC_MoveSibling, 12,
13149 OPC_CheckTypeI32,
13150 OPC_MoveSibling, 13,
13151 OPC_CheckTypeI32,
13152 OPC_MoveSibling, 14,
13153 OPC_CheckTypeI32,
13154 OPC_MoveSibling, 15,
13155 OPC_CheckTypeI32,
13156 OPC_MoveSibling, 16,
13157 OPC_CheckTypeI32,
13158 OPC_MoveSibling, 17,
13159 OPC_CheckTypeI32,
13160 OPC_MoveParent,
13161 OPC_CheckType, MVT::v8i16,
13162 OPC_MoveParent,
13163 OPC_MoveSibling1,
13164 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
13165 OPC_MoveChild0,
13166 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
13167 OPC_CheckChild0Same, 0,
13168 OPC_CheckChild1Type, MVT::v8i16,
13169 OPC_CheckChild2Integer, 0,
13170 OPC_CheckChild2TypeI32,
13171 OPC_CheckChild3Integer, 1,
13172 OPC_CheckChild3TypeI32,
13173 OPC_CheckChild4Integer, 4,
13174 OPC_CheckChild4TypeI32,
13175 OPC_MoveChild5,
13176 OPC_CheckInteger, 5,
13177 OPC_CheckTypeI32,
13178 OPC_MoveSibling6,
13179 OPC_CheckInteger, 8,
13180 OPC_CheckTypeI32,
13181 OPC_MoveSibling7,
13182 OPC_CheckInteger, 9,
13183 OPC_CheckTypeI32,
13184 OPC_MoveSibling, 8,
13185 OPC_CheckInteger, 12,
13186 OPC_CheckTypeI32,
13187 OPC_MoveSibling, 9,
13188 OPC_CheckInteger, 13,
13189 OPC_CheckTypeI32,
13190 OPC_MoveSibling, 10,
13191 OPC_CheckTypeI32,
13192 OPC_MoveSibling, 11,
13193 OPC_CheckTypeI32,
13194 OPC_MoveSibling, 12,
13195 OPC_CheckTypeI32,
13196 OPC_MoveSibling, 13,
13197 OPC_CheckTypeI32,
13198 OPC_MoveSibling, 14,
13199 OPC_CheckTypeI32,
13200 OPC_MoveSibling, 15,
13201 OPC_CheckTypeI32,
13202 OPC_MoveSibling, 16,
13203 OPC_CheckTypeI32,
13204 OPC_MoveSibling, 17,
13205 OPC_CheckTypeI32,
13206 OPC_MoveParent,
13207 OPC_CheckType, MVT::v8i16,
13208 OPC_MoveParent,
13209 OPC_MoveParent,
13210 OPC_CheckType, MVT::v4i32,
13211 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_s_I32x4),
13212 MVT::v4i32, 1, 2,
13213 0,
13214 32|128,2,
13215 OPC_CheckChild0Type, MVT::v16i8,
13216 OPC_CheckChild1Type, MVT::v16i8,
13217 OPC_Scope, 11|128,1,
13218 OPC_CheckChild2Integer, 0,
13219 OPC_CheckChild2TypeI32,
13220 OPC_CheckChild3Integer, 2,
13221 OPC_CheckChild3TypeI32,
13222 OPC_CheckChild4Integer, 4,
13223 OPC_CheckChild4TypeI32,
13224 OPC_MoveChild5,
13225 OPC_CheckInteger, 6,
13226 OPC_CheckTypeI32,
13227 OPC_MoveSibling6,
13228 OPC_CheckInteger, 8,
13229 OPC_CheckTypeI32,
13230 OPC_MoveSibling7,
13231 OPC_CheckInteger, 10,
13232 OPC_CheckTypeI32,
13233 OPC_MoveSibling, 8,
13234 OPC_CheckInteger, 12,
13235 OPC_CheckTypeI32,
13236 OPC_MoveSibling, 9,
13237 OPC_CheckInteger, 14,
13238 OPC_CheckTypeI32,
13239 OPC_MoveSibling, 10,
13240 OPC_CheckTypeI32,
13241 OPC_MoveSibling, 11,
13242 OPC_CheckTypeI32,
13243 OPC_MoveSibling, 12,
13244 OPC_CheckTypeI32,
13245 OPC_MoveSibling, 13,
13246 OPC_CheckTypeI32,
13247 OPC_MoveSibling, 14,
13248 OPC_CheckTypeI32,
13249 OPC_MoveSibling, 15,
13250 OPC_CheckTypeI32,
13251 OPC_MoveSibling, 16,
13252 OPC_CheckTypeI32,
13253 OPC_MoveSibling, 17,
13254 OPC_CheckTypeI32,
13255 OPC_MoveParent,
13256 OPC_CheckType, MVT::v16i8,
13257 OPC_MoveParent,
13258 OPC_MoveSibling1,
13259 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
13260 OPC_MoveChild0,
13261 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
13262 OPC_CheckChild0Same, 0,
13263 OPC_CheckChild1Type, MVT::v16i8,
13264 OPC_CheckChild2Integer, 1,
13265 OPC_CheckChild2TypeI32,
13266 OPC_CheckChild3Integer, 3,
13267 OPC_CheckChild3TypeI32,
13268 OPC_CheckChild4Integer, 5,
13269 OPC_CheckChild4TypeI32,
13270 OPC_MoveChild5,
13271 OPC_CheckInteger, 7,
13272 OPC_CheckTypeI32,
13273 OPC_MoveSibling6,
13274 OPC_CheckInteger, 9,
13275 OPC_CheckTypeI32,
13276 OPC_MoveSibling7,
13277 OPC_CheckInteger, 11,
13278 OPC_CheckTypeI32,
13279 OPC_MoveSibling, 8,
13280 OPC_CheckInteger, 13,
13281 OPC_CheckTypeI32,
13282 OPC_MoveSibling, 9,
13283 OPC_CheckInteger, 15,
13284 OPC_CheckTypeI32,
13285 OPC_MoveSibling, 10,
13286 OPC_CheckTypeI32,
13287 OPC_MoveSibling, 11,
13288 OPC_CheckTypeI32,
13289 OPC_MoveSibling, 12,
13290 OPC_CheckTypeI32,
13291 OPC_MoveSibling, 13,
13292 OPC_CheckTypeI32,
13293 OPC_MoveSibling, 14,
13294 OPC_CheckTypeI32,
13295 OPC_MoveSibling, 15,
13296 OPC_CheckTypeI32,
13297 OPC_MoveSibling, 16,
13298 OPC_CheckTypeI32,
13299 OPC_MoveSibling, 17,
13300 OPC_CheckTypeI32,
13301 OPC_MoveParent,
13302 OPC_CheckType, MVT::v16i8,
13303 OPC_MoveParent,
13304 OPC_MoveParent,
13305 OPC_CheckType, MVT::v8i16,
13306 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_s_I16x8),
13307 MVT::v8i16, 1, 2,
13308 11|128,1,
13309 OPC_CheckChild2Integer, 1,
13310 OPC_CheckChild2TypeI32,
13311 OPC_CheckChild3Integer, 3,
13312 OPC_CheckChild3TypeI32,
13313 OPC_CheckChild4Integer, 5,
13314 OPC_CheckChild4TypeI32,
13315 OPC_MoveChild5,
13316 OPC_CheckInteger, 7,
13317 OPC_CheckTypeI32,
13318 OPC_MoveSibling6,
13319 OPC_CheckInteger, 9,
13320 OPC_CheckTypeI32,
13321 OPC_MoveSibling7,
13322 OPC_CheckInteger, 11,
13323 OPC_CheckTypeI32,
13324 OPC_MoveSibling, 8,
13325 OPC_CheckInteger, 13,
13326 OPC_CheckTypeI32,
13327 OPC_MoveSibling, 9,
13328 OPC_CheckInteger, 15,
13329 OPC_CheckTypeI32,
13330 OPC_MoveSibling, 10,
13331 OPC_CheckTypeI32,
13332 OPC_MoveSibling, 11,
13333 OPC_CheckTypeI32,
13334 OPC_MoveSibling, 12,
13335 OPC_CheckTypeI32,
13336 OPC_MoveSibling, 13,
13337 OPC_CheckTypeI32,
13338 OPC_MoveSibling, 14,
13339 OPC_CheckTypeI32,
13340 OPC_MoveSibling, 15,
13341 OPC_CheckTypeI32,
13342 OPC_MoveSibling, 16,
13343 OPC_CheckTypeI32,
13344 OPC_MoveSibling, 17,
13345 OPC_CheckTypeI32,
13346 OPC_MoveParent,
13347 OPC_CheckType, MVT::v16i8,
13348 OPC_MoveParent,
13349 OPC_MoveSibling1,
13350 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
13351 OPC_MoveChild0,
13352 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
13353 OPC_CheckChild0Same, 0,
13354 OPC_CheckChild1Type, MVT::v16i8,
13355 OPC_CheckChild2Integer, 0,
13356 OPC_CheckChild2TypeI32,
13357 OPC_CheckChild3Integer, 2,
13358 OPC_CheckChild3TypeI32,
13359 OPC_CheckChild4Integer, 4,
13360 OPC_CheckChild4TypeI32,
13361 OPC_MoveChild5,
13362 OPC_CheckInteger, 6,
13363 OPC_CheckTypeI32,
13364 OPC_MoveSibling6,
13365 OPC_CheckInteger, 8,
13366 OPC_CheckTypeI32,
13367 OPC_MoveSibling7,
13368 OPC_CheckInteger, 10,
13369 OPC_CheckTypeI32,
13370 OPC_MoveSibling, 8,
13371 OPC_CheckInteger, 12,
13372 OPC_CheckTypeI32,
13373 OPC_MoveSibling, 9,
13374 OPC_CheckInteger, 14,
13375 OPC_CheckTypeI32,
13376 OPC_MoveSibling, 10,
13377 OPC_CheckTypeI32,
13378 OPC_MoveSibling, 11,
13379 OPC_CheckTypeI32,
13380 OPC_MoveSibling, 12,
13381 OPC_CheckTypeI32,
13382 OPC_MoveSibling, 13,
13383 OPC_CheckTypeI32,
13384 OPC_MoveSibling, 14,
13385 OPC_CheckTypeI32,
13386 OPC_MoveSibling, 15,
13387 OPC_CheckTypeI32,
13388 OPC_MoveSibling, 16,
13389 OPC_CheckTypeI32,
13390 OPC_MoveSibling, 17,
13391 OPC_CheckTypeI32,
13392 OPC_MoveParent,
13393 OPC_CheckType, MVT::v16i8,
13394 OPC_MoveParent,
13395 OPC_MoveParent,
13396 OPC_CheckType, MVT::v8i16,
13397 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_s_I16x8),
13398 MVT::v8i16, 1, 2,
13399 0,
13400 0,
13401 75|128,4, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_U),
13402 OPC_MoveChild0,
13403 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
13404 OPC_RecordChild0,
13405 OPC_Scope, 32|128,2,
13406 OPC_CheckChild0Type, MVT::v8i16,
13407 OPC_CheckChild1Type, MVT::v8i16,
13408 OPC_Scope, 11|128,1,
13409 OPC_CheckChild2Integer, 0,
13410 OPC_CheckChild2TypeI32,
13411 OPC_CheckChild3Integer, 1,
13412 OPC_CheckChild3TypeI32,
13413 OPC_CheckChild4Integer, 4,
13414 OPC_CheckChild4TypeI32,
13415 OPC_MoveChild5,
13416 OPC_CheckInteger, 5,
13417 OPC_CheckTypeI32,
13418 OPC_MoveSibling6,
13419 OPC_CheckInteger, 8,
13420 OPC_CheckTypeI32,
13421 OPC_MoveSibling7,
13422 OPC_CheckInteger, 9,
13423 OPC_CheckTypeI32,
13424 OPC_MoveSibling, 8,
13425 OPC_CheckInteger, 12,
13426 OPC_CheckTypeI32,
13427 OPC_MoveSibling, 9,
13428 OPC_CheckInteger, 13,
13429 OPC_CheckTypeI32,
13430 OPC_MoveSibling, 10,
13431 OPC_CheckTypeI32,
13432 OPC_MoveSibling, 11,
13433 OPC_CheckTypeI32,
13434 OPC_MoveSibling, 12,
13435 OPC_CheckTypeI32,
13436 OPC_MoveSibling, 13,
13437 OPC_CheckTypeI32,
13438 OPC_MoveSibling, 14,
13439 OPC_CheckTypeI32,
13440 OPC_MoveSibling, 15,
13441 OPC_CheckTypeI32,
13442 OPC_MoveSibling, 16,
13443 OPC_CheckTypeI32,
13444 OPC_MoveSibling, 17,
13445 OPC_CheckTypeI32,
13446 OPC_MoveParent,
13447 OPC_CheckType, MVT::v8i16,
13448 OPC_MoveParent,
13449 OPC_MoveSibling1,
13450 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_U),
13451 OPC_MoveChild0,
13452 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
13453 OPC_CheckChild0Same, 0,
13454 OPC_CheckChild1Type, MVT::v8i16,
13455 OPC_CheckChild2Integer, 2,
13456 OPC_CheckChild2TypeI32,
13457 OPC_CheckChild3Integer, 3,
13458 OPC_CheckChild3TypeI32,
13459 OPC_CheckChild4Integer, 6,
13460 OPC_CheckChild4TypeI32,
13461 OPC_MoveChild5,
13462 OPC_CheckInteger, 7,
13463 OPC_CheckTypeI32,
13464 OPC_MoveSibling6,
13465 OPC_CheckInteger, 10,
13466 OPC_CheckTypeI32,
13467 OPC_MoveSibling7,
13468 OPC_CheckInteger, 11,
13469 OPC_CheckTypeI32,
13470 OPC_MoveSibling, 8,
13471 OPC_CheckInteger, 14,
13472 OPC_CheckTypeI32,
13473 OPC_MoveSibling, 9,
13474 OPC_CheckInteger, 15,
13475 OPC_CheckTypeI32,
13476 OPC_MoveSibling, 10,
13477 OPC_CheckTypeI32,
13478 OPC_MoveSibling, 11,
13479 OPC_CheckTypeI32,
13480 OPC_MoveSibling, 12,
13481 OPC_CheckTypeI32,
13482 OPC_MoveSibling, 13,
13483 OPC_CheckTypeI32,
13484 OPC_MoveSibling, 14,
13485 OPC_CheckTypeI32,
13486 OPC_MoveSibling, 15,
13487 OPC_CheckTypeI32,
13488 OPC_MoveSibling, 16,
13489 OPC_CheckTypeI32,
13490 OPC_MoveSibling, 17,
13491 OPC_CheckTypeI32,
13492 OPC_MoveParent,
13493 OPC_CheckType, MVT::v8i16,
13494 OPC_MoveParent,
13495 OPC_MoveParent,
13496 OPC_CheckType, MVT::v4i32,
13497 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_u_I32x4),
13498 MVT::v4i32, 1, 2,
13499 11|128,1,
13500 OPC_CheckChild2Integer, 2,
13501 OPC_CheckChild2TypeI32,
13502 OPC_CheckChild3Integer, 3,
13503 OPC_CheckChild3TypeI32,
13504 OPC_CheckChild4Integer, 6,
13505 OPC_CheckChild4TypeI32,
13506 OPC_MoveChild5,
13507 OPC_CheckInteger, 7,
13508 OPC_CheckTypeI32,
13509 OPC_MoveSibling6,
13510 OPC_CheckInteger, 10,
13511 OPC_CheckTypeI32,
13512 OPC_MoveSibling7,
13513 OPC_CheckInteger, 11,
13514 OPC_CheckTypeI32,
13515 OPC_MoveSibling, 8,
13516 OPC_CheckInteger, 14,
13517 OPC_CheckTypeI32,
13518 OPC_MoveSibling, 9,
13519 OPC_CheckInteger, 15,
13520 OPC_CheckTypeI32,
13521 OPC_MoveSibling, 10,
13522 OPC_CheckTypeI32,
13523 OPC_MoveSibling, 11,
13524 OPC_CheckTypeI32,
13525 OPC_MoveSibling, 12,
13526 OPC_CheckTypeI32,
13527 OPC_MoveSibling, 13,
13528 OPC_CheckTypeI32,
13529 OPC_MoveSibling, 14,
13530 OPC_CheckTypeI32,
13531 OPC_MoveSibling, 15,
13532 OPC_CheckTypeI32,
13533 OPC_MoveSibling, 16,
13534 OPC_CheckTypeI32,
13535 OPC_MoveSibling, 17,
13536 OPC_CheckTypeI32,
13537 OPC_MoveParent,
13538 OPC_CheckType, MVT::v8i16,
13539 OPC_MoveParent,
13540 OPC_MoveSibling1,
13541 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_U),
13542 OPC_MoveChild0,
13543 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
13544 OPC_CheckChild0Same, 0,
13545 OPC_CheckChild1Type, MVT::v8i16,
13546 OPC_CheckChild2Integer, 0,
13547 OPC_CheckChild2TypeI32,
13548 OPC_CheckChild3Integer, 1,
13549 OPC_CheckChild3TypeI32,
13550 OPC_CheckChild4Integer, 4,
13551 OPC_CheckChild4TypeI32,
13552 OPC_MoveChild5,
13553 OPC_CheckInteger, 5,
13554 OPC_CheckTypeI32,
13555 OPC_MoveSibling6,
13556 OPC_CheckInteger, 8,
13557 OPC_CheckTypeI32,
13558 OPC_MoveSibling7,
13559 OPC_CheckInteger, 9,
13560 OPC_CheckTypeI32,
13561 OPC_MoveSibling, 8,
13562 OPC_CheckInteger, 12,
13563 OPC_CheckTypeI32,
13564 OPC_MoveSibling, 9,
13565 OPC_CheckInteger, 13,
13566 OPC_CheckTypeI32,
13567 OPC_MoveSibling, 10,
13568 OPC_CheckTypeI32,
13569 OPC_MoveSibling, 11,
13570 OPC_CheckTypeI32,
13571 OPC_MoveSibling, 12,
13572 OPC_CheckTypeI32,
13573 OPC_MoveSibling, 13,
13574 OPC_CheckTypeI32,
13575 OPC_MoveSibling, 14,
13576 OPC_CheckTypeI32,
13577 OPC_MoveSibling, 15,
13578 OPC_CheckTypeI32,
13579 OPC_MoveSibling, 16,
13580 OPC_CheckTypeI32,
13581 OPC_MoveSibling, 17,
13582 OPC_CheckTypeI32,
13583 OPC_MoveParent,
13584 OPC_CheckType, MVT::v8i16,
13585 OPC_MoveParent,
13586 OPC_MoveParent,
13587 OPC_CheckType, MVT::v4i32,
13588 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_u_I32x4),
13589 MVT::v4i32, 1, 2,
13590 0,
13591 32|128,2,
13592 OPC_CheckChild0Type, MVT::v16i8,
13593 OPC_CheckChild1Type, MVT::v16i8,
13594 OPC_Scope, 11|128,1,
13595 OPC_CheckChild2Integer, 0,
13596 OPC_CheckChild2TypeI32,
13597 OPC_CheckChild3Integer, 2,
13598 OPC_CheckChild3TypeI32,
13599 OPC_CheckChild4Integer, 4,
13600 OPC_CheckChild4TypeI32,
13601 OPC_MoveChild5,
13602 OPC_CheckInteger, 6,
13603 OPC_CheckTypeI32,
13604 OPC_MoveSibling6,
13605 OPC_CheckInteger, 8,
13606 OPC_CheckTypeI32,
13607 OPC_MoveSibling7,
13608 OPC_CheckInteger, 10,
13609 OPC_CheckTypeI32,
13610 OPC_MoveSibling, 8,
13611 OPC_CheckInteger, 12,
13612 OPC_CheckTypeI32,
13613 OPC_MoveSibling, 9,
13614 OPC_CheckInteger, 14,
13615 OPC_CheckTypeI32,
13616 OPC_MoveSibling, 10,
13617 OPC_CheckTypeI32,
13618 OPC_MoveSibling, 11,
13619 OPC_CheckTypeI32,
13620 OPC_MoveSibling, 12,
13621 OPC_CheckTypeI32,
13622 OPC_MoveSibling, 13,
13623 OPC_CheckTypeI32,
13624 OPC_MoveSibling, 14,
13625 OPC_CheckTypeI32,
13626 OPC_MoveSibling, 15,
13627 OPC_CheckTypeI32,
13628 OPC_MoveSibling, 16,
13629 OPC_CheckTypeI32,
13630 OPC_MoveSibling, 17,
13631 OPC_CheckTypeI32,
13632 OPC_MoveParent,
13633 OPC_CheckType, MVT::v16i8,
13634 OPC_MoveParent,
13635 OPC_MoveSibling1,
13636 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_U),
13637 OPC_MoveChild0,
13638 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
13639 OPC_CheckChild0Same, 0,
13640 OPC_CheckChild1Type, MVT::v16i8,
13641 OPC_CheckChild2Integer, 1,
13642 OPC_CheckChild2TypeI32,
13643 OPC_CheckChild3Integer, 3,
13644 OPC_CheckChild3TypeI32,
13645 OPC_CheckChild4Integer, 5,
13646 OPC_CheckChild4TypeI32,
13647 OPC_MoveChild5,
13648 OPC_CheckInteger, 7,
13649 OPC_CheckTypeI32,
13650 OPC_MoveSibling6,
13651 OPC_CheckInteger, 9,
13652 OPC_CheckTypeI32,
13653 OPC_MoveSibling7,
13654 OPC_CheckInteger, 11,
13655 OPC_CheckTypeI32,
13656 OPC_MoveSibling, 8,
13657 OPC_CheckInteger, 13,
13658 OPC_CheckTypeI32,
13659 OPC_MoveSibling, 9,
13660 OPC_CheckInteger, 15,
13661 OPC_CheckTypeI32,
13662 OPC_MoveSibling, 10,
13663 OPC_CheckTypeI32,
13664 OPC_MoveSibling, 11,
13665 OPC_CheckTypeI32,
13666 OPC_MoveSibling, 12,
13667 OPC_CheckTypeI32,
13668 OPC_MoveSibling, 13,
13669 OPC_CheckTypeI32,
13670 OPC_MoveSibling, 14,
13671 OPC_CheckTypeI32,
13672 OPC_MoveSibling, 15,
13673 OPC_CheckTypeI32,
13674 OPC_MoveSibling, 16,
13675 OPC_CheckTypeI32,
13676 OPC_MoveSibling, 17,
13677 OPC_CheckTypeI32,
13678 OPC_MoveParent,
13679 OPC_CheckType, MVT::v16i8,
13680 OPC_MoveParent,
13681 OPC_MoveParent,
13682 OPC_CheckType, MVT::v8i16,
13683 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_u_I16x8),
13684 MVT::v8i16, 1, 2,
13685 11|128,1,
13686 OPC_CheckChild2Integer, 1,
13687 OPC_CheckChild2TypeI32,
13688 OPC_CheckChild3Integer, 3,
13689 OPC_CheckChild3TypeI32,
13690 OPC_CheckChild4Integer, 5,
13691 OPC_CheckChild4TypeI32,
13692 OPC_MoveChild5,
13693 OPC_CheckInteger, 7,
13694 OPC_CheckTypeI32,
13695 OPC_MoveSibling6,
13696 OPC_CheckInteger, 9,
13697 OPC_CheckTypeI32,
13698 OPC_MoveSibling7,
13699 OPC_CheckInteger, 11,
13700 OPC_CheckTypeI32,
13701 OPC_MoveSibling, 8,
13702 OPC_CheckInteger, 13,
13703 OPC_CheckTypeI32,
13704 OPC_MoveSibling, 9,
13705 OPC_CheckInteger, 15,
13706 OPC_CheckTypeI32,
13707 OPC_MoveSibling, 10,
13708 OPC_CheckTypeI32,
13709 OPC_MoveSibling, 11,
13710 OPC_CheckTypeI32,
13711 OPC_MoveSibling, 12,
13712 OPC_CheckTypeI32,
13713 OPC_MoveSibling, 13,
13714 OPC_CheckTypeI32,
13715 OPC_MoveSibling, 14,
13716 OPC_CheckTypeI32,
13717 OPC_MoveSibling, 15,
13718 OPC_CheckTypeI32,
13719 OPC_MoveSibling, 16,
13720 OPC_CheckTypeI32,
13721 OPC_MoveSibling, 17,
13722 OPC_CheckTypeI32,
13723 OPC_MoveParent,
13724 OPC_CheckType, MVT::v16i8,
13725 OPC_MoveParent,
13726 OPC_MoveSibling1,
13727 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_U),
13728 OPC_MoveChild0,
13729 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
13730 OPC_CheckChild0Same, 0,
13731 OPC_CheckChild1Type, MVT::v16i8,
13732 OPC_CheckChild2Integer, 0,
13733 OPC_CheckChild2TypeI32,
13734 OPC_CheckChild3Integer, 2,
13735 OPC_CheckChild3TypeI32,
13736 OPC_CheckChild4Integer, 4,
13737 OPC_CheckChild4TypeI32,
13738 OPC_MoveChild5,
13739 OPC_CheckInteger, 6,
13740 OPC_CheckTypeI32,
13741 OPC_MoveSibling6,
13742 OPC_CheckInteger, 8,
13743 OPC_CheckTypeI32,
13744 OPC_MoveSibling7,
13745 OPC_CheckInteger, 10,
13746 OPC_CheckTypeI32,
13747 OPC_MoveSibling, 8,
13748 OPC_CheckInteger, 12,
13749 OPC_CheckTypeI32,
13750 OPC_MoveSibling, 9,
13751 OPC_CheckInteger, 14,
13752 OPC_CheckTypeI32,
13753 OPC_MoveSibling, 10,
13754 OPC_CheckTypeI32,
13755 OPC_MoveSibling, 11,
13756 OPC_CheckTypeI32,
13757 OPC_MoveSibling, 12,
13758 OPC_CheckTypeI32,
13759 OPC_MoveSibling, 13,
13760 OPC_CheckTypeI32,
13761 OPC_MoveSibling, 14,
13762 OPC_CheckTypeI32,
13763 OPC_MoveSibling, 15,
13764 OPC_CheckTypeI32,
13765 OPC_MoveSibling, 16,
13766 OPC_CheckTypeI32,
13767 OPC_MoveSibling, 17,
13768 OPC_CheckTypeI32,
13769 OPC_MoveParent,
13770 OPC_CheckType, MVT::v16i8,
13771 OPC_MoveParent,
13772 OPC_MoveParent,
13773 OPC_CheckType, MVT::v8i16,
13774 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_u_I16x8),
13775 MVT::v8i16, 1, 2,
13776 0,
13777 0,
13778 25, TARGET_VAL(ISD::INTRINSIC_WO_CHAIN),
13779 OPC_CheckChild0Integer, 97|128,114|128,0,
13780 OPC_MoveChild1,
13781 OPC_CheckOpcode, TARGET_VAL(ISD::INTRINSIC_WO_CHAIN),
13782 OPC_CheckChild0Integer, 126|128,114|128,0,
13783 OPC_RecordChild1,
13784 OPC_RecordChild2,
13785 OPC_MoveParent,
13786 OPC_MoveParent,
13787 OPC_RecordChild1,
13788 OPC_CheckType, MVT::v4i32,
13789 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT_ADD),
13790 MVT::v4i32, 3, 41,
13791 0,
13792 72,
13793 OPC_RecordChild0,
13794 OPC_Scope, 28,
13795 OPC_MoveChild1,
13796 OPC_CheckOpcode, TARGET_VAL(ISD::INTRINSIC_WO_CHAIN),
13797 OPC_CheckChild0Integer, 97|128,114|128,0,
13798 OPC_MoveChild1,
13799 OPC_CheckOpcode, TARGET_VAL(ISD::INTRINSIC_WO_CHAIN),
13800 OPC_CheckChild0Integer, 126|128,114|128,0,
13801 OPC_RecordChild1,
13802 OPC_RecordChild2,
13803 OPC_MoveParent,
13804 OPC_MoveParent,
13805 OPC_CheckType, MVT::v4i32,
13806 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT_ADD),
13807 MVT::v4i32, 3, 3,
13808 39,
13809 OPC_RecordChild1,
13810 OPC_SwitchType , 7, MVT::v16i8,
13811 OPC_CheckPatternPredicate0,
13812 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ADD_I8x16),
13813 MVT::v16i8, 2, 16,
13814 7, MVT::v8i16,
13815 OPC_CheckPatternPredicate0,
13816 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ADD_I16x8),
13817 MVT::v8i16, 2, 16,
13818 7, MVT::v4i32,
13819 OPC_CheckPatternPredicate0,
13820 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ADD_I32x4),
13821 MVT::v4i32, 2, 16,
13822 7, MVT::v2i64,
13823 OPC_CheckPatternPredicate0,
13824 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ADD_I64x2),
13825 MVT::v2i64, 2, 16,
13826 0,
13827 0,
13828 0,
13829 107, TARGET_VAL(ISD::SUB),
13830 OPC_Scope, 20,
13831 OPC_RecordChild0,
13832 OPC_RecordChild1,
13833 OPC_SwitchType , 6, MVT::i32,
13834 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SUB_I32),
13835 MVT::i32, 2, 16,
13836 6, MVT::i64,
13837 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SUB_I64),
13838 MVT::i64, 2, 16,
13839 0,
13840 42,
13841 OPC_MoveChild0,
13842 OPC_CheckImmAllZerosV,
13843 OPC_MoveParent,
13844 OPC_RecordChild1,
13845 OPC_SwitchType , 7, MVT::v16i8,
13846 OPC_CheckPatternPredicate0,
13847 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEG_I8x16),
13848 MVT::v16i8, 1, 2,
13849 7, MVT::v8i16,
13850 OPC_CheckPatternPredicate0,
13851 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEG_I16x8),
13852 MVT::v8i16, 1, 2,
13853 7, MVT::v4i32,
13854 OPC_CheckPatternPredicate0,
13855 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEG_I32x4),
13856 MVT::v4i32, 1, 2,
13857 7, MVT::v2i64,
13858 OPC_CheckPatternPredicate0,
13859 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEG_I64x2),
13860 MVT::v2i64, 1, 2,
13861 0,
13862 40,
13863 OPC_RecordChild0,
13864 OPC_RecordChild1,
13865 OPC_SwitchType , 7, MVT::v16i8,
13866 OPC_CheckPatternPredicate0,
13867 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SUB_I8x16),
13868 MVT::v16i8, 2, 16,
13869 7, MVT::v8i16,
13870 OPC_CheckPatternPredicate0,
13871 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SUB_I16x8),
13872 MVT::v8i16, 2, 16,
13873 7, MVT::v4i32,
13874 OPC_CheckPatternPredicate0,
13875 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SUB_I32x4),
13876 MVT::v4i32, 2, 16,
13877 7, MVT::v2i64,
13878 OPC_CheckPatternPredicate0,
13879 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SUB_I64x2),
13880 MVT::v2i64, 2, 16,
13881 0,
13882 0,
13883 68|128,2, TARGET_VAL(ISD::MUL),
13884 OPC_Scope, 20,
13885 OPC_RecordChild0,
13886 OPC_RecordChild1,
13887 OPC_SwitchType , 6, MVT::i32,
13888 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MUL_I32),
13889 MVT::i32, 2, 16,
13890 6, MVT::i64,
13891 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MUL_I64),
13892 MVT::i64, 2, 16,
13893 0,
13894 11|128,2,
13895 OPC_MoveChild0,
13896 OPC_SwitchOpcode , 63, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
13897 OPC_RecordChild0,
13898 OPC_Scope, 19,
13899 OPC_CheckChild0Type, MVT::v16i8,
13900 OPC_MoveSibling1,
13901 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
13902 OPC_RecordChild0,
13903 OPC_CheckChild0Type, MVT::v16i8,
13904 OPC_MoveParent,
13905 OPC_CheckType, MVT::v8i16,
13906 OPC_CheckPatternPredicate0,
13907 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EXTMUL_LOW_S_I16x8),
13908 MVT::v8i16, 2, 16,
13909 19,
13910 OPC_CheckChild0Type, MVT::v8i16,
13911 OPC_MoveSibling1,
13912 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
13913 OPC_RecordChild0,
13914 OPC_CheckChild0Type, MVT::v8i16,
13915 OPC_MoveParent,
13916 OPC_CheckType, MVT::v4i32,
13917 OPC_CheckPatternPredicate0,
13918 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EXTMUL_LOW_S_I32x4),
13919 MVT::v4i32, 2, 16,
13920 19,
13921 OPC_CheckChild0Type, MVT::v4i32,
13922 OPC_MoveSibling1,
13923 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
13924 OPC_RecordChild0,
13925 OPC_CheckChild0Type, MVT::v4i32,
13926 OPC_MoveParent,
13927 OPC_CheckType, MVT::v2i64,
13928 OPC_CheckPatternPredicate0,
13929 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EXTMUL_LOW_S_I64x2),
13930 MVT::v2i64, 2, 16,
13931 0,
13932 63, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
13933 OPC_RecordChild0,
13934 OPC_Scope, 19,
13935 OPC_CheckChild0Type, MVT::v16i8,
13936 OPC_MoveSibling1,
13937 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
13938 OPC_RecordChild0,
13939 OPC_CheckChild0Type, MVT::v16i8,
13940 OPC_MoveParent,
13941 OPC_CheckType, MVT::v8i16,
13942 OPC_CheckPatternPredicate0,
13943 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EXTMUL_HIGH_S_I16x8),
13944 MVT::v8i16, 2, 16,
13945 19,
13946 OPC_CheckChild0Type, MVT::v8i16,
13947 OPC_MoveSibling1,
13948 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
13949 OPC_RecordChild0,
13950 OPC_CheckChild0Type, MVT::v8i16,
13951 OPC_MoveParent,
13952 OPC_CheckType, MVT::v4i32,
13953 OPC_CheckPatternPredicate0,
13954 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EXTMUL_HIGH_S_I32x4),
13955 MVT::v4i32, 2, 16,
13956 19,
13957 OPC_CheckChild0Type, MVT::v4i32,
13958 OPC_MoveSibling1,
13959 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
13960 OPC_RecordChild0,
13961 OPC_CheckChild0Type, MVT::v4i32,
13962 OPC_MoveParent,
13963 OPC_CheckType, MVT::v2i64,
13964 OPC_CheckPatternPredicate0,
13965 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EXTMUL_HIGH_S_I64x2),
13966 MVT::v2i64, 2, 16,
13967 0,
13968 63, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_U),
13969 OPC_RecordChild0,
13970 OPC_Scope, 19,
13971 OPC_CheckChild0Type, MVT::v16i8,
13972 OPC_MoveSibling1,
13973 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_U),
13974 OPC_RecordChild0,
13975 OPC_CheckChild0Type, MVT::v16i8,
13976 OPC_MoveParent,
13977 OPC_CheckType, MVT::v8i16,
13978 OPC_CheckPatternPredicate0,
13979 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EXTMUL_LOW_U_I16x8),
13980 MVT::v8i16, 2, 16,
13981 19,
13982 OPC_CheckChild0Type, MVT::v8i16,
13983 OPC_MoveSibling1,
13984 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_U),
13985 OPC_RecordChild0,
13986 OPC_CheckChild0Type, MVT::v8i16,
13987 OPC_MoveParent,
13988 OPC_CheckType, MVT::v4i32,
13989 OPC_CheckPatternPredicate0,
13990 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EXTMUL_LOW_U_I32x4),
13991 MVT::v4i32, 2, 16,
13992 19,
13993 OPC_CheckChild0Type, MVT::v4i32,
13994 OPC_MoveSibling1,
13995 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_U),
13996 OPC_RecordChild0,
13997 OPC_CheckChild0Type, MVT::v4i32,
13998 OPC_MoveParent,
13999 OPC_CheckType, MVT::v2i64,
14000 OPC_CheckPatternPredicate0,
14001 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EXTMUL_LOW_U_I64x2),
14002 MVT::v2i64, 2, 16,
14003 0,
14004 63, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_U),
14005 OPC_RecordChild0,
14006 OPC_Scope, 19,
14007 OPC_CheckChild0Type, MVT::v16i8,
14008 OPC_MoveSibling1,
14009 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_U),
14010 OPC_RecordChild0,
14011 OPC_CheckChild0Type, MVT::v16i8,
14012 OPC_MoveParent,
14013 OPC_CheckType, MVT::v8i16,
14014 OPC_CheckPatternPredicate0,
14015 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EXTMUL_HIGH_U_I16x8),
14016 MVT::v8i16, 2, 16,
14017 19,
14018 OPC_CheckChild0Type, MVT::v8i16,
14019 OPC_MoveSibling1,
14020 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_U),
14021 OPC_RecordChild0,
14022 OPC_CheckChild0Type, MVT::v8i16,
14023 OPC_MoveParent,
14024 OPC_CheckType, MVT::v4i32,
14025 OPC_CheckPatternPredicate0,
14026 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EXTMUL_HIGH_U_I32x4),
14027 MVT::v4i32, 2, 16,
14028 19,
14029 OPC_CheckChild0Type, MVT::v4i32,
14030 OPC_MoveSibling1,
14031 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_U),
14032 OPC_RecordChild0,
14033 OPC_CheckChild0Type, MVT::v4i32,
14034 OPC_MoveParent,
14035 OPC_CheckType, MVT::v2i64,
14036 OPC_CheckPatternPredicate0,
14037 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EXTMUL_HIGH_U_I64x2),
14038 MVT::v2i64, 2, 16,
14039 0,
14040 0,
14041 31,
14042 OPC_RecordChild0,
14043 OPC_RecordChild1,
14044 OPC_SwitchType , 7, MVT::v8i16,
14045 OPC_CheckPatternPredicate0,
14046 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MUL_I16x8),
14047 MVT::v8i16, 2, 16,
14048 7, MVT::v4i32,
14049 OPC_CheckPatternPredicate0,
14050 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MUL_I32x4),
14051 MVT::v4i32, 2, 16,
14052 7, MVT::v2i64,
14053 OPC_CheckPatternPredicate0,
14054 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MUL_I64x2),
14055 MVT::v2i64, 2, 16,
14056 0,
14057 0,
14058 20, TARGET_VAL(ISD::SDIV),
14059 OPC_RecordChild0,
14060 OPC_RecordChild1,
14061 OPC_SwitchType , 6, MVT::i32,
14062 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DIV_S_I32),
14063 MVT::i32, 2, 16,
14064 6, MVT::i64,
14065 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DIV_S_I64),
14066 MVT::i64, 2, 16,
14067 0,
14068 20, TARGET_VAL(ISD::UDIV),
14069 OPC_RecordChild0,
14070 OPC_RecordChild1,
14071 OPC_SwitchType , 6, MVT::i32,
14072 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DIV_U_I32),
14073 MVT::i32, 2, 16,
14074 6, MVT::i64,
14075 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DIV_U_I64),
14076 MVT::i64, 2, 16,
14077 0,
14078 20, TARGET_VAL(ISD::SREM),
14079 OPC_RecordChild0,
14080 OPC_RecordChild1,
14081 OPC_SwitchType , 6, MVT::i32,
14082 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::REM_S_I32),
14083 MVT::i32, 2, 16,
14084 6, MVT::i64,
14085 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::REM_S_I64),
14086 MVT::i64, 2, 16,
14087 0,
14088 20, TARGET_VAL(ISD::UREM),
14089 OPC_RecordChild0,
14090 OPC_RecordChild1,
14091 OPC_SwitchType , 6, MVT::i32,
14092 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::REM_U_I32),
14093 MVT::i32, 2, 16,
14094 6, MVT::i64,
14095 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::REM_U_I64),
14096 MVT::i64, 2, 16,
14097 0,
14098 113|128,5, TARGET_VAL(ISD::OR),
14099 OPC_Scope, 20,
14100 OPC_RecordChild0,
14101 OPC_RecordChild1,
14102 OPC_SwitchType , 6, MVT::i32,
14103 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::OR_I32),
14104 MVT::i32, 2, 16,
14105 6, MVT::i64,
14106 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::OR_I64),
14107 MVT::i64, 2, 16,
14108 0,
14109 51|128,5,
14110 OPC_MoveChild0,
14111 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
14112 OPC_Scope, 118,
14113 OPC_RecordChild0,
14114 OPC_RecordChild1,
14115 OPC_MoveSibling1,
14116 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
14117 OPC_Scope, 46,
14118 OPC_MoveChild0,
14119 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14120 OPC_CheckChild0Same, 0,
14121 OPC_MoveChild1,
14122 OPC_CheckImmAllOnesV,
14123 OPC_MoveParent,
14124 OPC_MoveParent,
14125 OPC_RecordChild1,
14126 OPC_MoveParent,
14127 OPC_SwitchType , 6, MVT::v16i8,
14128 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14129 MVT::v16i8, 3, 3,
14130 6, MVT::v8i16,
14131 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14132 MVT::v8i16, 3, 3,
14133 6, MVT::v4i32,
14134 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14135 MVT::v4i32, 3, 3,
14136 6, MVT::v2i64,
14137 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14138 MVT::v2i64, 3, 3,
14139 0,
14140 20,
14141 OPC_RecordChild0,
14142 OPC_MoveChild1,
14143 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14144 OPC_CheckChild0Same, 0,
14145 OPC_MoveChild1,
14146 OPC_CheckImmAllOnesV,
14147 OPC_MoveParent,
14148 OPC_MoveParent,
14149 OPC_MoveParent,
14150 OPC_CheckType, MVT::v16i8,
14151 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14152 MVT::v16i8, 3, 3,
14153 20,
14154 OPC_MoveChild0,
14155 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14156 OPC_CheckChild0Same, 1,
14157 OPC_MoveChild1,
14158 OPC_CheckImmAllOnesV,
14159 OPC_MoveParent,
14160 OPC_MoveParent,
14161 OPC_RecordChild1,
14162 OPC_MoveParent,
14163 OPC_CheckType, MVT::v16i8,
14164 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14165 MVT::v16i8, 3, 18,
14166 20,
14167 OPC_RecordChild0,
14168 OPC_MoveChild1,
14169 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14170 OPC_CheckChild0Same, 1,
14171 OPC_MoveChild1,
14172 OPC_CheckImmAllOnesV,
14173 OPC_MoveParent,
14174 OPC_MoveParent,
14175 OPC_MoveParent,
14176 OPC_CheckType, MVT::v16i8,
14177 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14178 MVT::v16i8, 3, 18,
14179 0,
14180 42,
14181 OPC_MoveChild0,
14182 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14183 OPC_RecordChild0,
14184 OPC_MoveChild1,
14185 OPC_CheckImmAllOnesV,
14186 OPC_MoveParent,
14187 OPC_MoveParent,
14188 OPC_RecordChild1,
14189 OPC_MoveSibling1,
14190 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
14191 OPC_Scope, 12,
14192 OPC_CheckChild0Same, 0,
14193 OPC_RecordChild1,
14194 OPC_MoveParent,
14195 OPC_CheckType, MVT::v16i8,
14196 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14197 MVT::v16i8, 3, 0,
14198 12,
14199 OPC_RecordChild0,
14200 OPC_CheckChild1Same, 0,
14201 OPC_MoveParent,
14202 OPC_CheckType, MVT::v16i8,
14203 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14204 MVT::v16i8, 3, 0,
14205 0,
14206 116,
14207 OPC_RecordChild0,
14208 OPC_Scope, 41,
14209 OPC_MoveChild1,
14210 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14211 OPC_RecordChild0,
14212 OPC_MoveChild1,
14213 OPC_CheckImmAllOnesV,
14214 OPC_MoveParent,
14215 OPC_MoveParent,
14216 OPC_MoveSibling1,
14217 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
14218 OPC_Scope, 12,
14219 OPC_CheckChild0Same, 1,
14220 OPC_RecordChild1,
14221 OPC_MoveParent,
14222 OPC_CheckType, MVT::v16i8,
14223 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14224 MVT::v16i8, 3, 15,
14225 12,
14226 OPC_RecordChild0,
14227 OPC_CheckChild1Same, 1,
14228 OPC_MoveParent,
14229 OPC_CheckType, MVT::v16i8,
14230 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14231 MVT::v16i8, 3, 15,
14232 0,
14233 70,
14234 OPC_RecordChild1,
14235 OPC_MoveSibling1,
14236 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
14237 OPC_Scope, 20,
14238 OPC_RecordChild0,
14239 OPC_MoveChild1,
14240 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14241 OPC_CheckChild0Same, 0,
14242 OPC_MoveChild1,
14243 OPC_CheckImmAllOnesV,
14244 OPC_MoveParent,
14245 OPC_MoveParent,
14246 OPC_MoveParent,
14247 OPC_CheckType, MVT::v8i16,
14248 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14249 MVT::v8i16, 3, 3,
14250 20,
14251 OPC_MoveChild0,
14252 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14253 OPC_CheckChild0Same, 1,
14254 OPC_MoveChild1,
14255 OPC_CheckImmAllOnesV,
14256 OPC_MoveParent,
14257 OPC_MoveParent,
14258 OPC_RecordChild1,
14259 OPC_MoveParent,
14260 OPC_CheckType, MVT::v8i16,
14261 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14262 MVT::v8i16, 3, 18,
14263 20,
14264 OPC_RecordChild0,
14265 OPC_MoveChild1,
14266 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14267 OPC_CheckChild0Same, 1,
14268 OPC_MoveChild1,
14269 OPC_CheckImmAllOnesV,
14270 OPC_MoveParent,
14271 OPC_MoveParent,
14272 OPC_MoveParent,
14273 OPC_CheckType, MVT::v8i16,
14274 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14275 MVT::v8i16, 3, 18,
14276 0,
14277 0,
14278 42,
14279 OPC_MoveChild0,
14280 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14281 OPC_RecordChild0,
14282 OPC_MoveChild1,
14283 OPC_CheckImmAllOnesV,
14284 OPC_MoveParent,
14285 OPC_MoveParent,
14286 OPC_RecordChild1,
14287 OPC_MoveSibling1,
14288 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
14289 OPC_Scope, 12,
14290 OPC_CheckChild0Same, 0,
14291 OPC_RecordChild1,
14292 OPC_MoveParent,
14293 OPC_CheckType, MVT::v8i16,
14294 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14295 MVT::v8i16, 3, 0,
14296 12,
14297 OPC_RecordChild0,
14298 OPC_CheckChild1Same, 0,
14299 OPC_MoveParent,
14300 OPC_CheckType, MVT::v8i16,
14301 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14302 MVT::v8i16, 3, 0,
14303 0,
14304 116,
14305 OPC_RecordChild0,
14306 OPC_Scope, 41,
14307 OPC_MoveChild1,
14308 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14309 OPC_RecordChild0,
14310 OPC_MoveChild1,
14311 OPC_CheckImmAllOnesV,
14312 OPC_MoveParent,
14313 OPC_MoveParent,
14314 OPC_MoveSibling1,
14315 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
14316 OPC_Scope, 12,
14317 OPC_CheckChild0Same, 1,
14318 OPC_RecordChild1,
14319 OPC_MoveParent,
14320 OPC_CheckType, MVT::v8i16,
14321 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14322 MVT::v8i16, 3, 15,
14323 12,
14324 OPC_RecordChild0,
14325 OPC_CheckChild1Same, 1,
14326 OPC_MoveParent,
14327 OPC_CheckType, MVT::v8i16,
14328 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14329 MVT::v8i16, 3, 15,
14330 0,
14331 70,
14332 OPC_RecordChild1,
14333 OPC_MoveSibling1,
14334 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
14335 OPC_Scope, 20,
14336 OPC_RecordChild0,
14337 OPC_MoveChild1,
14338 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14339 OPC_CheckChild0Same, 0,
14340 OPC_MoveChild1,
14341 OPC_CheckImmAllOnesV,
14342 OPC_MoveParent,
14343 OPC_MoveParent,
14344 OPC_MoveParent,
14345 OPC_CheckType, MVT::v4i32,
14346 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14347 MVT::v4i32, 3, 3,
14348 20,
14349 OPC_MoveChild0,
14350 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14351 OPC_CheckChild0Same, 1,
14352 OPC_MoveChild1,
14353 OPC_CheckImmAllOnesV,
14354 OPC_MoveParent,
14355 OPC_MoveParent,
14356 OPC_RecordChild1,
14357 OPC_MoveParent,
14358 OPC_CheckType, MVT::v4i32,
14359 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14360 MVT::v4i32, 3, 18,
14361 20,
14362 OPC_RecordChild0,
14363 OPC_MoveChild1,
14364 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14365 OPC_CheckChild0Same, 1,
14366 OPC_MoveChild1,
14367 OPC_CheckImmAllOnesV,
14368 OPC_MoveParent,
14369 OPC_MoveParent,
14370 OPC_MoveParent,
14371 OPC_CheckType, MVT::v4i32,
14372 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14373 MVT::v4i32, 3, 18,
14374 0,
14375 0,
14376 42,
14377 OPC_MoveChild0,
14378 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14379 OPC_RecordChild0,
14380 OPC_MoveChild1,
14381 OPC_CheckImmAllOnesV,
14382 OPC_MoveParent,
14383 OPC_MoveParent,
14384 OPC_RecordChild1,
14385 OPC_MoveSibling1,
14386 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
14387 OPC_Scope, 12,
14388 OPC_CheckChild0Same, 0,
14389 OPC_RecordChild1,
14390 OPC_MoveParent,
14391 OPC_CheckType, MVT::v4i32,
14392 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14393 MVT::v4i32, 3, 0,
14394 12,
14395 OPC_RecordChild0,
14396 OPC_CheckChild1Same, 0,
14397 OPC_MoveParent,
14398 OPC_CheckType, MVT::v4i32,
14399 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14400 MVT::v4i32, 3, 0,
14401 0,
14402 116,
14403 OPC_RecordChild0,
14404 OPC_Scope, 41,
14405 OPC_MoveChild1,
14406 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14407 OPC_RecordChild0,
14408 OPC_MoveChild1,
14409 OPC_CheckImmAllOnesV,
14410 OPC_MoveParent,
14411 OPC_MoveParent,
14412 OPC_MoveSibling1,
14413 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
14414 OPC_Scope, 12,
14415 OPC_CheckChild0Same, 1,
14416 OPC_RecordChild1,
14417 OPC_MoveParent,
14418 OPC_CheckType, MVT::v4i32,
14419 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14420 MVT::v4i32, 3, 15,
14421 12,
14422 OPC_RecordChild0,
14423 OPC_CheckChild1Same, 1,
14424 OPC_MoveParent,
14425 OPC_CheckType, MVT::v4i32,
14426 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14427 MVT::v4i32, 3, 15,
14428 0,
14429 70,
14430 OPC_RecordChild1,
14431 OPC_MoveSibling1,
14432 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
14433 OPC_Scope, 20,
14434 OPC_RecordChild0,
14435 OPC_MoveChild1,
14436 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14437 OPC_CheckChild0Same, 0,
14438 OPC_MoveChild1,
14439 OPC_CheckImmAllOnesV,
14440 OPC_MoveParent,
14441 OPC_MoveParent,
14442 OPC_MoveParent,
14443 OPC_CheckType, MVT::v2i64,
14444 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14445 MVT::v2i64, 3, 3,
14446 20,
14447 OPC_MoveChild0,
14448 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14449 OPC_CheckChild0Same, 1,
14450 OPC_MoveChild1,
14451 OPC_CheckImmAllOnesV,
14452 OPC_MoveParent,
14453 OPC_MoveParent,
14454 OPC_RecordChild1,
14455 OPC_MoveParent,
14456 OPC_CheckType, MVT::v2i64,
14457 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14458 MVT::v2i64, 3, 18,
14459 20,
14460 OPC_RecordChild0,
14461 OPC_MoveChild1,
14462 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14463 OPC_CheckChild0Same, 1,
14464 OPC_MoveChild1,
14465 OPC_CheckImmAllOnesV,
14466 OPC_MoveParent,
14467 OPC_MoveParent,
14468 OPC_MoveParent,
14469 OPC_CheckType, MVT::v2i64,
14470 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14471 MVT::v2i64, 3, 18,
14472 0,
14473 0,
14474 42,
14475 OPC_MoveChild0,
14476 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14477 OPC_RecordChild0,
14478 OPC_MoveChild1,
14479 OPC_CheckImmAllOnesV,
14480 OPC_MoveParent,
14481 OPC_MoveParent,
14482 OPC_RecordChild1,
14483 OPC_MoveSibling1,
14484 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
14485 OPC_Scope, 12,
14486 OPC_CheckChild0Same, 0,
14487 OPC_RecordChild1,
14488 OPC_MoveParent,
14489 OPC_CheckType, MVT::v2i64,
14490 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14491 MVT::v2i64, 3, 0,
14492 12,
14493 OPC_RecordChild0,
14494 OPC_CheckChild1Same, 0,
14495 OPC_MoveParent,
14496 OPC_CheckType, MVT::v2i64,
14497 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14498 MVT::v2i64, 3, 0,
14499 0,
14500 42,
14501 OPC_RecordChild0,
14502 OPC_MoveChild1,
14503 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14504 OPC_RecordChild0,
14505 OPC_MoveChild1,
14506 OPC_CheckImmAllOnesV,
14507 OPC_MoveParent,
14508 OPC_MoveParent,
14509 OPC_MoveSibling1,
14510 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
14511 OPC_Scope, 12,
14512 OPC_CheckChild0Same, 1,
14513 OPC_RecordChild1,
14514 OPC_MoveParent,
14515 OPC_CheckType, MVT::v2i64,
14516 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14517 MVT::v2i64, 3, 15,
14518 12,
14519 OPC_RecordChild0,
14520 OPC_CheckChild1Same, 1,
14521 OPC_MoveParent,
14522 OPC_CheckType, MVT::v2i64,
14523 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14524 MVT::v2i64, 3, 15,
14525 0,
14526 0,
14527 36,
14528 OPC_RecordChild0,
14529 OPC_RecordChild1,
14530 OPC_SwitchType , 6, MVT::v16i8,
14531 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::OR),
14532 MVT::v16i8, 2, 16,
14533 6, MVT::v8i16,
14534 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::OR),
14535 MVT::v8i16, 2, 16,
14536 6, MVT::v4i32,
14537 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::OR),
14538 MVT::v4i32, 2, 16,
14539 6, MVT::v2i64,
14540 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::OR),
14541 MVT::v2i64, 2, 16,
14542 0,
14543 0,
14544 115|128,10, TARGET_VAL(ISD::XOR),
14545 OPC_Scope, 20,
14546 OPC_RecordChild0,
14547 OPC_RecordChild1,
14548 OPC_SwitchType , 6, MVT::i32,
14549 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::XOR_I32),
14550 MVT::i32, 2, 16,
14551 6, MVT::i64,
14552 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::XOR_I64),
14553 MVT::i64, 2, 16,
14554 0,
14555 107,
14556 OPC_MoveChild0,
14557 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
14558 OPC_MoveChild0,
14559 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14560 OPC_RecordChild0,
14561 OPC_Scope, 61,
14562 OPC_RecordChild1,
14563 OPC_MoveSibling1,
14564 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14565 OPC_RecordChild0,
14566 OPC_MoveChild1,
14567 OPC_CheckImmAllOnesV,
14568 OPC_MoveParent,
14569 OPC_MoveParent,
14570 OPC_MoveParent,
14571 OPC_Scope, 36,
14572 OPC_CheckChild1Same, 1,
14573 OPC_SwitchType , 6, MVT::v16i8,
14574 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14575 MVT::v16i8, 3, 38,
14576 6, MVT::v8i16,
14577 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14578 MVT::v8i16, 3, 38,
14579 6, MVT::v4i32,
14580 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14581 MVT::v4i32, 3, 38,
14582 6, MVT::v2i64,
14583 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14584 MVT::v2i64, 3, 38,
14585 0,
14586 10,
14587 OPC_CheckChild1Same, 0,
14588 OPC_CheckType, MVT::v16i8,
14589 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14590 MVT::v16i8, 3, 41,
14591 0,
14592 33,
14593 OPC_MoveChild1,
14594 OPC_CheckImmAllOnesV,
14595 OPC_MoveParent,
14596 OPC_MoveSibling1,
14597 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14598 OPC_RecordChild0,
14599 OPC_RecordChild1,
14600 OPC_MoveParent,
14601 OPC_MoveParent,
14602 OPC_CheckType, MVT::v16i8,
14603 OPC_Scope, 8,
14604 OPC_CheckChild1Same, 2,
14605 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14606 MVT::v16i8, 3, 0,
14607 8,
14608 OPC_CheckChild1Same, 1,
14609 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14610 MVT::v16i8, 3, 3,
14611 0,
14612 0,
14613 94,
14614 OPC_RecordChild0,
14615 OPC_MoveChild1,
14616 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
14617 OPC_MoveChild0,
14618 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14619 OPC_Scope, 21,
14620 OPC_RecordChild0,
14621 OPC_CheckChild1Same, 0,
14622 OPC_MoveSibling1,
14623 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14624 OPC_RecordChild0,
14625 OPC_MoveChild1,
14626 OPC_CheckImmAllOnesV,
14627 OPC_MoveParent,
14628 OPC_MoveParent,
14629 OPC_MoveParent,
14630 OPC_CheckType, MVT::v16i8,
14631 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14632 MVT::v16i8, 3, 41,
14633 21,
14634 OPC_CheckChild0Same, 0,
14635 OPC_RecordChild1,
14636 OPC_MoveSibling1,
14637 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14638 OPC_RecordChild0,
14639 OPC_MoveChild1,
14640 OPC_CheckImmAllOnesV,
14641 OPC_MoveParent,
14642 OPC_MoveParent,
14643 OPC_MoveParent,
14644 OPC_CheckType, MVT::v16i8,
14645 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14646 MVT::v16i8, 3, 41,
14647 38,
14648 OPC_RecordChild0,
14649 OPC_MoveChild1,
14650 OPC_CheckImmAllOnesV,
14651 OPC_MoveParent,
14652 OPC_MoveSibling1,
14653 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14654 OPC_Scope, 13,
14655 OPC_RecordChild0,
14656 OPC_CheckChild1Same, 0,
14657 OPC_MoveParent,
14658 OPC_MoveParent,
14659 OPC_CheckType, MVT::v16i8,
14660 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14661 MVT::v16i8, 3, 18,
14662 13,
14663 OPC_CheckChild0Same, 0,
14664 OPC_RecordChild1,
14665 OPC_MoveParent,
14666 OPC_MoveParent,
14667 OPC_CheckType, MVT::v16i8,
14668 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14669 MVT::v16i8, 3, 18,
14670 0,
14671 0,
14672 67,
14673 OPC_MoveChild0,
14674 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
14675 OPC_MoveChild0,
14676 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14677 OPC_RecordChild0,
14678 OPC_Scope, 21,
14679 OPC_RecordChild1,
14680 OPC_MoveSibling1,
14681 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14682 OPC_RecordChild0,
14683 OPC_MoveChild1,
14684 OPC_CheckImmAllOnesV,
14685 OPC_MoveParent,
14686 OPC_MoveParent,
14687 OPC_MoveParent,
14688 OPC_CheckChild1Same, 0,
14689 OPC_CheckType, MVT::v8i16,
14690 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14691 MVT::v8i16, 3, 41,
14692 33,
14693 OPC_MoveChild1,
14694 OPC_CheckImmAllOnesV,
14695 OPC_MoveParent,
14696 OPC_MoveSibling1,
14697 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14698 OPC_RecordChild0,
14699 OPC_RecordChild1,
14700 OPC_MoveParent,
14701 OPC_MoveParent,
14702 OPC_CheckType, MVT::v8i16,
14703 OPC_Scope, 8,
14704 OPC_CheckChild1Same, 2,
14705 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14706 MVT::v8i16, 3, 0,
14707 8,
14708 OPC_CheckChild1Same, 1,
14709 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14710 MVT::v8i16, 3, 3,
14711 0,
14712 0,
14713 94,
14714 OPC_RecordChild0,
14715 OPC_MoveChild1,
14716 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
14717 OPC_MoveChild0,
14718 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14719 OPC_Scope, 21,
14720 OPC_RecordChild0,
14721 OPC_CheckChild1Same, 0,
14722 OPC_MoveSibling1,
14723 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14724 OPC_RecordChild0,
14725 OPC_MoveChild1,
14726 OPC_CheckImmAllOnesV,
14727 OPC_MoveParent,
14728 OPC_MoveParent,
14729 OPC_MoveParent,
14730 OPC_CheckType, MVT::v8i16,
14731 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14732 MVT::v8i16, 3, 41,
14733 21,
14734 OPC_CheckChild0Same, 0,
14735 OPC_RecordChild1,
14736 OPC_MoveSibling1,
14737 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14738 OPC_RecordChild0,
14739 OPC_MoveChild1,
14740 OPC_CheckImmAllOnesV,
14741 OPC_MoveParent,
14742 OPC_MoveParent,
14743 OPC_MoveParent,
14744 OPC_CheckType, MVT::v8i16,
14745 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14746 MVT::v8i16, 3, 41,
14747 38,
14748 OPC_RecordChild0,
14749 OPC_MoveChild1,
14750 OPC_CheckImmAllOnesV,
14751 OPC_MoveParent,
14752 OPC_MoveSibling1,
14753 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14754 OPC_Scope, 13,
14755 OPC_RecordChild0,
14756 OPC_CheckChild1Same, 0,
14757 OPC_MoveParent,
14758 OPC_MoveParent,
14759 OPC_CheckType, MVT::v8i16,
14760 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14761 MVT::v8i16, 3, 18,
14762 13,
14763 OPC_CheckChild0Same, 0,
14764 OPC_RecordChild1,
14765 OPC_MoveParent,
14766 OPC_MoveParent,
14767 OPC_CheckType, MVT::v8i16,
14768 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14769 MVT::v8i16, 3, 18,
14770 0,
14771 0,
14772 67,
14773 OPC_MoveChild0,
14774 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
14775 OPC_MoveChild0,
14776 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14777 OPC_RecordChild0,
14778 OPC_Scope, 21,
14779 OPC_RecordChild1,
14780 OPC_MoveSibling1,
14781 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14782 OPC_RecordChild0,
14783 OPC_MoveChild1,
14784 OPC_CheckImmAllOnesV,
14785 OPC_MoveParent,
14786 OPC_MoveParent,
14787 OPC_MoveParent,
14788 OPC_CheckChild1Same, 0,
14789 OPC_CheckType, MVT::v4i32,
14790 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14791 MVT::v4i32, 3, 41,
14792 33,
14793 OPC_MoveChild1,
14794 OPC_CheckImmAllOnesV,
14795 OPC_MoveParent,
14796 OPC_MoveSibling1,
14797 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14798 OPC_RecordChild0,
14799 OPC_RecordChild1,
14800 OPC_MoveParent,
14801 OPC_MoveParent,
14802 OPC_CheckType, MVT::v4i32,
14803 OPC_Scope, 8,
14804 OPC_CheckChild1Same, 2,
14805 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14806 MVT::v4i32, 3, 0,
14807 8,
14808 OPC_CheckChild1Same, 1,
14809 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14810 MVT::v4i32, 3, 3,
14811 0,
14812 0,
14813 94,
14814 OPC_RecordChild0,
14815 OPC_MoveChild1,
14816 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
14817 OPC_MoveChild0,
14818 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14819 OPC_Scope, 21,
14820 OPC_RecordChild0,
14821 OPC_CheckChild1Same, 0,
14822 OPC_MoveSibling1,
14823 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14824 OPC_RecordChild0,
14825 OPC_MoveChild1,
14826 OPC_CheckImmAllOnesV,
14827 OPC_MoveParent,
14828 OPC_MoveParent,
14829 OPC_MoveParent,
14830 OPC_CheckType, MVT::v4i32,
14831 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14832 MVT::v4i32, 3, 41,
14833 21,
14834 OPC_CheckChild0Same, 0,
14835 OPC_RecordChild1,
14836 OPC_MoveSibling1,
14837 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14838 OPC_RecordChild0,
14839 OPC_MoveChild1,
14840 OPC_CheckImmAllOnesV,
14841 OPC_MoveParent,
14842 OPC_MoveParent,
14843 OPC_MoveParent,
14844 OPC_CheckType, MVT::v4i32,
14845 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14846 MVT::v4i32, 3, 41,
14847 38,
14848 OPC_RecordChild0,
14849 OPC_MoveChild1,
14850 OPC_CheckImmAllOnesV,
14851 OPC_MoveParent,
14852 OPC_MoveSibling1,
14853 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14854 OPC_Scope, 13,
14855 OPC_RecordChild0,
14856 OPC_CheckChild1Same, 0,
14857 OPC_MoveParent,
14858 OPC_MoveParent,
14859 OPC_CheckType, MVT::v4i32,
14860 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14861 MVT::v4i32, 3, 18,
14862 13,
14863 OPC_CheckChild0Same, 0,
14864 OPC_RecordChild1,
14865 OPC_MoveParent,
14866 OPC_MoveParent,
14867 OPC_CheckType, MVT::v4i32,
14868 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14869 MVT::v4i32, 3, 18,
14870 0,
14871 0,
14872 67,
14873 OPC_MoveChild0,
14874 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
14875 OPC_MoveChild0,
14876 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14877 OPC_RecordChild0,
14878 OPC_Scope, 21,
14879 OPC_RecordChild1,
14880 OPC_MoveSibling1,
14881 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14882 OPC_RecordChild0,
14883 OPC_MoveChild1,
14884 OPC_CheckImmAllOnesV,
14885 OPC_MoveParent,
14886 OPC_MoveParent,
14887 OPC_MoveParent,
14888 OPC_CheckChild1Same, 0,
14889 OPC_CheckType, MVT::v2i64,
14890 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14891 MVT::v2i64, 3, 41,
14892 33,
14893 OPC_MoveChild1,
14894 OPC_CheckImmAllOnesV,
14895 OPC_MoveParent,
14896 OPC_MoveSibling1,
14897 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14898 OPC_RecordChild0,
14899 OPC_RecordChild1,
14900 OPC_MoveParent,
14901 OPC_MoveParent,
14902 OPC_CheckType, MVT::v2i64,
14903 OPC_Scope, 8,
14904 OPC_CheckChild1Same, 2,
14905 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14906 MVT::v2i64, 3, 0,
14907 8,
14908 OPC_CheckChild1Same, 1,
14909 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14910 MVT::v2i64, 3, 3,
14911 0,
14912 0,
14913 94,
14914 OPC_RecordChild0,
14915 OPC_MoveChild1,
14916 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
14917 OPC_MoveChild0,
14918 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14919 OPC_Scope, 21,
14920 OPC_RecordChild0,
14921 OPC_CheckChild1Same, 0,
14922 OPC_MoveSibling1,
14923 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14924 OPC_RecordChild0,
14925 OPC_MoveChild1,
14926 OPC_CheckImmAllOnesV,
14927 OPC_MoveParent,
14928 OPC_MoveParent,
14929 OPC_MoveParent,
14930 OPC_CheckType, MVT::v2i64,
14931 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14932 MVT::v2i64, 3, 41,
14933 21,
14934 OPC_CheckChild0Same, 0,
14935 OPC_RecordChild1,
14936 OPC_MoveSibling1,
14937 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14938 OPC_RecordChild0,
14939 OPC_MoveChild1,
14940 OPC_CheckImmAllOnesV,
14941 OPC_MoveParent,
14942 OPC_MoveParent,
14943 OPC_MoveParent,
14944 OPC_CheckType, MVT::v2i64,
14945 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14946 MVT::v2i64, 3, 41,
14947 38,
14948 OPC_RecordChild0,
14949 OPC_MoveChild1,
14950 OPC_CheckImmAllOnesV,
14951 OPC_MoveParent,
14952 OPC_MoveSibling1,
14953 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14954 OPC_Scope, 13,
14955 OPC_RecordChild0,
14956 OPC_CheckChild1Same, 0,
14957 OPC_MoveParent,
14958 OPC_MoveParent,
14959 OPC_CheckType, MVT::v2i64,
14960 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14961 MVT::v2i64, 3, 18,
14962 13,
14963 OPC_CheckChild0Same, 0,
14964 OPC_RecordChild1,
14965 OPC_MoveParent,
14966 OPC_MoveParent,
14967 OPC_CheckType, MVT::v2i64,
14968 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14969 MVT::v2i64, 3, 18,
14970 0,
14971 0,
14972 98,
14973 OPC_MoveChild0,
14974 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
14975 OPC_Scope, 59,
14976 OPC_MoveChild0,
14977 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14978 OPC_RecordChild0,
14979 OPC_RecordChild1,
14980 OPC_MoveParent,
14981 OPC_RecordChild1,
14982 OPC_MoveParent,
14983 OPC_Scope, 36,
14984 OPC_CheckChild1Same, 1,
14985 OPC_SwitchType , 6, MVT::v16i8,
14986 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14987 MVT::v16i8, 3, 41,
14988 6, MVT::v8i16,
14989 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14990 MVT::v8i16, 3, 41,
14991 6, MVT::v4i32,
14992 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14993 MVT::v4i32, 3, 41,
14994 6, MVT::v2i64,
14995 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14996 MVT::v2i64, 3, 41,
14997 0,
14998 10,
14999 OPC_CheckChild1Same, 0,
15000 OPC_CheckType, MVT::v16i8,
15001 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
15002 MVT::v16i8, 3, 38,
15003 0,
15004 31,
15005 OPC_RecordChild0,
15006 OPC_MoveChild1,
15007 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
15008 OPC_RecordChild0,
15009 OPC_RecordChild1,
15010 OPC_MoveParent,
15011 OPC_MoveParent,
15012 OPC_CheckType, MVT::v16i8,
15013 OPC_Scope, 8,
15014 OPC_CheckChild1Same, 2,
15015 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
15016 MVT::v16i8, 3, 3,
15017 8,
15018 OPC_CheckChild1Same, 1,
15019 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
15020 MVT::v16i8, 3, 0,
15021 0,
15022 0,
15023 80,
15024 OPC_RecordChild0,
15025 OPC_MoveChild1,
15026 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
15027 OPC_Scope, 36,
15028 OPC_MoveChild0,
15029 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
15030 OPC_Scope, 14,
15031 OPC_RecordChild0,
15032 OPC_CheckChild1Same, 0,
15033 OPC_MoveParent,
15034 OPC_RecordChild1,
15035 OPC_MoveParent,
15036 OPC_CheckType, MVT::v16i8,
15037 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
15038 MVT::v16i8, 3, 38,
15039 14,
15040 OPC_CheckChild0Same, 0,
15041 OPC_RecordChild1,
15042 OPC_MoveParent,
15043 OPC_RecordChild1,
15044 OPC_MoveParent,
15045 OPC_CheckType, MVT::v16i8,
15046 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
15047 MVT::v16i8, 3, 38,
15048 0,
15049 35,
15050 OPC_RecordChild0,
15051 OPC_MoveChild1,
15052 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
15053 OPC_Scope, 13,
15054 OPC_RecordChild0,
15055 OPC_CheckChild1Same, 0,
15056 OPC_MoveParent,
15057 OPC_MoveParent,
15058 OPC_CheckType, MVT::v16i8,
15059 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
15060 MVT::v16i8, 3, 15,
15061 13,
15062 OPC_CheckChild0Same, 0,
15063 OPC_RecordChild1,
15064 OPC_MoveParent,
15065 OPC_MoveParent,
15066 OPC_CheckType, MVT::v16i8,
15067 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
15068 MVT::v16i8, 3, 15,
15069 0,
15070 0,
15071 58,
15072 OPC_MoveChild0,
15073 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
15074 OPC_Scope, 19,
15075 OPC_MoveChild0,
15076 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
15077 OPC_RecordChild0,
15078 OPC_RecordChild1,
15079 OPC_MoveParent,
15080 OPC_RecordChild1,
15081 OPC_MoveParent,
15082 OPC_CheckChild1Same, 0,
15083 OPC_CheckType, MVT::v8i16,
15084 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
15085 MVT::v8i16, 3, 38,
15086 31,
15087 OPC_RecordChild0,
15088 OPC_MoveChild1,
15089 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
15090 OPC_RecordChild0,
15091 OPC_RecordChild1,
15092 OPC_MoveParent,
15093 OPC_MoveParent,
15094 OPC_CheckType, MVT::v8i16,
15095 OPC_Scope, 8,
15096 OPC_CheckChild1Same, 2,
15097 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
15098 MVT::v8i16, 3, 3,
15099 8,
15100 OPC_CheckChild1Same, 1,
15101 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
15102 MVT::v8i16, 3, 0,
15103 0,
15104 0,
15105 80,
15106 OPC_RecordChild0,
15107 OPC_MoveChild1,
15108 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
15109 OPC_Scope, 36,
15110 OPC_MoveChild0,
15111 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
15112 OPC_Scope, 14,
15113 OPC_RecordChild0,
15114 OPC_CheckChild1Same, 0,
15115 OPC_MoveParent,
15116 OPC_RecordChild1,
15117 OPC_MoveParent,
15118 OPC_CheckType, MVT::v8i16,
15119 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
15120 MVT::v8i16, 3, 38,
15121 14,
15122 OPC_CheckChild0Same, 0,
15123 OPC_RecordChild1,
15124 OPC_MoveParent,
15125 OPC_RecordChild1,
15126 OPC_MoveParent,
15127 OPC_CheckType, MVT::v8i16,
15128 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
15129 MVT::v8i16, 3, 38,
15130 0,
15131 35,
15132 OPC_RecordChild0,
15133 OPC_MoveChild1,
15134 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
15135 OPC_Scope, 13,
15136 OPC_RecordChild0,
15137 OPC_CheckChild1Same, 0,
15138 OPC_MoveParent,
15139 OPC_MoveParent,
15140 OPC_CheckType, MVT::v8i16,
15141 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
15142 MVT::v8i16, 3, 15,
15143 13,
15144 OPC_CheckChild0Same, 0,
15145 OPC_RecordChild1,
15146 OPC_MoveParent,
15147 OPC_MoveParent,
15148 OPC_CheckType, MVT::v8i16,
15149 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
15150 MVT::v8i16, 3, 15,
15151 0,
15152 0,
15153 58,
15154 OPC_MoveChild0,
15155 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
15156 OPC_Scope, 19,
15157 OPC_MoveChild0,
15158 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
15159 OPC_RecordChild0,
15160 OPC_RecordChild1,
15161 OPC_MoveParent,
15162 OPC_RecordChild1,
15163 OPC_MoveParent,
15164 OPC_CheckChild1Same, 0,
15165 OPC_CheckType, MVT::v4i32,
15166 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
15167 MVT::v4i32, 3, 38,
15168 31,
15169 OPC_RecordChild0,
15170 OPC_MoveChild1,
15171 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
15172 OPC_RecordChild0,
15173 OPC_RecordChild1,
15174 OPC_MoveParent,
15175 OPC_MoveParent,
15176 OPC_CheckType, MVT::v4i32,
15177 OPC_Scope, 8,
15178 OPC_CheckChild1Same, 2,
15179 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
15180 MVT::v4i32, 3, 3,
15181 8,
15182 OPC_CheckChild1Same, 1,
15183 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
15184 MVT::v4i32, 3, 0,
15185 0,
15186 0,
15187 80,
15188 OPC_RecordChild0,
15189 OPC_MoveChild1,
15190 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
15191 OPC_Scope, 36,
15192 OPC_MoveChild0,
15193 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
15194 OPC_Scope, 14,
15195 OPC_RecordChild0,
15196 OPC_CheckChild1Same, 0,
15197 OPC_MoveParent,
15198 OPC_RecordChild1,
15199 OPC_MoveParent,
15200 OPC_CheckType, MVT::v4i32,
15201 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
15202 MVT::v4i32, 3, 38,
15203 14,
15204 OPC_CheckChild0Same, 0,
15205 OPC_RecordChild1,
15206 OPC_MoveParent,
15207 OPC_RecordChild1,
15208 OPC_MoveParent,
15209 OPC_CheckType, MVT::v4i32,
15210 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
15211 MVT::v4i32, 3, 38,
15212 0,
15213 35,
15214 OPC_RecordChild0,
15215 OPC_MoveChild1,
15216 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
15217 OPC_Scope, 13,
15218 OPC_RecordChild0,
15219 OPC_CheckChild1Same, 0,
15220 OPC_MoveParent,
15221 OPC_MoveParent,
15222 OPC_CheckType, MVT::v4i32,
15223 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
15224 MVT::v4i32, 3, 15,
15225 13,
15226 OPC_CheckChild0Same, 0,
15227 OPC_RecordChild1,
15228 OPC_MoveParent,
15229 OPC_MoveParent,
15230 OPC_CheckType, MVT::v4i32,
15231 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
15232 MVT::v4i32, 3, 15,
15233 0,
15234 0,
15235 58,
15236 OPC_MoveChild0,
15237 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
15238 OPC_Scope, 19,
15239 OPC_MoveChild0,
15240 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
15241 OPC_RecordChild0,
15242 OPC_RecordChild1,
15243 OPC_MoveParent,
15244 OPC_RecordChild1,
15245 OPC_MoveParent,
15246 OPC_CheckChild1Same, 0,
15247 OPC_CheckType, MVT::v2i64,
15248 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
15249 MVT::v2i64, 3, 38,
15250 31,
15251 OPC_RecordChild0,
15252 OPC_MoveChild1,
15253 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
15254 OPC_RecordChild0,
15255 OPC_RecordChild1,
15256 OPC_MoveParent,
15257 OPC_MoveParent,
15258 OPC_CheckType, MVT::v2i64,
15259 OPC_Scope, 8,
15260 OPC_CheckChild1Same, 2,
15261 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
15262 MVT::v2i64, 3, 3,
15263 8,
15264 OPC_CheckChild1Same, 1,
15265 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
15266 MVT::v2i64, 3, 0,
15267 0,
15268 0,
15269 31|128,1,
15270 OPC_RecordChild0,
15271 OPC_Scope, 119,
15272 OPC_MoveChild1,
15273 OPC_Scope, 78,
15274 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
15275 OPC_Scope, 36,
15276 OPC_MoveChild0,
15277 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
15278 OPC_Scope, 14,
15279 OPC_RecordChild0,
15280 OPC_CheckChild1Same, 0,
15281 OPC_MoveParent,
15282 OPC_RecordChild1,
15283 OPC_MoveParent,
15284 OPC_CheckType, MVT::v2i64,
15285 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
15286 MVT::v2i64, 3, 38,
15287 14,
15288 OPC_CheckChild0Same, 0,
15289 OPC_RecordChild1,
15290 OPC_MoveParent,
15291 OPC_RecordChild1,
15292 OPC_MoveParent,
15293 OPC_CheckType, MVT::v2i64,
15294 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
15295 MVT::v2i64, 3, 38,
15296 0,
15297 35,
15298 OPC_RecordChild0,
15299 OPC_MoveChild1,
15300 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
15301 OPC_Scope, 13,
15302 OPC_RecordChild0,
15303 OPC_CheckChild1Same, 0,
15304 OPC_MoveParent,
15305 OPC_MoveParent,
15306 OPC_CheckType, MVT::v2i64,
15307 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
15308 MVT::v2i64, 3, 15,
15309 13,
15310 OPC_CheckChild0Same, 0,
15311 OPC_RecordChild1,
15312 OPC_MoveParent,
15313 OPC_MoveParent,
15314 OPC_CheckType, MVT::v2i64,
15315 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
15316 MVT::v2i64, 3, 15,
15317 0,
15318 0,
15319 36,
15320 OPC_CheckImmAllOnesV,
15321 OPC_MoveParent,
15322 OPC_SwitchType , 6, MVT::v16i8,
15323 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NOT),
15324 MVT::v16i8, 1, 2,
15325 6, MVT::v8i16,
15326 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NOT),
15327 MVT::v8i16, 1, 2,
15328 6, MVT::v4i32,
15329 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NOT),
15330 MVT::v4i32, 1, 2,
15331 6, MVT::v2i64,
15332 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NOT),
15333 MVT::v2i64, 1, 2,
15334 0,
15335 0,
15336 35,
15337 OPC_RecordChild1,
15338 OPC_SwitchType , 6, MVT::v16i8,
15339 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::XOR),
15340 MVT::v16i8, 2, 16,
15341 6, MVT::v8i16,
15342 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::XOR),
15343 MVT::v8i16, 2, 16,
15344 6, MVT::v4i32,
15345 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::XOR),
15346 MVT::v4i32, 2, 16,
15347 6, MVT::v2i64,
15348 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::XOR),
15349 MVT::v2i64, 2, 16,
15350 0,
15351 0,
15352 0,
15353 21, TARGET_VAL(ISD::CTLZ),
15354 OPC_RecordChild0,
15355 OPC_SwitchType , 7, MVT::i32,
15356 OPC_CheckChild0TypeI32,
15357 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CLZ_I32),
15358 MVT::i32, 1, 2,
15359 7, MVT::i64,
15360 OPC_CheckChild0TypeI64,
15361 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CLZ_I64),
15362 MVT::i64, 1, 2,
15363 0,
15364 21, TARGET_VAL(ISD::CTTZ),
15365 OPC_RecordChild0,
15366 OPC_SwitchType , 7, MVT::i32,
15367 OPC_CheckChild0TypeI32,
15368 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CTZ_I32),
15369 MVT::i32, 1, 2,
15370 7, MVT::i64,
15371 OPC_CheckChild0TypeI64,
15372 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CTZ_I64),
15373 MVT::i64, 1, 2,
15374 0,
15375 30, TARGET_VAL(ISD::CTPOP),
15376 OPC_RecordChild0,
15377 OPC_SwitchType , 7, MVT::i32,
15378 OPC_CheckChild0TypeI32,
15379 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::POPCNT_I32),
15380 MVT::i32, 1, 2,
15381 7, MVT::i64,
15382 OPC_CheckChild0TypeI64,
15383 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::POPCNT_I64),
15384 MVT::i64, 1, 2,
15385 7, MVT::v16i8,
15386 OPC_CheckPatternPredicate0,
15387 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::POPCNT_I8x16),
15388 MVT::v16i8, 1, 2,
15389 0,
15390 19, TARGET_VAL(WebAssemblyISD::I64_ADD128),
15391 OPC_RecordChild0,
15392 OPC_CheckChild0TypeI64,
15393 OPC_RecordChild1,
15394 OPC_CheckChild1TypeI64,
15395 OPC_RecordChild2,
15396 OPC_CheckChild2TypeI64,
15397 OPC_RecordChild3,
15398 OPC_CheckChild3TypeI64,
15399 OPC_CheckTypeI64,
15400 OPC_CheckTypeRes, 1, MVT::i64,
15401 OPC_MorphNodeTo2None, TARGET_VAL(WebAssembly::I64_ADD128),
15402 MVT::i64, MVT::i64, 4, 52,
15403 19, TARGET_VAL(WebAssemblyISD::I64_SUB128),
15404 OPC_RecordChild0,
15405 OPC_CheckChild0TypeI64,
15406 OPC_RecordChild1,
15407 OPC_CheckChild1TypeI64,
15408 OPC_RecordChild2,
15409 OPC_CheckChild2TypeI64,
15410 OPC_RecordChild3,
15411 OPC_CheckChild3TypeI64,
15412 OPC_CheckTypeI64,
15413 OPC_CheckTypeRes, 1, MVT::i64,
15414 OPC_MorphNodeTo2None, TARGET_VAL(WebAssembly::I64_SUB128),
15415 MVT::i64, MVT::i64, 4, 52,
15416 15, TARGET_VAL(WebAssemblyISD::I64_MUL_WIDE_S),
15417 OPC_RecordChild0,
15418 OPC_CheckChild0TypeI64,
15419 OPC_RecordChild1,
15420 OPC_CheckChild1TypeI64,
15421 OPC_CheckTypeI64,
15422 OPC_CheckTypeRes, 1, MVT::i64,
15423 OPC_MorphNodeTo2None, TARGET_VAL(WebAssembly::I64_MUL_WIDE_S),
15424 MVT::i64, MVT::i64, 2, 16,
15425 15, TARGET_VAL(WebAssemblyISD::I64_MUL_WIDE_U),
15426 OPC_RecordChild0,
15427 OPC_CheckChild0TypeI64,
15428 OPC_RecordChild1,
15429 OPC_CheckChild1TypeI64,
15430 OPC_CheckTypeI64,
15431 OPC_CheckTypeRes, 1, MVT::i64,
15432 OPC_MorphNodeTo2None, TARGET_VAL(WebAssembly::I64_MUL_WIDE_U),
15433 MVT::i64, MVT::i64, 2, 16,
15434 21, TARGET_VAL(ISD::ConstantFP),
15435 OPC_RecordNode,
15436 OPC_SwitchType , 7, MVT::f32,
15437 OPC_EmitConvertToTarget0,
15438 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_F32),
15439 MVT::f32, 1, 17,
15440 7, MVT::f64,
15441 OPC_EmitConvertToTarget0,
15442 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_F64),
15443 MVT::f64, 1, 17,
15444 0,
15445 65, TARGET_VAL(ISD::SINT_TO_FP),
15446 OPC_RecordChild0,
15447 OPC_Scope, 19,
15448 OPC_CheckChild0TypeI32,
15449 OPC_SwitchType , 6, MVT::f32,
15450 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::F32_CONVERT_S_I32),
15451 MVT::f32, 1, 2,
15452 6, MVT::f64,
15453 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::F64_CONVERT_S_I32),
15454 MVT::f64, 1, 2,
15455 0,
15456 19,
15457 OPC_CheckChild0TypeI64,
15458 OPC_SwitchType , 6, MVT::f32,
15459 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::F32_CONVERT_S_I64),
15460 MVT::f32, 1, 2,
15461 6, MVT::f64,
15462 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::F64_CONVERT_S_I64),
15463 MVT::f64, 1, 2,
15464 0,
15465 11,
15466 OPC_CheckType, 11|128,1,
15467 OPC_CheckPatternPredicate0,
15468 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::sint_to_fp_F32x4),
15469 11|128,1, 1, 2,
15470 9,
15471 OPC_CheckType, MVT::v8f16,
15472 OPC_CheckPatternPredicate7,
15473 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::sint_to_fp_F16x8),
15474 MVT::v8f16, 1, 2,
15475 0,
15476 65, TARGET_VAL(ISD::UINT_TO_FP),
15477 OPC_RecordChild0,
15478 OPC_Scope, 19,
15479 OPC_CheckChild0TypeI32,
15480 OPC_SwitchType , 6, MVT::f32,
15481 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::F32_CONVERT_U_I32),
15482 MVT::f32, 1, 2,
15483 6, MVT::f64,
15484 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::F64_CONVERT_U_I32),
15485 MVT::f64, 1, 2,
15486 0,
15487 19,
15488 OPC_CheckChild0TypeI64,
15489 OPC_SwitchType , 6, MVT::f32,
15490 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::F32_CONVERT_U_I64),
15491 MVT::f32, 1, 2,
15492 6, MVT::f64,
15493 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::F64_CONVERT_U_I64),
15494 MVT::f64, 1, 2,
15495 0,
15496 11,
15497 OPC_CheckType, 11|128,1,
15498 OPC_CheckPatternPredicate0,
15499 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::uint_to_fp_F32x4),
15500 11|128,1, 1, 2,
15501 9,
15502 OPC_CheckType, MVT::v8f16,
15503 OPC_CheckPatternPredicate7,
15504 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::uint_to_fp_F16x8),
15505 MVT::v8f16, 1, 2,
15506 0,
15507 7, TARGET_VAL(ISD::FP_EXTEND),
15508 OPC_RecordChild0,
15509 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::F64_PROMOTE_F32),
15510 MVT::f64, 1, 2,
15511 7, TARGET_VAL(ISD::FP_ROUND),
15512 OPC_RecordChild0,
15513 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::F32_DEMOTE_F64),
15514 MVT::f32, 1, 2,
15515 7|128,1, TARGET_VAL(ISD::FADD),
15516 OPC_Scope, 20,
15517 OPC_RecordChild0,
15518 OPC_RecordChild1,
15519 OPC_SwitchType , 6, MVT::f32,
15520 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ADD_F32),
15521 MVT::f32, 2, 16,
15522 6, MVT::f64,
15523 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ADD_F64),
15524 MVT::f64, 2, 16,
15525 0,
15526 36,
15527 OPC_MoveChild0,
15528 OPC_CheckOpcode, TARGET_VAL(ISD::FMUL),
15529 OPC_RecordChild0,
15530 OPC_RecordChild1,
15531 OPC_CheckPredicate, 25,
15532 OPC_MoveParent,
15533 OPC_RecordChild1,
15534 OPC_CheckPredicate, 25,
15535 OPC_SwitchType , 8, 11|128,1,
15536 OPC_CheckPatternPredicate5,
15537 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MADD_F32x4),
15538 11|128,1, 3, 41,
15539 8, 29|128,1,
15540 OPC_CheckPatternPredicate5,
15541 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MADD_F64x2),
15542 29|128,1, 3, 41,
15543 0,
15544 74,
15545 OPC_RecordChild0,
15546 OPC_Scope, 35,
15547 OPC_MoveChild1,
15548 OPC_CheckOpcode, TARGET_VAL(ISD::FMUL),
15549 OPC_RecordChild0,
15550 OPC_RecordChild1,
15551 OPC_CheckPredicate, 25,
15552 OPC_MoveParent,
15553 OPC_CheckPredicate, 25,
15554 OPC_SwitchType , 8, 11|128,1,
15555 OPC_CheckPatternPredicate5,
15556 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MADD_F32x4),
15557 11|128,1, 3, 3,
15558 8, 29|128,1,
15559 OPC_CheckPatternPredicate5,
15560 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MADD_F64x2),
15561 29|128,1, 3, 3,
15562 0,
15563 34,
15564 OPC_RecordChild1,
15565 OPC_SwitchType , 8, 11|128,1,
15566 OPC_CheckPatternPredicate0,
15567 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ADD_F32x4),
15568 11|128,1, 2, 16,
15569 8, 29|128,1,
15570 OPC_CheckPatternPredicate0,
15571 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ADD_F64x2),
15572 29|128,1, 2, 16,
15573 7, MVT::v8f16,
15574 OPC_CheckPatternPredicate7,
15575 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ADD_F16x8),
15576 MVT::v8f16, 2, 16,
15577 0,
15578 0,
15579 0,
15580 94, TARGET_VAL(ISD::FSUB),
15581 OPC_RecordChild0,
15582 OPC_Scope, 19,
15583 OPC_RecordChild1,
15584 OPC_SwitchType , 6, MVT::f32,
15585 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SUB_F32),
15586 MVT::f32, 2, 16,
15587 6, MVT::f64,
15588 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SUB_F64),
15589 MVT::f64, 2, 16,
15590 0,
15591 35,
15592 OPC_MoveChild1,
15593 OPC_CheckOpcode, TARGET_VAL(ISD::FMUL),
15594 OPC_RecordChild0,
15595 OPC_RecordChild1,
15596 OPC_CheckPredicate, 25,
15597 OPC_MoveParent,
15598 OPC_CheckPredicate, 25,
15599 OPC_SwitchType , 8, 11|128,1,
15600 OPC_CheckPatternPredicate5,
15601 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NMADD_F32x4),
15602 11|128,1, 3, 3,
15603 8, 29|128,1,
15604 OPC_CheckPatternPredicate5,
15605 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NMADD_F64x2),
15606 29|128,1, 3, 3,
15607 0,
15608 34,
15609 OPC_RecordChild1,
15610 OPC_SwitchType , 8, 11|128,1,
15611 OPC_CheckPatternPredicate0,
15612 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SUB_F32x4),
15613 11|128,1, 2, 16,
15614 8, 29|128,1,
15615 OPC_CheckPatternPredicate0,
15616 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SUB_F64x2),
15617 29|128,1, 2, 16,
15618 7, MVT::v8f16,
15619 OPC_CheckPatternPredicate7,
15620 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SUB_F16x8),
15621 MVT::v8f16, 2, 16,
15622 0,
15623 0,
15624 51, TARGET_VAL(ISD::FMUL),
15625 OPC_RecordChild0,
15626 OPC_RecordChild1,
15627 OPC_SwitchType , 6, MVT::f32,
15628 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MUL_F32),
15629 MVT::f32, 2, 16,
15630 6, MVT::f64,
15631 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MUL_F64),
15632 MVT::f64, 2, 16,
15633 8, 11|128,1,
15634 OPC_CheckPatternPredicate0,
15635 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MUL_F32x4),
15636 11|128,1, 2, 16,
15637 8, 29|128,1,
15638 OPC_CheckPatternPredicate0,
15639 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MUL_F64x2),
15640 29|128,1, 2, 16,
15641 7, MVT::v8f16,
15642 OPC_CheckPatternPredicate7,
15643 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MUL_F16x8),
15644 MVT::v8f16, 2, 16,
15645 0,
15646 51, TARGET_VAL(ISD::FDIV),
15647 OPC_RecordChild0,
15648 OPC_RecordChild1,
15649 OPC_SwitchType , 6, MVT::f32,
15650 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DIV_F32),
15651 MVT::f32, 2, 16,
15652 6, MVT::f64,
15653 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DIV_F64),
15654 MVT::f64, 2, 16,
15655 8, 11|128,1,
15656 OPC_CheckPatternPredicate0,
15657 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DIV_F32x4),
15658 11|128,1, 2, 16,
15659 8, 29|128,1,
15660 OPC_CheckPatternPredicate0,
15661 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DIV_F64x2),
15662 29|128,1, 2, 16,
15663 7, MVT::v8f16,
15664 OPC_CheckPatternPredicate7,
15665 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DIV_F16x8),
15666 MVT::v8f16, 2, 16,
15667 0,
15668 50, TARGET_VAL(ISD::FSQRT),
15669 OPC_RecordChild0,
15670 OPC_SwitchType , 6, MVT::f32,
15671 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SQRT_F32),
15672 MVT::f32, 1, 2,
15673 6, MVT::f64,
15674 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SQRT_F64),
15675 MVT::f64, 1, 2,
15676 8, 11|128,1,
15677 OPC_CheckPatternPredicate0,
15678 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SQRT_F32x4),
15679 11|128,1, 1, 2,
15680 8, 29|128,1,
15681 OPC_CheckPatternPredicate0,
15682 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SQRT_F64x2),
15683 29|128,1, 1, 2,
15684 7, MVT::v8f16,
15685 OPC_CheckPatternPredicate7,
15686 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SQRT_F16x8),
15687 MVT::v8f16, 1, 2,
15688 0,
15689 50, TARGET_VAL(ISD::FABS),
15690 OPC_RecordChild0,
15691 OPC_SwitchType , 6, MVT::f32,
15692 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ABS_F32),
15693 MVT::f32, 1, 2,
15694 6, MVT::f64,
15695 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ABS_F64),
15696 MVT::f64, 1, 2,
15697 8, 11|128,1,
15698 OPC_CheckPatternPredicate0,
15699 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ABS_F32x4),
15700 11|128,1, 1, 2,
15701 8, 29|128,1,
15702 OPC_CheckPatternPredicate0,
15703 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ABS_F64x2),
15704 29|128,1, 1, 2,
15705 7, MVT::v8f16,
15706 OPC_CheckPatternPredicate7,
15707 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ABS_F16x8),
15708 MVT::v8f16, 1, 2,
15709 0,
15710 50, TARGET_VAL(ISD::FNEG),
15711 OPC_RecordChild0,
15712 OPC_SwitchType , 6, MVT::f32,
15713 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEG_F32),
15714 MVT::f32, 1, 2,
15715 6, MVT::f64,
15716 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEG_F64),
15717 MVT::f64, 1, 2,
15718 8, 11|128,1,
15719 OPC_CheckPatternPredicate0,
15720 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEG_F32x4),
15721 11|128,1, 1, 2,
15722 8, 29|128,1,
15723 OPC_CheckPatternPredicate0,
15724 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEG_F64x2),
15725 29|128,1, 1, 2,
15726 7, MVT::v8f16,
15727 OPC_CheckPatternPredicate7,
15728 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEG_F16x8),
15729 MVT::v8f16, 1, 2,
15730 0,
15731 58, TARGET_VAL(ISD::FCOPYSIGN),
15732 OPC_RecordChild0,
15733 OPC_RecordChild1,
15734 OPC_Scope, 26,
15735 OPC_CheckChild1Type, MVT::f32,
15736 OPC_SwitchType , 6, MVT::f32,
15737 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::COPYSIGN_F32),
15738 MVT::f32, 2, 16,
15739 12, MVT::f64,
15740 OPC_EmitNode1None, TARGET_VAL(WebAssembly::F64_PROMOTE_F32),
15741 MVT::f64, 1, 17,
15742 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::COPYSIGN_F64),
15743 MVT::f64, 2, 39,
15744 0,
15745 26,
15746 OPC_CheckChild1Type, MVT::f64,
15747 OPC_SwitchType , 6, MVT::f64,
15748 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::COPYSIGN_F64),
15749 MVT::f64, 2, 16,
15750 12, MVT::f32,
15751 OPC_EmitNode1None, TARGET_VAL(WebAssembly::F32_DEMOTE_F64),
15752 MVT::f32, 1, 17,
15753 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::COPYSIGN_F32),
15754 MVT::f32, 2, 39,
15755 0,
15756 0,
15757 51, TARGET_VAL(ISD::FMINIMUM),
15758 OPC_RecordChild0,
15759 OPC_RecordChild1,
15760 OPC_SwitchType , 6, MVT::f32,
15761 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MIN_F32),
15762 MVT::f32, 2, 16,
15763 6, MVT::f64,
15764 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MIN_F64),
15765 MVT::f64, 2, 16,
15766 8, 11|128,1,
15767 OPC_CheckPatternPredicate0,
15768 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MIN_F32x4),
15769 11|128,1, 2, 16,
15770 8, 29|128,1,
15771 OPC_CheckPatternPredicate0,
15772 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MIN_F64x2),
15773 29|128,1, 2, 16,
15774 7, MVT::v8f16,
15775 OPC_CheckPatternPredicate7,
15776 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MIN_F16x8),
15777 MVT::v8f16, 2, 16,
15778 0,
15779 51, TARGET_VAL(ISD::FMAXIMUM),
15780 OPC_RecordChild0,
15781 OPC_RecordChild1,
15782 OPC_SwitchType , 6, MVT::f32,
15783 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MAX_F32),
15784 MVT::f32, 2, 16,
15785 6, MVT::f64,
15786 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MAX_F64),
15787 MVT::f64, 2, 16,
15788 8, 11|128,1,
15789 OPC_CheckPatternPredicate0,
15790 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MAX_F32x4),
15791 11|128,1, 2, 16,
15792 8, 29|128,1,
15793 OPC_CheckPatternPredicate0,
15794 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MAX_F64x2),
15795 29|128,1, 2, 16,
15796 7, MVT::v8f16,
15797 OPC_CheckPatternPredicate7,
15798 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MAX_F16x8),
15799 MVT::v8f16, 2, 16,
15800 0,
15801 50, TARGET_VAL(ISD::FCEIL),
15802 OPC_RecordChild0,
15803 OPC_SwitchType , 6, MVT::f32,
15804 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CEIL_F32),
15805 MVT::f32, 1, 2,
15806 6, MVT::f64,
15807 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CEIL_F64),
15808 MVT::f64, 1, 2,
15809 8, 11|128,1,
15810 OPC_CheckPatternPredicate0,
15811 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CEIL_F32x4),
15812 11|128,1, 1, 2,
15813 8, 29|128,1,
15814 OPC_CheckPatternPredicate0,
15815 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CEIL_F64x2),
15816 29|128,1, 1, 2,
15817 7, MVT::v8f16,
15818 OPC_CheckPatternPredicate7,
15819 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CEIL_F16x8),
15820 MVT::v8f16, 1, 2,
15821 0,
15822 50, TARGET_VAL(ISD::FFLOOR),
15823 OPC_RecordChild0,
15824 OPC_SwitchType , 6, MVT::f32,
15825 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::FLOOR_F32),
15826 MVT::f32, 1, 2,
15827 6, MVT::f64,
15828 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::FLOOR_F64),
15829 MVT::f64, 1, 2,
15830 8, 11|128,1,
15831 OPC_CheckPatternPredicate0,
15832 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::FLOOR_F32x4),
15833 11|128,1, 1, 2,
15834 8, 29|128,1,
15835 OPC_CheckPatternPredicate0,
15836 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::FLOOR_F64x2),
15837 29|128,1, 1, 2,
15838 7, MVT::v8f16,
15839 OPC_CheckPatternPredicate7,
15840 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::FLOOR_F16x8),
15841 MVT::v8f16, 1, 2,
15842 0,
15843 50, TARGET_VAL(ISD::FTRUNC),
15844 OPC_RecordChild0,
15845 OPC_SwitchType , 6, MVT::f32,
15846 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::TRUNC_F32),
15847 MVT::f32, 1, 2,
15848 6, MVT::f64,
15849 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::TRUNC_F64),
15850 MVT::f64, 1, 2,
15851 8, 11|128,1,
15852 OPC_CheckPatternPredicate0,
15853 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::TRUNC_F32x4),
15854 11|128,1, 1, 2,
15855 8, 29|128,1,
15856 OPC_CheckPatternPredicate0,
15857 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::TRUNC_F64x2),
15858 29|128,1, 1, 2,
15859 7, MVT::v8f16,
15860 OPC_CheckPatternPredicate7,
15861 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::TRUNC_F16x8),
15862 MVT::v8f16, 1, 2,
15863 0,
15864 50, TARGET_VAL(ISD::FNEARBYINT),
15865 OPC_RecordChild0,
15866 OPC_SwitchType , 6, MVT::f32,
15867 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEAREST_F32),
15868 MVT::f32, 1, 2,
15869 6, MVT::f64,
15870 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEAREST_F64),
15871 MVT::f64, 1, 2,
15872 8, 11|128,1,
15873 OPC_CheckPatternPredicate0,
15874 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEAREST_F32x4),
15875 11|128,1, 1, 2,
15876 8, 29|128,1,
15877 OPC_CheckPatternPredicate0,
15878 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEAREST_F64x2),
15879 29|128,1, 1, 2,
15880 7, MVT::v8f16,
15881 OPC_CheckPatternPredicate7,
15882 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEAREST_F16x8),
15883 MVT::v8f16, 1, 2,
15884 0,
15885 47, TARGET_VAL(ISD::FRINT),
15886 OPC_RecordChild0,
15887 OPC_SwitchType , 6, MVT::f32,
15888 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEAREST_F32),
15889 MVT::f32, 1, 2,
15890 6, MVT::f64,
15891 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEAREST_F64),
15892 MVT::f64, 1, 2,
15893 7, 11|128,1,
15894 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEAREST_F32x4),
15895 11|128,1, 1, 2,
15896 7, 29|128,1,
15897 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEAREST_F64x2),
15898 29|128,1, 1, 2,
15899 6, MVT::v8f16,
15900 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEAREST_F16x8),
15901 MVT::v8f16, 1, 2,
15902 0,
15903 47, TARGET_VAL(ISD::FROUNDEVEN),
15904 OPC_RecordChild0,
15905 OPC_SwitchType , 6, MVT::f32,
15906 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEAREST_F32),
15907 MVT::f32, 1, 2,
15908 6, MVT::f64,
15909 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEAREST_F64),
15910 MVT::f64, 1, 2,
15911 7, 11|128,1,
15912 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEAREST_F32x4),
15913 11|128,1, 1, 2,
15914 7, 29|128,1,
15915 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEAREST_F64x2),
15916 29|128,1, 1, 2,
15917 6, MVT::v8f16,
15918 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEAREST_F16x8),
15919 MVT::v8f16, 1, 2,
15920 0,
15921 25|128,111, TARGET_VAL(WebAssemblyISD::NARROW_U),
15922 OPC_Scope, 119|128,110,
15923 OPC_MoveChild0,
15924 OPC_SwitchOpcode , 36|128,91, TARGET_VAL(ISD::AND),
15925 OPC_MoveChild0,
15926 OPC_SwitchOpcode , 15|128,23, TARGET_VAL(ISD::SMIN),
15927 OPC_MoveChild0,
15928 OPC_SwitchOpcode , 91|128,11, TARGET_VAL(ISD::SMAX),
15929 OPC_Scope, 54|128,3,
15930 OPC_RecordChild0,
15931 OPC_MoveChild1,
15932 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
15933 OPC_Scope, 90|128,2,
15934 OPC_CheckChild0Integer, 0|128,127,
15935 OPC_CheckChild0TypeI32,
15936 OPC_MoveParent,
15937 OPC_MoveSibling1,
15938 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
15939 OPC_CheckChild0Integer, 127|128,0,
15940 OPC_CheckChild0TypeI32,
15941 OPC_MoveParent,
15942 OPC_MoveSibling1,
15943 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
15944 OPC_CheckChild0Integer, 127|128,1,
15945 OPC_CheckChild0TypeI32,
15946 OPC_MoveParent,
15947 OPC_CheckType, MVT::v8i16,
15948 OPC_MoveSibling1,
15949 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
15950 OPC_MoveChild0,
15951 OPC_SwitchOpcode , 37|128,1, TARGET_VAL(ISD::SMIN),
15952 OPC_MoveChild0,
15953 OPC_SwitchOpcode , 82, TARGET_VAL(ISD::SMAX),
15954 OPC_Scope, 39,
15955 OPC_RecordChild0,
15956 OPC_MoveChild1,
15957 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
15958 OPC_CheckChild0Integer, 0|128,127,
15959 OPC_CheckChild0TypeI32,
15960 OPC_MoveParent,
15961 OPC_MoveSibling1,
15962 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
15963 OPC_CheckChild0Integer, 127|128,0,
15964 OPC_CheckChild0TypeI32,
15965 OPC_MoveParent,
15966 OPC_MoveSibling1,
15967 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
15968 OPC_CheckChild0Integer, 127|128,1,
15969 OPC_CheckChild0TypeI32,
15970 OPC_MoveParent,
15971 OPC_CheckType, MVT::v8i16,
15972 OPC_MoveParent,
15973 OPC_CheckType, MVT::v16i8,
15974 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
15975 MVT::v16i8, 2, 16,
15976 39,
15977 OPC_MoveChild0,
15978 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
15979 OPC_CheckChild0Integer, 0|128,127,
15980 OPC_CheckChild0TypeI32,
15981 OPC_MoveParent,
15982 OPC_RecordChild1,
15983 OPC_MoveSibling1,
15984 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
15985 OPC_CheckChild0Integer, 127|128,0,
15986 OPC_CheckChild0TypeI32,
15987 OPC_MoveParent,
15988 OPC_MoveSibling1,
15989 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
15990 OPC_CheckChild0Integer, 127|128,1,
15991 OPC_CheckChild0TypeI32,
15992 OPC_MoveParent,
15993 OPC_CheckType, MVT::v8i16,
15994 OPC_MoveParent,
15995 OPC_CheckType, MVT::v16i8,
15996 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
15997 MVT::v16i8, 2, 16,
15998 0,
15999 74, TARGET_VAL(ISD::SPLAT_VECTOR),
16000 OPC_CheckChild0Integer, 127|128,0,
16001 OPC_CheckChild0TypeI32,
16002 OPC_MoveSibling1,
16003 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
16004 OPC_Scope, 31,
16005 OPC_RecordChild0,
16006 OPC_MoveChild1,
16007 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16008 OPC_CheckChild0Integer, 0|128,127,
16009 OPC_CheckChild0TypeI32,
16010 OPC_MoveParent,
16011 OPC_MoveParent,
16012 OPC_MoveSibling1,
16013 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16014 OPC_CheckChild0Integer, 127|128,1,
16015 OPC_CheckChild0TypeI32,
16016 OPC_MoveParent,
16017 OPC_CheckType, MVT::v8i16,
16018 OPC_MoveParent,
16019 OPC_CheckType, MVT::v16i8,
16020 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
16021 MVT::v16i8, 2, 16,
16022 31,
16023 OPC_MoveChild0,
16024 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16025 OPC_CheckChild0Integer, 0|128,127,
16026 OPC_CheckChild0TypeI32,
16027 OPC_MoveParent,
16028 OPC_RecordChild1,
16029 OPC_MoveParent,
16030 OPC_MoveSibling1,
16031 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16032 OPC_CheckChild0Integer, 127|128,1,
16033 OPC_CheckChild0TypeI32,
16034 OPC_MoveParent,
16035 OPC_CheckType, MVT::v8i16,
16036 OPC_MoveParent,
16037 OPC_CheckType, MVT::v16i8,
16038 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
16039 MVT::v16i8, 2, 16,
16040 0,
16041 0,
16042 13|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
16043 OPC_CheckChild0Integer, 127|128,1,
16044 OPC_CheckChild0TypeI32,
16045 OPC_MoveSibling1,
16046 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
16047 OPC_MoveChild0,
16048 OPC_SwitchOpcode , 66, TARGET_VAL(ISD::SMAX),
16049 OPC_Scope, 31,
16050 OPC_RecordChild0,
16051 OPC_MoveChild1,
16052 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16053 OPC_CheckChild0Integer, 0|128,127,
16054 OPC_CheckChild0TypeI32,
16055 OPC_MoveParent,
16056 OPC_MoveSibling1,
16057 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16058 OPC_CheckChild0Integer, 127|128,0,
16059 OPC_CheckChild0TypeI32,
16060 OPC_MoveParent,
16061 OPC_MoveParent,
16062 OPC_CheckType, MVT::v8i16,
16063 OPC_MoveParent,
16064 OPC_CheckType, MVT::v16i8,
16065 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
16066 MVT::v16i8, 2, 16,
16067 31,
16068 OPC_MoveChild0,
16069 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16070 OPC_CheckChild0Integer, 0|128,127,
16071 OPC_CheckChild0TypeI32,
16072 OPC_MoveParent,
16073 OPC_RecordChild1,
16074 OPC_MoveSibling1,
16075 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16076 OPC_CheckChild0Integer, 127|128,0,
16077 OPC_CheckChild0TypeI32,
16078 OPC_MoveParent,
16079 OPC_MoveParent,
16080 OPC_CheckType, MVT::v8i16,
16081 OPC_MoveParent,
16082 OPC_CheckType, MVT::v16i8,
16083 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
16084 MVT::v16i8, 2, 16,
16085 0,
16086 58, TARGET_VAL(ISD::SPLAT_VECTOR),
16087 OPC_CheckChild0Integer, 127|128,0,
16088 OPC_CheckChild0TypeI32,
16089 OPC_MoveSibling1,
16090 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
16091 OPC_Scope, 23,
16092 OPC_RecordChild0,
16093 OPC_MoveChild1,
16094 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16095 OPC_CheckChild0Integer, 0|128,127,
16096 OPC_CheckChild0TypeI32,
16097 OPC_MoveParent,
16098 OPC_MoveParent,
16099 OPC_MoveParent,
16100 OPC_CheckType, MVT::v8i16,
16101 OPC_MoveParent,
16102 OPC_CheckType, MVT::v16i8,
16103 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
16104 MVT::v16i8, 2, 16,
16105 23,
16106 OPC_MoveChild0,
16107 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16108 OPC_CheckChild0Integer, 0|128,127,
16109 OPC_CheckChild0TypeI32,
16110 OPC_MoveParent,
16111 OPC_RecordChild1,
16112 OPC_MoveParent,
16113 OPC_MoveParent,
16114 OPC_CheckType, MVT::v8i16,
16115 OPC_MoveParent,
16116 OPC_CheckType, MVT::v16i8,
16117 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
16118 MVT::v16i8, 2, 16,
16119 0,
16120 0,
16121 0,
16122 82,
16123 OPC_CheckChild0Integer, 0|128,0|128,126,
16124 OPC_CheckChild0TypeI32,
16125 OPC_MoveParent,
16126 OPC_MoveSibling1,
16127 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16128 OPC_CheckChild0Integer, 127|128,127|128,1,
16129 OPC_CheckChild0TypeI32,
16130 OPC_MoveParent,
16131 OPC_MoveSibling1,
16132 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16133 OPC_CheckChild0Integer, 127|128,127|128,3,
16134 OPC_CheckChild0TypeI32,
16135 OPC_MoveParent,
16136 OPC_CheckType, MVT::v4i32,
16137 OPC_MoveSibling1,
16138 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
16139 OPC_MoveChild0,
16140 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
16141 OPC_MoveChild0,
16142 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
16143 OPC_RecordChild0,
16144 OPC_MoveChild1,
16145 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16146 OPC_CheckChild0Integer, 0|128,0|128,126,
16147 OPC_CheckChild0TypeI32,
16148 OPC_MoveParent,
16149 OPC_MoveSibling1,
16150 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16151 OPC_CheckChild0Integer, 127|128,127|128,1,
16152 OPC_CheckChild0TypeI32,
16153 OPC_MoveParent,
16154 OPC_MoveSibling1,
16155 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16156 OPC_CheckChild0Integer, 127|128,127|128,3,
16157 OPC_CheckChild0TypeI32,
16158 OPC_MoveParent,
16159 OPC_CheckType, MVT::v4i32,
16160 OPC_MoveParent,
16161 OPC_CheckType, MVT::v8i16,
16162 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
16163 MVT::v8i16, 2, 16,
16164 0,
16165 95|128,2,
16166 OPC_MoveChild0,
16167 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16168 OPC_CheckChild0Integer, 0|128,127,
16169 OPC_CheckChild0TypeI32,
16170 OPC_MoveParent,
16171 OPC_RecordChild1,
16172 OPC_MoveSibling1,
16173 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16174 OPC_CheckChild0Integer, 127|128,0,
16175 OPC_CheckChild0TypeI32,
16176 OPC_MoveParent,
16177 OPC_MoveSibling1,
16178 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16179 OPC_CheckChild0Integer, 127|128,1,
16180 OPC_CheckChild0TypeI32,
16181 OPC_MoveParent,
16182 OPC_CheckType, MVT::v8i16,
16183 OPC_MoveSibling1,
16184 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
16185 OPC_MoveChild0,
16186 OPC_SwitchOpcode , 37|128,1, TARGET_VAL(ISD::SMIN),
16187 OPC_MoveChild0,
16188 OPC_SwitchOpcode , 82, TARGET_VAL(ISD::SMAX),
16189 OPC_Scope, 39,
16190 OPC_RecordChild0,
16191 OPC_MoveChild1,
16192 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16193 OPC_CheckChild0Integer, 0|128,127,
16194 OPC_CheckChild0TypeI32,
16195 OPC_MoveParent,
16196 OPC_MoveSibling1,
16197 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16198 OPC_CheckChild0Integer, 127|128,0,
16199 OPC_CheckChild0TypeI32,
16200 OPC_MoveParent,
16201 OPC_MoveSibling1,
16202 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16203 OPC_CheckChild0Integer, 127|128,1,
16204 OPC_CheckChild0TypeI32,
16205 OPC_MoveParent,
16206 OPC_CheckType, MVT::v8i16,
16207 OPC_MoveParent,
16208 OPC_CheckType, MVT::v16i8,
16209 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
16210 MVT::v16i8, 2, 16,
16211 39,
16212 OPC_MoveChild0,
16213 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16214 OPC_CheckChild0Integer, 0|128,127,
16215 OPC_CheckChild0TypeI32,
16216 OPC_MoveParent,
16217 OPC_RecordChild1,
16218 OPC_MoveSibling1,
16219 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16220 OPC_CheckChild0Integer, 127|128,0,
16221 OPC_CheckChild0TypeI32,
16222 OPC_MoveParent,
16223 OPC_MoveSibling1,
16224 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16225 OPC_CheckChild0Integer, 127|128,1,
16226 OPC_CheckChild0TypeI32,
16227 OPC_MoveParent,
16228 OPC_CheckType, MVT::v8i16,
16229 OPC_MoveParent,
16230 OPC_CheckType, MVT::v16i8,
16231 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
16232 MVT::v16i8, 2, 16,
16233 0,
16234 74, TARGET_VAL(ISD::SPLAT_VECTOR),
16235 OPC_CheckChild0Integer, 127|128,0,
16236 OPC_CheckChild0TypeI32,
16237 OPC_MoveSibling1,
16238 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
16239 OPC_Scope, 31,
16240 OPC_RecordChild0,
16241 OPC_MoveChild1,
16242 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16243 OPC_CheckChild0Integer, 0|128,127,
16244 OPC_CheckChild0TypeI32,
16245 OPC_MoveParent,
16246 OPC_MoveParent,
16247 OPC_MoveSibling1,
16248 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16249 OPC_CheckChild0Integer, 127|128,1,
16250 OPC_CheckChild0TypeI32,
16251 OPC_MoveParent,
16252 OPC_CheckType, MVT::v8i16,
16253 OPC_MoveParent,
16254 OPC_CheckType, MVT::v16i8,
16255 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
16256 MVT::v16i8, 2, 16,
16257 31,
16258 OPC_MoveChild0,
16259 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16260 OPC_CheckChild0Integer, 0|128,127,
16261 OPC_CheckChild0TypeI32,
16262 OPC_MoveParent,
16263 OPC_RecordChild1,
16264 OPC_MoveParent,
16265 OPC_MoveSibling1,
16266 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16267 OPC_CheckChild0Integer, 127|128,1,
16268 OPC_CheckChild0TypeI32,
16269 OPC_MoveParent,
16270 OPC_CheckType, MVT::v8i16,
16271 OPC_MoveParent,
16272 OPC_CheckType, MVT::v16i8,
16273 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
16274 MVT::v16i8, 2, 16,
16275 0,
16276 0,
16277 13|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
16278 OPC_CheckChild0Integer, 127|128,1,
16279 OPC_CheckChild0TypeI32,
16280 OPC_MoveSibling1,
16281 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
16282 OPC_MoveChild0,
16283 OPC_SwitchOpcode , 66, TARGET_VAL(ISD::SMAX),
16284 OPC_Scope, 31,
16285 OPC_RecordChild0,
16286 OPC_MoveChild1,
16287 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16288 OPC_CheckChild0Integer, 0|128,127,
16289 OPC_CheckChild0TypeI32,
16290 OPC_MoveParent,
16291 OPC_MoveSibling1,
16292 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16293 OPC_CheckChild0Integer, 127|128,0,
16294 OPC_CheckChild0TypeI32,
16295 OPC_MoveParent,
16296 OPC_MoveParent,
16297 OPC_CheckType, MVT::v8i16,
16298 OPC_MoveParent,
16299 OPC_CheckType, MVT::v16i8,
16300 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
16301 MVT::v16i8, 2, 16,
16302 31,
16303 OPC_MoveChild0,
16304 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16305 OPC_CheckChild0Integer, 0|128,127,
16306 OPC_CheckChild0TypeI32,
16307 OPC_MoveParent,
16308 OPC_RecordChild1,
16309 OPC_MoveSibling1,
16310 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16311 OPC_CheckChild0Integer, 127|128,0,
16312 OPC_CheckChild0TypeI32,
16313 OPC_MoveParent,
16314 OPC_MoveParent,
16315 OPC_CheckType, MVT::v8i16,
16316 OPC_MoveParent,
16317 OPC_CheckType, MVT::v16i8,
16318 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
16319 MVT::v16i8, 2, 16,
16320 0,
16321 58, TARGET_VAL(ISD::SPLAT_VECTOR),
16322 OPC_CheckChild0Integer, 127|128,0,
16323 OPC_CheckChild0TypeI32,
16324 OPC_MoveSibling1,
16325 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
16326 OPC_Scope, 23,
16327 OPC_RecordChild0,
16328 OPC_MoveChild1,
16329 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16330 OPC_CheckChild0Integer, 0|128,127,
16331 OPC_CheckChild0TypeI32,
16332 OPC_MoveParent,
16333 OPC_MoveParent,
16334 OPC_MoveParent,
16335 OPC_CheckType, MVT::v8i16,
16336 OPC_MoveParent,
16337 OPC_CheckType, MVT::v16i8,
16338 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
16339 MVT::v16i8, 2, 16,
16340 23,
16341 OPC_MoveChild0,
16342 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16343 OPC_CheckChild0Integer, 0|128,127,
16344 OPC_CheckChild0TypeI32,
16345 OPC_MoveParent,
16346 OPC_RecordChild1,
16347 OPC_MoveParent,
16348 OPC_MoveParent,
16349 OPC_CheckType, MVT::v8i16,
16350 OPC_MoveParent,
16351 OPC_CheckType, MVT::v16i8,
16352 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
16353 MVT::v16i8, 2, 16,
16354 0,
16355 0,
16356 0,
16357 71|128,2,
16358 OPC_RecordChild0,
16359 OPC_MoveChild1,
16360 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16361 OPC_CheckChild0Integer, 0|128,0|128,126,
16362 OPC_CheckChild0TypeI32,
16363 OPC_MoveParent,
16364 OPC_MoveSibling1,
16365 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16366 OPC_CheckChild0Integer, 127|128,127|128,1,
16367 OPC_CheckChild0TypeI32,
16368 OPC_MoveParent,
16369 OPC_MoveSibling1,
16370 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16371 OPC_CheckChild0Integer, 127|128,127|128,3,
16372 OPC_CheckChild0TypeI32,
16373 OPC_MoveParent,
16374 OPC_CheckType, MVT::v4i32,
16375 OPC_MoveSibling1,
16376 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
16377 OPC_MoveChild0,
16378 OPC_SwitchOpcode , 2|128,1, TARGET_VAL(ISD::SMIN),
16379 OPC_MoveChild0,
16380 OPC_SwitchOpcode , 42, TARGET_VAL(ISD::SMAX),
16381 OPC_MoveChild0,
16382 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16383 OPC_CheckChild0Integer, 0|128,0|128,126,
16384 OPC_CheckChild0TypeI32,
16385 OPC_MoveParent,
16386 OPC_RecordChild1,
16387 OPC_MoveSibling1,
16388 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16389 OPC_CheckChild0Integer, 127|128,127|128,1,
16390 OPC_CheckChild0TypeI32,
16391 OPC_MoveParent,
16392 OPC_MoveSibling1,
16393 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16394 OPC_CheckChild0Integer, 127|128,127|128,3,
16395 OPC_CheckChild0TypeI32,
16396 OPC_MoveParent,
16397 OPC_CheckType, MVT::v4i32,
16398 OPC_MoveParent,
16399 OPC_CheckType, MVT::v8i16,
16400 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
16401 MVT::v8i16, 2, 16,
16402 79, TARGET_VAL(ISD::SPLAT_VECTOR),
16403 OPC_CheckChild0Integer, 127|128,127|128,1,
16404 OPC_CheckChild0TypeI32,
16405 OPC_MoveSibling1,
16406 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
16407 OPC_Scope, 33,
16408 OPC_RecordChild0,
16409 OPC_MoveChild1,
16410 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16411 OPC_CheckChild0Integer, 0|128,0|128,126,
16412 OPC_CheckChild0TypeI32,
16413 OPC_MoveParent,
16414 OPC_MoveParent,
16415 OPC_MoveSibling1,
16416 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16417 OPC_CheckChild0Integer, 127|128,127|128,3,
16418 OPC_CheckChild0TypeI32,
16419 OPC_MoveParent,
16420 OPC_CheckType, MVT::v4i32,
16421 OPC_MoveParent,
16422 OPC_CheckType, MVT::v8i16,
16423 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
16424 MVT::v8i16, 2, 16,
16425 33,
16426 OPC_MoveChild0,
16427 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16428 OPC_CheckChild0Integer, 0|128,0|128,126,
16429 OPC_CheckChild0TypeI32,
16430 OPC_MoveParent,
16431 OPC_RecordChild1,
16432 OPC_MoveParent,
16433 OPC_MoveSibling1,
16434 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16435 OPC_CheckChild0Integer, 127|128,127|128,3,
16436 OPC_CheckChild0TypeI32,
16437 OPC_MoveParent,
16438 OPC_CheckType, MVT::v4i32,
16439 OPC_MoveParent,
16440 OPC_CheckType, MVT::v8i16,
16441 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
16442 MVT::v8i16, 2, 16,
16443 0,
16444 0,
16445 21|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
16446 OPC_CheckChild0Integer, 127|128,127|128,3,
16447 OPC_CheckChild0TypeI32,
16448 OPC_MoveSibling1,
16449 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
16450 OPC_MoveChild0,
16451 OPC_SwitchOpcode , 70, TARGET_VAL(ISD::SMAX),
16452 OPC_Scope, 33,
16453 OPC_RecordChild0,
16454 OPC_MoveChild1,
16455 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16456 OPC_CheckChild0Integer, 0|128,0|128,126,
16457 OPC_CheckChild0TypeI32,
16458 OPC_MoveParent,
16459 OPC_MoveSibling1,
16460 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16461 OPC_CheckChild0Integer, 127|128,127|128,1,
16462 OPC_CheckChild0TypeI32,
16463 OPC_MoveParent,
16464 OPC_MoveParent,
16465 OPC_CheckType, MVT::v4i32,
16466 OPC_MoveParent,
16467 OPC_CheckType, MVT::v8i16,
16468 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
16469 MVT::v8i16, 2, 16,
16470 33,
16471 OPC_MoveChild0,
16472 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16473 OPC_CheckChild0Integer, 0|128,0|128,126,
16474 OPC_CheckChild0TypeI32,
16475 OPC_MoveParent,
16476 OPC_RecordChild1,
16477 OPC_MoveSibling1,
16478 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16479 OPC_CheckChild0Integer, 127|128,127|128,1,
16480 OPC_CheckChild0TypeI32,
16481 OPC_MoveParent,
16482 OPC_MoveParent,
16483 OPC_CheckType, MVT::v4i32,
16484 OPC_MoveParent,
16485 OPC_CheckType, MVT::v8i16,
16486 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
16487 MVT::v8i16, 2, 16,
16488 0,
16489 61, TARGET_VAL(ISD::SPLAT_VECTOR),
16490 OPC_CheckChild0Integer, 127|128,127|128,1,
16491 OPC_CheckChild0TypeI32,
16492 OPC_MoveSibling1,
16493 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
16494 OPC_Scope, 24,
16495 OPC_RecordChild0,
16496 OPC_MoveChild1,
16497 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16498 OPC_CheckChild0Integer, 0|128,0|128,126,
16499 OPC_CheckChild0TypeI32,
16500 OPC_MoveParent,
16501 OPC_MoveParent,
16502 OPC_MoveParent,
16503 OPC_CheckType, MVT::v4i32,
16504 OPC_MoveParent,
16505 OPC_CheckType, MVT::v8i16,
16506 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
16507 MVT::v8i16, 2, 16,
16508 24,
16509 OPC_MoveChild0,
16510 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16511 OPC_CheckChild0Integer, 0|128,0|128,126,
16512 OPC_CheckChild0TypeI32,
16513 OPC_MoveParent,
16514 OPC_RecordChild1,
16515 OPC_MoveParent,
16516 OPC_MoveParent,
16517 OPC_CheckType, MVT::v4i32,
16518 OPC_MoveParent,
16519 OPC_CheckType, MVT::v8i16,
16520 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
16521 MVT::v8i16, 2, 16,
16522 0,
16523 0,
16524 0,
16525 117|128,2,
16526 OPC_MoveChild0,
16527 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16528 OPC_CheckChild0Integer, 0|128,0|128,126,
16529 OPC_CheckChild0TypeI32,
16530 OPC_MoveParent,
16531 OPC_RecordChild1,
16532 OPC_MoveSibling1,
16533 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16534 OPC_CheckChild0Integer, 127|128,127|128,1,
16535 OPC_CheckChild0TypeI32,
16536 OPC_MoveParent,
16537 OPC_MoveSibling1,
16538 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16539 OPC_CheckChild0Integer, 127|128,127|128,3,
16540 OPC_CheckChild0TypeI32,
16541 OPC_MoveParent,
16542 OPC_CheckType, MVT::v4i32,
16543 OPC_MoveSibling1,
16544 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
16545 OPC_MoveChild0,
16546 OPC_SwitchOpcode , 48|128,1, TARGET_VAL(ISD::SMIN),
16547 OPC_MoveChild0,
16548 OPC_SwitchOpcode , 88, TARGET_VAL(ISD::SMAX),
16549 OPC_Scope, 42,
16550 OPC_RecordChild0,
16551 OPC_MoveChild1,
16552 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16553 OPC_CheckChild0Integer, 0|128,0|128,126,
16554 OPC_CheckChild0TypeI32,
16555 OPC_MoveParent,
16556 OPC_MoveSibling1,
16557 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16558 OPC_CheckChild0Integer, 127|128,127|128,1,
16559 OPC_CheckChild0TypeI32,
16560 OPC_MoveParent,
16561 OPC_MoveSibling1,
16562 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16563 OPC_CheckChild0Integer, 127|128,127|128,3,
16564 OPC_CheckChild0TypeI32,
16565 OPC_MoveParent,
16566 OPC_CheckType, MVT::v4i32,
16567 OPC_MoveParent,
16568 OPC_CheckType, MVT::v8i16,
16569 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
16570 MVT::v8i16, 2, 16,
16571 42,
16572 OPC_MoveChild0,
16573 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16574 OPC_CheckChild0Integer, 0|128,0|128,126,
16575 OPC_CheckChild0TypeI32,
16576 OPC_MoveParent,
16577 OPC_RecordChild1,
16578 OPC_MoveSibling1,
16579 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16580 OPC_CheckChild0Integer, 127|128,127|128,1,
16581 OPC_CheckChild0TypeI32,
16582 OPC_MoveParent,
16583 OPC_MoveSibling1,
16584 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16585 OPC_CheckChild0Integer, 127|128,127|128,3,
16586 OPC_CheckChild0TypeI32,
16587 OPC_MoveParent,
16588 OPC_CheckType, MVT::v4i32,
16589 OPC_MoveParent,
16590 OPC_CheckType, MVT::v8i16,
16591 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
16592 MVT::v8i16, 2, 16,
16593 0,
16594 79, TARGET_VAL(ISD::SPLAT_VECTOR),
16595 OPC_CheckChild0Integer, 127|128,127|128,1,
16596 OPC_CheckChild0TypeI32,
16597 OPC_MoveSibling1,
16598 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
16599 OPC_Scope, 33,
16600 OPC_RecordChild0,
16601 OPC_MoveChild1,
16602 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16603 OPC_CheckChild0Integer, 0|128,0|128,126,
16604 OPC_CheckChild0TypeI32,
16605 OPC_MoveParent,
16606 OPC_MoveParent,
16607 OPC_MoveSibling1,
16608 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16609 OPC_CheckChild0Integer, 127|128,127|128,3,
16610 OPC_CheckChild0TypeI32,
16611 OPC_MoveParent,
16612 OPC_CheckType, MVT::v4i32,
16613 OPC_MoveParent,
16614 OPC_CheckType, MVT::v8i16,
16615 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
16616 MVT::v8i16, 2, 16,
16617 33,
16618 OPC_MoveChild0,
16619 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16620 OPC_CheckChild0Integer, 0|128,0|128,126,
16621 OPC_CheckChild0TypeI32,
16622 OPC_MoveParent,
16623 OPC_RecordChild1,
16624 OPC_MoveParent,
16625 OPC_MoveSibling1,
16626 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16627 OPC_CheckChild0Integer, 127|128,127|128,3,
16628 OPC_CheckChild0TypeI32,
16629 OPC_MoveParent,
16630 OPC_CheckType, MVT::v4i32,
16631 OPC_MoveParent,
16632 OPC_CheckType, MVT::v8i16,
16633 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
16634 MVT::v8i16, 2, 16,
16635 0,
16636 0,
16637 21|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
16638 OPC_CheckChild0Integer, 127|128,127|128,3,
16639 OPC_CheckChild0TypeI32,
16640 OPC_MoveSibling1,
16641 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
16642 OPC_MoveChild0,
16643 OPC_SwitchOpcode , 70, TARGET_VAL(ISD::SMAX),
16644 OPC_Scope, 33,
16645 OPC_RecordChild0,
16646 OPC_MoveChild1,
16647 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16648 OPC_CheckChild0Integer, 0|128,0|128,126,
16649 OPC_CheckChild0TypeI32,
16650 OPC_MoveParent,
16651 OPC_MoveSibling1,
16652 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16653 OPC_CheckChild0Integer, 127|128,127|128,1,
16654 OPC_CheckChild0TypeI32,
16655 OPC_MoveParent,
16656 OPC_MoveParent,
16657 OPC_CheckType, MVT::v4i32,
16658 OPC_MoveParent,
16659 OPC_CheckType, MVT::v8i16,
16660 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
16661 MVT::v8i16, 2, 16,
16662 33,
16663 OPC_MoveChild0,
16664 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16665 OPC_CheckChild0Integer, 0|128,0|128,126,
16666 OPC_CheckChild0TypeI32,
16667 OPC_MoveParent,
16668 OPC_RecordChild1,
16669 OPC_MoveSibling1,
16670 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16671 OPC_CheckChild0Integer, 127|128,127|128,1,
16672 OPC_CheckChild0TypeI32,
16673 OPC_MoveParent,
16674 OPC_MoveParent,
16675 OPC_CheckType, MVT::v4i32,
16676 OPC_MoveParent,
16677 OPC_CheckType, MVT::v8i16,
16678 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
16679 MVT::v8i16, 2, 16,
16680 0,
16681 61, TARGET_VAL(ISD::SPLAT_VECTOR),
16682 OPC_CheckChild0Integer, 127|128,127|128,1,
16683 OPC_CheckChild0TypeI32,
16684 OPC_MoveSibling1,
16685 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
16686 OPC_Scope, 24,
16687 OPC_RecordChild0,
16688 OPC_MoveChild1,
16689 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16690 OPC_CheckChild0Integer, 0|128,0|128,126,
16691 OPC_CheckChild0TypeI32,
16692 OPC_MoveParent,
16693 OPC_MoveParent,
16694 OPC_MoveParent,
16695 OPC_CheckType, MVT::v4i32,
16696 OPC_MoveParent,
16697 OPC_CheckType, MVT::v8i16,
16698 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
16699 MVT::v8i16, 2, 16,
16700 24,
16701 OPC_MoveChild0,
16702 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16703 OPC_CheckChild0Integer, 0|128,0|128,126,
16704 OPC_CheckChild0TypeI32,
16705 OPC_MoveParent,
16706 OPC_RecordChild1,
16707 OPC_MoveParent,
16708 OPC_MoveParent,
16709 OPC_CheckType, MVT::v4i32,
16710 OPC_MoveParent,
16711 OPC_CheckType, MVT::v8i16,
16712 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
16713 MVT::v8i16, 2, 16,
16714 0,
16715 0,
16716 0,
16717 0,
16718 41|128,11, TARGET_VAL(ISD::SPLAT_VECTOR),
16719 OPC_Scope, 60|128,5,
16720 OPC_CheckChild0Integer, 127|128,0,
16721 OPC_CheckChild0TypeI32,
16722 OPC_MoveSibling1,
16723 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
16724 OPC_Scope, 87|128,2,
16725 OPC_RecordChild0,
16726 OPC_MoveChild1,
16727 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16728 OPC_CheckChild0Integer, 0|128,127,
16729 OPC_CheckChild0TypeI32,
16730 OPC_MoveParent,
16731 OPC_MoveParent,
16732 OPC_MoveSibling1,
16733 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16734 OPC_CheckChild0Integer, 127|128,1,
16735 OPC_CheckChild0TypeI32,
16736 OPC_MoveParent,
16737 OPC_CheckType, MVT::v8i16,
16738 OPC_MoveSibling1,
16739 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
16740 OPC_MoveChild0,
16741 OPC_SwitchOpcode , 37|128,1, TARGET_VAL(ISD::SMIN),
16742 OPC_MoveChild0,
16743 OPC_SwitchOpcode , 82, TARGET_VAL(ISD::SMAX),
16744 OPC_Scope, 39,
16745 OPC_RecordChild0,
16746 OPC_MoveChild1,
16747 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16748 OPC_CheckChild0Integer, 0|128,127,
16749 OPC_CheckChild0TypeI32,
16750 OPC_MoveParent,
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_MoveSibling1,
16757 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16758 OPC_CheckChild0Integer, 127|128,1,
16759 OPC_CheckChild0TypeI32,
16760 OPC_MoveParent,
16761 OPC_CheckType, MVT::v8i16,
16762 OPC_MoveParent,
16763 OPC_CheckType, MVT::v16i8,
16764 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
16765 MVT::v16i8, 2, 16,
16766 39,
16767 OPC_MoveChild0,
16768 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16769 OPC_CheckChild0Integer, 0|128,127,
16770 OPC_CheckChild0TypeI32,
16771 OPC_MoveParent,
16772 OPC_RecordChild1,
16773 OPC_MoveSibling1,
16774 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16775 OPC_CheckChild0Integer, 127|128,0,
16776 OPC_CheckChild0TypeI32,
16777 OPC_MoveParent,
16778 OPC_MoveSibling1,
16779 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16780 OPC_CheckChild0Integer, 127|128,1,
16781 OPC_CheckChild0TypeI32,
16782 OPC_MoveParent,
16783 OPC_CheckType, MVT::v8i16,
16784 OPC_MoveParent,
16785 OPC_CheckType, MVT::v16i8,
16786 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
16787 MVT::v16i8, 2, 16,
16788 0,
16789 74, TARGET_VAL(ISD::SPLAT_VECTOR),
16790 OPC_CheckChild0Integer, 127|128,0,
16791 OPC_CheckChild0TypeI32,
16792 OPC_MoveSibling1,
16793 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
16794 OPC_Scope, 31,
16795 OPC_RecordChild0,
16796 OPC_MoveChild1,
16797 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16798 OPC_CheckChild0Integer, 0|128,127,
16799 OPC_CheckChild0TypeI32,
16800 OPC_MoveParent,
16801 OPC_MoveParent,
16802 OPC_MoveSibling1,
16803 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16804 OPC_CheckChild0Integer, 127|128,1,
16805 OPC_CheckChild0TypeI32,
16806 OPC_MoveParent,
16807 OPC_CheckType, MVT::v8i16,
16808 OPC_MoveParent,
16809 OPC_CheckType, MVT::v16i8,
16810 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
16811 MVT::v16i8, 2, 16,
16812 31,
16813 OPC_MoveChild0,
16814 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16815 OPC_CheckChild0Integer, 0|128,127,
16816 OPC_CheckChild0TypeI32,
16817 OPC_MoveParent,
16818 OPC_RecordChild1,
16819 OPC_MoveParent,
16820 OPC_MoveSibling1,
16821 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16822 OPC_CheckChild0Integer, 127|128,1,
16823 OPC_CheckChild0TypeI32,
16824 OPC_MoveParent,
16825 OPC_CheckType, MVT::v8i16,
16826 OPC_MoveParent,
16827 OPC_CheckType, MVT::v16i8,
16828 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
16829 MVT::v16i8, 2, 16,
16830 0,
16831 0,
16832 13|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
16833 OPC_CheckChild0Integer, 127|128,1,
16834 OPC_CheckChild0TypeI32,
16835 OPC_MoveSibling1,
16836 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
16837 OPC_MoveChild0,
16838 OPC_SwitchOpcode , 66, TARGET_VAL(ISD::SMAX),
16839 OPC_Scope, 31,
16840 OPC_RecordChild0,
16841 OPC_MoveChild1,
16842 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16843 OPC_CheckChild0Integer, 0|128,127,
16844 OPC_CheckChild0TypeI32,
16845 OPC_MoveParent,
16846 OPC_MoveSibling1,
16847 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16848 OPC_CheckChild0Integer, 127|128,0,
16849 OPC_CheckChild0TypeI32,
16850 OPC_MoveParent,
16851 OPC_MoveParent,
16852 OPC_CheckType, MVT::v8i16,
16853 OPC_MoveParent,
16854 OPC_CheckType, MVT::v16i8,
16855 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
16856 MVT::v16i8, 2, 16,
16857 31,
16858 OPC_MoveChild0,
16859 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16860 OPC_CheckChild0Integer, 0|128,127,
16861 OPC_CheckChild0TypeI32,
16862 OPC_MoveParent,
16863 OPC_RecordChild1,
16864 OPC_MoveSibling1,
16865 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16866 OPC_CheckChild0Integer, 127|128,0,
16867 OPC_CheckChild0TypeI32,
16868 OPC_MoveParent,
16869 OPC_MoveParent,
16870 OPC_CheckType, MVT::v8i16,
16871 OPC_MoveParent,
16872 OPC_CheckType, MVT::v16i8,
16873 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
16874 MVT::v16i8, 2, 16,
16875 0,
16876 58, TARGET_VAL(ISD::SPLAT_VECTOR),
16877 OPC_CheckChild0Integer, 127|128,0,
16878 OPC_CheckChild0TypeI32,
16879 OPC_MoveSibling1,
16880 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
16881 OPC_Scope, 23,
16882 OPC_RecordChild0,
16883 OPC_MoveChild1,
16884 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16885 OPC_CheckChild0Integer, 0|128,127,
16886 OPC_CheckChild0TypeI32,
16887 OPC_MoveParent,
16888 OPC_MoveParent,
16889 OPC_MoveParent,
16890 OPC_CheckType, MVT::v8i16,
16891 OPC_MoveParent,
16892 OPC_CheckType, MVT::v16i8,
16893 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
16894 MVT::v16i8, 2, 16,
16895 23,
16896 OPC_MoveChild0,
16897 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16898 OPC_CheckChild0Integer, 0|128,127,
16899 OPC_CheckChild0TypeI32,
16900 OPC_MoveParent,
16901 OPC_RecordChild1,
16902 OPC_MoveParent,
16903 OPC_MoveParent,
16904 OPC_CheckType, MVT::v8i16,
16905 OPC_MoveParent,
16906 OPC_CheckType, MVT::v16i8,
16907 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
16908 MVT::v16i8, 2, 16,
16909 0,
16910 0,
16911 0,
16912 87|128,2,
16913 OPC_MoveChild0,
16914 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16915 OPC_CheckChild0Integer, 0|128,127,
16916 OPC_CheckChild0TypeI32,
16917 OPC_MoveParent,
16918 OPC_RecordChild1,
16919 OPC_MoveParent,
16920 OPC_MoveSibling1,
16921 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16922 OPC_CheckChild0Integer, 127|128,1,
16923 OPC_CheckChild0TypeI32,
16924 OPC_MoveParent,
16925 OPC_CheckType, MVT::v8i16,
16926 OPC_MoveSibling1,
16927 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
16928 OPC_MoveChild0,
16929 OPC_SwitchOpcode , 37|128,1, TARGET_VAL(ISD::SMIN),
16930 OPC_MoveChild0,
16931 OPC_SwitchOpcode , 82, TARGET_VAL(ISD::SMAX),
16932 OPC_Scope, 39,
16933 OPC_RecordChild0,
16934 OPC_MoveChild1,
16935 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16936 OPC_CheckChild0Integer, 0|128,127,
16937 OPC_CheckChild0TypeI32,
16938 OPC_MoveParent,
16939 OPC_MoveSibling1,
16940 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16941 OPC_CheckChild0Integer, 127|128,0,
16942 OPC_CheckChild0TypeI32,
16943 OPC_MoveParent,
16944 OPC_MoveSibling1,
16945 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16946 OPC_CheckChild0Integer, 127|128,1,
16947 OPC_CheckChild0TypeI32,
16948 OPC_MoveParent,
16949 OPC_CheckType, MVT::v8i16,
16950 OPC_MoveParent,
16951 OPC_CheckType, MVT::v16i8,
16952 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
16953 MVT::v16i8, 2, 16,
16954 39,
16955 OPC_MoveChild0,
16956 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16957 OPC_CheckChild0Integer, 0|128,127,
16958 OPC_CheckChild0TypeI32,
16959 OPC_MoveParent,
16960 OPC_RecordChild1,
16961 OPC_MoveSibling1,
16962 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16963 OPC_CheckChild0Integer, 127|128,0,
16964 OPC_CheckChild0TypeI32,
16965 OPC_MoveParent,
16966 OPC_MoveSibling1,
16967 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16968 OPC_CheckChild0Integer, 127|128,1,
16969 OPC_CheckChild0TypeI32,
16970 OPC_MoveParent,
16971 OPC_CheckType, MVT::v8i16,
16972 OPC_MoveParent,
16973 OPC_CheckType, MVT::v16i8,
16974 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
16975 MVT::v16i8, 2, 16,
16976 0,
16977 74, TARGET_VAL(ISD::SPLAT_VECTOR),
16978 OPC_CheckChild0Integer, 127|128,0,
16979 OPC_CheckChild0TypeI32,
16980 OPC_MoveSibling1,
16981 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
16982 OPC_Scope, 31,
16983 OPC_RecordChild0,
16984 OPC_MoveChild1,
16985 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16986 OPC_CheckChild0Integer, 0|128,127,
16987 OPC_CheckChild0TypeI32,
16988 OPC_MoveParent,
16989 OPC_MoveParent,
16990 OPC_MoveSibling1,
16991 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16992 OPC_CheckChild0Integer, 127|128,1,
16993 OPC_CheckChild0TypeI32,
16994 OPC_MoveParent,
16995 OPC_CheckType, MVT::v8i16,
16996 OPC_MoveParent,
16997 OPC_CheckType, MVT::v16i8,
16998 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
16999 MVT::v16i8, 2, 16,
17000 31,
17001 OPC_MoveChild0,
17002 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17003 OPC_CheckChild0Integer, 0|128,127,
17004 OPC_CheckChild0TypeI32,
17005 OPC_MoveParent,
17006 OPC_RecordChild1,
17007 OPC_MoveParent,
17008 OPC_MoveSibling1,
17009 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17010 OPC_CheckChild0Integer, 127|128,1,
17011 OPC_CheckChild0TypeI32,
17012 OPC_MoveParent,
17013 OPC_CheckType, MVT::v8i16,
17014 OPC_MoveParent,
17015 OPC_CheckType, MVT::v16i8,
17016 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
17017 MVT::v16i8, 2, 16,
17018 0,
17019 0,
17020 13|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
17021 OPC_CheckChild0Integer, 127|128,1,
17022 OPC_CheckChild0TypeI32,
17023 OPC_MoveSibling1,
17024 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
17025 OPC_MoveChild0,
17026 OPC_SwitchOpcode , 66, TARGET_VAL(ISD::SMAX),
17027 OPC_Scope, 31,
17028 OPC_RecordChild0,
17029 OPC_MoveChild1,
17030 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17031 OPC_CheckChild0Integer, 0|128,127,
17032 OPC_CheckChild0TypeI32,
17033 OPC_MoveParent,
17034 OPC_MoveSibling1,
17035 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17036 OPC_CheckChild0Integer, 127|128,0,
17037 OPC_CheckChild0TypeI32,
17038 OPC_MoveParent,
17039 OPC_MoveParent,
17040 OPC_CheckType, MVT::v8i16,
17041 OPC_MoveParent,
17042 OPC_CheckType, MVT::v16i8,
17043 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
17044 MVT::v16i8, 2, 16,
17045 31,
17046 OPC_MoveChild0,
17047 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17048 OPC_CheckChild0Integer, 0|128,127,
17049 OPC_CheckChild0TypeI32,
17050 OPC_MoveParent,
17051 OPC_RecordChild1,
17052 OPC_MoveSibling1,
17053 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17054 OPC_CheckChild0Integer, 127|128,0,
17055 OPC_CheckChild0TypeI32,
17056 OPC_MoveParent,
17057 OPC_MoveParent,
17058 OPC_CheckType, MVT::v8i16,
17059 OPC_MoveParent,
17060 OPC_CheckType, MVT::v16i8,
17061 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
17062 MVT::v16i8, 2, 16,
17063 0,
17064 58, TARGET_VAL(ISD::SPLAT_VECTOR),
17065 OPC_CheckChild0Integer, 127|128,0,
17066 OPC_CheckChild0TypeI32,
17067 OPC_MoveSibling1,
17068 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
17069 OPC_Scope, 23,
17070 OPC_RecordChild0,
17071 OPC_MoveChild1,
17072 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17073 OPC_CheckChild0Integer, 0|128,127,
17074 OPC_CheckChild0TypeI32,
17075 OPC_MoveParent,
17076 OPC_MoveParent,
17077 OPC_MoveParent,
17078 OPC_CheckType, MVT::v8i16,
17079 OPC_MoveParent,
17080 OPC_CheckType, MVT::v16i8,
17081 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
17082 MVT::v16i8, 2, 16,
17083 23,
17084 OPC_MoveChild0,
17085 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17086 OPC_CheckChild0Integer, 0|128,127,
17087 OPC_CheckChild0TypeI32,
17088 OPC_MoveParent,
17089 OPC_RecordChild1,
17090 OPC_MoveParent,
17091 OPC_MoveParent,
17092 OPC_CheckType, MVT::v8i16,
17093 OPC_MoveParent,
17094 OPC_CheckType, MVT::v16i8,
17095 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
17096 MVT::v16i8, 2, 16,
17097 0,
17098 0,
17099 0,
17100 0,
17101 103|128,5,
17102 OPC_CheckChild0Integer, 127|128,127|128,1,
17103 OPC_CheckChild0TypeI32,
17104 OPC_MoveSibling1,
17105 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
17106 OPC_Scope, 108|128,2,
17107 OPC_RecordChild0,
17108 OPC_MoveChild1,
17109 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17110 OPC_CheckChild0Integer, 0|128,0|128,126,
17111 OPC_CheckChild0TypeI32,
17112 OPC_MoveParent,
17113 OPC_MoveParent,
17114 OPC_MoveSibling1,
17115 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17116 OPC_CheckChild0Integer, 127|128,127|128,3,
17117 OPC_CheckChild0TypeI32,
17118 OPC_MoveParent,
17119 OPC_CheckType, MVT::v4i32,
17120 OPC_MoveSibling1,
17121 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
17122 OPC_MoveChild0,
17123 OPC_SwitchOpcode , 48|128,1, TARGET_VAL(ISD::SMIN),
17124 OPC_MoveChild0,
17125 OPC_SwitchOpcode , 88, TARGET_VAL(ISD::SMAX),
17126 OPC_Scope, 42,
17127 OPC_RecordChild0,
17128 OPC_MoveChild1,
17129 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17130 OPC_CheckChild0Integer, 0|128,0|128,126,
17131 OPC_CheckChild0TypeI32,
17132 OPC_MoveParent,
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_MoveSibling1,
17139 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17140 OPC_CheckChild0Integer, 127|128,127|128,3,
17141 OPC_CheckChild0TypeI32,
17142 OPC_MoveParent,
17143 OPC_CheckType, MVT::v4i32,
17144 OPC_MoveParent,
17145 OPC_CheckType, MVT::v8i16,
17146 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
17147 MVT::v8i16, 2, 16,
17148 42,
17149 OPC_MoveChild0,
17150 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17151 OPC_CheckChild0Integer, 0|128,0|128,126,
17152 OPC_CheckChild0TypeI32,
17153 OPC_MoveParent,
17154 OPC_RecordChild1,
17155 OPC_MoveSibling1,
17156 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17157 OPC_CheckChild0Integer, 127|128,127|128,1,
17158 OPC_CheckChild0TypeI32,
17159 OPC_MoveParent,
17160 OPC_MoveSibling1,
17161 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17162 OPC_CheckChild0Integer, 127|128,127|128,3,
17163 OPC_CheckChild0TypeI32,
17164 OPC_MoveParent,
17165 OPC_CheckType, MVT::v4i32,
17166 OPC_MoveParent,
17167 OPC_CheckType, MVT::v8i16,
17168 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
17169 MVT::v8i16, 2, 16,
17170 0,
17171 79, TARGET_VAL(ISD::SPLAT_VECTOR),
17172 OPC_CheckChild0Integer, 127|128,127|128,1,
17173 OPC_CheckChild0TypeI32,
17174 OPC_MoveSibling1,
17175 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
17176 OPC_Scope, 33,
17177 OPC_RecordChild0,
17178 OPC_MoveChild1,
17179 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17180 OPC_CheckChild0Integer, 0|128,0|128,126,
17181 OPC_CheckChild0TypeI32,
17182 OPC_MoveParent,
17183 OPC_MoveParent,
17184 OPC_MoveSibling1,
17185 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17186 OPC_CheckChild0Integer, 127|128,127|128,3,
17187 OPC_CheckChild0TypeI32,
17188 OPC_MoveParent,
17189 OPC_CheckType, MVT::v4i32,
17190 OPC_MoveParent,
17191 OPC_CheckType, MVT::v8i16,
17192 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
17193 MVT::v8i16, 2, 16,
17194 33,
17195 OPC_MoveChild0,
17196 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17197 OPC_CheckChild0Integer, 0|128,0|128,126,
17198 OPC_CheckChild0TypeI32,
17199 OPC_MoveParent,
17200 OPC_RecordChild1,
17201 OPC_MoveParent,
17202 OPC_MoveSibling1,
17203 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17204 OPC_CheckChild0Integer, 127|128,127|128,3,
17205 OPC_CheckChild0TypeI32,
17206 OPC_MoveParent,
17207 OPC_CheckType, MVT::v4i32,
17208 OPC_MoveParent,
17209 OPC_CheckType, MVT::v8i16,
17210 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
17211 MVT::v8i16, 2, 16,
17212 0,
17213 0,
17214 21|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
17215 OPC_CheckChild0Integer, 127|128,127|128,3,
17216 OPC_CheckChild0TypeI32,
17217 OPC_MoveSibling1,
17218 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
17219 OPC_MoveChild0,
17220 OPC_SwitchOpcode , 70, TARGET_VAL(ISD::SMAX),
17221 OPC_Scope, 33,
17222 OPC_RecordChild0,
17223 OPC_MoveChild1,
17224 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17225 OPC_CheckChild0Integer, 0|128,0|128,126,
17226 OPC_CheckChild0TypeI32,
17227 OPC_MoveParent,
17228 OPC_MoveSibling1,
17229 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17230 OPC_CheckChild0Integer, 127|128,127|128,1,
17231 OPC_CheckChild0TypeI32,
17232 OPC_MoveParent,
17233 OPC_MoveParent,
17234 OPC_CheckType, MVT::v4i32,
17235 OPC_MoveParent,
17236 OPC_CheckType, MVT::v8i16,
17237 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
17238 MVT::v8i16, 2, 16,
17239 33,
17240 OPC_MoveChild0,
17241 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17242 OPC_CheckChild0Integer, 0|128,0|128,126,
17243 OPC_CheckChild0TypeI32,
17244 OPC_MoveParent,
17245 OPC_RecordChild1,
17246 OPC_MoveSibling1,
17247 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17248 OPC_CheckChild0Integer, 127|128,127|128,1,
17249 OPC_CheckChild0TypeI32,
17250 OPC_MoveParent,
17251 OPC_MoveParent,
17252 OPC_CheckType, MVT::v4i32,
17253 OPC_MoveParent,
17254 OPC_CheckType, MVT::v8i16,
17255 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
17256 MVT::v8i16, 2, 16,
17257 0,
17258 61, TARGET_VAL(ISD::SPLAT_VECTOR),
17259 OPC_CheckChild0Integer, 127|128,127|128,1,
17260 OPC_CheckChild0TypeI32,
17261 OPC_MoveSibling1,
17262 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
17263 OPC_Scope, 24,
17264 OPC_RecordChild0,
17265 OPC_MoveChild1,
17266 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17267 OPC_CheckChild0Integer, 0|128,0|128,126,
17268 OPC_CheckChild0TypeI32,
17269 OPC_MoveParent,
17270 OPC_MoveParent,
17271 OPC_MoveParent,
17272 OPC_CheckType, MVT::v4i32,
17273 OPC_MoveParent,
17274 OPC_CheckType, MVT::v8i16,
17275 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
17276 MVT::v8i16, 2, 16,
17277 24,
17278 OPC_MoveChild0,
17279 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17280 OPC_CheckChild0Integer, 0|128,0|128,126,
17281 OPC_CheckChild0TypeI32,
17282 OPC_MoveParent,
17283 OPC_RecordChild1,
17284 OPC_MoveParent,
17285 OPC_MoveParent,
17286 OPC_CheckType, MVT::v4i32,
17287 OPC_MoveParent,
17288 OPC_CheckType, MVT::v8i16,
17289 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
17290 MVT::v8i16, 2, 16,
17291 0,
17292 0,
17293 0,
17294 108|128,2,
17295 OPC_MoveChild0,
17296 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17297 OPC_CheckChild0Integer, 0|128,0|128,126,
17298 OPC_CheckChild0TypeI32,
17299 OPC_MoveParent,
17300 OPC_RecordChild1,
17301 OPC_MoveParent,
17302 OPC_MoveSibling1,
17303 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17304 OPC_CheckChild0Integer, 127|128,127|128,3,
17305 OPC_CheckChild0TypeI32,
17306 OPC_MoveParent,
17307 OPC_CheckType, MVT::v4i32,
17308 OPC_MoveSibling1,
17309 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
17310 OPC_MoveChild0,
17311 OPC_SwitchOpcode , 48|128,1, TARGET_VAL(ISD::SMIN),
17312 OPC_MoveChild0,
17313 OPC_SwitchOpcode , 88, TARGET_VAL(ISD::SMAX),
17314 OPC_Scope, 42,
17315 OPC_RecordChild0,
17316 OPC_MoveChild1,
17317 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17318 OPC_CheckChild0Integer, 0|128,0|128,126,
17319 OPC_CheckChild0TypeI32,
17320 OPC_MoveParent,
17321 OPC_MoveSibling1,
17322 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17323 OPC_CheckChild0Integer, 127|128,127|128,1,
17324 OPC_CheckChild0TypeI32,
17325 OPC_MoveParent,
17326 OPC_MoveSibling1,
17327 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17328 OPC_CheckChild0Integer, 127|128,127|128,3,
17329 OPC_CheckChild0TypeI32,
17330 OPC_MoveParent,
17331 OPC_CheckType, MVT::v4i32,
17332 OPC_MoveParent,
17333 OPC_CheckType, MVT::v8i16,
17334 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
17335 MVT::v8i16, 2, 16,
17336 42,
17337 OPC_MoveChild0,
17338 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17339 OPC_CheckChild0Integer, 0|128,0|128,126,
17340 OPC_CheckChild0TypeI32,
17341 OPC_MoveParent,
17342 OPC_RecordChild1,
17343 OPC_MoveSibling1,
17344 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17345 OPC_CheckChild0Integer, 127|128,127|128,1,
17346 OPC_CheckChild0TypeI32,
17347 OPC_MoveParent,
17348 OPC_MoveSibling1,
17349 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17350 OPC_CheckChild0Integer, 127|128,127|128,3,
17351 OPC_CheckChild0TypeI32,
17352 OPC_MoveParent,
17353 OPC_CheckType, MVT::v4i32,
17354 OPC_MoveParent,
17355 OPC_CheckType, MVT::v8i16,
17356 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
17357 MVT::v8i16, 2, 16,
17358 0,
17359 79, TARGET_VAL(ISD::SPLAT_VECTOR),
17360 OPC_CheckChild0Integer, 127|128,127|128,1,
17361 OPC_CheckChild0TypeI32,
17362 OPC_MoveSibling1,
17363 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
17364 OPC_Scope, 33,
17365 OPC_RecordChild0,
17366 OPC_MoveChild1,
17367 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17368 OPC_CheckChild0Integer, 0|128,0|128,126,
17369 OPC_CheckChild0TypeI32,
17370 OPC_MoveParent,
17371 OPC_MoveParent,
17372 OPC_MoveSibling1,
17373 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17374 OPC_CheckChild0Integer, 127|128,127|128,3,
17375 OPC_CheckChild0TypeI32,
17376 OPC_MoveParent,
17377 OPC_CheckType, MVT::v4i32,
17378 OPC_MoveParent,
17379 OPC_CheckType, MVT::v8i16,
17380 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
17381 MVT::v8i16, 2, 16,
17382 33,
17383 OPC_MoveChild0,
17384 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17385 OPC_CheckChild0Integer, 0|128,0|128,126,
17386 OPC_CheckChild0TypeI32,
17387 OPC_MoveParent,
17388 OPC_RecordChild1,
17389 OPC_MoveParent,
17390 OPC_MoveSibling1,
17391 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17392 OPC_CheckChild0Integer, 127|128,127|128,3,
17393 OPC_CheckChild0TypeI32,
17394 OPC_MoveParent,
17395 OPC_CheckType, MVT::v4i32,
17396 OPC_MoveParent,
17397 OPC_CheckType, MVT::v8i16,
17398 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
17399 MVT::v8i16, 2, 16,
17400 0,
17401 0,
17402 21|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
17403 OPC_CheckChild0Integer, 127|128,127|128,3,
17404 OPC_CheckChild0TypeI32,
17405 OPC_MoveSibling1,
17406 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
17407 OPC_MoveChild0,
17408 OPC_SwitchOpcode , 70, TARGET_VAL(ISD::SMAX),
17409 OPC_Scope, 33,
17410 OPC_RecordChild0,
17411 OPC_MoveChild1,
17412 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17413 OPC_CheckChild0Integer, 0|128,0|128,126,
17414 OPC_CheckChild0TypeI32,
17415 OPC_MoveParent,
17416 OPC_MoveSibling1,
17417 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17418 OPC_CheckChild0Integer, 127|128,127|128,1,
17419 OPC_CheckChild0TypeI32,
17420 OPC_MoveParent,
17421 OPC_MoveParent,
17422 OPC_CheckType, MVT::v4i32,
17423 OPC_MoveParent,
17424 OPC_CheckType, MVT::v8i16,
17425 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
17426 MVT::v8i16, 2, 16,
17427 33,
17428 OPC_MoveChild0,
17429 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17430 OPC_CheckChild0Integer, 0|128,0|128,126,
17431 OPC_CheckChild0TypeI32,
17432 OPC_MoveParent,
17433 OPC_RecordChild1,
17434 OPC_MoveSibling1,
17435 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17436 OPC_CheckChild0Integer, 127|128,127|128,1,
17437 OPC_CheckChild0TypeI32,
17438 OPC_MoveParent,
17439 OPC_MoveParent,
17440 OPC_CheckType, MVT::v4i32,
17441 OPC_MoveParent,
17442 OPC_CheckType, MVT::v8i16,
17443 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
17444 MVT::v8i16, 2, 16,
17445 0,
17446 61, TARGET_VAL(ISD::SPLAT_VECTOR),
17447 OPC_CheckChild0Integer, 127|128,127|128,1,
17448 OPC_CheckChild0TypeI32,
17449 OPC_MoveSibling1,
17450 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
17451 OPC_Scope, 24,
17452 OPC_RecordChild0,
17453 OPC_MoveChild1,
17454 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17455 OPC_CheckChild0Integer, 0|128,0|128,126,
17456 OPC_CheckChild0TypeI32,
17457 OPC_MoveParent,
17458 OPC_MoveParent,
17459 OPC_MoveParent,
17460 OPC_CheckType, MVT::v4i32,
17461 OPC_MoveParent,
17462 OPC_CheckType, MVT::v8i16,
17463 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
17464 MVT::v8i16, 2, 16,
17465 24,
17466 OPC_MoveChild0,
17467 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17468 OPC_CheckChild0Integer, 0|128,0|128,126,
17469 OPC_CheckChild0TypeI32,
17470 OPC_MoveParent,
17471 OPC_RecordChild1,
17472 OPC_MoveParent,
17473 OPC_MoveParent,
17474 OPC_CheckType, MVT::v4i32,
17475 OPC_MoveParent,
17476 OPC_CheckType, MVT::v8i16,
17477 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
17478 MVT::v8i16, 2, 16,
17479 0,
17480 0,
17481 0,
17482 0,
17483 0,
17484 0,
17485 15|128,23, TARGET_VAL(ISD::SMAX),
17486 OPC_MoveChild0,
17487 OPC_SwitchOpcode , 91|128,11, TARGET_VAL(ISD::SMIN),
17488 OPC_Scope, 54|128,3,
17489 OPC_RecordChild0,
17490 OPC_MoveChild1,
17491 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17492 OPC_Scope, 90|128,2,
17493 OPC_CheckChild0Integer, 127|128,0,
17494 OPC_CheckChild0TypeI32,
17495 OPC_MoveParent,
17496 OPC_MoveSibling1,
17497 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17498 OPC_CheckChild0Integer, 0|128,127,
17499 OPC_CheckChild0TypeI32,
17500 OPC_MoveParent,
17501 OPC_MoveSibling1,
17502 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17503 OPC_CheckChild0Integer, 127|128,1,
17504 OPC_CheckChild0TypeI32,
17505 OPC_MoveParent,
17506 OPC_CheckType, MVT::v8i16,
17507 OPC_MoveSibling1,
17508 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
17509 OPC_MoveChild0,
17510 OPC_SwitchOpcode , 37|128,1, TARGET_VAL(ISD::SMAX),
17511 OPC_MoveChild0,
17512 OPC_SwitchOpcode , 82, TARGET_VAL(ISD::SMIN),
17513 OPC_Scope, 39,
17514 OPC_RecordChild0,
17515 OPC_MoveChild1,
17516 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17517 OPC_CheckChild0Integer, 127|128,0,
17518 OPC_CheckChild0TypeI32,
17519 OPC_MoveParent,
17520 OPC_MoveSibling1,
17521 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17522 OPC_CheckChild0Integer, 0|128,127,
17523 OPC_CheckChild0TypeI32,
17524 OPC_MoveParent,
17525 OPC_MoveSibling1,
17526 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17527 OPC_CheckChild0Integer, 127|128,1,
17528 OPC_CheckChild0TypeI32,
17529 OPC_MoveParent,
17530 OPC_CheckType, MVT::v8i16,
17531 OPC_MoveParent,
17532 OPC_CheckType, MVT::v16i8,
17533 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
17534 MVT::v16i8, 2, 16,
17535 39,
17536 OPC_MoveChild0,
17537 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17538 OPC_CheckChild0Integer, 127|128,0,
17539 OPC_CheckChild0TypeI32,
17540 OPC_MoveParent,
17541 OPC_RecordChild1,
17542 OPC_MoveSibling1,
17543 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17544 OPC_CheckChild0Integer, 0|128,127,
17545 OPC_CheckChild0TypeI32,
17546 OPC_MoveParent,
17547 OPC_MoveSibling1,
17548 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17549 OPC_CheckChild0Integer, 127|128,1,
17550 OPC_CheckChild0TypeI32,
17551 OPC_MoveParent,
17552 OPC_CheckType, MVT::v8i16,
17553 OPC_MoveParent,
17554 OPC_CheckType, MVT::v16i8,
17555 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
17556 MVT::v16i8, 2, 16,
17557 0,
17558 74, TARGET_VAL(ISD::SPLAT_VECTOR),
17559 OPC_CheckChild0Integer, 0|128,127,
17560 OPC_CheckChild0TypeI32,
17561 OPC_MoveSibling1,
17562 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
17563 OPC_Scope, 31,
17564 OPC_RecordChild0,
17565 OPC_MoveChild1,
17566 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17567 OPC_CheckChild0Integer, 127|128,0,
17568 OPC_CheckChild0TypeI32,
17569 OPC_MoveParent,
17570 OPC_MoveParent,
17571 OPC_MoveSibling1,
17572 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17573 OPC_CheckChild0Integer, 127|128,1,
17574 OPC_CheckChild0TypeI32,
17575 OPC_MoveParent,
17576 OPC_CheckType, MVT::v8i16,
17577 OPC_MoveParent,
17578 OPC_CheckType, MVT::v16i8,
17579 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
17580 MVT::v16i8, 2, 16,
17581 31,
17582 OPC_MoveChild0,
17583 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17584 OPC_CheckChild0Integer, 127|128,0,
17585 OPC_CheckChild0TypeI32,
17586 OPC_MoveParent,
17587 OPC_RecordChild1,
17588 OPC_MoveParent,
17589 OPC_MoveSibling1,
17590 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17591 OPC_CheckChild0Integer, 127|128,1,
17592 OPC_CheckChild0TypeI32,
17593 OPC_MoveParent,
17594 OPC_CheckType, MVT::v8i16,
17595 OPC_MoveParent,
17596 OPC_CheckType, MVT::v16i8,
17597 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
17598 MVT::v16i8, 2, 16,
17599 0,
17600 0,
17601 13|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
17602 OPC_CheckChild0Integer, 127|128,1,
17603 OPC_CheckChild0TypeI32,
17604 OPC_MoveSibling1,
17605 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
17606 OPC_MoveChild0,
17607 OPC_SwitchOpcode , 66, TARGET_VAL(ISD::SMIN),
17608 OPC_Scope, 31,
17609 OPC_RecordChild0,
17610 OPC_MoveChild1,
17611 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17612 OPC_CheckChild0Integer, 127|128,0,
17613 OPC_CheckChild0TypeI32,
17614 OPC_MoveParent,
17615 OPC_MoveSibling1,
17616 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17617 OPC_CheckChild0Integer, 0|128,127,
17618 OPC_CheckChild0TypeI32,
17619 OPC_MoveParent,
17620 OPC_MoveParent,
17621 OPC_CheckType, MVT::v8i16,
17622 OPC_MoveParent,
17623 OPC_CheckType, MVT::v16i8,
17624 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
17625 MVT::v16i8, 2, 16,
17626 31,
17627 OPC_MoveChild0,
17628 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17629 OPC_CheckChild0Integer, 127|128,0,
17630 OPC_CheckChild0TypeI32,
17631 OPC_MoveParent,
17632 OPC_RecordChild1,
17633 OPC_MoveSibling1,
17634 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17635 OPC_CheckChild0Integer, 0|128,127,
17636 OPC_CheckChild0TypeI32,
17637 OPC_MoveParent,
17638 OPC_MoveParent,
17639 OPC_CheckType, MVT::v8i16,
17640 OPC_MoveParent,
17641 OPC_CheckType, MVT::v16i8,
17642 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
17643 MVT::v16i8, 2, 16,
17644 0,
17645 58, TARGET_VAL(ISD::SPLAT_VECTOR),
17646 OPC_CheckChild0Integer, 0|128,127,
17647 OPC_CheckChild0TypeI32,
17648 OPC_MoveSibling1,
17649 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
17650 OPC_Scope, 23,
17651 OPC_RecordChild0,
17652 OPC_MoveChild1,
17653 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17654 OPC_CheckChild0Integer, 127|128,0,
17655 OPC_CheckChild0TypeI32,
17656 OPC_MoveParent,
17657 OPC_MoveParent,
17658 OPC_MoveParent,
17659 OPC_CheckType, MVT::v8i16,
17660 OPC_MoveParent,
17661 OPC_CheckType, MVT::v16i8,
17662 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
17663 MVT::v16i8, 2, 16,
17664 23,
17665 OPC_MoveChild0,
17666 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17667 OPC_CheckChild0Integer, 127|128,0,
17668 OPC_CheckChild0TypeI32,
17669 OPC_MoveParent,
17670 OPC_RecordChild1,
17671 OPC_MoveParent,
17672 OPC_MoveParent,
17673 OPC_CheckType, MVT::v8i16,
17674 OPC_MoveParent,
17675 OPC_CheckType, MVT::v16i8,
17676 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
17677 MVT::v16i8, 2, 16,
17678 0,
17679 0,
17680 0,
17681 82,
17682 OPC_CheckChild0Integer, 127|128,127|128,1,
17683 OPC_CheckChild0TypeI32,
17684 OPC_MoveParent,
17685 OPC_MoveSibling1,
17686 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17687 OPC_CheckChild0Integer, 0|128,0|128,126,
17688 OPC_CheckChild0TypeI32,
17689 OPC_MoveParent,
17690 OPC_MoveSibling1,
17691 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17692 OPC_CheckChild0Integer, 127|128,127|128,3,
17693 OPC_CheckChild0TypeI32,
17694 OPC_MoveParent,
17695 OPC_CheckType, MVT::v4i32,
17696 OPC_MoveSibling1,
17697 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
17698 OPC_MoveChild0,
17699 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
17700 OPC_MoveChild0,
17701 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
17702 OPC_RecordChild0,
17703 OPC_MoveChild1,
17704 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17705 OPC_CheckChild0Integer, 127|128,127|128,1,
17706 OPC_CheckChild0TypeI32,
17707 OPC_MoveParent,
17708 OPC_MoveSibling1,
17709 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17710 OPC_CheckChild0Integer, 0|128,0|128,126,
17711 OPC_CheckChild0TypeI32,
17712 OPC_MoveParent,
17713 OPC_MoveSibling1,
17714 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17715 OPC_CheckChild0Integer, 127|128,127|128,3,
17716 OPC_CheckChild0TypeI32,
17717 OPC_MoveParent,
17718 OPC_CheckType, MVT::v4i32,
17719 OPC_MoveParent,
17720 OPC_CheckType, MVT::v8i16,
17721 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
17722 MVT::v8i16, 2, 16,
17723 0,
17724 95|128,2,
17725 OPC_MoveChild0,
17726 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17727 OPC_CheckChild0Integer, 127|128,0,
17728 OPC_CheckChild0TypeI32,
17729 OPC_MoveParent,
17730 OPC_RecordChild1,
17731 OPC_MoveSibling1,
17732 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17733 OPC_CheckChild0Integer, 0|128,127,
17734 OPC_CheckChild0TypeI32,
17735 OPC_MoveParent,
17736 OPC_MoveSibling1,
17737 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17738 OPC_CheckChild0Integer, 127|128,1,
17739 OPC_CheckChild0TypeI32,
17740 OPC_MoveParent,
17741 OPC_CheckType, MVT::v8i16,
17742 OPC_MoveSibling1,
17743 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
17744 OPC_MoveChild0,
17745 OPC_SwitchOpcode , 37|128,1, TARGET_VAL(ISD::SMAX),
17746 OPC_MoveChild0,
17747 OPC_SwitchOpcode , 82, TARGET_VAL(ISD::SMIN),
17748 OPC_Scope, 39,
17749 OPC_RecordChild0,
17750 OPC_MoveChild1,
17751 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17752 OPC_CheckChild0Integer, 127|128,0,
17753 OPC_CheckChild0TypeI32,
17754 OPC_MoveParent,
17755 OPC_MoveSibling1,
17756 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17757 OPC_CheckChild0Integer, 0|128,127,
17758 OPC_CheckChild0TypeI32,
17759 OPC_MoveParent,
17760 OPC_MoveSibling1,
17761 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17762 OPC_CheckChild0Integer, 127|128,1,
17763 OPC_CheckChild0TypeI32,
17764 OPC_MoveParent,
17765 OPC_CheckType, MVT::v8i16,
17766 OPC_MoveParent,
17767 OPC_CheckType, MVT::v16i8,
17768 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
17769 MVT::v16i8, 2, 16,
17770 39,
17771 OPC_MoveChild0,
17772 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17773 OPC_CheckChild0Integer, 127|128,0,
17774 OPC_CheckChild0TypeI32,
17775 OPC_MoveParent,
17776 OPC_RecordChild1,
17777 OPC_MoveSibling1,
17778 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17779 OPC_CheckChild0Integer, 0|128,127,
17780 OPC_CheckChild0TypeI32,
17781 OPC_MoveParent,
17782 OPC_MoveSibling1,
17783 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17784 OPC_CheckChild0Integer, 127|128,1,
17785 OPC_CheckChild0TypeI32,
17786 OPC_MoveParent,
17787 OPC_CheckType, MVT::v8i16,
17788 OPC_MoveParent,
17789 OPC_CheckType, MVT::v16i8,
17790 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
17791 MVT::v16i8, 2, 16,
17792 0,
17793 74, TARGET_VAL(ISD::SPLAT_VECTOR),
17794 OPC_CheckChild0Integer, 0|128,127,
17795 OPC_CheckChild0TypeI32,
17796 OPC_MoveSibling1,
17797 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
17798 OPC_Scope, 31,
17799 OPC_RecordChild0,
17800 OPC_MoveChild1,
17801 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17802 OPC_CheckChild0Integer, 127|128,0,
17803 OPC_CheckChild0TypeI32,
17804 OPC_MoveParent,
17805 OPC_MoveParent,
17806 OPC_MoveSibling1,
17807 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17808 OPC_CheckChild0Integer, 127|128,1,
17809 OPC_CheckChild0TypeI32,
17810 OPC_MoveParent,
17811 OPC_CheckType, MVT::v8i16,
17812 OPC_MoveParent,
17813 OPC_CheckType, MVT::v16i8,
17814 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
17815 MVT::v16i8, 2, 16,
17816 31,
17817 OPC_MoveChild0,
17818 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17819 OPC_CheckChild0Integer, 127|128,0,
17820 OPC_CheckChild0TypeI32,
17821 OPC_MoveParent,
17822 OPC_RecordChild1,
17823 OPC_MoveParent,
17824 OPC_MoveSibling1,
17825 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17826 OPC_CheckChild0Integer, 127|128,1,
17827 OPC_CheckChild0TypeI32,
17828 OPC_MoveParent,
17829 OPC_CheckType, MVT::v8i16,
17830 OPC_MoveParent,
17831 OPC_CheckType, MVT::v16i8,
17832 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
17833 MVT::v16i8, 2, 16,
17834 0,
17835 0,
17836 13|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
17837 OPC_CheckChild0Integer, 127|128,1,
17838 OPC_CheckChild0TypeI32,
17839 OPC_MoveSibling1,
17840 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
17841 OPC_MoveChild0,
17842 OPC_SwitchOpcode , 66, TARGET_VAL(ISD::SMIN),
17843 OPC_Scope, 31,
17844 OPC_RecordChild0,
17845 OPC_MoveChild1,
17846 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17847 OPC_CheckChild0Integer, 127|128,0,
17848 OPC_CheckChild0TypeI32,
17849 OPC_MoveParent,
17850 OPC_MoveSibling1,
17851 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17852 OPC_CheckChild0Integer, 0|128,127,
17853 OPC_CheckChild0TypeI32,
17854 OPC_MoveParent,
17855 OPC_MoveParent,
17856 OPC_CheckType, MVT::v8i16,
17857 OPC_MoveParent,
17858 OPC_CheckType, MVT::v16i8,
17859 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
17860 MVT::v16i8, 2, 16,
17861 31,
17862 OPC_MoveChild0,
17863 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17864 OPC_CheckChild0Integer, 127|128,0,
17865 OPC_CheckChild0TypeI32,
17866 OPC_MoveParent,
17867 OPC_RecordChild1,
17868 OPC_MoveSibling1,
17869 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17870 OPC_CheckChild0Integer, 0|128,127,
17871 OPC_CheckChild0TypeI32,
17872 OPC_MoveParent,
17873 OPC_MoveParent,
17874 OPC_CheckType, MVT::v8i16,
17875 OPC_MoveParent,
17876 OPC_CheckType, MVT::v16i8,
17877 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
17878 MVT::v16i8, 2, 16,
17879 0,
17880 58, TARGET_VAL(ISD::SPLAT_VECTOR),
17881 OPC_CheckChild0Integer, 0|128,127,
17882 OPC_CheckChild0TypeI32,
17883 OPC_MoveSibling1,
17884 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
17885 OPC_Scope, 23,
17886 OPC_RecordChild0,
17887 OPC_MoveChild1,
17888 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17889 OPC_CheckChild0Integer, 127|128,0,
17890 OPC_CheckChild0TypeI32,
17891 OPC_MoveParent,
17892 OPC_MoveParent,
17893 OPC_MoveParent,
17894 OPC_CheckType, MVT::v8i16,
17895 OPC_MoveParent,
17896 OPC_CheckType, MVT::v16i8,
17897 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
17898 MVT::v16i8, 2, 16,
17899 23,
17900 OPC_MoveChild0,
17901 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17902 OPC_CheckChild0Integer, 127|128,0,
17903 OPC_CheckChild0TypeI32,
17904 OPC_MoveParent,
17905 OPC_RecordChild1,
17906 OPC_MoveParent,
17907 OPC_MoveParent,
17908 OPC_CheckType, MVT::v8i16,
17909 OPC_MoveParent,
17910 OPC_CheckType, MVT::v16i8,
17911 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
17912 MVT::v16i8, 2, 16,
17913 0,
17914 0,
17915 0,
17916 71|128,2,
17917 OPC_RecordChild0,
17918 OPC_MoveChild1,
17919 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17920 OPC_CheckChild0Integer, 127|128,127|128,1,
17921 OPC_CheckChild0TypeI32,
17922 OPC_MoveParent,
17923 OPC_MoveSibling1,
17924 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17925 OPC_CheckChild0Integer, 0|128,0|128,126,
17926 OPC_CheckChild0TypeI32,
17927 OPC_MoveParent,
17928 OPC_MoveSibling1,
17929 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17930 OPC_CheckChild0Integer, 127|128,127|128,3,
17931 OPC_CheckChild0TypeI32,
17932 OPC_MoveParent,
17933 OPC_CheckType, MVT::v4i32,
17934 OPC_MoveSibling1,
17935 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
17936 OPC_MoveChild0,
17937 OPC_SwitchOpcode , 2|128,1, TARGET_VAL(ISD::SMAX),
17938 OPC_MoveChild0,
17939 OPC_SwitchOpcode , 42, TARGET_VAL(ISD::SMIN),
17940 OPC_MoveChild0,
17941 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17942 OPC_CheckChild0Integer, 127|128,127|128,1,
17943 OPC_CheckChild0TypeI32,
17944 OPC_MoveParent,
17945 OPC_RecordChild1,
17946 OPC_MoveSibling1,
17947 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17948 OPC_CheckChild0Integer, 0|128,0|128,126,
17949 OPC_CheckChild0TypeI32,
17950 OPC_MoveParent,
17951 OPC_MoveSibling1,
17952 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17953 OPC_CheckChild0Integer, 127|128,127|128,3,
17954 OPC_CheckChild0TypeI32,
17955 OPC_MoveParent,
17956 OPC_CheckType, MVT::v4i32,
17957 OPC_MoveParent,
17958 OPC_CheckType, MVT::v8i16,
17959 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
17960 MVT::v8i16, 2, 16,
17961 79, TARGET_VAL(ISD::SPLAT_VECTOR),
17962 OPC_CheckChild0Integer, 0|128,0|128,126,
17963 OPC_CheckChild0TypeI32,
17964 OPC_MoveSibling1,
17965 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
17966 OPC_Scope, 33,
17967 OPC_RecordChild0,
17968 OPC_MoveChild1,
17969 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17970 OPC_CheckChild0Integer, 127|128,127|128,1,
17971 OPC_CheckChild0TypeI32,
17972 OPC_MoveParent,
17973 OPC_MoveParent,
17974 OPC_MoveSibling1,
17975 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17976 OPC_CheckChild0Integer, 127|128,127|128,3,
17977 OPC_CheckChild0TypeI32,
17978 OPC_MoveParent,
17979 OPC_CheckType, MVT::v4i32,
17980 OPC_MoveParent,
17981 OPC_CheckType, MVT::v8i16,
17982 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
17983 MVT::v8i16, 2, 16,
17984 33,
17985 OPC_MoveChild0,
17986 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17987 OPC_CheckChild0Integer, 127|128,127|128,1,
17988 OPC_CheckChild0TypeI32,
17989 OPC_MoveParent,
17990 OPC_RecordChild1,
17991 OPC_MoveParent,
17992 OPC_MoveSibling1,
17993 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17994 OPC_CheckChild0Integer, 127|128,127|128,3,
17995 OPC_CheckChild0TypeI32,
17996 OPC_MoveParent,
17997 OPC_CheckType, MVT::v4i32,
17998 OPC_MoveParent,
17999 OPC_CheckType, MVT::v8i16,
18000 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
18001 MVT::v8i16, 2, 16,
18002 0,
18003 0,
18004 21|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
18005 OPC_CheckChild0Integer, 127|128,127|128,3,
18006 OPC_CheckChild0TypeI32,
18007 OPC_MoveSibling1,
18008 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
18009 OPC_MoveChild0,
18010 OPC_SwitchOpcode , 70, TARGET_VAL(ISD::SMIN),
18011 OPC_Scope, 33,
18012 OPC_RecordChild0,
18013 OPC_MoveChild1,
18014 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18015 OPC_CheckChild0Integer, 127|128,127|128,1,
18016 OPC_CheckChild0TypeI32,
18017 OPC_MoveParent,
18018 OPC_MoveSibling1,
18019 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18020 OPC_CheckChild0Integer, 0|128,0|128,126,
18021 OPC_CheckChild0TypeI32,
18022 OPC_MoveParent,
18023 OPC_MoveParent,
18024 OPC_CheckType, MVT::v4i32,
18025 OPC_MoveParent,
18026 OPC_CheckType, MVT::v8i16,
18027 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
18028 MVT::v8i16, 2, 16,
18029 33,
18030 OPC_MoveChild0,
18031 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18032 OPC_CheckChild0Integer, 127|128,127|128,1,
18033 OPC_CheckChild0TypeI32,
18034 OPC_MoveParent,
18035 OPC_RecordChild1,
18036 OPC_MoveSibling1,
18037 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18038 OPC_CheckChild0Integer, 0|128,0|128,126,
18039 OPC_CheckChild0TypeI32,
18040 OPC_MoveParent,
18041 OPC_MoveParent,
18042 OPC_CheckType, MVT::v4i32,
18043 OPC_MoveParent,
18044 OPC_CheckType, MVT::v8i16,
18045 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
18046 MVT::v8i16, 2, 16,
18047 0,
18048 61, TARGET_VAL(ISD::SPLAT_VECTOR),
18049 OPC_CheckChild0Integer, 0|128,0|128,126,
18050 OPC_CheckChild0TypeI32,
18051 OPC_MoveSibling1,
18052 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
18053 OPC_Scope, 24,
18054 OPC_RecordChild0,
18055 OPC_MoveChild1,
18056 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18057 OPC_CheckChild0Integer, 127|128,127|128,1,
18058 OPC_CheckChild0TypeI32,
18059 OPC_MoveParent,
18060 OPC_MoveParent,
18061 OPC_MoveParent,
18062 OPC_CheckType, MVT::v4i32,
18063 OPC_MoveParent,
18064 OPC_CheckType, MVT::v8i16,
18065 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
18066 MVT::v8i16, 2, 16,
18067 24,
18068 OPC_MoveChild0,
18069 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18070 OPC_CheckChild0Integer, 127|128,127|128,1,
18071 OPC_CheckChild0TypeI32,
18072 OPC_MoveParent,
18073 OPC_RecordChild1,
18074 OPC_MoveParent,
18075 OPC_MoveParent,
18076 OPC_CheckType, MVT::v4i32,
18077 OPC_MoveParent,
18078 OPC_CheckType, MVT::v8i16,
18079 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
18080 MVT::v8i16, 2, 16,
18081 0,
18082 0,
18083 0,
18084 117|128,2,
18085 OPC_MoveChild0,
18086 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18087 OPC_CheckChild0Integer, 127|128,127|128,1,
18088 OPC_CheckChild0TypeI32,
18089 OPC_MoveParent,
18090 OPC_RecordChild1,
18091 OPC_MoveSibling1,
18092 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18093 OPC_CheckChild0Integer, 0|128,0|128,126,
18094 OPC_CheckChild0TypeI32,
18095 OPC_MoveParent,
18096 OPC_MoveSibling1,
18097 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18098 OPC_CheckChild0Integer, 127|128,127|128,3,
18099 OPC_CheckChild0TypeI32,
18100 OPC_MoveParent,
18101 OPC_CheckType, MVT::v4i32,
18102 OPC_MoveSibling1,
18103 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
18104 OPC_MoveChild0,
18105 OPC_SwitchOpcode , 48|128,1, TARGET_VAL(ISD::SMAX),
18106 OPC_MoveChild0,
18107 OPC_SwitchOpcode , 88, TARGET_VAL(ISD::SMIN),
18108 OPC_Scope, 42,
18109 OPC_RecordChild0,
18110 OPC_MoveChild1,
18111 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18112 OPC_CheckChild0Integer, 127|128,127|128,1,
18113 OPC_CheckChild0TypeI32,
18114 OPC_MoveParent,
18115 OPC_MoveSibling1,
18116 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18117 OPC_CheckChild0Integer, 0|128,0|128,126,
18118 OPC_CheckChild0TypeI32,
18119 OPC_MoveParent,
18120 OPC_MoveSibling1,
18121 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18122 OPC_CheckChild0Integer, 127|128,127|128,3,
18123 OPC_CheckChild0TypeI32,
18124 OPC_MoveParent,
18125 OPC_CheckType, MVT::v4i32,
18126 OPC_MoveParent,
18127 OPC_CheckType, MVT::v8i16,
18128 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
18129 MVT::v8i16, 2, 16,
18130 42,
18131 OPC_MoveChild0,
18132 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18133 OPC_CheckChild0Integer, 127|128,127|128,1,
18134 OPC_CheckChild0TypeI32,
18135 OPC_MoveParent,
18136 OPC_RecordChild1,
18137 OPC_MoveSibling1,
18138 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18139 OPC_CheckChild0Integer, 0|128,0|128,126,
18140 OPC_CheckChild0TypeI32,
18141 OPC_MoveParent,
18142 OPC_MoveSibling1,
18143 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18144 OPC_CheckChild0Integer, 127|128,127|128,3,
18145 OPC_CheckChild0TypeI32,
18146 OPC_MoveParent,
18147 OPC_CheckType, MVT::v4i32,
18148 OPC_MoveParent,
18149 OPC_CheckType, MVT::v8i16,
18150 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
18151 MVT::v8i16, 2, 16,
18152 0,
18153 79, TARGET_VAL(ISD::SPLAT_VECTOR),
18154 OPC_CheckChild0Integer, 0|128,0|128,126,
18155 OPC_CheckChild0TypeI32,
18156 OPC_MoveSibling1,
18157 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
18158 OPC_Scope, 33,
18159 OPC_RecordChild0,
18160 OPC_MoveChild1,
18161 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18162 OPC_CheckChild0Integer, 127|128,127|128,1,
18163 OPC_CheckChild0TypeI32,
18164 OPC_MoveParent,
18165 OPC_MoveParent,
18166 OPC_MoveSibling1,
18167 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18168 OPC_CheckChild0Integer, 127|128,127|128,3,
18169 OPC_CheckChild0TypeI32,
18170 OPC_MoveParent,
18171 OPC_CheckType, MVT::v4i32,
18172 OPC_MoveParent,
18173 OPC_CheckType, MVT::v8i16,
18174 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
18175 MVT::v8i16, 2, 16,
18176 33,
18177 OPC_MoveChild0,
18178 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18179 OPC_CheckChild0Integer, 127|128,127|128,1,
18180 OPC_CheckChild0TypeI32,
18181 OPC_MoveParent,
18182 OPC_RecordChild1,
18183 OPC_MoveParent,
18184 OPC_MoveSibling1,
18185 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18186 OPC_CheckChild0Integer, 127|128,127|128,3,
18187 OPC_CheckChild0TypeI32,
18188 OPC_MoveParent,
18189 OPC_CheckType, MVT::v4i32,
18190 OPC_MoveParent,
18191 OPC_CheckType, MVT::v8i16,
18192 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
18193 MVT::v8i16, 2, 16,
18194 0,
18195 0,
18196 21|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
18197 OPC_CheckChild0Integer, 127|128,127|128,3,
18198 OPC_CheckChild0TypeI32,
18199 OPC_MoveSibling1,
18200 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
18201 OPC_MoveChild0,
18202 OPC_SwitchOpcode , 70, TARGET_VAL(ISD::SMIN),
18203 OPC_Scope, 33,
18204 OPC_RecordChild0,
18205 OPC_MoveChild1,
18206 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18207 OPC_CheckChild0Integer, 127|128,127|128,1,
18208 OPC_CheckChild0TypeI32,
18209 OPC_MoveParent,
18210 OPC_MoveSibling1,
18211 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18212 OPC_CheckChild0Integer, 0|128,0|128,126,
18213 OPC_CheckChild0TypeI32,
18214 OPC_MoveParent,
18215 OPC_MoveParent,
18216 OPC_CheckType, MVT::v4i32,
18217 OPC_MoveParent,
18218 OPC_CheckType, MVT::v8i16,
18219 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
18220 MVT::v8i16, 2, 16,
18221 33,
18222 OPC_MoveChild0,
18223 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18224 OPC_CheckChild0Integer, 127|128,127|128,1,
18225 OPC_CheckChild0TypeI32,
18226 OPC_MoveParent,
18227 OPC_RecordChild1,
18228 OPC_MoveSibling1,
18229 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18230 OPC_CheckChild0Integer, 0|128,0|128,126,
18231 OPC_CheckChild0TypeI32,
18232 OPC_MoveParent,
18233 OPC_MoveParent,
18234 OPC_CheckType, MVT::v4i32,
18235 OPC_MoveParent,
18236 OPC_CheckType, MVT::v8i16,
18237 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
18238 MVT::v8i16, 2, 16,
18239 0,
18240 61, TARGET_VAL(ISD::SPLAT_VECTOR),
18241 OPC_CheckChild0Integer, 0|128,0|128,126,
18242 OPC_CheckChild0TypeI32,
18243 OPC_MoveSibling1,
18244 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
18245 OPC_Scope, 24,
18246 OPC_RecordChild0,
18247 OPC_MoveChild1,
18248 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18249 OPC_CheckChild0Integer, 127|128,127|128,1,
18250 OPC_CheckChild0TypeI32,
18251 OPC_MoveParent,
18252 OPC_MoveParent,
18253 OPC_MoveParent,
18254 OPC_CheckType, MVT::v4i32,
18255 OPC_MoveParent,
18256 OPC_CheckType, MVT::v8i16,
18257 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
18258 MVT::v8i16, 2, 16,
18259 24,
18260 OPC_MoveChild0,
18261 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18262 OPC_CheckChild0Integer, 127|128,127|128,1,
18263 OPC_CheckChild0TypeI32,
18264 OPC_MoveParent,
18265 OPC_RecordChild1,
18266 OPC_MoveParent,
18267 OPC_MoveParent,
18268 OPC_CheckType, MVT::v4i32,
18269 OPC_MoveParent,
18270 OPC_CheckType, MVT::v8i16,
18271 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
18272 MVT::v8i16, 2, 16,
18273 0,
18274 0,
18275 0,
18276 0,
18277 41|128,11, TARGET_VAL(ISD::SPLAT_VECTOR),
18278 OPC_Scope, 60|128,5,
18279 OPC_CheckChild0Integer, 0|128,127,
18280 OPC_CheckChild0TypeI32,
18281 OPC_MoveSibling1,
18282 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
18283 OPC_Scope, 87|128,2,
18284 OPC_RecordChild0,
18285 OPC_MoveChild1,
18286 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18287 OPC_CheckChild0Integer, 127|128,0,
18288 OPC_CheckChild0TypeI32,
18289 OPC_MoveParent,
18290 OPC_MoveParent,
18291 OPC_MoveSibling1,
18292 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18293 OPC_CheckChild0Integer, 127|128,1,
18294 OPC_CheckChild0TypeI32,
18295 OPC_MoveParent,
18296 OPC_CheckType, MVT::v8i16,
18297 OPC_MoveSibling1,
18298 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
18299 OPC_MoveChild0,
18300 OPC_SwitchOpcode , 37|128,1, TARGET_VAL(ISD::SMAX),
18301 OPC_MoveChild0,
18302 OPC_SwitchOpcode , 82, TARGET_VAL(ISD::SMIN),
18303 OPC_Scope, 39,
18304 OPC_RecordChild0,
18305 OPC_MoveChild1,
18306 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18307 OPC_CheckChild0Integer, 127|128,0,
18308 OPC_CheckChild0TypeI32,
18309 OPC_MoveParent,
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_MoveSibling1,
18316 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18317 OPC_CheckChild0Integer, 127|128,1,
18318 OPC_CheckChild0TypeI32,
18319 OPC_MoveParent,
18320 OPC_CheckType, MVT::v8i16,
18321 OPC_MoveParent,
18322 OPC_CheckType, MVT::v16i8,
18323 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
18324 MVT::v16i8, 2, 16,
18325 39,
18326 OPC_MoveChild0,
18327 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18328 OPC_CheckChild0Integer, 127|128,0,
18329 OPC_CheckChild0TypeI32,
18330 OPC_MoveParent,
18331 OPC_RecordChild1,
18332 OPC_MoveSibling1,
18333 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18334 OPC_CheckChild0Integer, 0|128,127,
18335 OPC_CheckChild0TypeI32,
18336 OPC_MoveParent,
18337 OPC_MoveSibling1,
18338 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18339 OPC_CheckChild0Integer, 127|128,1,
18340 OPC_CheckChild0TypeI32,
18341 OPC_MoveParent,
18342 OPC_CheckType, MVT::v8i16,
18343 OPC_MoveParent,
18344 OPC_CheckType, MVT::v16i8,
18345 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
18346 MVT::v16i8, 2, 16,
18347 0,
18348 74, TARGET_VAL(ISD::SPLAT_VECTOR),
18349 OPC_CheckChild0Integer, 0|128,127,
18350 OPC_CheckChild0TypeI32,
18351 OPC_MoveSibling1,
18352 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
18353 OPC_Scope, 31,
18354 OPC_RecordChild0,
18355 OPC_MoveChild1,
18356 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18357 OPC_CheckChild0Integer, 127|128,0,
18358 OPC_CheckChild0TypeI32,
18359 OPC_MoveParent,
18360 OPC_MoveParent,
18361 OPC_MoveSibling1,
18362 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18363 OPC_CheckChild0Integer, 127|128,1,
18364 OPC_CheckChild0TypeI32,
18365 OPC_MoveParent,
18366 OPC_CheckType, MVT::v8i16,
18367 OPC_MoveParent,
18368 OPC_CheckType, MVT::v16i8,
18369 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
18370 MVT::v16i8, 2, 16,
18371 31,
18372 OPC_MoveChild0,
18373 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18374 OPC_CheckChild0Integer, 127|128,0,
18375 OPC_CheckChild0TypeI32,
18376 OPC_MoveParent,
18377 OPC_RecordChild1,
18378 OPC_MoveParent,
18379 OPC_MoveSibling1,
18380 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18381 OPC_CheckChild0Integer, 127|128,1,
18382 OPC_CheckChild0TypeI32,
18383 OPC_MoveParent,
18384 OPC_CheckType, MVT::v8i16,
18385 OPC_MoveParent,
18386 OPC_CheckType, MVT::v16i8,
18387 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
18388 MVT::v16i8, 2, 16,
18389 0,
18390 0,
18391 13|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
18392 OPC_CheckChild0Integer, 127|128,1,
18393 OPC_CheckChild0TypeI32,
18394 OPC_MoveSibling1,
18395 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
18396 OPC_MoveChild0,
18397 OPC_SwitchOpcode , 66, TARGET_VAL(ISD::SMIN),
18398 OPC_Scope, 31,
18399 OPC_RecordChild0,
18400 OPC_MoveChild1,
18401 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18402 OPC_CheckChild0Integer, 127|128,0,
18403 OPC_CheckChild0TypeI32,
18404 OPC_MoveParent,
18405 OPC_MoveSibling1,
18406 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18407 OPC_CheckChild0Integer, 0|128,127,
18408 OPC_CheckChild0TypeI32,
18409 OPC_MoveParent,
18410 OPC_MoveParent,
18411 OPC_CheckType, MVT::v8i16,
18412 OPC_MoveParent,
18413 OPC_CheckType, MVT::v16i8,
18414 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
18415 MVT::v16i8, 2, 16,
18416 31,
18417 OPC_MoveChild0,
18418 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18419 OPC_CheckChild0Integer, 127|128,0,
18420 OPC_CheckChild0TypeI32,
18421 OPC_MoveParent,
18422 OPC_RecordChild1,
18423 OPC_MoveSibling1,
18424 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18425 OPC_CheckChild0Integer, 0|128,127,
18426 OPC_CheckChild0TypeI32,
18427 OPC_MoveParent,
18428 OPC_MoveParent,
18429 OPC_CheckType, MVT::v8i16,
18430 OPC_MoveParent,
18431 OPC_CheckType, MVT::v16i8,
18432 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
18433 MVT::v16i8, 2, 16,
18434 0,
18435 58, TARGET_VAL(ISD::SPLAT_VECTOR),
18436 OPC_CheckChild0Integer, 0|128,127,
18437 OPC_CheckChild0TypeI32,
18438 OPC_MoveSibling1,
18439 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
18440 OPC_Scope, 23,
18441 OPC_RecordChild0,
18442 OPC_MoveChild1,
18443 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18444 OPC_CheckChild0Integer, 127|128,0,
18445 OPC_CheckChild0TypeI32,
18446 OPC_MoveParent,
18447 OPC_MoveParent,
18448 OPC_MoveParent,
18449 OPC_CheckType, MVT::v8i16,
18450 OPC_MoveParent,
18451 OPC_CheckType, MVT::v16i8,
18452 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
18453 MVT::v16i8, 2, 16,
18454 23,
18455 OPC_MoveChild0,
18456 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18457 OPC_CheckChild0Integer, 127|128,0,
18458 OPC_CheckChild0TypeI32,
18459 OPC_MoveParent,
18460 OPC_RecordChild1,
18461 OPC_MoveParent,
18462 OPC_MoveParent,
18463 OPC_CheckType, MVT::v8i16,
18464 OPC_MoveParent,
18465 OPC_CheckType, MVT::v16i8,
18466 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
18467 MVT::v16i8, 2, 16,
18468 0,
18469 0,
18470 0,
18471 87|128,2,
18472 OPC_MoveChild0,
18473 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18474 OPC_CheckChild0Integer, 127|128,0,
18475 OPC_CheckChild0TypeI32,
18476 OPC_MoveParent,
18477 OPC_RecordChild1,
18478 OPC_MoveParent,
18479 OPC_MoveSibling1,
18480 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18481 OPC_CheckChild0Integer, 127|128,1,
18482 OPC_CheckChild0TypeI32,
18483 OPC_MoveParent,
18484 OPC_CheckType, MVT::v8i16,
18485 OPC_MoveSibling1,
18486 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
18487 OPC_MoveChild0,
18488 OPC_SwitchOpcode , 37|128,1, TARGET_VAL(ISD::SMAX),
18489 OPC_MoveChild0,
18490 OPC_SwitchOpcode , 82, TARGET_VAL(ISD::SMIN),
18491 OPC_Scope, 39,
18492 OPC_RecordChild0,
18493 OPC_MoveChild1,
18494 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18495 OPC_CheckChild0Integer, 127|128,0,
18496 OPC_CheckChild0TypeI32,
18497 OPC_MoveParent,
18498 OPC_MoveSibling1,
18499 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18500 OPC_CheckChild0Integer, 0|128,127,
18501 OPC_CheckChild0TypeI32,
18502 OPC_MoveParent,
18503 OPC_MoveSibling1,
18504 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18505 OPC_CheckChild0Integer, 127|128,1,
18506 OPC_CheckChild0TypeI32,
18507 OPC_MoveParent,
18508 OPC_CheckType, MVT::v8i16,
18509 OPC_MoveParent,
18510 OPC_CheckType, MVT::v16i8,
18511 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
18512 MVT::v16i8, 2, 16,
18513 39,
18514 OPC_MoveChild0,
18515 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18516 OPC_CheckChild0Integer, 127|128,0,
18517 OPC_CheckChild0TypeI32,
18518 OPC_MoveParent,
18519 OPC_RecordChild1,
18520 OPC_MoveSibling1,
18521 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18522 OPC_CheckChild0Integer, 0|128,127,
18523 OPC_CheckChild0TypeI32,
18524 OPC_MoveParent,
18525 OPC_MoveSibling1,
18526 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18527 OPC_CheckChild0Integer, 127|128,1,
18528 OPC_CheckChild0TypeI32,
18529 OPC_MoveParent,
18530 OPC_CheckType, MVT::v8i16,
18531 OPC_MoveParent,
18532 OPC_CheckType, MVT::v16i8,
18533 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
18534 MVT::v16i8, 2, 16,
18535 0,
18536 74, TARGET_VAL(ISD::SPLAT_VECTOR),
18537 OPC_CheckChild0Integer, 0|128,127,
18538 OPC_CheckChild0TypeI32,
18539 OPC_MoveSibling1,
18540 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
18541 OPC_Scope, 31,
18542 OPC_RecordChild0,
18543 OPC_MoveChild1,
18544 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18545 OPC_CheckChild0Integer, 127|128,0,
18546 OPC_CheckChild0TypeI32,
18547 OPC_MoveParent,
18548 OPC_MoveParent,
18549 OPC_MoveSibling1,
18550 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18551 OPC_CheckChild0Integer, 127|128,1,
18552 OPC_CheckChild0TypeI32,
18553 OPC_MoveParent,
18554 OPC_CheckType, MVT::v8i16,
18555 OPC_MoveParent,
18556 OPC_CheckType, MVT::v16i8,
18557 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
18558 MVT::v16i8, 2, 16,
18559 31,
18560 OPC_MoveChild0,
18561 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18562 OPC_CheckChild0Integer, 127|128,0,
18563 OPC_CheckChild0TypeI32,
18564 OPC_MoveParent,
18565 OPC_RecordChild1,
18566 OPC_MoveParent,
18567 OPC_MoveSibling1,
18568 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18569 OPC_CheckChild0Integer, 127|128,1,
18570 OPC_CheckChild0TypeI32,
18571 OPC_MoveParent,
18572 OPC_CheckType, MVT::v8i16,
18573 OPC_MoveParent,
18574 OPC_CheckType, MVT::v16i8,
18575 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
18576 MVT::v16i8, 2, 16,
18577 0,
18578 0,
18579 13|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
18580 OPC_CheckChild0Integer, 127|128,1,
18581 OPC_CheckChild0TypeI32,
18582 OPC_MoveSibling1,
18583 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
18584 OPC_MoveChild0,
18585 OPC_SwitchOpcode , 66, TARGET_VAL(ISD::SMIN),
18586 OPC_Scope, 31,
18587 OPC_RecordChild0,
18588 OPC_MoveChild1,
18589 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18590 OPC_CheckChild0Integer, 127|128,0,
18591 OPC_CheckChild0TypeI32,
18592 OPC_MoveParent,
18593 OPC_MoveSibling1,
18594 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18595 OPC_CheckChild0Integer, 0|128,127,
18596 OPC_CheckChild0TypeI32,
18597 OPC_MoveParent,
18598 OPC_MoveParent,
18599 OPC_CheckType, MVT::v8i16,
18600 OPC_MoveParent,
18601 OPC_CheckType, MVT::v16i8,
18602 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
18603 MVT::v16i8, 2, 16,
18604 31,
18605 OPC_MoveChild0,
18606 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18607 OPC_CheckChild0Integer, 127|128,0,
18608 OPC_CheckChild0TypeI32,
18609 OPC_MoveParent,
18610 OPC_RecordChild1,
18611 OPC_MoveSibling1,
18612 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18613 OPC_CheckChild0Integer, 0|128,127,
18614 OPC_CheckChild0TypeI32,
18615 OPC_MoveParent,
18616 OPC_MoveParent,
18617 OPC_CheckType, MVT::v8i16,
18618 OPC_MoveParent,
18619 OPC_CheckType, MVT::v16i8,
18620 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
18621 MVT::v16i8, 2, 16,
18622 0,
18623 58, TARGET_VAL(ISD::SPLAT_VECTOR),
18624 OPC_CheckChild0Integer, 0|128,127,
18625 OPC_CheckChild0TypeI32,
18626 OPC_MoveSibling1,
18627 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
18628 OPC_Scope, 23,
18629 OPC_RecordChild0,
18630 OPC_MoveChild1,
18631 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18632 OPC_CheckChild0Integer, 127|128,0,
18633 OPC_CheckChild0TypeI32,
18634 OPC_MoveParent,
18635 OPC_MoveParent,
18636 OPC_MoveParent,
18637 OPC_CheckType, MVT::v8i16,
18638 OPC_MoveParent,
18639 OPC_CheckType, MVT::v16i8,
18640 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
18641 MVT::v16i8, 2, 16,
18642 23,
18643 OPC_MoveChild0,
18644 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18645 OPC_CheckChild0Integer, 127|128,0,
18646 OPC_CheckChild0TypeI32,
18647 OPC_MoveParent,
18648 OPC_RecordChild1,
18649 OPC_MoveParent,
18650 OPC_MoveParent,
18651 OPC_CheckType, MVT::v8i16,
18652 OPC_MoveParent,
18653 OPC_CheckType, MVT::v16i8,
18654 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
18655 MVT::v16i8, 2, 16,
18656 0,
18657 0,
18658 0,
18659 0,
18660 103|128,5,
18661 OPC_CheckChild0Integer, 0|128,0|128,126,
18662 OPC_CheckChild0TypeI32,
18663 OPC_MoveSibling1,
18664 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
18665 OPC_Scope, 108|128,2,
18666 OPC_RecordChild0,
18667 OPC_MoveChild1,
18668 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18669 OPC_CheckChild0Integer, 127|128,127|128,1,
18670 OPC_CheckChild0TypeI32,
18671 OPC_MoveParent,
18672 OPC_MoveParent,
18673 OPC_MoveSibling1,
18674 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18675 OPC_CheckChild0Integer, 127|128,127|128,3,
18676 OPC_CheckChild0TypeI32,
18677 OPC_MoveParent,
18678 OPC_CheckType, MVT::v4i32,
18679 OPC_MoveSibling1,
18680 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
18681 OPC_MoveChild0,
18682 OPC_SwitchOpcode , 48|128,1, TARGET_VAL(ISD::SMAX),
18683 OPC_MoveChild0,
18684 OPC_SwitchOpcode , 88, TARGET_VAL(ISD::SMIN),
18685 OPC_Scope, 42,
18686 OPC_RecordChild0,
18687 OPC_MoveChild1,
18688 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18689 OPC_CheckChild0Integer, 127|128,127|128,1,
18690 OPC_CheckChild0TypeI32,
18691 OPC_MoveParent,
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_MoveSibling1,
18698 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18699 OPC_CheckChild0Integer, 127|128,127|128,3,
18700 OPC_CheckChild0TypeI32,
18701 OPC_MoveParent,
18702 OPC_CheckType, MVT::v4i32,
18703 OPC_MoveParent,
18704 OPC_CheckType, MVT::v8i16,
18705 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
18706 MVT::v8i16, 2, 16,
18707 42,
18708 OPC_MoveChild0,
18709 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18710 OPC_CheckChild0Integer, 127|128,127|128,1,
18711 OPC_CheckChild0TypeI32,
18712 OPC_MoveParent,
18713 OPC_RecordChild1,
18714 OPC_MoveSibling1,
18715 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18716 OPC_CheckChild0Integer, 0|128,0|128,126,
18717 OPC_CheckChild0TypeI32,
18718 OPC_MoveParent,
18719 OPC_MoveSibling1,
18720 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18721 OPC_CheckChild0Integer, 127|128,127|128,3,
18722 OPC_CheckChild0TypeI32,
18723 OPC_MoveParent,
18724 OPC_CheckType, MVT::v4i32,
18725 OPC_MoveParent,
18726 OPC_CheckType, MVT::v8i16,
18727 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
18728 MVT::v8i16, 2, 16,
18729 0,
18730 79, TARGET_VAL(ISD::SPLAT_VECTOR),
18731 OPC_CheckChild0Integer, 0|128,0|128,126,
18732 OPC_CheckChild0TypeI32,
18733 OPC_MoveSibling1,
18734 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
18735 OPC_Scope, 33,
18736 OPC_RecordChild0,
18737 OPC_MoveChild1,
18738 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18739 OPC_CheckChild0Integer, 127|128,127|128,1,
18740 OPC_CheckChild0TypeI32,
18741 OPC_MoveParent,
18742 OPC_MoveParent,
18743 OPC_MoveSibling1,
18744 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18745 OPC_CheckChild0Integer, 127|128,127|128,3,
18746 OPC_CheckChild0TypeI32,
18747 OPC_MoveParent,
18748 OPC_CheckType, MVT::v4i32,
18749 OPC_MoveParent,
18750 OPC_CheckType, MVT::v8i16,
18751 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
18752 MVT::v8i16, 2, 16,
18753 33,
18754 OPC_MoveChild0,
18755 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18756 OPC_CheckChild0Integer, 127|128,127|128,1,
18757 OPC_CheckChild0TypeI32,
18758 OPC_MoveParent,
18759 OPC_RecordChild1,
18760 OPC_MoveParent,
18761 OPC_MoveSibling1,
18762 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18763 OPC_CheckChild0Integer, 127|128,127|128,3,
18764 OPC_CheckChild0TypeI32,
18765 OPC_MoveParent,
18766 OPC_CheckType, MVT::v4i32,
18767 OPC_MoveParent,
18768 OPC_CheckType, MVT::v8i16,
18769 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
18770 MVT::v8i16, 2, 16,
18771 0,
18772 0,
18773 21|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
18774 OPC_CheckChild0Integer, 127|128,127|128,3,
18775 OPC_CheckChild0TypeI32,
18776 OPC_MoveSibling1,
18777 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
18778 OPC_MoveChild0,
18779 OPC_SwitchOpcode , 70, TARGET_VAL(ISD::SMIN),
18780 OPC_Scope, 33,
18781 OPC_RecordChild0,
18782 OPC_MoveChild1,
18783 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18784 OPC_CheckChild0Integer, 127|128,127|128,1,
18785 OPC_CheckChild0TypeI32,
18786 OPC_MoveParent,
18787 OPC_MoveSibling1,
18788 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18789 OPC_CheckChild0Integer, 0|128,0|128,126,
18790 OPC_CheckChild0TypeI32,
18791 OPC_MoveParent,
18792 OPC_MoveParent,
18793 OPC_CheckType, MVT::v4i32,
18794 OPC_MoveParent,
18795 OPC_CheckType, MVT::v8i16,
18796 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
18797 MVT::v8i16, 2, 16,
18798 33,
18799 OPC_MoveChild0,
18800 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18801 OPC_CheckChild0Integer, 127|128,127|128,1,
18802 OPC_CheckChild0TypeI32,
18803 OPC_MoveParent,
18804 OPC_RecordChild1,
18805 OPC_MoveSibling1,
18806 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18807 OPC_CheckChild0Integer, 0|128,0|128,126,
18808 OPC_CheckChild0TypeI32,
18809 OPC_MoveParent,
18810 OPC_MoveParent,
18811 OPC_CheckType, MVT::v4i32,
18812 OPC_MoveParent,
18813 OPC_CheckType, MVT::v8i16,
18814 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
18815 MVT::v8i16, 2, 16,
18816 0,
18817 61, TARGET_VAL(ISD::SPLAT_VECTOR),
18818 OPC_CheckChild0Integer, 0|128,0|128,126,
18819 OPC_CheckChild0TypeI32,
18820 OPC_MoveSibling1,
18821 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
18822 OPC_Scope, 24,
18823 OPC_RecordChild0,
18824 OPC_MoveChild1,
18825 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18826 OPC_CheckChild0Integer, 127|128,127|128,1,
18827 OPC_CheckChild0TypeI32,
18828 OPC_MoveParent,
18829 OPC_MoveParent,
18830 OPC_MoveParent,
18831 OPC_CheckType, MVT::v4i32,
18832 OPC_MoveParent,
18833 OPC_CheckType, MVT::v8i16,
18834 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
18835 MVT::v8i16, 2, 16,
18836 24,
18837 OPC_MoveChild0,
18838 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18839 OPC_CheckChild0Integer, 127|128,127|128,1,
18840 OPC_CheckChild0TypeI32,
18841 OPC_MoveParent,
18842 OPC_RecordChild1,
18843 OPC_MoveParent,
18844 OPC_MoveParent,
18845 OPC_CheckType, MVT::v4i32,
18846 OPC_MoveParent,
18847 OPC_CheckType, MVT::v8i16,
18848 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
18849 MVT::v8i16, 2, 16,
18850 0,
18851 0,
18852 0,
18853 108|128,2,
18854 OPC_MoveChild0,
18855 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18856 OPC_CheckChild0Integer, 127|128,127|128,1,
18857 OPC_CheckChild0TypeI32,
18858 OPC_MoveParent,
18859 OPC_RecordChild1,
18860 OPC_MoveParent,
18861 OPC_MoveSibling1,
18862 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18863 OPC_CheckChild0Integer, 127|128,127|128,3,
18864 OPC_CheckChild0TypeI32,
18865 OPC_MoveParent,
18866 OPC_CheckType, MVT::v4i32,
18867 OPC_MoveSibling1,
18868 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
18869 OPC_MoveChild0,
18870 OPC_SwitchOpcode , 48|128,1, TARGET_VAL(ISD::SMAX),
18871 OPC_MoveChild0,
18872 OPC_SwitchOpcode , 88, TARGET_VAL(ISD::SMIN),
18873 OPC_Scope, 42,
18874 OPC_RecordChild0,
18875 OPC_MoveChild1,
18876 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18877 OPC_CheckChild0Integer, 127|128,127|128,1,
18878 OPC_CheckChild0TypeI32,
18879 OPC_MoveParent,
18880 OPC_MoveSibling1,
18881 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18882 OPC_CheckChild0Integer, 0|128,0|128,126,
18883 OPC_CheckChild0TypeI32,
18884 OPC_MoveParent,
18885 OPC_MoveSibling1,
18886 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18887 OPC_CheckChild0Integer, 127|128,127|128,3,
18888 OPC_CheckChild0TypeI32,
18889 OPC_MoveParent,
18890 OPC_CheckType, MVT::v4i32,
18891 OPC_MoveParent,
18892 OPC_CheckType, MVT::v8i16,
18893 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
18894 MVT::v8i16, 2, 16,
18895 42,
18896 OPC_MoveChild0,
18897 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18898 OPC_CheckChild0Integer, 127|128,127|128,1,
18899 OPC_CheckChild0TypeI32,
18900 OPC_MoveParent,
18901 OPC_RecordChild1,
18902 OPC_MoveSibling1,
18903 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18904 OPC_CheckChild0Integer, 0|128,0|128,126,
18905 OPC_CheckChild0TypeI32,
18906 OPC_MoveParent,
18907 OPC_MoveSibling1,
18908 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18909 OPC_CheckChild0Integer, 127|128,127|128,3,
18910 OPC_CheckChild0TypeI32,
18911 OPC_MoveParent,
18912 OPC_CheckType, MVT::v4i32,
18913 OPC_MoveParent,
18914 OPC_CheckType, MVT::v8i16,
18915 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
18916 MVT::v8i16, 2, 16,
18917 0,
18918 79, TARGET_VAL(ISD::SPLAT_VECTOR),
18919 OPC_CheckChild0Integer, 0|128,0|128,126,
18920 OPC_CheckChild0TypeI32,
18921 OPC_MoveSibling1,
18922 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
18923 OPC_Scope, 33,
18924 OPC_RecordChild0,
18925 OPC_MoveChild1,
18926 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18927 OPC_CheckChild0Integer, 127|128,127|128,1,
18928 OPC_CheckChild0TypeI32,
18929 OPC_MoveParent,
18930 OPC_MoveParent,
18931 OPC_MoveSibling1,
18932 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18933 OPC_CheckChild0Integer, 127|128,127|128,3,
18934 OPC_CheckChild0TypeI32,
18935 OPC_MoveParent,
18936 OPC_CheckType, MVT::v4i32,
18937 OPC_MoveParent,
18938 OPC_CheckType, MVT::v8i16,
18939 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
18940 MVT::v8i16, 2, 16,
18941 33,
18942 OPC_MoveChild0,
18943 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18944 OPC_CheckChild0Integer, 127|128,127|128,1,
18945 OPC_CheckChild0TypeI32,
18946 OPC_MoveParent,
18947 OPC_RecordChild1,
18948 OPC_MoveParent,
18949 OPC_MoveSibling1,
18950 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18951 OPC_CheckChild0Integer, 127|128,127|128,3,
18952 OPC_CheckChild0TypeI32,
18953 OPC_MoveParent,
18954 OPC_CheckType, MVT::v4i32,
18955 OPC_MoveParent,
18956 OPC_CheckType, MVT::v8i16,
18957 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
18958 MVT::v8i16, 2, 16,
18959 0,
18960 0,
18961 21|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
18962 OPC_CheckChild0Integer, 127|128,127|128,3,
18963 OPC_CheckChild0TypeI32,
18964 OPC_MoveSibling1,
18965 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
18966 OPC_MoveChild0,
18967 OPC_SwitchOpcode , 70, TARGET_VAL(ISD::SMIN),
18968 OPC_Scope, 33,
18969 OPC_RecordChild0,
18970 OPC_MoveChild1,
18971 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18972 OPC_CheckChild0Integer, 127|128,127|128,1,
18973 OPC_CheckChild0TypeI32,
18974 OPC_MoveParent,
18975 OPC_MoveSibling1,
18976 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18977 OPC_CheckChild0Integer, 0|128,0|128,126,
18978 OPC_CheckChild0TypeI32,
18979 OPC_MoveParent,
18980 OPC_MoveParent,
18981 OPC_CheckType, MVT::v4i32,
18982 OPC_MoveParent,
18983 OPC_CheckType, MVT::v8i16,
18984 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
18985 MVT::v8i16, 2, 16,
18986 33,
18987 OPC_MoveChild0,
18988 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18989 OPC_CheckChild0Integer, 127|128,127|128,1,
18990 OPC_CheckChild0TypeI32,
18991 OPC_MoveParent,
18992 OPC_RecordChild1,
18993 OPC_MoveSibling1,
18994 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18995 OPC_CheckChild0Integer, 0|128,0|128,126,
18996 OPC_CheckChild0TypeI32,
18997 OPC_MoveParent,
18998 OPC_MoveParent,
18999 OPC_CheckType, MVT::v4i32,
19000 OPC_MoveParent,
19001 OPC_CheckType, MVT::v8i16,
19002 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
19003 MVT::v8i16, 2, 16,
19004 0,
19005 61, TARGET_VAL(ISD::SPLAT_VECTOR),
19006 OPC_CheckChild0Integer, 0|128,0|128,126,
19007 OPC_CheckChild0TypeI32,
19008 OPC_MoveSibling1,
19009 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
19010 OPC_Scope, 24,
19011 OPC_RecordChild0,
19012 OPC_MoveChild1,
19013 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19014 OPC_CheckChild0Integer, 127|128,127|128,1,
19015 OPC_CheckChild0TypeI32,
19016 OPC_MoveParent,
19017 OPC_MoveParent,
19018 OPC_MoveParent,
19019 OPC_CheckType, MVT::v4i32,
19020 OPC_MoveParent,
19021 OPC_CheckType, MVT::v8i16,
19022 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
19023 MVT::v8i16, 2, 16,
19024 24,
19025 OPC_MoveChild0,
19026 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19027 OPC_CheckChild0Integer, 127|128,127|128,1,
19028 OPC_CheckChild0TypeI32,
19029 OPC_MoveParent,
19030 OPC_RecordChild1,
19031 OPC_MoveParent,
19032 OPC_MoveParent,
19033 OPC_CheckType, MVT::v4i32,
19034 OPC_MoveParent,
19035 OPC_CheckType, MVT::v8i16,
19036 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
19037 MVT::v8i16, 2, 16,
19038 0,
19039 0,
19040 0,
19041 0,
19042 0,
19043 0,
19044 119|128,44, TARGET_VAL(ISD::SPLAT_VECTOR),
19045 OPC_Scope, 101|128,21,
19046 OPC_CheckChild0Integer, 127|128,1,
19047 OPC_CheckChild0TypeI32,
19048 OPC_MoveSibling1,
19049 OPC_SwitchOpcode , 107|128,10, TARGET_VAL(ISD::SMIN),
19050 OPC_MoveChild0,
19051 OPC_SwitchOpcode , 52|128,5, TARGET_VAL(ISD::SMAX),
19052 OPC_Scope, 87|128,2,
19053 OPC_RecordChild0,
19054 OPC_MoveChild1,
19055 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19056 OPC_CheckChild0Integer, 0|128,127,
19057 OPC_CheckChild0TypeI32,
19058 OPC_MoveParent,
19059 OPC_MoveSibling1,
19060 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19061 OPC_CheckChild0Integer, 127|128,0,
19062 OPC_CheckChild0TypeI32,
19063 OPC_MoveParent,
19064 OPC_MoveParent,
19065 OPC_CheckType, MVT::v8i16,
19066 OPC_MoveSibling1,
19067 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
19068 OPC_MoveChild0,
19069 OPC_SwitchOpcode , 37|128,1, TARGET_VAL(ISD::SMIN),
19070 OPC_MoveChild0,
19071 OPC_SwitchOpcode , 82, TARGET_VAL(ISD::SMAX),
19072 OPC_Scope, 39,
19073 OPC_RecordChild0,
19074 OPC_MoveChild1,
19075 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19076 OPC_CheckChild0Integer, 0|128,127,
19077 OPC_CheckChild0TypeI32,
19078 OPC_MoveParent,
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_MoveSibling1,
19085 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19086 OPC_CheckChild0Integer, 127|128,1,
19087 OPC_CheckChild0TypeI32,
19088 OPC_MoveParent,
19089 OPC_CheckType, MVT::v8i16,
19090 OPC_MoveParent,
19091 OPC_CheckType, MVT::v16i8,
19092 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19093 MVT::v16i8, 2, 16,
19094 39,
19095 OPC_MoveChild0,
19096 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19097 OPC_CheckChild0Integer, 0|128,127,
19098 OPC_CheckChild0TypeI32,
19099 OPC_MoveParent,
19100 OPC_RecordChild1,
19101 OPC_MoveSibling1,
19102 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19103 OPC_CheckChild0Integer, 127|128,0,
19104 OPC_CheckChild0TypeI32,
19105 OPC_MoveParent,
19106 OPC_MoveSibling1,
19107 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19108 OPC_CheckChild0Integer, 127|128,1,
19109 OPC_CheckChild0TypeI32,
19110 OPC_MoveParent,
19111 OPC_CheckType, MVT::v8i16,
19112 OPC_MoveParent,
19113 OPC_CheckType, MVT::v16i8,
19114 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19115 MVT::v16i8, 2, 16,
19116 0,
19117 74, TARGET_VAL(ISD::SPLAT_VECTOR),
19118 OPC_CheckChild0Integer, 127|128,0,
19119 OPC_CheckChild0TypeI32,
19120 OPC_MoveSibling1,
19121 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
19122 OPC_Scope, 31,
19123 OPC_RecordChild0,
19124 OPC_MoveChild1,
19125 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19126 OPC_CheckChild0Integer, 0|128,127,
19127 OPC_CheckChild0TypeI32,
19128 OPC_MoveParent,
19129 OPC_MoveParent,
19130 OPC_MoveSibling1,
19131 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19132 OPC_CheckChild0Integer, 127|128,1,
19133 OPC_CheckChild0TypeI32,
19134 OPC_MoveParent,
19135 OPC_CheckType, MVT::v8i16,
19136 OPC_MoveParent,
19137 OPC_CheckType, MVT::v16i8,
19138 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19139 MVT::v16i8, 2, 16,
19140 31,
19141 OPC_MoveChild0,
19142 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19143 OPC_CheckChild0Integer, 0|128,127,
19144 OPC_CheckChild0TypeI32,
19145 OPC_MoveParent,
19146 OPC_RecordChild1,
19147 OPC_MoveParent,
19148 OPC_MoveSibling1,
19149 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19150 OPC_CheckChild0Integer, 127|128,1,
19151 OPC_CheckChild0TypeI32,
19152 OPC_MoveParent,
19153 OPC_CheckType, MVT::v8i16,
19154 OPC_MoveParent,
19155 OPC_CheckType, MVT::v16i8,
19156 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19157 MVT::v16i8, 2, 16,
19158 0,
19159 0,
19160 13|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
19161 OPC_CheckChild0Integer, 127|128,1,
19162 OPC_CheckChild0TypeI32,
19163 OPC_MoveSibling1,
19164 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
19165 OPC_MoveChild0,
19166 OPC_SwitchOpcode , 66, TARGET_VAL(ISD::SMAX),
19167 OPC_Scope, 31,
19168 OPC_RecordChild0,
19169 OPC_MoveChild1,
19170 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19171 OPC_CheckChild0Integer, 0|128,127,
19172 OPC_CheckChild0TypeI32,
19173 OPC_MoveParent,
19174 OPC_MoveSibling1,
19175 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19176 OPC_CheckChild0Integer, 127|128,0,
19177 OPC_CheckChild0TypeI32,
19178 OPC_MoveParent,
19179 OPC_MoveParent,
19180 OPC_CheckType, MVT::v8i16,
19181 OPC_MoveParent,
19182 OPC_CheckType, MVT::v16i8,
19183 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19184 MVT::v16i8, 2, 16,
19185 31,
19186 OPC_MoveChild0,
19187 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19188 OPC_CheckChild0Integer, 0|128,127,
19189 OPC_CheckChild0TypeI32,
19190 OPC_MoveParent,
19191 OPC_RecordChild1,
19192 OPC_MoveSibling1,
19193 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19194 OPC_CheckChild0Integer, 127|128,0,
19195 OPC_CheckChild0TypeI32,
19196 OPC_MoveParent,
19197 OPC_MoveParent,
19198 OPC_CheckType, MVT::v8i16,
19199 OPC_MoveParent,
19200 OPC_CheckType, MVT::v16i8,
19201 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19202 MVT::v16i8, 2, 16,
19203 0,
19204 58, TARGET_VAL(ISD::SPLAT_VECTOR),
19205 OPC_CheckChild0Integer, 127|128,0,
19206 OPC_CheckChild0TypeI32,
19207 OPC_MoveSibling1,
19208 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
19209 OPC_Scope, 23,
19210 OPC_RecordChild0,
19211 OPC_MoveChild1,
19212 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19213 OPC_CheckChild0Integer, 0|128,127,
19214 OPC_CheckChild0TypeI32,
19215 OPC_MoveParent,
19216 OPC_MoveParent,
19217 OPC_MoveParent,
19218 OPC_CheckType, MVT::v8i16,
19219 OPC_MoveParent,
19220 OPC_CheckType, MVT::v16i8,
19221 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19222 MVT::v16i8, 2, 16,
19223 23,
19224 OPC_MoveChild0,
19225 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19226 OPC_CheckChild0Integer, 0|128,127,
19227 OPC_CheckChild0TypeI32,
19228 OPC_MoveParent,
19229 OPC_RecordChild1,
19230 OPC_MoveParent,
19231 OPC_MoveParent,
19232 OPC_CheckType, MVT::v8i16,
19233 OPC_MoveParent,
19234 OPC_CheckType, MVT::v16i8,
19235 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19236 MVT::v16i8, 2, 16,
19237 0,
19238 0,
19239 0,
19240 87|128,2,
19241 OPC_MoveChild0,
19242 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19243 OPC_CheckChild0Integer, 0|128,127,
19244 OPC_CheckChild0TypeI32,
19245 OPC_MoveParent,
19246 OPC_RecordChild1,
19247 OPC_MoveSibling1,
19248 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19249 OPC_CheckChild0Integer, 127|128,0,
19250 OPC_CheckChild0TypeI32,
19251 OPC_MoveParent,
19252 OPC_MoveParent,
19253 OPC_CheckType, MVT::v8i16,
19254 OPC_MoveSibling1,
19255 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
19256 OPC_MoveChild0,
19257 OPC_SwitchOpcode , 37|128,1, TARGET_VAL(ISD::SMIN),
19258 OPC_MoveChild0,
19259 OPC_SwitchOpcode , 82, TARGET_VAL(ISD::SMAX),
19260 OPC_Scope, 39,
19261 OPC_RecordChild0,
19262 OPC_MoveChild1,
19263 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19264 OPC_CheckChild0Integer, 0|128,127,
19265 OPC_CheckChild0TypeI32,
19266 OPC_MoveParent,
19267 OPC_MoveSibling1,
19268 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19269 OPC_CheckChild0Integer, 127|128,0,
19270 OPC_CheckChild0TypeI32,
19271 OPC_MoveParent,
19272 OPC_MoveSibling1,
19273 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19274 OPC_CheckChild0Integer, 127|128,1,
19275 OPC_CheckChild0TypeI32,
19276 OPC_MoveParent,
19277 OPC_CheckType, MVT::v8i16,
19278 OPC_MoveParent,
19279 OPC_CheckType, MVT::v16i8,
19280 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19281 MVT::v16i8, 2, 16,
19282 39,
19283 OPC_MoveChild0,
19284 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19285 OPC_CheckChild0Integer, 0|128,127,
19286 OPC_CheckChild0TypeI32,
19287 OPC_MoveParent,
19288 OPC_RecordChild1,
19289 OPC_MoveSibling1,
19290 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19291 OPC_CheckChild0Integer, 127|128,0,
19292 OPC_CheckChild0TypeI32,
19293 OPC_MoveParent,
19294 OPC_MoveSibling1,
19295 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19296 OPC_CheckChild0Integer, 127|128,1,
19297 OPC_CheckChild0TypeI32,
19298 OPC_MoveParent,
19299 OPC_CheckType, MVT::v8i16,
19300 OPC_MoveParent,
19301 OPC_CheckType, MVT::v16i8,
19302 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19303 MVT::v16i8, 2, 16,
19304 0,
19305 74, TARGET_VAL(ISD::SPLAT_VECTOR),
19306 OPC_CheckChild0Integer, 127|128,0,
19307 OPC_CheckChild0TypeI32,
19308 OPC_MoveSibling1,
19309 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
19310 OPC_Scope, 31,
19311 OPC_RecordChild0,
19312 OPC_MoveChild1,
19313 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19314 OPC_CheckChild0Integer, 0|128,127,
19315 OPC_CheckChild0TypeI32,
19316 OPC_MoveParent,
19317 OPC_MoveParent,
19318 OPC_MoveSibling1,
19319 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19320 OPC_CheckChild0Integer, 127|128,1,
19321 OPC_CheckChild0TypeI32,
19322 OPC_MoveParent,
19323 OPC_CheckType, MVT::v8i16,
19324 OPC_MoveParent,
19325 OPC_CheckType, MVT::v16i8,
19326 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19327 MVT::v16i8, 2, 16,
19328 31,
19329 OPC_MoveChild0,
19330 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19331 OPC_CheckChild0Integer, 0|128,127,
19332 OPC_CheckChild0TypeI32,
19333 OPC_MoveParent,
19334 OPC_RecordChild1,
19335 OPC_MoveParent,
19336 OPC_MoveSibling1,
19337 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19338 OPC_CheckChild0Integer, 127|128,1,
19339 OPC_CheckChild0TypeI32,
19340 OPC_MoveParent,
19341 OPC_CheckType, MVT::v8i16,
19342 OPC_MoveParent,
19343 OPC_CheckType, MVT::v16i8,
19344 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19345 MVT::v16i8, 2, 16,
19346 0,
19347 0,
19348 13|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
19349 OPC_CheckChild0Integer, 127|128,1,
19350 OPC_CheckChild0TypeI32,
19351 OPC_MoveSibling1,
19352 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
19353 OPC_MoveChild0,
19354 OPC_SwitchOpcode , 66, TARGET_VAL(ISD::SMAX),
19355 OPC_Scope, 31,
19356 OPC_RecordChild0,
19357 OPC_MoveChild1,
19358 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19359 OPC_CheckChild0Integer, 0|128,127,
19360 OPC_CheckChild0TypeI32,
19361 OPC_MoveParent,
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_MoveParent,
19368 OPC_CheckType, MVT::v8i16,
19369 OPC_MoveParent,
19370 OPC_CheckType, MVT::v16i8,
19371 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19372 MVT::v16i8, 2, 16,
19373 31,
19374 OPC_MoveChild0,
19375 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19376 OPC_CheckChild0Integer, 0|128,127,
19377 OPC_CheckChild0TypeI32,
19378 OPC_MoveParent,
19379 OPC_RecordChild1,
19380 OPC_MoveSibling1,
19381 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19382 OPC_CheckChild0Integer, 127|128,0,
19383 OPC_CheckChild0TypeI32,
19384 OPC_MoveParent,
19385 OPC_MoveParent,
19386 OPC_CheckType, MVT::v8i16,
19387 OPC_MoveParent,
19388 OPC_CheckType, MVT::v16i8,
19389 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19390 MVT::v16i8, 2, 16,
19391 0,
19392 58, TARGET_VAL(ISD::SPLAT_VECTOR),
19393 OPC_CheckChild0Integer, 127|128,0,
19394 OPC_CheckChild0TypeI32,
19395 OPC_MoveSibling1,
19396 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
19397 OPC_Scope, 23,
19398 OPC_RecordChild0,
19399 OPC_MoveChild1,
19400 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19401 OPC_CheckChild0Integer, 0|128,127,
19402 OPC_CheckChild0TypeI32,
19403 OPC_MoveParent,
19404 OPC_MoveParent,
19405 OPC_MoveParent,
19406 OPC_CheckType, MVT::v8i16,
19407 OPC_MoveParent,
19408 OPC_CheckType, MVT::v16i8,
19409 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19410 MVT::v16i8, 2, 16,
19411 23,
19412 OPC_MoveChild0,
19413 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19414 OPC_CheckChild0Integer, 0|128,127,
19415 OPC_CheckChild0TypeI32,
19416 OPC_MoveParent,
19417 OPC_RecordChild1,
19418 OPC_MoveParent,
19419 OPC_MoveParent,
19420 OPC_CheckType, MVT::v8i16,
19421 OPC_MoveParent,
19422 OPC_CheckType, MVT::v16i8,
19423 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19424 MVT::v16i8, 2, 16,
19425 0,
19426 0,
19427 0,
19428 0,
19429 44|128,5, TARGET_VAL(ISD::SPLAT_VECTOR),
19430 OPC_CheckChild0Integer, 127|128,0,
19431 OPC_CheckChild0TypeI32,
19432 OPC_MoveSibling1,
19433 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
19434 OPC_Scope, 79|128,2,
19435 OPC_RecordChild0,
19436 OPC_MoveChild1,
19437 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19438 OPC_CheckChild0Integer, 0|128,127,
19439 OPC_CheckChild0TypeI32,
19440 OPC_MoveParent,
19441 OPC_MoveParent,
19442 OPC_MoveParent,
19443 OPC_CheckType, MVT::v8i16,
19444 OPC_MoveSibling1,
19445 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
19446 OPC_MoveChild0,
19447 OPC_SwitchOpcode , 37|128,1, TARGET_VAL(ISD::SMIN),
19448 OPC_MoveChild0,
19449 OPC_SwitchOpcode , 82, TARGET_VAL(ISD::SMAX),
19450 OPC_Scope, 39,
19451 OPC_RecordChild0,
19452 OPC_MoveChild1,
19453 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19454 OPC_CheckChild0Integer, 0|128,127,
19455 OPC_CheckChild0TypeI32,
19456 OPC_MoveParent,
19457 OPC_MoveSibling1,
19458 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19459 OPC_CheckChild0Integer, 127|128,0,
19460 OPC_CheckChild0TypeI32,
19461 OPC_MoveParent,
19462 OPC_MoveSibling1,
19463 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19464 OPC_CheckChild0Integer, 127|128,1,
19465 OPC_CheckChild0TypeI32,
19466 OPC_MoveParent,
19467 OPC_CheckType, MVT::v8i16,
19468 OPC_MoveParent,
19469 OPC_CheckType, MVT::v16i8,
19470 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19471 MVT::v16i8, 2, 16,
19472 39,
19473 OPC_MoveChild0,
19474 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19475 OPC_CheckChild0Integer, 0|128,127,
19476 OPC_CheckChild0TypeI32,
19477 OPC_MoveParent,
19478 OPC_RecordChild1,
19479 OPC_MoveSibling1,
19480 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19481 OPC_CheckChild0Integer, 127|128,0,
19482 OPC_CheckChild0TypeI32,
19483 OPC_MoveParent,
19484 OPC_MoveSibling1,
19485 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19486 OPC_CheckChild0Integer, 127|128,1,
19487 OPC_CheckChild0TypeI32,
19488 OPC_MoveParent,
19489 OPC_CheckType, MVT::v8i16,
19490 OPC_MoveParent,
19491 OPC_CheckType, MVT::v16i8,
19492 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19493 MVT::v16i8, 2, 16,
19494 0,
19495 74, TARGET_VAL(ISD::SPLAT_VECTOR),
19496 OPC_CheckChild0Integer, 127|128,0,
19497 OPC_CheckChild0TypeI32,
19498 OPC_MoveSibling1,
19499 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
19500 OPC_Scope, 31,
19501 OPC_RecordChild0,
19502 OPC_MoveChild1,
19503 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19504 OPC_CheckChild0Integer, 0|128,127,
19505 OPC_CheckChild0TypeI32,
19506 OPC_MoveParent,
19507 OPC_MoveParent,
19508 OPC_MoveSibling1,
19509 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19510 OPC_CheckChild0Integer, 127|128,1,
19511 OPC_CheckChild0TypeI32,
19512 OPC_MoveParent,
19513 OPC_CheckType, MVT::v8i16,
19514 OPC_MoveParent,
19515 OPC_CheckType, MVT::v16i8,
19516 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19517 MVT::v16i8, 2, 16,
19518 31,
19519 OPC_MoveChild0,
19520 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19521 OPC_CheckChild0Integer, 0|128,127,
19522 OPC_CheckChild0TypeI32,
19523 OPC_MoveParent,
19524 OPC_RecordChild1,
19525 OPC_MoveParent,
19526 OPC_MoveSibling1,
19527 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19528 OPC_CheckChild0Integer, 127|128,1,
19529 OPC_CheckChild0TypeI32,
19530 OPC_MoveParent,
19531 OPC_CheckType, MVT::v8i16,
19532 OPC_MoveParent,
19533 OPC_CheckType, MVT::v16i8,
19534 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19535 MVT::v16i8, 2, 16,
19536 0,
19537 0,
19538 13|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
19539 OPC_CheckChild0Integer, 127|128,1,
19540 OPC_CheckChild0TypeI32,
19541 OPC_MoveSibling1,
19542 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
19543 OPC_MoveChild0,
19544 OPC_SwitchOpcode , 66, TARGET_VAL(ISD::SMAX),
19545 OPC_Scope, 31,
19546 OPC_RecordChild0,
19547 OPC_MoveChild1,
19548 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19549 OPC_CheckChild0Integer, 0|128,127,
19550 OPC_CheckChild0TypeI32,
19551 OPC_MoveParent,
19552 OPC_MoveSibling1,
19553 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19554 OPC_CheckChild0Integer, 127|128,0,
19555 OPC_CheckChild0TypeI32,
19556 OPC_MoveParent,
19557 OPC_MoveParent,
19558 OPC_CheckType, MVT::v8i16,
19559 OPC_MoveParent,
19560 OPC_CheckType, MVT::v16i8,
19561 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19562 MVT::v16i8, 2, 16,
19563 31,
19564 OPC_MoveChild0,
19565 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19566 OPC_CheckChild0Integer, 0|128,127,
19567 OPC_CheckChild0TypeI32,
19568 OPC_MoveParent,
19569 OPC_RecordChild1,
19570 OPC_MoveSibling1,
19571 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19572 OPC_CheckChild0Integer, 127|128,0,
19573 OPC_CheckChild0TypeI32,
19574 OPC_MoveParent,
19575 OPC_MoveParent,
19576 OPC_CheckType, MVT::v8i16,
19577 OPC_MoveParent,
19578 OPC_CheckType, MVT::v16i8,
19579 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19580 MVT::v16i8, 2, 16,
19581 0,
19582 58, TARGET_VAL(ISD::SPLAT_VECTOR),
19583 OPC_CheckChild0Integer, 127|128,0,
19584 OPC_CheckChild0TypeI32,
19585 OPC_MoveSibling1,
19586 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
19587 OPC_Scope, 23,
19588 OPC_RecordChild0,
19589 OPC_MoveChild1,
19590 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19591 OPC_CheckChild0Integer, 0|128,127,
19592 OPC_CheckChild0TypeI32,
19593 OPC_MoveParent,
19594 OPC_MoveParent,
19595 OPC_MoveParent,
19596 OPC_CheckType, MVT::v8i16,
19597 OPC_MoveParent,
19598 OPC_CheckType, MVT::v16i8,
19599 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19600 MVT::v16i8, 2, 16,
19601 23,
19602 OPC_MoveChild0,
19603 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19604 OPC_CheckChild0Integer, 0|128,127,
19605 OPC_CheckChild0TypeI32,
19606 OPC_MoveParent,
19607 OPC_RecordChild1,
19608 OPC_MoveParent,
19609 OPC_MoveParent,
19610 OPC_CheckType, MVT::v8i16,
19611 OPC_MoveParent,
19612 OPC_CheckType, MVT::v16i8,
19613 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19614 MVT::v16i8, 2, 16,
19615 0,
19616 0,
19617 0,
19618 79|128,2,
19619 OPC_MoveChild0,
19620 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19621 OPC_CheckChild0Integer, 0|128,127,
19622 OPC_CheckChild0TypeI32,
19623 OPC_MoveParent,
19624 OPC_RecordChild1,
19625 OPC_MoveParent,
19626 OPC_MoveParent,
19627 OPC_CheckType, MVT::v8i16,
19628 OPC_MoveSibling1,
19629 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
19630 OPC_MoveChild0,
19631 OPC_SwitchOpcode , 37|128,1, TARGET_VAL(ISD::SMIN),
19632 OPC_MoveChild0,
19633 OPC_SwitchOpcode , 82, TARGET_VAL(ISD::SMAX),
19634 OPC_Scope, 39,
19635 OPC_RecordChild0,
19636 OPC_MoveChild1,
19637 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19638 OPC_CheckChild0Integer, 0|128,127,
19639 OPC_CheckChild0TypeI32,
19640 OPC_MoveParent,
19641 OPC_MoveSibling1,
19642 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19643 OPC_CheckChild0Integer, 127|128,0,
19644 OPC_CheckChild0TypeI32,
19645 OPC_MoveParent,
19646 OPC_MoveSibling1,
19647 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19648 OPC_CheckChild0Integer, 127|128,1,
19649 OPC_CheckChild0TypeI32,
19650 OPC_MoveParent,
19651 OPC_CheckType, MVT::v8i16,
19652 OPC_MoveParent,
19653 OPC_CheckType, MVT::v16i8,
19654 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19655 MVT::v16i8, 2, 16,
19656 39,
19657 OPC_MoveChild0,
19658 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19659 OPC_CheckChild0Integer, 0|128,127,
19660 OPC_CheckChild0TypeI32,
19661 OPC_MoveParent,
19662 OPC_RecordChild1,
19663 OPC_MoveSibling1,
19664 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19665 OPC_CheckChild0Integer, 127|128,0,
19666 OPC_CheckChild0TypeI32,
19667 OPC_MoveParent,
19668 OPC_MoveSibling1,
19669 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19670 OPC_CheckChild0Integer, 127|128,1,
19671 OPC_CheckChild0TypeI32,
19672 OPC_MoveParent,
19673 OPC_CheckType, MVT::v8i16,
19674 OPC_MoveParent,
19675 OPC_CheckType, MVT::v16i8,
19676 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19677 MVT::v16i8, 2, 16,
19678 0,
19679 74, TARGET_VAL(ISD::SPLAT_VECTOR),
19680 OPC_CheckChild0Integer, 127|128,0,
19681 OPC_CheckChild0TypeI32,
19682 OPC_MoveSibling1,
19683 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
19684 OPC_Scope, 31,
19685 OPC_RecordChild0,
19686 OPC_MoveChild1,
19687 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19688 OPC_CheckChild0Integer, 0|128,127,
19689 OPC_CheckChild0TypeI32,
19690 OPC_MoveParent,
19691 OPC_MoveParent,
19692 OPC_MoveSibling1,
19693 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19694 OPC_CheckChild0Integer, 127|128,1,
19695 OPC_CheckChild0TypeI32,
19696 OPC_MoveParent,
19697 OPC_CheckType, MVT::v8i16,
19698 OPC_MoveParent,
19699 OPC_CheckType, MVT::v16i8,
19700 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19701 MVT::v16i8, 2, 16,
19702 31,
19703 OPC_MoveChild0,
19704 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19705 OPC_CheckChild0Integer, 0|128,127,
19706 OPC_CheckChild0TypeI32,
19707 OPC_MoveParent,
19708 OPC_RecordChild1,
19709 OPC_MoveParent,
19710 OPC_MoveSibling1,
19711 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19712 OPC_CheckChild0Integer, 127|128,1,
19713 OPC_CheckChild0TypeI32,
19714 OPC_MoveParent,
19715 OPC_CheckType, MVT::v8i16,
19716 OPC_MoveParent,
19717 OPC_CheckType, MVT::v16i8,
19718 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19719 MVT::v16i8, 2, 16,
19720 0,
19721 0,
19722 13|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
19723 OPC_CheckChild0Integer, 127|128,1,
19724 OPC_CheckChild0TypeI32,
19725 OPC_MoveSibling1,
19726 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
19727 OPC_MoveChild0,
19728 OPC_SwitchOpcode , 66, TARGET_VAL(ISD::SMAX),
19729 OPC_Scope, 31,
19730 OPC_RecordChild0,
19731 OPC_MoveChild1,
19732 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19733 OPC_CheckChild0Integer, 0|128,127,
19734 OPC_CheckChild0TypeI32,
19735 OPC_MoveParent,
19736 OPC_MoveSibling1,
19737 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19738 OPC_CheckChild0Integer, 127|128,0,
19739 OPC_CheckChild0TypeI32,
19740 OPC_MoveParent,
19741 OPC_MoveParent,
19742 OPC_CheckType, MVT::v8i16,
19743 OPC_MoveParent,
19744 OPC_CheckType, MVT::v16i8,
19745 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19746 MVT::v16i8, 2, 16,
19747 31,
19748 OPC_MoveChild0,
19749 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19750 OPC_CheckChild0Integer, 0|128,127,
19751 OPC_CheckChild0TypeI32,
19752 OPC_MoveParent,
19753 OPC_RecordChild1,
19754 OPC_MoveSibling1,
19755 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19756 OPC_CheckChild0Integer, 127|128,0,
19757 OPC_CheckChild0TypeI32,
19758 OPC_MoveParent,
19759 OPC_MoveParent,
19760 OPC_CheckType, MVT::v8i16,
19761 OPC_MoveParent,
19762 OPC_CheckType, MVT::v16i8,
19763 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19764 MVT::v16i8, 2, 16,
19765 0,
19766 58, TARGET_VAL(ISD::SPLAT_VECTOR),
19767 OPC_CheckChild0Integer, 127|128,0,
19768 OPC_CheckChild0TypeI32,
19769 OPC_MoveSibling1,
19770 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
19771 OPC_Scope, 23,
19772 OPC_RecordChild0,
19773 OPC_MoveChild1,
19774 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19775 OPC_CheckChild0Integer, 0|128,127,
19776 OPC_CheckChild0TypeI32,
19777 OPC_MoveParent,
19778 OPC_MoveParent,
19779 OPC_MoveParent,
19780 OPC_CheckType, MVT::v8i16,
19781 OPC_MoveParent,
19782 OPC_CheckType, MVT::v16i8,
19783 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19784 MVT::v16i8, 2, 16,
19785 23,
19786 OPC_MoveChild0,
19787 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19788 OPC_CheckChild0Integer, 0|128,127,
19789 OPC_CheckChild0TypeI32,
19790 OPC_MoveParent,
19791 OPC_RecordChild1,
19792 OPC_MoveParent,
19793 OPC_MoveParent,
19794 OPC_CheckType, MVT::v8i16,
19795 OPC_MoveParent,
19796 OPC_CheckType, MVT::v16i8,
19797 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19798 MVT::v16i8, 2, 16,
19799 0,
19800 0,
19801 0,
19802 0,
19803 0,
19804 107|128,10, TARGET_VAL(ISD::SMAX),
19805 OPC_MoveChild0,
19806 OPC_SwitchOpcode , 52|128,5, TARGET_VAL(ISD::SMIN),
19807 OPC_Scope, 87|128,2,
19808 OPC_RecordChild0,
19809 OPC_MoveChild1,
19810 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19811 OPC_CheckChild0Integer, 127|128,0,
19812 OPC_CheckChild0TypeI32,
19813 OPC_MoveParent,
19814 OPC_MoveSibling1,
19815 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19816 OPC_CheckChild0Integer, 0|128,127,
19817 OPC_CheckChild0TypeI32,
19818 OPC_MoveParent,
19819 OPC_MoveParent,
19820 OPC_CheckType, MVT::v8i16,
19821 OPC_MoveSibling1,
19822 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
19823 OPC_MoveChild0,
19824 OPC_SwitchOpcode , 37|128,1, TARGET_VAL(ISD::SMAX),
19825 OPC_MoveChild0,
19826 OPC_SwitchOpcode , 82, TARGET_VAL(ISD::SMIN),
19827 OPC_Scope, 39,
19828 OPC_RecordChild0,
19829 OPC_MoveChild1,
19830 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19831 OPC_CheckChild0Integer, 127|128,0,
19832 OPC_CheckChild0TypeI32,
19833 OPC_MoveParent,
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_MoveSibling1,
19840 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19841 OPC_CheckChild0Integer, 127|128,1,
19842 OPC_CheckChild0TypeI32,
19843 OPC_MoveParent,
19844 OPC_CheckType, MVT::v8i16,
19845 OPC_MoveParent,
19846 OPC_CheckType, MVT::v16i8,
19847 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19848 MVT::v16i8, 2, 16,
19849 39,
19850 OPC_MoveChild0,
19851 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19852 OPC_CheckChild0Integer, 127|128,0,
19853 OPC_CheckChild0TypeI32,
19854 OPC_MoveParent,
19855 OPC_RecordChild1,
19856 OPC_MoveSibling1,
19857 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19858 OPC_CheckChild0Integer, 0|128,127,
19859 OPC_CheckChild0TypeI32,
19860 OPC_MoveParent,
19861 OPC_MoveSibling1,
19862 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19863 OPC_CheckChild0Integer, 127|128,1,
19864 OPC_CheckChild0TypeI32,
19865 OPC_MoveParent,
19866 OPC_CheckType, MVT::v8i16,
19867 OPC_MoveParent,
19868 OPC_CheckType, MVT::v16i8,
19869 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19870 MVT::v16i8, 2, 16,
19871 0,
19872 74, TARGET_VAL(ISD::SPLAT_VECTOR),
19873 OPC_CheckChild0Integer, 0|128,127,
19874 OPC_CheckChild0TypeI32,
19875 OPC_MoveSibling1,
19876 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
19877 OPC_Scope, 31,
19878 OPC_RecordChild0,
19879 OPC_MoveChild1,
19880 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19881 OPC_CheckChild0Integer, 127|128,0,
19882 OPC_CheckChild0TypeI32,
19883 OPC_MoveParent,
19884 OPC_MoveParent,
19885 OPC_MoveSibling1,
19886 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19887 OPC_CheckChild0Integer, 127|128,1,
19888 OPC_CheckChild0TypeI32,
19889 OPC_MoveParent,
19890 OPC_CheckType, MVT::v8i16,
19891 OPC_MoveParent,
19892 OPC_CheckType, MVT::v16i8,
19893 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19894 MVT::v16i8, 2, 16,
19895 31,
19896 OPC_MoveChild0,
19897 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19898 OPC_CheckChild0Integer, 127|128,0,
19899 OPC_CheckChild0TypeI32,
19900 OPC_MoveParent,
19901 OPC_RecordChild1,
19902 OPC_MoveParent,
19903 OPC_MoveSibling1,
19904 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19905 OPC_CheckChild0Integer, 127|128,1,
19906 OPC_CheckChild0TypeI32,
19907 OPC_MoveParent,
19908 OPC_CheckType, MVT::v8i16,
19909 OPC_MoveParent,
19910 OPC_CheckType, MVT::v16i8,
19911 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19912 MVT::v16i8, 2, 16,
19913 0,
19914 0,
19915 13|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
19916 OPC_CheckChild0Integer, 127|128,1,
19917 OPC_CheckChild0TypeI32,
19918 OPC_MoveSibling1,
19919 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
19920 OPC_MoveChild0,
19921 OPC_SwitchOpcode , 66, TARGET_VAL(ISD::SMIN),
19922 OPC_Scope, 31,
19923 OPC_RecordChild0,
19924 OPC_MoveChild1,
19925 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19926 OPC_CheckChild0Integer, 127|128,0,
19927 OPC_CheckChild0TypeI32,
19928 OPC_MoveParent,
19929 OPC_MoveSibling1,
19930 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19931 OPC_CheckChild0Integer, 0|128,127,
19932 OPC_CheckChild0TypeI32,
19933 OPC_MoveParent,
19934 OPC_MoveParent,
19935 OPC_CheckType, MVT::v8i16,
19936 OPC_MoveParent,
19937 OPC_CheckType, MVT::v16i8,
19938 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19939 MVT::v16i8, 2, 16,
19940 31,
19941 OPC_MoveChild0,
19942 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19943 OPC_CheckChild0Integer, 127|128,0,
19944 OPC_CheckChild0TypeI32,
19945 OPC_MoveParent,
19946 OPC_RecordChild1,
19947 OPC_MoveSibling1,
19948 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19949 OPC_CheckChild0Integer, 0|128,127,
19950 OPC_CheckChild0TypeI32,
19951 OPC_MoveParent,
19952 OPC_MoveParent,
19953 OPC_CheckType, MVT::v8i16,
19954 OPC_MoveParent,
19955 OPC_CheckType, MVT::v16i8,
19956 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19957 MVT::v16i8, 2, 16,
19958 0,
19959 58, TARGET_VAL(ISD::SPLAT_VECTOR),
19960 OPC_CheckChild0Integer, 0|128,127,
19961 OPC_CheckChild0TypeI32,
19962 OPC_MoveSibling1,
19963 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
19964 OPC_Scope, 23,
19965 OPC_RecordChild0,
19966 OPC_MoveChild1,
19967 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19968 OPC_CheckChild0Integer, 127|128,0,
19969 OPC_CheckChild0TypeI32,
19970 OPC_MoveParent,
19971 OPC_MoveParent,
19972 OPC_MoveParent,
19973 OPC_CheckType, MVT::v8i16,
19974 OPC_MoveParent,
19975 OPC_CheckType, MVT::v16i8,
19976 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19977 MVT::v16i8, 2, 16,
19978 23,
19979 OPC_MoveChild0,
19980 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19981 OPC_CheckChild0Integer, 127|128,0,
19982 OPC_CheckChild0TypeI32,
19983 OPC_MoveParent,
19984 OPC_RecordChild1,
19985 OPC_MoveParent,
19986 OPC_MoveParent,
19987 OPC_CheckType, MVT::v8i16,
19988 OPC_MoveParent,
19989 OPC_CheckType, MVT::v16i8,
19990 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19991 MVT::v16i8, 2, 16,
19992 0,
19993 0,
19994 0,
19995 87|128,2,
19996 OPC_MoveChild0,
19997 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19998 OPC_CheckChild0Integer, 127|128,0,
19999 OPC_CheckChild0TypeI32,
20000 OPC_MoveParent,
20001 OPC_RecordChild1,
20002 OPC_MoveSibling1,
20003 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20004 OPC_CheckChild0Integer, 0|128,127,
20005 OPC_CheckChild0TypeI32,
20006 OPC_MoveParent,
20007 OPC_MoveParent,
20008 OPC_CheckType, MVT::v8i16,
20009 OPC_MoveSibling1,
20010 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
20011 OPC_MoveChild0,
20012 OPC_SwitchOpcode , 37|128,1, TARGET_VAL(ISD::SMAX),
20013 OPC_MoveChild0,
20014 OPC_SwitchOpcode , 82, TARGET_VAL(ISD::SMIN),
20015 OPC_Scope, 39,
20016 OPC_RecordChild0,
20017 OPC_MoveChild1,
20018 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20019 OPC_CheckChild0Integer, 127|128,0,
20020 OPC_CheckChild0TypeI32,
20021 OPC_MoveParent,
20022 OPC_MoveSibling1,
20023 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20024 OPC_CheckChild0Integer, 0|128,127,
20025 OPC_CheckChild0TypeI32,
20026 OPC_MoveParent,
20027 OPC_MoveSibling1,
20028 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20029 OPC_CheckChild0Integer, 127|128,1,
20030 OPC_CheckChild0TypeI32,
20031 OPC_MoveParent,
20032 OPC_CheckType, MVT::v8i16,
20033 OPC_MoveParent,
20034 OPC_CheckType, MVT::v16i8,
20035 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
20036 MVT::v16i8, 2, 16,
20037 39,
20038 OPC_MoveChild0,
20039 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20040 OPC_CheckChild0Integer, 127|128,0,
20041 OPC_CheckChild0TypeI32,
20042 OPC_MoveParent,
20043 OPC_RecordChild1,
20044 OPC_MoveSibling1,
20045 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20046 OPC_CheckChild0Integer, 0|128,127,
20047 OPC_CheckChild0TypeI32,
20048 OPC_MoveParent,
20049 OPC_MoveSibling1,
20050 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20051 OPC_CheckChild0Integer, 127|128,1,
20052 OPC_CheckChild0TypeI32,
20053 OPC_MoveParent,
20054 OPC_CheckType, MVT::v8i16,
20055 OPC_MoveParent,
20056 OPC_CheckType, MVT::v16i8,
20057 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
20058 MVT::v16i8, 2, 16,
20059 0,
20060 74, TARGET_VAL(ISD::SPLAT_VECTOR),
20061 OPC_CheckChild0Integer, 0|128,127,
20062 OPC_CheckChild0TypeI32,
20063 OPC_MoveSibling1,
20064 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
20065 OPC_Scope, 31,
20066 OPC_RecordChild0,
20067 OPC_MoveChild1,
20068 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20069 OPC_CheckChild0Integer, 127|128,0,
20070 OPC_CheckChild0TypeI32,
20071 OPC_MoveParent,
20072 OPC_MoveParent,
20073 OPC_MoveSibling1,
20074 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20075 OPC_CheckChild0Integer, 127|128,1,
20076 OPC_CheckChild0TypeI32,
20077 OPC_MoveParent,
20078 OPC_CheckType, MVT::v8i16,
20079 OPC_MoveParent,
20080 OPC_CheckType, MVT::v16i8,
20081 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
20082 MVT::v16i8, 2, 16,
20083 31,
20084 OPC_MoveChild0,
20085 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20086 OPC_CheckChild0Integer, 127|128,0,
20087 OPC_CheckChild0TypeI32,
20088 OPC_MoveParent,
20089 OPC_RecordChild1,
20090 OPC_MoveParent,
20091 OPC_MoveSibling1,
20092 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20093 OPC_CheckChild0Integer, 127|128,1,
20094 OPC_CheckChild0TypeI32,
20095 OPC_MoveParent,
20096 OPC_CheckType, MVT::v8i16,
20097 OPC_MoveParent,
20098 OPC_CheckType, MVT::v16i8,
20099 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
20100 MVT::v16i8, 2, 16,
20101 0,
20102 0,
20103 13|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
20104 OPC_CheckChild0Integer, 127|128,1,
20105 OPC_CheckChild0TypeI32,
20106 OPC_MoveSibling1,
20107 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
20108 OPC_MoveChild0,
20109 OPC_SwitchOpcode , 66, TARGET_VAL(ISD::SMIN),
20110 OPC_Scope, 31,
20111 OPC_RecordChild0,
20112 OPC_MoveChild1,
20113 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20114 OPC_CheckChild0Integer, 127|128,0,
20115 OPC_CheckChild0TypeI32,
20116 OPC_MoveParent,
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_MoveParent,
20123 OPC_CheckType, MVT::v8i16,
20124 OPC_MoveParent,
20125 OPC_CheckType, MVT::v16i8,
20126 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
20127 MVT::v16i8, 2, 16,
20128 31,
20129 OPC_MoveChild0,
20130 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20131 OPC_CheckChild0Integer, 127|128,0,
20132 OPC_CheckChild0TypeI32,
20133 OPC_MoveParent,
20134 OPC_RecordChild1,
20135 OPC_MoveSibling1,
20136 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20137 OPC_CheckChild0Integer, 0|128,127,
20138 OPC_CheckChild0TypeI32,
20139 OPC_MoveParent,
20140 OPC_MoveParent,
20141 OPC_CheckType, MVT::v8i16,
20142 OPC_MoveParent,
20143 OPC_CheckType, MVT::v16i8,
20144 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
20145 MVT::v16i8, 2, 16,
20146 0,
20147 58, TARGET_VAL(ISD::SPLAT_VECTOR),
20148 OPC_CheckChild0Integer, 0|128,127,
20149 OPC_CheckChild0TypeI32,
20150 OPC_MoveSibling1,
20151 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
20152 OPC_Scope, 23,
20153 OPC_RecordChild0,
20154 OPC_MoveChild1,
20155 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20156 OPC_CheckChild0Integer, 127|128,0,
20157 OPC_CheckChild0TypeI32,
20158 OPC_MoveParent,
20159 OPC_MoveParent,
20160 OPC_MoveParent,
20161 OPC_CheckType, MVT::v8i16,
20162 OPC_MoveParent,
20163 OPC_CheckType, MVT::v16i8,
20164 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
20165 MVT::v16i8, 2, 16,
20166 23,
20167 OPC_MoveChild0,
20168 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20169 OPC_CheckChild0Integer, 127|128,0,
20170 OPC_CheckChild0TypeI32,
20171 OPC_MoveParent,
20172 OPC_RecordChild1,
20173 OPC_MoveParent,
20174 OPC_MoveParent,
20175 OPC_CheckType, MVT::v8i16,
20176 OPC_MoveParent,
20177 OPC_CheckType, MVT::v16i8,
20178 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
20179 MVT::v16i8, 2, 16,
20180 0,
20181 0,
20182 0,
20183 0,
20184 44|128,5, TARGET_VAL(ISD::SPLAT_VECTOR),
20185 OPC_CheckChild0Integer, 0|128,127,
20186 OPC_CheckChild0TypeI32,
20187 OPC_MoveSibling1,
20188 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
20189 OPC_Scope, 79|128,2,
20190 OPC_RecordChild0,
20191 OPC_MoveChild1,
20192 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20193 OPC_CheckChild0Integer, 127|128,0,
20194 OPC_CheckChild0TypeI32,
20195 OPC_MoveParent,
20196 OPC_MoveParent,
20197 OPC_MoveParent,
20198 OPC_CheckType, MVT::v8i16,
20199 OPC_MoveSibling1,
20200 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
20201 OPC_MoveChild0,
20202 OPC_SwitchOpcode , 37|128,1, TARGET_VAL(ISD::SMAX),
20203 OPC_MoveChild0,
20204 OPC_SwitchOpcode , 82, TARGET_VAL(ISD::SMIN),
20205 OPC_Scope, 39,
20206 OPC_RecordChild0,
20207 OPC_MoveChild1,
20208 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20209 OPC_CheckChild0Integer, 127|128,0,
20210 OPC_CheckChild0TypeI32,
20211 OPC_MoveParent,
20212 OPC_MoveSibling1,
20213 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20214 OPC_CheckChild0Integer, 0|128,127,
20215 OPC_CheckChild0TypeI32,
20216 OPC_MoveParent,
20217 OPC_MoveSibling1,
20218 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20219 OPC_CheckChild0Integer, 127|128,1,
20220 OPC_CheckChild0TypeI32,
20221 OPC_MoveParent,
20222 OPC_CheckType, MVT::v8i16,
20223 OPC_MoveParent,
20224 OPC_CheckType, MVT::v16i8,
20225 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
20226 MVT::v16i8, 2, 16,
20227 39,
20228 OPC_MoveChild0,
20229 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20230 OPC_CheckChild0Integer, 127|128,0,
20231 OPC_CheckChild0TypeI32,
20232 OPC_MoveParent,
20233 OPC_RecordChild1,
20234 OPC_MoveSibling1,
20235 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20236 OPC_CheckChild0Integer, 0|128,127,
20237 OPC_CheckChild0TypeI32,
20238 OPC_MoveParent,
20239 OPC_MoveSibling1,
20240 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20241 OPC_CheckChild0Integer, 127|128,1,
20242 OPC_CheckChild0TypeI32,
20243 OPC_MoveParent,
20244 OPC_CheckType, MVT::v8i16,
20245 OPC_MoveParent,
20246 OPC_CheckType, MVT::v16i8,
20247 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
20248 MVT::v16i8, 2, 16,
20249 0,
20250 74, TARGET_VAL(ISD::SPLAT_VECTOR),
20251 OPC_CheckChild0Integer, 0|128,127,
20252 OPC_CheckChild0TypeI32,
20253 OPC_MoveSibling1,
20254 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
20255 OPC_Scope, 31,
20256 OPC_RecordChild0,
20257 OPC_MoveChild1,
20258 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20259 OPC_CheckChild0Integer, 127|128,0,
20260 OPC_CheckChild0TypeI32,
20261 OPC_MoveParent,
20262 OPC_MoveParent,
20263 OPC_MoveSibling1,
20264 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20265 OPC_CheckChild0Integer, 127|128,1,
20266 OPC_CheckChild0TypeI32,
20267 OPC_MoveParent,
20268 OPC_CheckType, MVT::v8i16,
20269 OPC_MoveParent,
20270 OPC_CheckType, MVT::v16i8,
20271 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
20272 MVT::v16i8, 2, 16,
20273 31,
20274 OPC_MoveChild0,
20275 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20276 OPC_CheckChild0Integer, 127|128,0,
20277 OPC_CheckChild0TypeI32,
20278 OPC_MoveParent,
20279 OPC_RecordChild1,
20280 OPC_MoveParent,
20281 OPC_MoveSibling1,
20282 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20283 OPC_CheckChild0Integer, 127|128,1,
20284 OPC_CheckChild0TypeI32,
20285 OPC_MoveParent,
20286 OPC_CheckType, MVT::v8i16,
20287 OPC_MoveParent,
20288 OPC_CheckType, MVT::v16i8,
20289 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
20290 MVT::v16i8, 2, 16,
20291 0,
20292 0,
20293 13|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
20294 OPC_CheckChild0Integer, 127|128,1,
20295 OPC_CheckChild0TypeI32,
20296 OPC_MoveSibling1,
20297 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
20298 OPC_MoveChild0,
20299 OPC_SwitchOpcode , 66, TARGET_VAL(ISD::SMIN),
20300 OPC_Scope, 31,
20301 OPC_RecordChild0,
20302 OPC_MoveChild1,
20303 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20304 OPC_CheckChild0Integer, 127|128,0,
20305 OPC_CheckChild0TypeI32,
20306 OPC_MoveParent,
20307 OPC_MoveSibling1,
20308 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20309 OPC_CheckChild0Integer, 0|128,127,
20310 OPC_CheckChild0TypeI32,
20311 OPC_MoveParent,
20312 OPC_MoveParent,
20313 OPC_CheckType, MVT::v8i16,
20314 OPC_MoveParent,
20315 OPC_CheckType, MVT::v16i8,
20316 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
20317 MVT::v16i8, 2, 16,
20318 31,
20319 OPC_MoveChild0,
20320 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20321 OPC_CheckChild0Integer, 127|128,0,
20322 OPC_CheckChild0TypeI32,
20323 OPC_MoveParent,
20324 OPC_RecordChild1,
20325 OPC_MoveSibling1,
20326 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20327 OPC_CheckChild0Integer, 0|128,127,
20328 OPC_CheckChild0TypeI32,
20329 OPC_MoveParent,
20330 OPC_MoveParent,
20331 OPC_CheckType, MVT::v8i16,
20332 OPC_MoveParent,
20333 OPC_CheckType, MVT::v16i8,
20334 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
20335 MVT::v16i8, 2, 16,
20336 0,
20337 58, TARGET_VAL(ISD::SPLAT_VECTOR),
20338 OPC_CheckChild0Integer, 0|128,127,
20339 OPC_CheckChild0TypeI32,
20340 OPC_MoveSibling1,
20341 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
20342 OPC_Scope, 23,
20343 OPC_RecordChild0,
20344 OPC_MoveChild1,
20345 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20346 OPC_CheckChild0Integer, 127|128,0,
20347 OPC_CheckChild0TypeI32,
20348 OPC_MoveParent,
20349 OPC_MoveParent,
20350 OPC_MoveParent,
20351 OPC_CheckType, MVT::v8i16,
20352 OPC_MoveParent,
20353 OPC_CheckType, MVT::v16i8,
20354 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
20355 MVT::v16i8, 2, 16,
20356 23,
20357 OPC_MoveChild0,
20358 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20359 OPC_CheckChild0Integer, 127|128,0,
20360 OPC_CheckChild0TypeI32,
20361 OPC_MoveParent,
20362 OPC_RecordChild1,
20363 OPC_MoveParent,
20364 OPC_MoveParent,
20365 OPC_CheckType, MVT::v8i16,
20366 OPC_MoveParent,
20367 OPC_CheckType, MVT::v16i8,
20368 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
20369 MVT::v16i8, 2, 16,
20370 0,
20371 0,
20372 0,
20373 79|128,2,
20374 OPC_MoveChild0,
20375 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20376 OPC_CheckChild0Integer, 127|128,0,
20377 OPC_CheckChild0TypeI32,
20378 OPC_MoveParent,
20379 OPC_RecordChild1,
20380 OPC_MoveParent,
20381 OPC_MoveParent,
20382 OPC_CheckType, MVT::v8i16,
20383 OPC_MoveSibling1,
20384 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
20385 OPC_MoveChild0,
20386 OPC_SwitchOpcode , 37|128,1, TARGET_VAL(ISD::SMAX),
20387 OPC_MoveChild0,
20388 OPC_SwitchOpcode , 82, TARGET_VAL(ISD::SMIN),
20389 OPC_Scope, 39,
20390 OPC_RecordChild0,
20391 OPC_MoveChild1,
20392 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20393 OPC_CheckChild0Integer, 127|128,0,
20394 OPC_CheckChild0TypeI32,
20395 OPC_MoveParent,
20396 OPC_MoveSibling1,
20397 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20398 OPC_CheckChild0Integer, 0|128,127,
20399 OPC_CheckChild0TypeI32,
20400 OPC_MoveParent,
20401 OPC_MoveSibling1,
20402 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20403 OPC_CheckChild0Integer, 127|128,1,
20404 OPC_CheckChild0TypeI32,
20405 OPC_MoveParent,
20406 OPC_CheckType, MVT::v8i16,
20407 OPC_MoveParent,
20408 OPC_CheckType, MVT::v16i8,
20409 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
20410 MVT::v16i8, 2, 16,
20411 39,
20412 OPC_MoveChild0,
20413 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20414 OPC_CheckChild0Integer, 127|128,0,
20415 OPC_CheckChild0TypeI32,
20416 OPC_MoveParent,
20417 OPC_RecordChild1,
20418 OPC_MoveSibling1,
20419 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20420 OPC_CheckChild0Integer, 0|128,127,
20421 OPC_CheckChild0TypeI32,
20422 OPC_MoveParent,
20423 OPC_MoveSibling1,
20424 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20425 OPC_CheckChild0Integer, 127|128,1,
20426 OPC_CheckChild0TypeI32,
20427 OPC_MoveParent,
20428 OPC_CheckType, MVT::v8i16,
20429 OPC_MoveParent,
20430 OPC_CheckType, MVT::v16i8,
20431 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
20432 MVT::v16i8, 2, 16,
20433 0,
20434 74, TARGET_VAL(ISD::SPLAT_VECTOR),
20435 OPC_CheckChild0Integer, 0|128,127,
20436 OPC_CheckChild0TypeI32,
20437 OPC_MoveSibling1,
20438 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
20439 OPC_Scope, 31,
20440 OPC_RecordChild0,
20441 OPC_MoveChild1,
20442 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20443 OPC_CheckChild0Integer, 127|128,0,
20444 OPC_CheckChild0TypeI32,
20445 OPC_MoveParent,
20446 OPC_MoveParent,
20447 OPC_MoveSibling1,
20448 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20449 OPC_CheckChild0Integer, 127|128,1,
20450 OPC_CheckChild0TypeI32,
20451 OPC_MoveParent,
20452 OPC_CheckType, MVT::v8i16,
20453 OPC_MoveParent,
20454 OPC_CheckType, MVT::v16i8,
20455 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
20456 MVT::v16i8, 2, 16,
20457 31,
20458 OPC_MoveChild0,
20459 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20460 OPC_CheckChild0Integer, 127|128,0,
20461 OPC_CheckChild0TypeI32,
20462 OPC_MoveParent,
20463 OPC_RecordChild1,
20464 OPC_MoveParent,
20465 OPC_MoveSibling1,
20466 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20467 OPC_CheckChild0Integer, 127|128,1,
20468 OPC_CheckChild0TypeI32,
20469 OPC_MoveParent,
20470 OPC_CheckType, MVT::v8i16,
20471 OPC_MoveParent,
20472 OPC_CheckType, MVT::v16i8,
20473 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
20474 MVT::v16i8, 2, 16,
20475 0,
20476 0,
20477 13|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
20478 OPC_CheckChild0Integer, 127|128,1,
20479 OPC_CheckChild0TypeI32,
20480 OPC_MoveSibling1,
20481 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
20482 OPC_MoveChild0,
20483 OPC_SwitchOpcode , 66, TARGET_VAL(ISD::SMIN),
20484 OPC_Scope, 31,
20485 OPC_RecordChild0,
20486 OPC_MoveChild1,
20487 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20488 OPC_CheckChild0Integer, 127|128,0,
20489 OPC_CheckChild0TypeI32,
20490 OPC_MoveParent,
20491 OPC_MoveSibling1,
20492 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20493 OPC_CheckChild0Integer, 0|128,127,
20494 OPC_CheckChild0TypeI32,
20495 OPC_MoveParent,
20496 OPC_MoveParent,
20497 OPC_CheckType, MVT::v8i16,
20498 OPC_MoveParent,
20499 OPC_CheckType, MVT::v16i8,
20500 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
20501 MVT::v16i8, 2, 16,
20502 31,
20503 OPC_MoveChild0,
20504 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20505 OPC_CheckChild0Integer, 127|128,0,
20506 OPC_CheckChild0TypeI32,
20507 OPC_MoveParent,
20508 OPC_RecordChild1,
20509 OPC_MoveSibling1,
20510 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20511 OPC_CheckChild0Integer, 0|128,127,
20512 OPC_CheckChild0TypeI32,
20513 OPC_MoveParent,
20514 OPC_MoveParent,
20515 OPC_CheckType, MVT::v8i16,
20516 OPC_MoveParent,
20517 OPC_CheckType, MVT::v16i8,
20518 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
20519 MVT::v16i8, 2, 16,
20520 0,
20521 58, TARGET_VAL(ISD::SPLAT_VECTOR),
20522 OPC_CheckChild0Integer, 0|128,127,
20523 OPC_CheckChild0TypeI32,
20524 OPC_MoveSibling1,
20525 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
20526 OPC_Scope, 23,
20527 OPC_RecordChild0,
20528 OPC_MoveChild1,
20529 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20530 OPC_CheckChild0Integer, 127|128,0,
20531 OPC_CheckChild0TypeI32,
20532 OPC_MoveParent,
20533 OPC_MoveParent,
20534 OPC_MoveParent,
20535 OPC_CheckType, MVT::v8i16,
20536 OPC_MoveParent,
20537 OPC_CheckType, MVT::v16i8,
20538 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
20539 MVT::v16i8, 2, 16,
20540 23,
20541 OPC_MoveChild0,
20542 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20543 OPC_CheckChild0Integer, 127|128,0,
20544 OPC_CheckChild0TypeI32,
20545 OPC_MoveParent,
20546 OPC_RecordChild1,
20547 OPC_MoveParent,
20548 OPC_MoveParent,
20549 OPC_CheckType, MVT::v8i16,
20550 OPC_MoveParent,
20551 OPC_CheckType, MVT::v16i8,
20552 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
20553 MVT::v16i8, 2, 16,
20554 0,
20555 0,
20556 0,
20557 0,
20558 0,
20559 0,
20560 12|128,23,
20561 OPC_CheckChild0Integer, 127|128,127|128,3,
20562 OPC_CheckChild0TypeI32,
20563 OPC_MoveSibling1,
20564 OPC_SwitchOpcode , 62|128,11, TARGET_VAL(ISD::SMIN),
20565 OPC_MoveChild0,
20566 OPC_SwitchOpcode , 94|128,5, TARGET_VAL(ISD::SMAX),
20567 OPC_Scope, 108|128,2,
20568 OPC_RecordChild0,
20569 OPC_MoveChild1,
20570 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20571 OPC_CheckChild0Integer, 0|128,0|128,126,
20572 OPC_CheckChild0TypeI32,
20573 OPC_MoveParent,
20574 OPC_MoveSibling1,
20575 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20576 OPC_CheckChild0Integer, 127|128,127|128,1,
20577 OPC_CheckChild0TypeI32,
20578 OPC_MoveParent,
20579 OPC_MoveParent,
20580 OPC_CheckType, MVT::v4i32,
20581 OPC_MoveSibling1,
20582 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
20583 OPC_MoveChild0,
20584 OPC_SwitchOpcode , 48|128,1, TARGET_VAL(ISD::SMIN),
20585 OPC_MoveChild0,
20586 OPC_SwitchOpcode , 88, TARGET_VAL(ISD::SMAX),
20587 OPC_Scope, 42,
20588 OPC_RecordChild0,
20589 OPC_MoveChild1,
20590 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20591 OPC_CheckChild0Integer, 0|128,0|128,126,
20592 OPC_CheckChild0TypeI32,
20593 OPC_MoveParent,
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_MoveSibling1,
20600 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20601 OPC_CheckChild0Integer, 127|128,127|128,3,
20602 OPC_CheckChild0TypeI32,
20603 OPC_MoveParent,
20604 OPC_CheckType, MVT::v4i32,
20605 OPC_MoveParent,
20606 OPC_CheckType, MVT::v8i16,
20607 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
20608 MVT::v8i16, 2, 16,
20609 42,
20610 OPC_MoveChild0,
20611 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20612 OPC_CheckChild0Integer, 0|128,0|128,126,
20613 OPC_CheckChild0TypeI32,
20614 OPC_MoveParent,
20615 OPC_RecordChild1,
20616 OPC_MoveSibling1,
20617 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20618 OPC_CheckChild0Integer, 127|128,127|128,1,
20619 OPC_CheckChild0TypeI32,
20620 OPC_MoveParent,
20621 OPC_MoveSibling1,
20622 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20623 OPC_CheckChild0Integer, 127|128,127|128,3,
20624 OPC_CheckChild0TypeI32,
20625 OPC_MoveParent,
20626 OPC_CheckType, MVT::v4i32,
20627 OPC_MoveParent,
20628 OPC_CheckType, MVT::v8i16,
20629 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
20630 MVT::v8i16, 2, 16,
20631 0,
20632 79, TARGET_VAL(ISD::SPLAT_VECTOR),
20633 OPC_CheckChild0Integer, 127|128,127|128,1,
20634 OPC_CheckChild0TypeI32,
20635 OPC_MoveSibling1,
20636 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
20637 OPC_Scope, 33,
20638 OPC_RecordChild0,
20639 OPC_MoveChild1,
20640 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20641 OPC_CheckChild0Integer, 0|128,0|128,126,
20642 OPC_CheckChild0TypeI32,
20643 OPC_MoveParent,
20644 OPC_MoveParent,
20645 OPC_MoveSibling1,
20646 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20647 OPC_CheckChild0Integer, 127|128,127|128,3,
20648 OPC_CheckChild0TypeI32,
20649 OPC_MoveParent,
20650 OPC_CheckType, MVT::v4i32,
20651 OPC_MoveParent,
20652 OPC_CheckType, MVT::v8i16,
20653 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
20654 MVT::v8i16, 2, 16,
20655 33,
20656 OPC_MoveChild0,
20657 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20658 OPC_CheckChild0Integer, 0|128,0|128,126,
20659 OPC_CheckChild0TypeI32,
20660 OPC_MoveParent,
20661 OPC_RecordChild1,
20662 OPC_MoveParent,
20663 OPC_MoveSibling1,
20664 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20665 OPC_CheckChild0Integer, 127|128,127|128,3,
20666 OPC_CheckChild0TypeI32,
20667 OPC_MoveParent,
20668 OPC_CheckType, MVT::v4i32,
20669 OPC_MoveParent,
20670 OPC_CheckType, MVT::v8i16,
20671 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
20672 MVT::v8i16, 2, 16,
20673 0,
20674 0,
20675 21|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
20676 OPC_CheckChild0Integer, 127|128,127|128,3,
20677 OPC_CheckChild0TypeI32,
20678 OPC_MoveSibling1,
20679 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
20680 OPC_MoveChild0,
20681 OPC_SwitchOpcode , 70, TARGET_VAL(ISD::SMAX),
20682 OPC_Scope, 33,
20683 OPC_RecordChild0,
20684 OPC_MoveChild1,
20685 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20686 OPC_CheckChild0Integer, 0|128,0|128,126,
20687 OPC_CheckChild0TypeI32,
20688 OPC_MoveParent,
20689 OPC_MoveSibling1,
20690 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20691 OPC_CheckChild0Integer, 127|128,127|128,1,
20692 OPC_CheckChild0TypeI32,
20693 OPC_MoveParent,
20694 OPC_MoveParent,
20695 OPC_CheckType, MVT::v4i32,
20696 OPC_MoveParent,
20697 OPC_CheckType, MVT::v8i16,
20698 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
20699 MVT::v8i16, 2, 16,
20700 33,
20701 OPC_MoveChild0,
20702 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20703 OPC_CheckChild0Integer, 0|128,0|128,126,
20704 OPC_CheckChild0TypeI32,
20705 OPC_MoveParent,
20706 OPC_RecordChild1,
20707 OPC_MoveSibling1,
20708 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20709 OPC_CheckChild0Integer, 127|128,127|128,1,
20710 OPC_CheckChild0TypeI32,
20711 OPC_MoveParent,
20712 OPC_MoveParent,
20713 OPC_CheckType, MVT::v4i32,
20714 OPC_MoveParent,
20715 OPC_CheckType, MVT::v8i16,
20716 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
20717 MVT::v8i16, 2, 16,
20718 0,
20719 61, TARGET_VAL(ISD::SPLAT_VECTOR),
20720 OPC_CheckChild0Integer, 127|128,127|128,1,
20721 OPC_CheckChild0TypeI32,
20722 OPC_MoveSibling1,
20723 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
20724 OPC_Scope, 24,
20725 OPC_RecordChild0,
20726 OPC_MoveChild1,
20727 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20728 OPC_CheckChild0Integer, 0|128,0|128,126,
20729 OPC_CheckChild0TypeI32,
20730 OPC_MoveParent,
20731 OPC_MoveParent,
20732 OPC_MoveParent,
20733 OPC_CheckType, MVT::v4i32,
20734 OPC_MoveParent,
20735 OPC_CheckType, MVT::v8i16,
20736 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
20737 MVT::v8i16, 2, 16,
20738 24,
20739 OPC_MoveChild0,
20740 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20741 OPC_CheckChild0Integer, 0|128,0|128,126,
20742 OPC_CheckChild0TypeI32,
20743 OPC_MoveParent,
20744 OPC_RecordChild1,
20745 OPC_MoveParent,
20746 OPC_MoveParent,
20747 OPC_CheckType, MVT::v4i32,
20748 OPC_MoveParent,
20749 OPC_CheckType, MVT::v8i16,
20750 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
20751 MVT::v8i16, 2, 16,
20752 0,
20753 0,
20754 0,
20755 108|128,2,
20756 OPC_MoveChild0,
20757 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20758 OPC_CheckChild0Integer, 0|128,0|128,126,
20759 OPC_CheckChild0TypeI32,
20760 OPC_MoveParent,
20761 OPC_RecordChild1,
20762 OPC_MoveSibling1,
20763 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20764 OPC_CheckChild0Integer, 127|128,127|128,1,
20765 OPC_CheckChild0TypeI32,
20766 OPC_MoveParent,
20767 OPC_MoveParent,
20768 OPC_CheckType, MVT::v4i32,
20769 OPC_MoveSibling1,
20770 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
20771 OPC_MoveChild0,
20772 OPC_SwitchOpcode , 48|128,1, TARGET_VAL(ISD::SMIN),
20773 OPC_MoveChild0,
20774 OPC_SwitchOpcode , 88, TARGET_VAL(ISD::SMAX),
20775 OPC_Scope, 42,
20776 OPC_RecordChild0,
20777 OPC_MoveChild1,
20778 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20779 OPC_CheckChild0Integer, 0|128,0|128,126,
20780 OPC_CheckChild0TypeI32,
20781 OPC_MoveParent,
20782 OPC_MoveSibling1,
20783 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20784 OPC_CheckChild0Integer, 127|128,127|128,1,
20785 OPC_CheckChild0TypeI32,
20786 OPC_MoveParent,
20787 OPC_MoveSibling1,
20788 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20789 OPC_CheckChild0Integer, 127|128,127|128,3,
20790 OPC_CheckChild0TypeI32,
20791 OPC_MoveParent,
20792 OPC_CheckType, MVT::v4i32,
20793 OPC_MoveParent,
20794 OPC_CheckType, MVT::v8i16,
20795 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
20796 MVT::v8i16, 2, 16,
20797 42,
20798 OPC_MoveChild0,
20799 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20800 OPC_CheckChild0Integer, 0|128,0|128,126,
20801 OPC_CheckChild0TypeI32,
20802 OPC_MoveParent,
20803 OPC_RecordChild1,
20804 OPC_MoveSibling1,
20805 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20806 OPC_CheckChild0Integer, 127|128,127|128,1,
20807 OPC_CheckChild0TypeI32,
20808 OPC_MoveParent,
20809 OPC_MoveSibling1,
20810 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20811 OPC_CheckChild0Integer, 127|128,127|128,3,
20812 OPC_CheckChild0TypeI32,
20813 OPC_MoveParent,
20814 OPC_CheckType, MVT::v4i32,
20815 OPC_MoveParent,
20816 OPC_CheckType, MVT::v8i16,
20817 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
20818 MVT::v8i16, 2, 16,
20819 0,
20820 79, TARGET_VAL(ISD::SPLAT_VECTOR),
20821 OPC_CheckChild0Integer, 127|128,127|128,1,
20822 OPC_CheckChild0TypeI32,
20823 OPC_MoveSibling1,
20824 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
20825 OPC_Scope, 33,
20826 OPC_RecordChild0,
20827 OPC_MoveChild1,
20828 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20829 OPC_CheckChild0Integer, 0|128,0|128,126,
20830 OPC_CheckChild0TypeI32,
20831 OPC_MoveParent,
20832 OPC_MoveParent,
20833 OPC_MoveSibling1,
20834 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20835 OPC_CheckChild0Integer, 127|128,127|128,3,
20836 OPC_CheckChild0TypeI32,
20837 OPC_MoveParent,
20838 OPC_CheckType, MVT::v4i32,
20839 OPC_MoveParent,
20840 OPC_CheckType, MVT::v8i16,
20841 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
20842 MVT::v8i16, 2, 16,
20843 33,
20844 OPC_MoveChild0,
20845 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20846 OPC_CheckChild0Integer, 0|128,0|128,126,
20847 OPC_CheckChild0TypeI32,
20848 OPC_MoveParent,
20849 OPC_RecordChild1,
20850 OPC_MoveParent,
20851 OPC_MoveSibling1,
20852 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20853 OPC_CheckChild0Integer, 127|128,127|128,3,
20854 OPC_CheckChild0TypeI32,
20855 OPC_MoveParent,
20856 OPC_CheckType, MVT::v4i32,
20857 OPC_MoveParent,
20858 OPC_CheckType, MVT::v8i16,
20859 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
20860 MVT::v8i16, 2, 16,
20861 0,
20862 0,
20863 21|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
20864 OPC_CheckChild0Integer, 127|128,127|128,3,
20865 OPC_CheckChild0TypeI32,
20866 OPC_MoveSibling1,
20867 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
20868 OPC_MoveChild0,
20869 OPC_SwitchOpcode , 70, TARGET_VAL(ISD::SMAX),
20870 OPC_Scope, 33,
20871 OPC_RecordChild0,
20872 OPC_MoveChild1,
20873 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20874 OPC_CheckChild0Integer, 0|128,0|128,126,
20875 OPC_CheckChild0TypeI32,
20876 OPC_MoveParent,
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_MoveParent,
20883 OPC_CheckType, MVT::v4i32,
20884 OPC_MoveParent,
20885 OPC_CheckType, MVT::v8i16,
20886 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
20887 MVT::v8i16, 2, 16,
20888 33,
20889 OPC_MoveChild0,
20890 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20891 OPC_CheckChild0Integer, 0|128,0|128,126,
20892 OPC_CheckChild0TypeI32,
20893 OPC_MoveParent,
20894 OPC_RecordChild1,
20895 OPC_MoveSibling1,
20896 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20897 OPC_CheckChild0Integer, 127|128,127|128,1,
20898 OPC_CheckChild0TypeI32,
20899 OPC_MoveParent,
20900 OPC_MoveParent,
20901 OPC_CheckType, MVT::v4i32,
20902 OPC_MoveParent,
20903 OPC_CheckType, MVT::v8i16,
20904 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
20905 MVT::v8i16, 2, 16,
20906 0,
20907 61, TARGET_VAL(ISD::SPLAT_VECTOR),
20908 OPC_CheckChild0Integer, 127|128,127|128,1,
20909 OPC_CheckChild0TypeI32,
20910 OPC_MoveSibling1,
20911 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
20912 OPC_Scope, 24,
20913 OPC_RecordChild0,
20914 OPC_MoveChild1,
20915 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20916 OPC_CheckChild0Integer, 0|128,0|128,126,
20917 OPC_CheckChild0TypeI32,
20918 OPC_MoveParent,
20919 OPC_MoveParent,
20920 OPC_MoveParent,
20921 OPC_CheckType, MVT::v4i32,
20922 OPC_MoveParent,
20923 OPC_CheckType, MVT::v8i16,
20924 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
20925 MVT::v8i16, 2, 16,
20926 24,
20927 OPC_MoveChild0,
20928 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20929 OPC_CheckChild0Integer, 0|128,0|128,126,
20930 OPC_CheckChild0TypeI32,
20931 OPC_MoveParent,
20932 OPC_RecordChild1,
20933 OPC_MoveParent,
20934 OPC_MoveParent,
20935 OPC_CheckType, MVT::v4i32,
20936 OPC_MoveParent,
20937 OPC_CheckType, MVT::v8i16,
20938 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
20939 MVT::v8i16, 2, 16,
20940 0,
20941 0,
20942 0,
20943 0,
20944 85|128,5, TARGET_VAL(ISD::SPLAT_VECTOR),
20945 OPC_CheckChild0Integer, 127|128,127|128,1,
20946 OPC_CheckChild0TypeI32,
20947 OPC_MoveSibling1,
20948 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
20949 OPC_Scope, 99|128,2,
20950 OPC_RecordChild0,
20951 OPC_MoveChild1,
20952 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20953 OPC_CheckChild0Integer, 0|128,0|128,126,
20954 OPC_CheckChild0TypeI32,
20955 OPC_MoveParent,
20956 OPC_MoveParent,
20957 OPC_MoveParent,
20958 OPC_CheckType, MVT::v4i32,
20959 OPC_MoveSibling1,
20960 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
20961 OPC_MoveChild0,
20962 OPC_SwitchOpcode , 48|128,1, TARGET_VAL(ISD::SMIN),
20963 OPC_MoveChild0,
20964 OPC_SwitchOpcode , 88, TARGET_VAL(ISD::SMAX),
20965 OPC_Scope, 42,
20966 OPC_RecordChild0,
20967 OPC_MoveChild1,
20968 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20969 OPC_CheckChild0Integer, 0|128,0|128,126,
20970 OPC_CheckChild0TypeI32,
20971 OPC_MoveParent,
20972 OPC_MoveSibling1,
20973 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20974 OPC_CheckChild0Integer, 127|128,127|128,1,
20975 OPC_CheckChild0TypeI32,
20976 OPC_MoveParent,
20977 OPC_MoveSibling1,
20978 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20979 OPC_CheckChild0Integer, 127|128,127|128,3,
20980 OPC_CheckChild0TypeI32,
20981 OPC_MoveParent,
20982 OPC_CheckType, MVT::v4i32,
20983 OPC_MoveParent,
20984 OPC_CheckType, MVT::v8i16,
20985 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
20986 MVT::v8i16, 2, 16,
20987 42,
20988 OPC_MoveChild0,
20989 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20990 OPC_CheckChild0Integer, 0|128,0|128,126,
20991 OPC_CheckChild0TypeI32,
20992 OPC_MoveParent,
20993 OPC_RecordChild1,
20994 OPC_MoveSibling1,
20995 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20996 OPC_CheckChild0Integer, 127|128,127|128,1,
20997 OPC_CheckChild0TypeI32,
20998 OPC_MoveParent,
20999 OPC_MoveSibling1,
21000 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21001 OPC_CheckChild0Integer, 127|128,127|128,3,
21002 OPC_CheckChild0TypeI32,
21003 OPC_MoveParent,
21004 OPC_CheckType, MVT::v4i32,
21005 OPC_MoveParent,
21006 OPC_CheckType, MVT::v8i16,
21007 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21008 MVT::v8i16, 2, 16,
21009 0,
21010 79, TARGET_VAL(ISD::SPLAT_VECTOR),
21011 OPC_CheckChild0Integer, 127|128,127|128,1,
21012 OPC_CheckChild0TypeI32,
21013 OPC_MoveSibling1,
21014 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
21015 OPC_Scope, 33,
21016 OPC_RecordChild0,
21017 OPC_MoveChild1,
21018 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21019 OPC_CheckChild0Integer, 0|128,0|128,126,
21020 OPC_CheckChild0TypeI32,
21021 OPC_MoveParent,
21022 OPC_MoveParent,
21023 OPC_MoveSibling1,
21024 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21025 OPC_CheckChild0Integer, 127|128,127|128,3,
21026 OPC_CheckChild0TypeI32,
21027 OPC_MoveParent,
21028 OPC_CheckType, MVT::v4i32,
21029 OPC_MoveParent,
21030 OPC_CheckType, MVT::v8i16,
21031 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21032 MVT::v8i16, 2, 16,
21033 33,
21034 OPC_MoveChild0,
21035 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21036 OPC_CheckChild0Integer, 0|128,0|128,126,
21037 OPC_CheckChild0TypeI32,
21038 OPC_MoveParent,
21039 OPC_RecordChild1,
21040 OPC_MoveParent,
21041 OPC_MoveSibling1,
21042 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21043 OPC_CheckChild0Integer, 127|128,127|128,3,
21044 OPC_CheckChild0TypeI32,
21045 OPC_MoveParent,
21046 OPC_CheckType, MVT::v4i32,
21047 OPC_MoveParent,
21048 OPC_CheckType, MVT::v8i16,
21049 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21050 MVT::v8i16, 2, 16,
21051 0,
21052 0,
21053 21|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
21054 OPC_CheckChild0Integer, 127|128,127|128,3,
21055 OPC_CheckChild0TypeI32,
21056 OPC_MoveSibling1,
21057 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
21058 OPC_MoveChild0,
21059 OPC_SwitchOpcode , 70, TARGET_VAL(ISD::SMAX),
21060 OPC_Scope, 33,
21061 OPC_RecordChild0,
21062 OPC_MoveChild1,
21063 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21064 OPC_CheckChild0Integer, 0|128,0|128,126,
21065 OPC_CheckChild0TypeI32,
21066 OPC_MoveParent,
21067 OPC_MoveSibling1,
21068 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21069 OPC_CheckChild0Integer, 127|128,127|128,1,
21070 OPC_CheckChild0TypeI32,
21071 OPC_MoveParent,
21072 OPC_MoveParent,
21073 OPC_CheckType, MVT::v4i32,
21074 OPC_MoveParent,
21075 OPC_CheckType, MVT::v8i16,
21076 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21077 MVT::v8i16, 2, 16,
21078 33,
21079 OPC_MoveChild0,
21080 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21081 OPC_CheckChild0Integer, 0|128,0|128,126,
21082 OPC_CheckChild0TypeI32,
21083 OPC_MoveParent,
21084 OPC_RecordChild1,
21085 OPC_MoveSibling1,
21086 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21087 OPC_CheckChild0Integer, 127|128,127|128,1,
21088 OPC_CheckChild0TypeI32,
21089 OPC_MoveParent,
21090 OPC_MoveParent,
21091 OPC_CheckType, MVT::v4i32,
21092 OPC_MoveParent,
21093 OPC_CheckType, MVT::v8i16,
21094 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21095 MVT::v8i16, 2, 16,
21096 0,
21097 61, TARGET_VAL(ISD::SPLAT_VECTOR),
21098 OPC_CheckChild0Integer, 127|128,127|128,1,
21099 OPC_CheckChild0TypeI32,
21100 OPC_MoveSibling1,
21101 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
21102 OPC_Scope, 24,
21103 OPC_RecordChild0,
21104 OPC_MoveChild1,
21105 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21106 OPC_CheckChild0Integer, 0|128,0|128,126,
21107 OPC_CheckChild0TypeI32,
21108 OPC_MoveParent,
21109 OPC_MoveParent,
21110 OPC_MoveParent,
21111 OPC_CheckType, MVT::v4i32,
21112 OPC_MoveParent,
21113 OPC_CheckType, MVT::v8i16,
21114 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21115 MVT::v8i16, 2, 16,
21116 24,
21117 OPC_MoveChild0,
21118 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21119 OPC_CheckChild0Integer, 0|128,0|128,126,
21120 OPC_CheckChild0TypeI32,
21121 OPC_MoveParent,
21122 OPC_RecordChild1,
21123 OPC_MoveParent,
21124 OPC_MoveParent,
21125 OPC_CheckType, MVT::v4i32,
21126 OPC_MoveParent,
21127 OPC_CheckType, MVT::v8i16,
21128 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21129 MVT::v8i16, 2, 16,
21130 0,
21131 0,
21132 0,
21133 99|128,2,
21134 OPC_MoveChild0,
21135 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21136 OPC_CheckChild0Integer, 0|128,0|128,126,
21137 OPC_CheckChild0TypeI32,
21138 OPC_MoveParent,
21139 OPC_RecordChild1,
21140 OPC_MoveParent,
21141 OPC_MoveParent,
21142 OPC_CheckType, MVT::v4i32,
21143 OPC_MoveSibling1,
21144 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
21145 OPC_MoveChild0,
21146 OPC_SwitchOpcode , 48|128,1, TARGET_VAL(ISD::SMIN),
21147 OPC_MoveChild0,
21148 OPC_SwitchOpcode , 88, TARGET_VAL(ISD::SMAX),
21149 OPC_Scope, 42,
21150 OPC_RecordChild0,
21151 OPC_MoveChild1,
21152 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21153 OPC_CheckChild0Integer, 0|128,0|128,126,
21154 OPC_CheckChild0TypeI32,
21155 OPC_MoveParent,
21156 OPC_MoveSibling1,
21157 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21158 OPC_CheckChild0Integer, 127|128,127|128,1,
21159 OPC_CheckChild0TypeI32,
21160 OPC_MoveParent,
21161 OPC_MoveSibling1,
21162 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21163 OPC_CheckChild0Integer, 127|128,127|128,3,
21164 OPC_CheckChild0TypeI32,
21165 OPC_MoveParent,
21166 OPC_CheckType, MVT::v4i32,
21167 OPC_MoveParent,
21168 OPC_CheckType, MVT::v8i16,
21169 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21170 MVT::v8i16, 2, 16,
21171 42,
21172 OPC_MoveChild0,
21173 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21174 OPC_CheckChild0Integer, 0|128,0|128,126,
21175 OPC_CheckChild0TypeI32,
21176 OPC_MoveParent,
21177 OPC_RecordChild1,
21178 OPC_MoveSibling1,
21179 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21180 OPC_CheckChild0Integer, 127|128,127|128,1,
21181 OPC_CheckChild0TypeI32,
21182 OPC_MoveParent,
21183 OPC_MoveSibling1,
21184 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21185 OPC_CheckChild0Integer, 127|128,127|128,3,
21186 OPC_CheckChild0TypeI32,
21187 OPC_MoveParent,
21188 OPC_CheckType, MVT::v4i32,
21189 OPC_MoveParent,
21190 OPC_CheckType, MVT::v8i16,
21191 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21192 MVT::v8i16, 2, 16,
21193 0,
21194 79, TARGET_VAL(ISD::SPLAT_VECTOR),
21195 OPC_CheckChild0Integer, 127|128,127|128,1,
21196 OPC_CheckChild0TypeI32,
21197 OPC_MoveSibling1,
21198 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
21199 OPC_Scope, 33,
21200 OPC_RecordChild0,
21201 OPC_MoveChild1,
21202 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21203 OPC_CheckChild0Integer, 0|128,0|128,126,
21204 OPC_CheckChild0TypeI32,
21205 OPC_MoveParent,
21206 OPC_MoveParent,
21207 OPC_MoveSibling1,
21208 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21209 OPC_CheckChild0Integer, 127|128,127|128,3,
21210 OPC_CheckChild0TypeI32,
21211 OPC_MoveParent,
21212 OPC_CheckType, MVT::v4i32,
21213 OPC_MoveParent,
21214 OPC_CheckType, MVT::v8i16,
21215 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21216 MVT::v8i16, 2, 16,
21217 33,
21218 OPC_MoveChild0,
21219 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21220 OPC_CheckChild0Integer, 0|128,0|128,126,
21221 OPC_CheckChild0TypeI32,
21222 OPC_MoveParent,
21223 OPC_RecordChild1,
21224 OPC_MoveParent,
21225 OPC_MoveSibling1,
21226 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21227 OPC_CheckChild0Integer, 127|128,127|128,3,
21228 OPC_CheckChild0TypeI32,
21229 OPC_MoveParent,
21230 OPC_CheckType, MVT::v4i32,
21231 OPC_MoveParent,
21232 OPC_CheckType, MVT::v8i16,
21233 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21234 MVT::v8i16, 2, 16,
21235 0,
21236 0,
21237 21|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
21238 OPC_CheckChild0Integer, 127|128,127|128,3,
21239 OPC_CheckChild0TypeI32,
21240 OPC_MoveSibling1,
21241 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
21242 OPC_MoveChild0,
21243 OPC_SwitchOpcode , 70, TARGET_VAL(ISD::SMAX),
21244 OPC_Scope, 33,
21245 OPC_RecordChild0,
21246 OPC_MoveChild1,
21247 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21248 OPC_CheckChild0Integer, 0|128,0|128,126,
21249 OPC_CheckChild0TypeI32,
21250 OPC_MoveParent,
21251 OPC_MoveSibling1,
21252 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21253 OPC_CheckChild0Integer, 127|128,127|128,1,
21254 OPC_CheckChild0TypeI32,
21255 OPC_MoveParent,
21256 OPC_MoveParent,
21257 OPC_CheckType, MVT::v4i32,
21258 OPC_MoveParent,
21259 OPC_CheckType, MVT::v8i16,
21260 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21261 MVT::v8i16, 2, 16,
21262 33,
21263 OPC_MoveChild0,
21264 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21265 OPC_CheckChild0Integer, 0|128,0|128,126,
21266 OPC_CheckChild0TypeI32,
21267 OPC_MoveParent,
21268 OPC_RecordChild1,
21269 OPC_MoveSibling1,
21270 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21271 OPC_CheckChild0Integer, 127|128,127|128,1,
21272 OPC_CheckChild0TypeI32,
21273 OPC_MoveParent,
21274 OPC_MoveParent,
21275 OPC_CheckType, MVT::v4i32,
21276 OPC_MoveParent,
21277 OPC_CheckType, MVT::v8i16,
21278 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21279 MVT::v8i16, 2, 16,
21280 0,
21281 61, TARGET_VAL(ISD::SPLAT_VECTOR),
21282 OPC_CheckChild0Integer, 127|128,127|128,1,
21283 OPC_CheckChild0TypeI32,
21284 OPC_MoveSibling1,
21285 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
21286 OPC_Scope, 24,
21287 OPC_RecordChild0,
21288 OPC_MoveChild1,
21289 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21290 OPC_CheckChild0Integer, 0|128,0|128,126,
21291 OPC_CheckChild0TypeI32,
21292 OPC_MoveParent,
21293 OPC_MoveParent,
21294 OPC_MoveParent,
21295 OPC_CheckType, MVT::v4i32,
21296 OPC_MoveParent,
21297 OPC_CheckType, MVT::v8i16,
21298 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21299 MVT::v8i16, 2, 16,
21300 24,
21301 OPC_MoveChild0,
21302 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21303 OPC_CheckChild0Integer, 0|128,0|128,126,
21304 OPC_CheckChild0TypeI32,
21305 OPC_MoveParent,
21306 OPC_RecordChild1,
21307 OPC_MoveParent,
21308 OPC_MoveParent,
21309 OPC_CheckType, MVT::v4i32,
21310 OPC_MoveParent,
21311 OPC_CheckType, MVT::v8i16,
21312 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21313 MVT::v8i16, 2, 16,
21314 0,
21315 0,
21316 0,
21317 0,
21318 0,
21319 62|128,11, TARGET_VAL(ISD::SMAX),
21320 OPC_MoveChild0,
21321 OPC_SwitchOpcode , 94|128,5, TARGET_VAL(ISD::SMIN),
21322 OPC_Scope, 108|128,2,
21323 OPC_RecordChild0,
21324 OPC_MoveChild1,
21325 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21326 OPC_CheckChild0Integer, 127|128,127|128,1,
21327 OPC_CheckChild0TypeI32,
21328 OPC_MoveParent,
21329 OPC_MoveSibling1,
21330 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21331 OPC_CheckChild0Integer, 0|128,0|128,126,
21332 OPC_CheckChild0TypeI32,
21333 OPC_MoveParent,
21334 OPC_MoveParent,
21335 OPC_CheckType, MVT::v4i32,
21336 OPC_MoveSibling1,
21337 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
21338 OPC_MoveChild0,
21339 OPC_SwitchOpcode , 48|128,1, TARGET_VAL(ISD::SMAX),
21340 OPC_MoveChild0,
21341 OPC_SwitchOpcode , 88, TARGET_VAL(ISD::SMIN),
21342 OPC_Scope, 42,
21343 OPC_RecordChild0,
21344 OPC_MoveChild1,
21345 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21346 OPC_CheckChild0Integer, 127|128,127|128,1,
21347 OPC_CheckChild0TypeI32,
21348 OPC_MoveParent,
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_MoveSibling1,
21355 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21356 OPC_CheckChild0Integer, 127|128,127|128,3,
21357 OPC_CheckChild0TypeI32,
21358 OPC_MoveParent,
21359 OPC_CheckType, MVT::v4i32,
21360 OPC_MoveParent,
21361 OPC_CheckType, MVT::v8i16,
21362 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21363 MVT::v8i16, 2, 16,
21364 42,
21365 OPC_MoveChild0,
21366 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21367 OPC_CheckChild0Integer, 127|128,127|128,1,
21368 OPC_CheckChild0TypeI32,
21369 OPC_MoveParent,
21370 OPC_RecordChild1,
21371 OPC_MoveSibling1,
21372 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21373 OPC_CheckChild0Integer, 0|128,0|128,126,
21374 OPC_CheckChild0TypeI32,
21375 OPC_MoveParent,
21376 OPC_MoveSibling1,
21377 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21378 OPC_CheckChild0Integer, 127|128,127|128,3,
21379 OPC_CheckChild0TypeI32,
21380 OPC_MoveParent,
21381 OPC_CheckType, MVT::v4i32,
21382 OPC_MoveParent,
21383 OPC_CheckType, MVT::v8i16,
21384 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21385 MVT::v8i16, 2, 16,
21386 0,
21387 79, TARGET_VAL(ISD::SPLAT_VECTOR),
21388 OPC_CheckChild0Integer, 0|128,0|128,126,
21389 OPC_CheckChild0TypeI32,
21390 OPC_MoveSibling1,
21391 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
21392 OPC_Scope, 33,
21393 OPC_RecordChild0,
21394 OPC_MoveChild1,
21395 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21396 OPC_CheckChild0Integer, 127|128,127|128,1,
21397 OPC_CheckChild0TypeI32,
21398 OPC_MoveParent,
21399 OPC_MoveParent,
21400 OPC_MoveSibling1,
21401 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21402 OPC_CheckChild0Integer, 127|128,127|128,3,
21403 OPC_CheckChild0TypeI32,
21404 OPC_MoveParent,
21405 OPC_CheckType, MVT::v4i32,
21406 OPC_MoveParent,
21407 OPC_CheckType, MVT::v8i16,
21408 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21409 MVT::v8i16, 2, 16,
21410 33,
21411 OPC_MoveChild0,
21412 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21413 OPC_CheckChild0Integer, 127|128,127|128,1,
21414 OPC_CheckChild0TypeI32,
21415 OPC_MoveParent,
21416 OPC_RecordChild1,
21417 OPC_MoveParent,
21418 OPC_MoveSibling1,
21419 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21420 OPC_CheckChild0Integer, 127|128,127|128,3,
21421 OPC_CheckChild0TypeI32,
21422 OPC_MoveParent,
21423 OPC_CheckType, MVT::v4i32,
21424 OPC_MoveParent,
21425 OPC_CheckType, MVT::v8i16,
21426 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21427 MVT::v8i16, 2, 16,
21428 0,
21429 0,
21430 21|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
21431 OPC_CheckChild0Integer, 127|128,127|128,3,
21432 OPC_CheckChild0TypeI32,
21433 OPC_MoveSibling1,
21434 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
21435 OPC_MoveChild0,
21436 OPC_SwitchOpcode , 70, TARGET_VAL(ISD::SMIN),
21437 OPC_Scope, 33,
21438 OPC_RecordChild0,
21439 OPC_MoveChild1,
21440 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21441 OPC_CheckChild0Integer, 127|128,127|128,1,
21442 OPC_CheckChild0TypeI32,
21443 OPC_MoveParent,
21444 OPC_MoveSibling1,
21445 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21446 OPC_CheckChild0Integer, 0|128,0|128,126,
21447 OPC_CheckChild0TypeI32,
21448 OPC_MoveParent,
21449 OPC_MoveParent,
21450 OPC_CheckType, MVT::v4i32,
21451 OPC_MoveParent,
21452 OPC_CheckType, MVT::v8i16,
21453 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21454 MVT::v8i16, 2, 16,
21455 33,
21456 OPC_MoveChild0,
21457 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21458 OPC_CheckChild0Integer, 127|128,127|128,1,
21459 OPC_CheckChild0TypeI32,
21460 OPC_MoveParent,
21461 OPC_RecordChild1,
21462 OPC_MoveSibling1,
21463 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21464 OPC_CheckChild0Integer, 0|128,0|128,126,
21465 OPC_CheckChild0TypeI32,
21466 OPC_MoveParent,
21467 OPC_MoveParent,
21468 OPC_CheckType, MVT::v4i32,
21469 OPC_MoveParent,
21470 OPC_CheckType, MVT::v8i16,
21471 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21472 MVT::v8i16, 2, 16,
21473 0,
21474 61, TARGET_VAL(ISD::SPLAT_VECTOR),
21475 OPC_CheckChild0Integer, 0|128,0|128,126,
21476 OPC_CheckChild0TypeI32,
21477 OPC_MoveSibling1,
21478 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
21479 OPC_Scope, 24,
21480 OPC_RecordChild0,
21481 OPC_MoveChild1,
21482 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21483 OPC_CheckChild0Integer, 127|128,127|128,1,
21484 OPC_CheckChild0TypeI32,
21485 OPC_MoveParent,
21486 OPC_MoveParent,
21487 OPC_MoveParent,
21488 OPC_CheckType, MVT::v4i32,
21489 OPC_MoveParent,
21490 OPC_CheckType, MVT::v8i16,
21491 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21492 MVT::v8i16, 2, 16,
21493 24,
21494 OPC_MoveChild0,
21495 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21496 OPC_CheckChild0Integer, 127|128,127|128,1,
21497 OPC_CheckChild0TypeI32,
21498 OPC_MoveParent,
21499 OPC_RecordChild1,
21500 OPC_MoveParent,
21501 OPC_MoveParent,
21502 OPC_CheckType, MVT::v4i32,
21503 OPC_MoveParent,
21504 OPC_CheckType, MVT::v8i16,
21505 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21506 MVT::v8i16, 2, 16,
21507 0,
21508 0,
21509 0,
21510 108|128,2,
21511 OPC_MoveChild0,
21512 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21513 OPC_CheckChild0Integer, 127|128,127|128,1,
21514 OPC_CheckChild0TypeI32,
21515 OPC_MoveParent,
21516 OPC_RecordChild1,
21517 OPC_MoveSibling1,
21518 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21519 OPC_CheckChild0Integer, 0|128,0|128,126,
21520 OPC_CheckChild0TypeI32,
21521 OPC_MoveParent,
21522 OPC_MoveParent,
21523 OPC_CheckType, MVT::v4i32,
21524 OPC_MoveSibling1,
21525 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
21526 OPC_MoveChild0,
21527 OPC_SwitchOpcode , 48|128,1, TARGET_VAL(ISD::SMAX),
21528 OPC_MoveChild0,
21529 OPC_SwitchOpcode , 88, TARGET_VAL(ISD::SMIN),
21530 OPC_Scope, 42,
21531 OPC_RecordChild0,
21532 OPC_MoveChild1,
21533 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21534 OPC_CheckChild0Integer, 127|128,127|128,1,
21535 OPC_CheckChild0TypeI32,
21536 OPC_MoveParent,
21537 OPC_MoveSibling1,
21538 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21539 OPC_CheckChild0Integer, 0|128,0|128,126,
21540 OPC_CheckChild0TypeI32,
21541 OPC_MoveParent,
21542 OPC_MoveSibling1,
21543 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21544 OPC_CheckChild0Integer, 127|128,127|128,3,
21545 OPC_CheckChild0TypeI32,
21546 OPC_MoveParent,
21547 OPC_CheckType, MVT::v4i32,
21548 OPC_MoveParent,
21549 OPC_CheckType, MVT::v8i16,
21550 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21551 MVT::v8i16, 2, 16,
21552 42,
21553 OPC_MoveChild0,
21554 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21555 OPC_CheckChild0Integer, 127|128,127|128,1,
21556 OPC_CheckChild0TypeI32,
21557 OPC_MoveParent,
21558 OPC_RecordChild1,
21559 OPC_MoveSibling1,
21560 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21561 OPC_CheckChild0Integer, 0|128,0|128,126,
21562 OPC_CheckChild0TypeI32,
21563 OPC_MoveParent,
21564 OPC_MoveSibling1,
21565 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21566 OPC_CheckChild0Integer, 127|128,127|128,3,
21567 OPC_CheckChild0TypeI32,
21568 OPC_MoveParent,
21569 OPC_CheckType, MVT::v4i32,
21570 OPC_MoveParent,
21571 OPC_CheckType, MVT::v8i16,
21572 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21573 MVT::v8i16, 2, 16,
21574 0,
21575 79, TARGET_VAL(ISD::SPLAT_VECTOR),
21576 OPC_CheckChild0Integer, 0|128,0|128,126,
21577 OPC_CheckChild0TypeI32,
21578 OPC_MoveSibling1,
21579 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
21580 OPC_Scope, 33,
21581 OPC_RecordChild0,
21582 OPC_MoveChild1,
21583 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21584 OPC_CheckChild0Integer, 127|128,127|128,1,
21585 OPC_CheckChild0TypeI32,
21586 OPC_MoveParent,
21587 OPC_MoveParent,
21588 OPC_MoveSibling1,
21589 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21590 OPC_CheckChild0Integer, 127|128,127|128,3,
21591 OPC_CheckChild0TypeI32,
21592 OPC_MoveParent,
21593 OPC_CheckType, MVT::v4i32,
21594 OPC_MoveParent,
21595 OPC_CheckType, MVT::v8i16,
21596 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21597 MVT::v8i16, 2, 16,
21598 33,
21599 OPC_MoveChild0,
21600 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21601 OPC_CheckChild0Integer, 127|128,127|128,1,
21602 OPC_CheckChild0TypeI32,
21603 OPC_MoveParent,
21604 OPC_RecordChild1,
21605 OPC_MoveParent,
21606 OPC_MoveSibling1,
21607 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21608 OPC_CheckChild0Integer, 127|128,127|128,3,
21609 OPC_CheckChild0TypeI32,
21610 OPC_MoveParent,
21611 OPC_CheckType, MVT::v4i32,
21612 OPC_MoveParent,
21613 OPC_CheckType, MVT::v8i16,
21614 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21615 MVT::v8i16, 2, 16,
21616 0,
21617 0,
21618 21|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
21619 OPC_CheckChild0Integer, 127|128,127|128,3,
21620 OPC_CheckChild0TypeI32,
21621 OPC_MoveSibling1,
21622 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
21623 OPC_MoveChild0,
21624 OPC_SwitchOpcode , 70, TARGET_VAL(ISD::SMIN),
21625 OPC_Scope, 33,
21626 OPC_RecordChild0,
21627 OPC_MoveChild1,
21628 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21629 OPC_CheckChild0Integer, 127|128,127|128,1,
21630 OPC_CheckChild0TypeI32,
21631 OPC_MoveParent,
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_MoveParent,
21638 OPC_CheckType, MVT::v4i32,
21639 OPC_MoveParent,
21640 OPC_CheckType, MVT::v8i16,
21641 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21642 MVT::v8i16, 2, 16,
21643 33,
21644 OPC_MoveChild0,
21645 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21646 OPC_CheckChild0Integer, 127|128,127|128,1,
21647 OPC_CheckChild0TypeI32,
21648 OPC_MoveParent,
21649 OPC_RecordChild1,
21650 OPC_MoveSibling1,
21651 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21652 OPC_CheckChild0Integer, 0|128,0|128,126,
21653 OPC_CheckChild0TypeI32,
21654 OPC_MoveParent,
21655 OPC_MoveParent,
21656 OPC_CheckType, MVT::v4i32,
21657 OPC_MoveParent,
21658 OPC_CheckType, MVT::v8i16,
21659 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21660 MVT::v8i16, 2, 16,
21661 0,
21662 61, TARGET_VAL(ISD::SPLAT_VECTOR),
21663 OPC_CheckChild0Integer, 0|128,0|128,126,
21664 OPC_CheckChild0TypeI32,
21665 OPC_MoveSibling1,
21666 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
21667 OPC_Scope, 24,
21668 OPC_RecordChild0,
21669 OPC_MoveChild1,
21670 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21671 OPC_CheckChild0Integer, 127|128,127|128,1,
21672 OPC_CheckChild0TypeI32,
21673 OPC_MoveParent,
21674 OPC_MoveParent,
21675 OPC_MoveParent,
21676 OPC_CheckType, MVT::v4i32,
21677 OPC_MoveParent,
21678 OPC_CheckType, MVT::v8i16,
21679 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21680 MVT::v8i16, 2, 16,
21681 24,
21682 OPC_MoveChild0,
21683 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21684 OPC_CheckChild0Integer, 127|128,127|128,1,
21685 OPC_CheckChild0TypeI32,
21686 OPC_MoveParent,
21687 OPC_RecordChild1,
21688 OPC_MoveParent,
21689 OPC_MoveParent,
21690 OPC_CheckType, MVT::v4i32,
21691 OPC_MoveParent,
21692 OPC_CheckType, MVT::v8i16,
21693 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21694 MVT::v8i16, 2, 16,
21695 0,
21696 0,
21697 0,
21698 0,
21699 85|128,5, TARGET_VAL(ISD::SPLAT_VECTOR),
21700 OPC_CheckChild0Integer, 0|128,0|128,126,
21701 OPC_CheckChild0TypeI32,
21702 OPC_MoveSibling1,
21703 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
21704 OPC_Scope, 99|128,2,
21705 OPC_RecordChild0,
21706 OPC_MoveChild1,
21707 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21708 OPC_CheckChild0Integer, 127|128,127|128,1,
21709 OPC_CheckChild0TypeI32,
21710 OPC_MoveParent,
21711 OPC_MoveParent,
21712 OPC_MoveParent,
21713 OPC_CheckType, MVT::v4i32,
21714 OPC_MoveSibling1,
21715 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
21716 OPC_MoveChild0,
21717 OPC_SwitchOpcode , 48|128,1, TARGET_VAL(ISD::SMAX),
21718 OPC_MoveChild0,
21719 OPC_SwitchOpcode , 88, TARGET_VAL(ISD::SMIN),
21720 OPC_Scope, 42,
21721 OPC_RecordChild0,
21722 OPC_MoveChild1,
21723 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21724 OPC_CheckChild0Integer, 127|128,127|128,1,
21725 OPC_CheckChild0TypeI32,
21726 OPC_MoveParent,
21727 OPC_MoveSibling1,
21728 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21729 OPC_CheckChild0Integer, 0|128,0|128,126,
21730 OPC_CheckChild0TypeI32,
21731 OPC_MoveParent,
21732 OPC_MoveSibling1,
21733 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21734 OPC_CheckChild0Integer, 127|128,127|128,3,
21735 OPC_CheckChild0TypeI32,
21736 OPC_MoveParent,
21737 OPC_CheckType, MVT::v4i32,
21738 OPC_MoveParent,
21739 OPC_CheckType, MVT::v8i16,
21740 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21741 MVT::v8i16, 2, 16,
21742 42,
21743 OPC_MoveChild0,
21744 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21745 OPC_CheckChild0Integer, 127|128,127|128,1,
21746 OPC_CheckChild0TypeI32,
21747 OPC_MoveParent,
21748 OPC_RecordChild1,
21749 OPC_MoveSibling1,
21750 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21751 OPC_CheckChild0Integer, 0|128,0|128,126,
21752 OPC_CheckChild0TypeI32,
21753 OPC_MoveParent,
21754 OPC_MoveSibling1,
21755 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21756 OPC_CheckChild0Integer, 127|128,127|128,3,
21757 OPC_CheckChild0TypeI32,
21758 OPC_MoveParent,
21759 OPC_CheckType, MVT::v4i32,
21760 OPC_MoveParent,
21761 OPC_CheckType, MVT::v8i16,
21762 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21763 MVT::v8i16, 2, 16,
21764 0,
21765 79, TARGET_VAL(ISD::SPLAT_VECTOR),
21766 OPC_CheckChild0Integer, 0|128,0|128,126,
21767 OPC_CheckChild0TypeI32,
21768 OPC_MoveSibling1,
21769 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
21770 OPC_Scope, 33,
21771 OPC_RecordChild0,
21772 OPC_MoveChild1,
21773 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21774 OPC_CheckChild0Integer, 127|128,127|128,1,
21775 OPC_CheckChild0TypeI32,
21776 OPC_MoveParent,
21777 OPC_MoveParent,
21778 OPC_MoveSibling1,
21779 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21780 OPC_CheckChild0Integer, 127|128,127|128,3,
21781 OPC_CheckChild0TypeI32,
21782 OPC_MoveParent,
21783 OPC_CheckType, MVT::v4i32,
21784 OPC_MoveParent,
21785 OPC_CheckType, MVT::v8i16,
21786 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21787 MVT::v8i16, 2, 16,
21788 33,
21789 OPC_MoveChild0,
21790 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21791 OPC_CheckChild0Integer, 127|128,127|128,1,
21792 OPC_CheckChild0TypeI32,
21793 OPC_MoveParent,
21794 OPC_RecordChild1,
21795 OPC_MoveParent,
21796 OPC_MoveSibling1,
21797 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21798 OPC_CheckChild0Integer, 127|128,127|128,3,
21799 OPC_CheckChild0TypeI32,
21800 OPC_MoveParent,
21801 OPC_CheckType, MVT::v4i32,
21802 OPC_MoveParent,
21803 OPC_CheckType, MVT::v8i16,
21804 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21805 MVT::v8i16, 2, 16,
21806 0,
21807 0,
21808 21|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
21809 OPC_CheckChild0Integer, 127|128,127|128,3,
21810 OPC_CheckChild0TypeI32,
21811 OPC_MoveSibling1,
21812 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
21813 OPC_MoveChild0,
21814 OPC_SwitchOpcode , 70, TARGET_VAL(ISD::SMIN),
21815 OPC_Scope, 33,
21816 OPC_RecordChild0,
21817 OPC_MoveChild1,
21818 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21819 OPC_CheckChild0Integer, 127|128,127|128,1,
21820 OPC_CheckChild0TypeI32,
21821 OPC_MoveParent,
21822 OPC_MoveSibling1,
21823 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21824 OPC_CheckChild0Integer, 0|128,0|128,126,
21825 OPC_CheckChild0TypeI32,
21826 OPC_MoveParent,
21827 OPC_MoveParent,
21828 OPC_CheckType, MVT::v4i32,
21829 OPC_MoveParent,
21830 OPC_CheckType, MVT::v8i16,
21831 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21832 MVT::v8i16, 2, 16,
21833 33,
21834 OPC_MoveChild0,
21835 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21836 OPC_CheckChild0Integer, 127|128,127|128,1,
21837 OPC_CheckChild0TypeI32,
21838 OPC_MoveParent,
21839 OPC_RecordChild1,
21840 OPC_MoveSibling1,
21841 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21842 OPC_CheckChild0Integer, 0|128,0|128,126,
21843 OPC_CheckChild0TypeI32,
21844 OPC_MoveParent,
21845 OPC_MoveParent,
21846 OPC_CheckType, MVT::v4i32,
21847 OPC_MoveParent,
21848 OPC_CheckType, MVT::v8i16,
21849 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21850 MVT::v8i16, 2, 16,
21851 0,
21852 61, TARGET_VAL(ISD::SPLAT_VECTOR),
21853 OPC_CheckChild0Integer, 0|128,0|128,126,
21854 OPC_CheckChild0TypeI32,
21855 OPC_MoveSibling1,
21856 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
21857 OPC_Scope, 24,
21858 OPC_RecordChild0,
21859 OPC_MoveChild1,
21860 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21861 OPC_CheckChild0Integer, 127|128,127|128,1,
21862 OPC_CheckChild0TypeI32,
21863 OPC_MoveParent,
21864 OPC_MoveParent,
21865 OPC_MoveParent,
21866 OPC_CheckType, MVT::v4i32,
21867 OPC_MoveParent,
21868 OPC_CheckType, MVT::v8i16,
21869 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21870 MVT::v8i16, 2, 16,
21871 24,
21872 OPC_MoveChild0,
21873 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21874 OPC_CheckChild0Integer, 127|128,127|128,1,
21875 OPC_CheckChild0TypeI32,
21876 OPC_MoveParent,
21877 OPC_RecordChild1,
21878 OPC_MoveParent,
21879 OPC_MoveParent,
21880 OPC_CheckType, MVT::v4i32,
21881 OPC_MoveParent,
21882 OPC_CheckType, MVT::v8i16,
21883 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21884 MVT::v8i16, 2, 16,
21885 0,
21886 0,
21887 0,
21888 99|128,2,
21889 OPC_MoveChild0,
21890 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21891 OPC_CheckChild0Integer, 127|128,127|128,1,
21892 OPC_CheckChild0TypeI32,
21893 OPC_MoveParent,
21894 OPC_RecordChild1,
21895 OPC_MoveParent,
21896 OPC_MoveParent,
21897 OPC_CheckType, MVT::v4i32,
21898 OPC_MoveSibling1,
21899 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
21900 OPC_MoveChild0,
21901 OPC_SwitchOpcode , 48|128,1, TARGET_VAL(ISD::SMAX),
21902 OPC_MoveChild0,
21903 OPC_SwitchOpcode , 88, TARGET_VAL(ISD::SMIN),
21904 OPC_Scope, 42,
21905 OPC_RecordChild0,
21906 OPC_MoveChild1,
21907 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21908 OPC_CheckChild0Integer, 127|128,127|128,1,
21909 OPC_CheckChild0TypeI32,
21910 OPC_MoveParent,
21911 OPC_MoveSibling1,
21912 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21913 OPC_CheckChild0Integer, 0|128,0|128,126,
21914 OPC_CheckChild0TypeI32,
21915 OPC_MoveParent,
21916 OPC_MoveSibling1,
21917 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21918 OPC_CheckChild0Integer, 127|128,127|128,3,
21919 OPC_CheckChild0TypeI32,
21920 OPC_MoveParent,
21921 OPC_CheckType, MVT::v4i32,
21922 OPC_MoveParent,
21923 OPC_CheckType, MVT::v8i16,
21924 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21925 MVT::v8i16, 2, 16,
21926 42,
21927 OPC_MoveChild0,
21928 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21929 OPC_CheckChild0Integer, 127|128,127|128,1,
21930 OPC_CheckChild0TypeI32,
21931 OPC_MoveParent,
21932 OPC_RecordChild1,
21933 OPC_MoveSibling1,
21934 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21935 OPC_CheckChild0Integer, 0|128,0|128,126,
21936 OPC_CheckChild0TypeI32,
21937 OPC_MoveParent,
21938 OPC_MoveSibling1,
21939 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21940 OPC_CheckChild0Integer, 127|128,127|128,3,
21941 OPC_CheckChild0TypeI32,
21942 OPC_MoveParent,
21943 OPC_CheckType, MVT::v4i32,
21944 OPC_MoveParent,
21945 OPC_CheckType, MVT::v8i16,
21946 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21947 MVT::v8i16, 2, 16,
21948 0,
21949 79, TARGET_VAL(ISD::SPLAT_VECTOR),
21950 OPC_CheckChild0Integer, 0|128,0|128,126,
21951 OPC_CheckChild0TypeI32,
21952 OPC_MoveSibling1,
21953 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
21954 OPC_Scope, 33,
21955 OPC_RecordChild0,
21956 OPC_MoveChild1,
21957 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21958 OPC_CheckChild0Integer, 127|128,127|128,1,
21959 OPC_CheckChild0TypeI32,
21960 OPC_MoveParent,
21961 OPC_MoveParent,
21962 OPC_MoveSibling1,
21963 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21964 OPC_CheckChild0Integer, 127|128,127|128,3,
21965 OPC_CheckChild0TypeI32,
21966 OPC_MoveParent,
21967 OPC_CheckType, MVT::v4i32,
21968 OPC_MoveParent,
21969 OPC_CheckType, MVT::v8i16,
21970 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21971 MVT::v8i16, 2, 16,
21972 33,
21973 OPC_MoveChild0,
21974 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21975 OPC_CheckChild0Integer, 127|128,127|128,1,
21976 OPC_CheckChild0TypeI32,
21977 OPC_MoveParent,
21978 OPC_RecordChild1,
21979 OPC_MoveParent,
21980 OPC_MoveSibling1,
21981 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21982 OPC_CheckChild0Integer, 127|128,127|128,3,
21983 OPC_CheckChild0TypeI32,
21984 OPC_MoveParent,
21985 OPC_CheckType, MVT::v4i32,
21986 OPC_MoveParent,
21987 OPC_CheckType, MVT::v8i16,
21988 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21989 MVT::v8i16, 2, 16,
21990 0,
21991 0,
21992 21|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
21993 OPC_CheckChild0Integer, 127|128,127|128,3,
21994 OPC_CheckChild0TypeI32,
21995 OPC_MoveSibling1,
21996 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
21997 OPC_MoveChild0,
21998 OPC_SwitchOpcode , 70, TARGET_VAL(ISD::SMIN),
21999 OPC_Scope, 33,
22000 OPC_RecordChild0,
22001 OPC_MoveChild1,
22002 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22003 OPC_CheckChild0Integer, 127|128,127|128,1,
22004 OPC_CheckChild0TypeI32,
22005 OPC_MoveParent,
22006 OPC_MoveSibling1,
22007 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22008 OPC_CheckChild0Integer, 0|128,0|128,126,
22009 OPC_CheckChild0TypeI32,
22010 OPC_MoveParent,
22011 OPC_MoveParent,
22012 OPC_CheckType, MVT::v4i32,
22013 OPC_MoveParent,
22014 OPC_CheckType, MVT::v8i16,
22015 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
22016 MVT::v8i16, 2, 16,
22017 33,
22018 OPC_MoveChild0,
22019 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22020 OPC_CheckChild0Integer, 127|128,127|128,1,
22021 OPC_CheckChild0TypeI32,
22022 OPC_MoveParent,
22023 OPC_RecordChild1,
22024 OPC_MoveSibling1,
22025 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22026 OPC_CheckChild0Integer, 0|128,0|128,126,
22027 OPC_CheckChild0TypeI32,
22028 OPC_MoveParent,
22029 OPC_MoveParent,
22030 OPC_CheckType, MVT::v4i32,
22031 OPC_MoveParent,
22032 OPC_CheckType, MVT::v8i16,
22033 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
22034 MVT::v8i16, 2, 16,
22035 0,
22036 61, TARGET_VAL(ISD::SPLAT_VECTOR),
22037 OPC_CheckChild0Integer, 0|128,0|128,126,
22038 OPC_CheckChild0TypeI32,
22039 OPC_MoveSibling1,
22040 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
22041 OPC_Scope, 24,
22042 OPC_RecordChild0,
22043 OPC_MoveChild1,
22044 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22045 OPC_CheckChild0Integer, 127|128,127|128,1,
22046 OPC_CheckChild0TypeI32,
22047 OPC_MoveParent,
22048 OPC_MoveParent,
22049 OPC_MoveParent,
22050 OPC_CheckType, MVT::v4i32,
22051 OPC_MoveParent,
22052 OPC_CheckType, MVT::v8i16,
22053 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
22054 MVT::v8i16, 2, 16,
22055 24,
22056 OPC_MoveChild0,
22057 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22058 OPC_CheckChild0Integer, 127|128,127|128,1,
22059 OPC_CheckChild0TypeI32,
22060 OPC_MoveParent,
22061 OPC_RecordChild1,
22062 OPC_MoveParent,
22063 OPC_MoveParent,
22064 OPC_CheckType, MVT::v4i32,
22065 OPC_MoveParent,
22066 OPC_CheckType, MVT::v8i16,
22067 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
22068 MVT::v8i16, 2, 16,
22069 0,
22070 0,
22071 0,
22072 0,
22073 0,
22074 0,
22075 0,
22076 0,
22077 94|128,9, TARGET_VAL(ISD::SMIN),
22078 OPC_MoveChild0,
22079 OPC_SwitchOpcode , 118|128,4, TARGET_VAL(ISD::SMAX),
22080 OPC_Scope, 72|128,1,
22081 OPC_RecordChild0,
22082 OPC_MoveChild1,
22083 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22084 OPC_CheckChild0Integer, 0,
22085 OPC_CheckChild0TypeI32,
22086 OPC_MoveParent,
22087 OPC_MoveSibling1,
22088 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22089 OPC_Scope, 8|128,1,
22090 OPC_CheckChild0Integer, 127|128,1,
22091 OPC_CheckChild0TypeI32,
22092 OPC_MoveParent,
22093 OPC_CheckType, MVT::v8i16,
22094 OPC_MoveSibling1,
22095 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
22096 OPC_MoveChild0,
22097 OPC_SwitchOpcode , 62, TARGET_VAL(ISD::SMAX),
22098 OPC_Scope, 29,
22099 OPC_RecordChild0,
22100 OPC_MoveChild1,
22101 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22102 OPC_CheckChild0Integer, 0,
22103 OPC_CheckChild0TypeI32,
22104 OPC_MoveParent,
22105 OPC_MoveSibling1,
22106 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22107 OPC_CheckChild0Integer, 127|128,1,
22108 OPC_CheckChild0TypeI32,
22109 OPC_MoveParent,
22110 OPC_CheckType, MVT::v8i16,
22111 OPC_MoveParent,
22112 OPC_CheckType, MVT::v16i8,
22113 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
22114 MVT::v16i8, 2, 16,
22115 29,
22116 OPC_MoveChild0,
22117 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22118 OPC_CheckChild0Integer, 0,
22119 OPC_CheckChild0TypeI32,
22120 OPC_MoveParent,
22121 OPC_RecordChild1,
22122 OPC_MoveSibling1,
22123 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22124 OPC_CheckChild0Integer, 127|128,1,
22125 OPC_CheckChild0TypeI32,
22126 OPC_MoveParent,
22127 OPC_CheckType, MVT::v8i16,
22128 OPC_MoveParent,
22129 OPC_CheckType, MVT::v16i8,
22130 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
22131 MVT::v16i8, 2, 16,
22132 0,
22133 54, TARGET_VAL(ISD::SPLAT_VECTOR),
22134 OPC_CheckChild0Integer, 127|128,1,
22135 OPC_CheckChild0TypeI32,
22136 OPC_MoveSibling1,
22137 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
22138 OPC_Scope, 21,
22139 OPC_RecordChild0,
22140 OPC_MoveChild1,
22141 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22142 OPC_CheckChild0Integer, 0,
22143 OPC_CheckChild0TypeI32,
22144 OPC_MoveParent,
22145 OPC_MoveParent,
22146 OPC_CheckType, MVT::v8i16,
22147 OPC_MoveParent,
22148 OPC_CheckType, MVT::v16i8,
22149 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
22150 MVT::v16i8, 2, 16,
22151 21,
22152 OPC_MoveChild0,
22153 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22154 OPC_CheckChild0Integer, 0,
22155 OPC_CheckChild0TypeI32,
22156 OPC_MoveParent,
22157 OPC_RecordChild1,
22158 OPC_MoveParent,
22159 OPC_CheckType, MVT::v8i16,
22160 OPC_MoveParent,
22161 OPC_CheckType, MVT::v16i8,
22162 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
22163 MVT::v16i8, 2, 16,
22164 0,
22165 0,
22166 46,
22167 OPC_CheckChild0Integer, 127|128,127|128,3,
22168 OPC_CheckChild0TypeI32,
22169 OPC_MoveParent,
22170 OPC_CheckType, MVT::v4i32,
22171 OPC_MoveSibling1,
22172 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
22173 OPC_MoveChild0,
22174 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
22175 OPC_RecordChild0,
22176 OPC_MoveChild1,
22177 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22178 OPC_CheckChild0Integer, 0,
22179 OPC_CheckChild0TypeI32,
22180 OPC_MoveParent,
22181 OPC_MoveSibling1,
22182 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22183 OPC_CheckChild0Integer, 127|128,127|128,3,
22184 OPC_CheckChild0TypeI32,
22185 OPC_MoveParent,
22186 OPC_CheckType, MVT::v4i32,
22187 OPC_MoveParent,
22188 OPC_CheckType, MVT::v8i16,
22189 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
22190 MVT::v8i16, 2, 16,
22191 0,
22192 21|128,1,
22193 OPC_MoveChild0,
22194 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22195 OPC_CheckChild0Integer, 0,
22196 OPC_CheckChild0TypeI32,
22197 OPC_MoveParent,
22198 OPC_RecordChild1,
22199 OPC_MoveSibling1,
22200 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22201 OPC_CheckChild0Integer, 127|128,1,
22202 OPC_CheckChild0TypeI32,
22203 OPC_MoveParent,
22204 OPC_CheckType, MVT::v8i16,
22205 OPC_MoveSibling1,
22206 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
22207 OPC_MoveChild0,
22208 OPC_SwitchOpcode , 62, TARGET_VAL(ISD::SMAX),
22209 OPC_Scope, 29,
22210 OPC_RecordChild0,
22211 OPC_MoveChild1,
22212 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22213 OPC_CheckChild0Integer, 0,
22214 OPC_CheckChild0TypeI32,
22215 OPC_MoveParent,
22216 OPC_MoveSibling1,
22217 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22218 OPC_CheckChild0Integer, 127|128,1,
22219 OPC_CheckChild0TypeI32,
22220 OPC_MoveParent,
22221 OPC_CheckType, MVT::v8i16,
22222 OPC_MoveParent,
22223 OPC_CheckType, MVT::v16i8,
22224 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
22225 MVT::v16i8, 2, 16,
22226 29,
22227 OPC_MoveChild0,
22228 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22229 OPC_CheckChild0Integer, 0,
22230 OPC_CheckChild0TypeI32,
22231 OPC_MoveParent,
22232 OPC_RecordChild1,
22233 OPC_MoveSibling1,
22234 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22235 OPC_CheckChild0Integer, 127|128,1,
22236 OPC_CheckChild0TypeI32,
22237 OPC_MoveParent,
22238 OPC_CheckType, MVT::v8i16,
22239 OPC_MoveParent,
22240 OPC_CheckType, MVT::v16i8,
22241 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
22242 MVT::v16i8, 2, 16,
22243 0,
22244 54, TARGET_VAL(ISD::SPLAT_VECTOR),
22245 OPC_CheckChild0Integer, 127|128,1,
22246 OPC_CheckChild0TypeI32,
22247 OPC_MoveSibling1,
22248 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
22249 OPC_Scope, 21,
22250 OPC_RecordChild0,
22251 OPC_MoveChild1,
22252 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22253 OPC_CheckChild0Integer, 0,
22254 OPC_CheckChild0TypeI32,
22255 OPC_MoveParent,
22256 OPC_MoveParent,
22257 OPC_CheckType, MVT::v8i16,
22258 OPC_MoveParent,
22259 OPC_CheckType, MVT::v16i8,
22260 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
22261 MVT::v16i8, 2, 16,
22262 21,
22263 OPC_MoveChild0,
22264 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22265 OPC_CheckChild0Integer, 0,
22266 OPC_CheckChild0TypeI32,
22267 OPC_MoveParent,
22268 OPC_RecordChild1,
22269 OPC_MoveParent,
22270 OPC_CheckType, MVT::v8i16,
22271 OPC_MoveParent,
22272 OPC_CheckType, MVT::v16i8,
22273 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
22274 MVT::v16i8, 2, 16,
22275 0,
22276 0,
22277 119,
22278 OPC_RecordChild0,
22279 OPC_MoveChild1,
22280 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22281 OPC_CheckChild0Integer, 0,
22282 OPC_CheckChild0TypeI32,
22283 OPC_MoveParent,
22284 OPC_MoveSibling1,
22285 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22286 OPC_CheckChild0Integer, 127|128,127|128,3,
22287 OPC_CheckChild0TypeI32,
22288 OPC_MoveParent,
22289 OPC_CheckType, MVT::v4i32,
22290 OPC_MoveSibling1,
22291 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
22292 OPC_MoveChild0,
22293 OPC_SwitchOpcode , 30, TARGET_VAL(ISD::SMAX),
22294 OPC_MoveChild0,
22295 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22296 OPC_CheckChild0Integer, 0,
22297 OPC_CheckChild0TypeI32,
22298 OPC_MoveParent,
22299 OPC_RecordChild1,
22300 OPC_MoveSibling1,
22301 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22302 OPC_CheckChild0Integer, 127|128,127|128,3,
22303 OPC_CheckChild0TypeI32,
22304 OPC_MoveParent,
22305 OPC_CheckType, MVT::v4i32,
22306 OPC_MoveParent,
22307 OPC_CheckType, MVT::v8i16,
22308 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
22309 MVT::v8i16, 2, 16,
22310 55, TARGET_VAL(ISD::SPLAT_VECTOR),
22311 OPC_CheckChild0Integer, 127|128,127|128,3,
22312 OPC_CheckChild0TypeI32,
22313 OPC_MoveSibling1,
22314 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
22315 OPC_Scope, 21,
22316 OPC_RecordChild0,
22317 OPC_MoveChild1,
22318 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22319 OPC_CheckChild0Integer, 0,
22320 OPC_CheckChild0TypeI32,
22321 OPC_MoveParent,
22322 OPC_MoveParent,
22323 OPC_CheckType, MVT::v4i32,
22324 OPC_MoveParent,
22325 OPC_CheckType, MVT::v8i16,
22326 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
22327 MVT::v8i16, 2, 16,
22328 21,
22329 OPC_MoveChild0,
22330 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22331 OPC_CheckChild0Integer, 0,
22332 OPC_CheckChild0TypeI32,
22333 OPC_MoveParent,
22334 OPC_RecordChild1,
22335 OPC_MoveParent,
22336 OPC_CheckType, MVT::v4i32,
22337 OPC_MoveParent,
22338 OPC_CheckType, MVT::v8i16,
22339 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
22340 MVT::v8i16, 2, 16,
22341 0,
22342 0,
22343 25|128,1,
22344 OPC_MoveChild0,
22345 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22346 OPC_CheckChild0Integer, 0,
22347 OPC_CheckChild0TypeI32,
22348 OPC_MoveParent,
22349 OPC_RecordChild1,
22350 OPC_MoveSibling1,
22351 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22352 OPC_CheckChild0Integer, 127|128,127|128,3,
22353 OPC_CheckChild0TypeI32,
22354 OPC_MoveParent,
22355 OPC_CheckType, MVT::v4i32,
22356 OPC_MoveSibling1,
22357 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
22358 OPC_MoveChild0,
22359 OPC_SwitchOpcode , 64, TARGET_VAL(ISD::SMAX),
22360 OPC_Scope, 30,
22361 OPC_RecordChild0,
22362 OPC_MoveChild1,
22363 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22364 OPC_CheckChild0Integer, 0,
22365 OPC_CheckChild0TypeI32,
22366 OPC_MoveParent,
22367 OPC_MoveSibling1,
22368 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22369 OPC_CheckChild0Integer, 127|128,127|128,3,
22370 OPC_CheckChild0TypeI32,
22371 OPC_MoveParent,
22372 OPC_CheckType, MVT::v4i32,
22373 OPC_MoveParent,
22374 OPC_CheckType, MVT::v8i16,
22375 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
22376 MVT::v8i16, 2, 16,
22377 30,
22378 OPC_MoveChild0,
22379 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22380 OPC_CheckChild0Integer, 0,
22381 OPC_CheckChild0TypeI32,
22382 OPC_MoveParent,
22383 OPC_RecordChild1,
22384 OPC_MoveSibling1,
22385 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22386 OPC_CheckChild0Integer, 127|128,127|128,3,
22387 OPC_CheckChild0TypeI32,
22388 OPC_MoveParent,
22389 OPC_CheckType, MVT::v4i32,
22390 OPC_MoveParent,
22391 OPC_CheckType, MVT::v8i16,
22392 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
22393 MVT::v8i16, 2, 16,
22394 0,
22395 55, TARGET_VAL(ISD::SPLAT_VECTOR),
22396 OPC_CheckChild0Integer, 127|128,127|128,3,
22397 OPC_CheckChild0TypeI32,
22398 OPC_MoveSibling1,
22399 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
22400 OPC_Scope, 21,
22401 OPC_RecordChild0,
22402 OPC_MoveChild1,
22403 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22404 OPC_CheckChild0Integer, 0,
22405 OPC_CheckChild0TypeI32,
22406 OPC_MoveParent,
22407 OPC_MoveParent,
22408 OPC_CheckType, MVT::v4i32,
22409 OPC_MoveParent,
22410 OPC_CheckType, MVT::v8i16,
22411 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
22412 MVT::v8i16, 2, 16,
22413 21,
22414 OPC_MoveChild0,
22415 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22416 OPC_CheckChild0Integer, 0,
22417 OPC_CheckChild0TypeI32,
22418 OPC_MoveParent,
22419 OPC_RecordChild1,
22420 OPC_MoveParent,
22421 OPC_CheckType, MVT::v4i32,
22422 OPC_MoveParent,
22423 OPC_CheckType, MVT::v8i16,
22424 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
22425 MVT::v8i16, 2, 16,
22426 0,
22427 0,
22428 0,
22429 93|128,4, TARGET_VAL(ISD::SPLAT_VECTOR),
22430 OPC_Scope, 40|128,2,
22431 OPC_CheckChild0Integer, 127|128,1,
22432 OPC_CheckChild0TypeI32,
22433 OPC_MoveSibling1,
22434 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
22435 OPC_Scope, 13|128,1,
22436 OPC_RecordChild0,
22437 OPC_MoveChild1,
22438 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22439 OPC_CheckChild0Integer, 0,
22440 OPC_CheckChild0TypeI32,
22441 OPC_MoveParent,
22442 OPC_MoveParent,
22443 OPC_CheckType, MVT::v8i16,
22444 OPC_MoveSibling1,
22445 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
22446 OPC_MoveChild0,
22447 OPC_SwitchOpcode , 62, TARGET_VAL(ISD::SMAX),
22448 OPC_Scope, 29,
22449 OPC_RecordChild0,
22450 OPC_MoveChild1,
22451 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22452 OPC_CheckChild0Integer, 0,
22453 OPC_CheckChild0TypeI32,
22454 OPC_MoveParent,
22455 OPC_MoveSibling1,
22456 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22457 OPC_CheckChild0Integer, 127|128,1,
22458 OPC_CheckChild0TypeI32,
22459 OPC_MoveParent,
22460 OPC_CheckType, MVT::v8i16,
22461 OPC_MoveParent,
22462 OPC_CheckType, MVT::v16i8,
22463 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
22464 MVT::v16i8, 2, 16,
22465 29,
22466 OPC_MoveChild0,
22467 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22468 OPC_CheckChild0Integer, 0,
22469 OPC_CheckChild0TypeI32,
22470 OPC_MoveParent,
22471 OPC_RecordChild1,
22472 OPC_MoveSibling1,
22473 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22474 OPC_CheckChild0Integer, 127|128,1,
22475 OPC_CheckChild0TypeI32,
22476 OPC_MoveParent,
22477 OPC_CheckType, MVT::v8i16,
22478 OPC_MoveParent,
22479 OPC_CheckType, MVT::v16i8,
22480 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
22481 MVT::v16i8, 2, 16,
22482 0,
22483 54, TARGET_VAL(ISD::SPLAT_VECTOR),
22484 OPC_CheckChild0Integer, 127|128,1,
22485 OPC_CheckChild0TypeI32,
22486 OPC_MoveSibling1,
22487 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
22488 OPC_Scope, 21,
22489 OPC_RecordChild0,
22490 OPC_MoveChild1,
22491 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22492 OPC_CheckChild0Integer, 0,
22493 OPC_CheckChild0TypeI32,
22494 OPC_MoveParent,
22495 OPC_MoveParent,
22496 OPC_CheckType, MVT::v8i16,
22497 OPC_MoveParent,
22498 OPC_CheckType, MVT::v16i8,
22499 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
22500 MVT::v16i8, 2, 16,
22501 21,
22502 OPC_MoveChild0,
22503 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22504 OPC_CheckChild0Integer, 0,
22505 OPC_CheckChild0TypeI32,
22506 OPC_MoveParent,
22507 OPC_RecordChild1,
22508 OPC_MoveParent,
22509 OPC_CheckType, MVT::v8i16,
22510 OPC_MoveParent,
22511 OPC_CheckType, MVT::v16i8,
22512 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
22513 MVT::v16i8, 2, 16,
22514 0,
22515 0,
22516 13|128,1,
22517 OPC_MoveChild0,
22518 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22519 OPC_CheckChild0Integer, 0,
22520 OPC_CheckChild0TypeI32,
22521 OPC_MoveParent,
22522 OPC_RecordChild1,
22523 OPC_MoveParent,
22524 OPC_CheckType, MVT::v8i16,
22525 OPC_MoveSibling1,
22526 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
22527 OPC_MoveChild0,
22528 OPC_SwitchOpcode , 62, TARGET_VAL(ISD::SMAX),
22529 OPC_Scope, 29,
22530 OPC_RecordChild0,
22531 OPC_MoveChild1,
22532 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22533 OPC_CheckChild0Integer, 0,
22534 OPC_CheckChild0TypeI32,
22535 OPC_MoveParent,
22536 OPC_MoveSibling1,
22537 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22538 OPC_CheckChild0Integer, 127|128,1,
22539 OPC_CheckChild0TypeI32,
22540 OPC_MoveParent,
22541 OPC_CheckType, MVT::v8i16,
22542 OPC_MoveParent,
22543 OPC_CheckType, MVT::v16i8,
22544 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
22545 MVT::v16i8, 2, 16,
22546 29,
22547 OPC_MoveChild0,
22548 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22549 OPC_CheckChild0Integer, 0,
22550 OPC_CheckChild0TypeI32,
22551 OPC_MoveParent,
22552 OPC_RecordChild1,
22553 OPC_MoveSibling1,
22554 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22555 OPC_CheckChild0Integer, 127|128,1,
22556 OPC_CheckChild0TypeI32,
22557 OPC_MoveParent,
22558 OPC_CheckType, MVT::v8i16,
22559 OPC_MoveParent,
22560 OPC_CheckType, MVT::v16i8,
22561 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
22562 MVT::v16i8, 2, 16,
22563 0,
22564 54, TARGET_VAL(ISD::SPLAT_VECTOR),
22565 OPC_CheckChild0Integer, 127|128,1,
22566 OPC_CheckChild0TypeI32,
22567 OPC_MoveSibling1,
22568 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
22569 OPC_Scope, 21,
22570 OPC_RecordChild0,
22571 OPC_MoveChild1,
22572 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22573 OPC_CheckChild0Integer, 0,
22574 OPC_CheckChild0TypeI32,
22575 OPC_MoveParent,
22576 OPC_MoveParent,
22577 OPC_CheckType, MVT::v8i16,
22578 OPC_MoveParent,
22579 OPC_CheckType, MVT::v16i8,
22580 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
22581 MVT::v16i8, 2, 16,
22582 21,
22583 OPC_MoveChild0,
22584 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22585 OPC_CheckChild0Integer, 0,
22586 OPC_CheckChild0TypeI32,
22587 OPC_MoveParent,
22588 OPC_RecordChild1,
22589 OPC_MoveParent,
22590 OPC_CheckType, MVT::v8i16,
22591 OPC_MoveParent,
22592 OPC_CheckType, MVT::v16i8,
22593 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
22594 MVT::v16i8, 2, 16,
22595 0,
22596 0,
22597 0,
22598 47|128,2,
22599 OPC_CheckChild0Integer, 127|128,127|128,3,
22600 OPC_CheckChild0TypeI32,
22601 OPC_MoveSibling1,
22602 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
22603 OPC_Scope, 16|128,1,
22604 OPC_RecordChild0,
22605 OPC_MoveChild1,
22606 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22607 OPC_CheckChild0Integer, 0,
22608 OPC_CheckChild0TypeI32,
22609 OPC_MoveParent,
22610 OPC_MoveParent,
22611 OPC_CheckType, MVT::v4i32,
22612 OPC_MoveSibling1,
22613 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
22614 OPC_MoveChild0,
22615 OPC_SwitchOpcode , 64, TARGET_VAL(ISD::SMAX),
22616 OPC_Scope, 30,
22617 OPC_RecordChild0,
22618 OPC_MoveChild1,
22619 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22620 OPC_CheckChild0Integer, 0,
22621 OPC_CheckChild0TypeI32,
22622 OPC_MoveParent,
22623 OPC_MoveSibling1,
22624 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22625 OPC_CheckChild0Integer, 127|128,127|128,3,
22626 OPC_CheckChild0TypeI32,
22627 OPC_MoveParent,
22628 OPC_CheckType, MVT::v4i32,
22629 OPC_MoveParent,
22630 OPC_CheckType, MVT::v8i16,
22631 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
22632 MVT::v8i16, 2, 16,
22633 30,
22634 OPC_MoveChild0,
22635 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22636 OPC_CheckChild0Integer, 0,
22637 OPC_CheckChild0TypeI32,
22638 OPC_MoveParent,
22639 OPC_RecordChild1,
22640 OPC_MoveSibling1,
22641 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22642 OPC_CheckChild0Integer, 127|128,127|128,3,
22643 OPC_CheckChild0TypeI32,
22644 OPC_MoveParent,
22645 OPC_CheckType, MVT::v4i32,
22646 OPC_MoveParent,
22647 OPC_CheckType, MVT::v8i16,
22648 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
22649 MVT::v8i16, 2, 16,
22650 0,
22651 55, TARGET_VAL(ISD::SPLAT_VECTOR),
22652 OPC_CheckChild0Integer, 127|128,127|128,3,
22653 OPC_CheckChild0TypeI32,
22654 OPC_MoveSibling1,
22655 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
22656 OPC_Scope, 21,
22657 OPC_RecordChild0,
22658 OPC_MoveChild1,
22659 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22660 OPC_CheckChild0Integer, 0,
22661 OPC_CheckChild0TypeI32,
22662 OPC_MoveParent,
22663 OPC_MoveParent,
22664 OPC_CheckType, MVT::v4i32,
22665 OPC_MoveParent,
22666 OPC_CheckType, MVT::v8i16,
22667 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
22668 MVT::v8i16, 2, 16,
22669 21,
22670 OPC_MoveChild0,
22671 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22672 OPC_CheckChild0Integer, 0,
22673 OPC_CheckChild0TypeI32,
22674 OPC_MoveParent,
22675 OPC_RecordChild1,
22676 OPC_MoveParent,
22677 OPC_CheckType, MVT::v4i32,
22678 OPC_MoveParent,
22679 OPC_CheckType, MVT::v8i16,
22680 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
22681 MVT::v8i16, 2, 16,
22682 0,
22683 0,
22684 16|128,1,
22685 OPC_MoveChild0,
22686 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22687 OPC_CheckChild0Integer, 0,
22688 OPC_CheckChild0TypeI32,
22689 OPC_MoveParent,
22690 OPC_RecordChild1,
22691 OPC_MoveParent,
22692 OPC_CheckType, MVT::v4i32,
22693 OPC_MoveSibling1,
22694 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
22695 OPC_MoveChild0,
22696 OPC_SwitchOpcode , 64, TARGET_VAL(ISD::SMAX),
22697 OPC_Scope, 30,
22698 OPC_RecordChild0,
22699 OPC_MoveChild1,
22700 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22701 OPC_CheckChild0Integer, 0,
22702 OPC_CheckChild0TypeI32,
22703 OPC_MoveParent,
22704 OPC_MoveSibling1,
22705 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22706 OPC_CheckChild0Integer, 127|128,127|128,3,
22707 OPC_CheckChild0TypeI32,
22708 OPC_MoveParent,
22709 OPC_CheckType, MVT::v4i32,
22710 OPC_MoveParent,
22711 OPC_CheckType, MVT::v8i16,
22712 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
22713 MVT::v8i16, 2, 16,
22714 30,
22715 OPC_MoveChild0,
22716 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22717 OPC_CheckChild0Integer, 0,
22718 OPC_CheckChild0TypeI32,
22719 OPC_MoveParent,
22720 OPC_RecordChild1,
22721 OPC_MoveSibling1,
22722 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22723 OPC_CheckChild0Integer, 127|128,127|128,3,
22724 OPC_CheckChild0TypeI32,
22725 OPC_MoveParent,
22726 OPC_CheckType, MVT::v4i32,
22727 OPC_MoveParent,
22728 OPC_CheckType, MVT::v8i16,
22729 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
22730 MVT::v8i16, 2, 16,
22731 0,
22732 55, TARGET_VAL(ISD::SPLAT_VECTOR),
22733 OPC_CheckChild0Integer, 127|128,127|128,3,
22734 OPC_CheckChild0TypeI32,
22735 OPC_MoveSibling1,
22736 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
22737 OPC_Scope, 21,
22738 OPC_RecordChild0,
22739 OPC_MoveChild1,
22740 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22741 OPC_CheckChild0Integer, 0,
22742 OPC_CheckChild0TypeI32,
22743 OPC_MoveParent,
22744 OPC_MoveParent,
22745 OPC_CheckType, MVT::v4i32,
22746 OPC_MoveParent,
22747 OPC_CheckType, MVT::v8i16,
22748 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
22749 MVT::v8i16, 2, 16,
22750 21,
22751 OPC_MoveChild0,
22752 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22753 OPC_CheckChild0Integer, 0,
22754 OPC_CheckChild0TypeI32,
22755 OPC_MoveParent,
22756 OPC_RecordChild1,
22757 OPC_MoveParent,
22758 OPC_CheckType, MVT::v4i32,
22759 OPC_MoveParent,
22760 OPC_CheckType, MVT::v8i16,
22761 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
22762 MVT::v8i16, 2, 16,
22763 0,
22764 0,
22765 0,
22766 0,
22767 0,
22768 102|128,9, TARGET_VAL(ISD::SMAX),
22769 OPC_MoveChild0,
22770 OPC_SwitchOpcode , 4|128,5, TARGET_VAL(ISD::SMIN),
22771 OPC_Scope, 81|128,1,
22772 OPC_RecordChild0,
22773 OPC_MoveChild1,
22774 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22775 OPC_Scope, 17|128,1,
22776 OPC_CheckChild0Integer, 127|128,1,
22777 OPC_CheckChild0TypeI32,
22778 OPC_MoveParent,
22779 OPC_MoveSibling1,
22780 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22781 OPC_CheckChild0Integer, 0,
22782 OPC_CheckChild0TypeI32,
22783 OPC_MoveParent,
22784 OPC_CheckType, MVT::v8i16,
22785 OPC_MoveSibling1,
22786 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
22787 OPC_MoveChild0,
22788 OPC_SwitchOpcode , 62, TARGET_VAL(ISD::SMIN),
22789 OPC_Scope, 29,
22790 OPC_RecordChild0,
22791 OPC_MoveChild1,
22792 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22793 OPC_CheckChild0Integer, 127|128,1,
22794 OPC_CheckChild0TypeI32,
22795 OPC_MoveParent,
22796 OPC_MoveSibling1,
22797 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22798 OPC_CheckChild0Integer, 0,
22799 OPC_CheckChild0TypeI32,
22800 OPC_MoveParent,
22801 OPC_CheckType, MVT::v8i16,
22802 OPC_MoveParent,
22803 OPC_CheckType, MVT::v16i8,
22804 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
22805 MVT::v16i8, 2, 16,
22806 29,
22807 OPC_MoveChild0,
22808 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22809 OPC_CheckChild0Integer, 127|128,1,
22810 OPC_CheckChild0TypeI32,
22811 OPC_MoveParent,
22812 OPC_RecordChild1,
22813 OPC_MoveSibling1,
22814 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22815 OPC_CheckChild0Integer, 0,
22816 OPC_CheckChild0TypeI32,
22817 OPC_MoveParent,
22818 OPC_CheckType, MVT::v8i16,
22819 OPC_MoveParent,
22820 OPC_CheckType, MVT::v16i8,
22821 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
22822 MVT::v16i8, 2, 16,
22823 0,
22824 55, TARGET_VAL(ISD::SPLAT_VECTOR),
22825 OPC_CheckChild0Integer, 0,
22826 OPC_CheckChild0TypeI32,
22827 OPC_MoveSibling1,
22828 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
22829 OPC_Scope, 22,
22830 OPC_RecordChild0,
22831 OPC_MoveChild1,
22832 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22833 OPC_CheckChild0Integer, 127|128,1,
22834 OPC_CheckChild0TypeI32,
22835 OPC_MoveParent,
22836 OPC_MoveParent,
22837 OPC_CheckType, MVT::v8i16,
22838 OPC_MoveParent,
22839 OPC_CheckType, MVT::v16i8,
22840 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
22841 MVT::v16i8, 2, 16,
22842 22,
22843 OPC_MoveChild0,
22844 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22845 OPC_CheckChild0Integer, 127|128,1,
22846 OPC_CheckChild0TypeI32,
22847 OPC_MoveParent,
22848 OPC_RecordChild1,
22849 OPC_MoveParent,
22850 OPC_CheckType, MVT::v8i16,
22851 OPC_MoveParent,
22852 OPC_CheckType, MVT::v16i8,
22853 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
22854 MVT::v16i8, 2, 16,
22855 0,
22856 0,
22857 54,
22858 OPC_CheckChild0Integer, 127|128,127|128,3,
22859 OPC_CheckChild0TypeI32,
22860 OPC_MoveParent,
22861 OPC_MoveSibling1,
22862 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22863 OPC_CheckChild0Integer, 0,
22864 OPC_CheckChild0TypeI32,
22865 OPC_MoveParent,
22866 OPC_CheckType, MVT::v4i32,
22867 OPC_MoveSibling1,
22868 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
22869 OPC_MoveChild0,
22870 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
22871 OPC_RecordChild0,
22872 OPC_MoveChild1,
22873 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22874 OPC_CheckChild0Integer, 127|128,127|128,3,
22875 OPC_CheckChild0TypeI32,
22876 OPC_MoveParent,
22877 OPC_MoveSibling1,
22878 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22879 OPC_CheckChild0Integer, 0,
22880 OPC_CheckChild0TypeI32,
22881 OPC_MoveParent,
22882 OPC_CheckType, MVT::v4i32,
22883 OPC_MoveParent,
22884 OPC_CheckType, MVT::v8i16,
22885 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
22886 MVT::v8i16, 2, 16,
22887 0,
22888 22|128,1,
22889 OPC_MoveChild0,
22890 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22891 OPC_CheckChild0Integer, 127|128,1,
22892 OPC_CheckChild0TypeI32,
22893 OPC_MoveParent,
22894 OPC_RecordChild1,
22895 OPC_MoveSibling1,
22896 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22897 OPC_CheckChild0Integer, 0,
22898 OPC_CheckChild0TypeI32,
22899 OPC_MoveParent,
22900 OPC_CheckType, MVT::v8i16,
22901 OPC_MoveSibling1,
22902 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
22903 OPC_MoveChild0,
22904 OPC_SwitchOpcode , 62, TARGET_VAL(ISD::SMIN),
22905 OPC_Scope, 29,
22906 OPC_RecordChild0,
22907 OPC_MoveChild1,
22908 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22909 OPC_CheckChild0Integer, 127|128,1,
22910 OPC_CheckChild0TypeI32,
22911 OPC_MoveParent,
22912 OPC_MoveSibling1,
22913 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22914 OPC_CheckChild0Integer, 0,
22915 OPC_CheckChild0TypeI32,
22916 OPC_MoveParent,
22917 OPC_CheckType, MVT::v8i16,
22918 OPC_MoveParent,
22919 OPC_CheckType, MVT::v16i8,
22920 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
22921 MVT::v16i8, 2, 16,
22922 29,
22923 OPC_MoveChild0,
22924 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22925 OPC_CheckChild0Integer, 127|128,1,
22926 OPC_CheckChild0TypeI32,
22927 OPC_MoveParent,
22928 OPC_RecordChild1,
22929 OPC_MoveSibling1,
22930 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22931 OPC_CheckChild0Integer, 0,
22932 OPC_CheckChild0TypeI32,
22933 OPC_MoveParent,
22934 OPC_CheckType, MVT::v8i16,
22935 OPC_MoveParent,
22936 OPC_CheckType, MVT::v16i8,
22937 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
22938 MVT::v16i8, 2, 16,
22939 0,
22940 55, TARGET_VAL(ISD::SPLAT_VECTOR),
22941 OPC_CheckChild0Integer, 0,
22942 OPC_CheckChild0TypeI32,
22943 OPC_MoveSibling1,
22944 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
22945 OPC_Scope, 22,
22946 OPC_RecordChild0,
22947 OPC_MoveChild1,
22948 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22949 OPC_CheckChild0Integer, 127|128,1,
22950 OPC_CheckChild0TypeI32,
22951 OPC_MoveParent,
22952 OPC_MoveParent,
22953 OPC_CheckType, MVT::v8i16,
22954 OPC_MoveParent,
22955 OPC_CheckType, MVT::v16i8,
22956 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
22957 MVT::v16i8, 2, 16,
22958 22,
22959 OPC_MoveChild0,
22960 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22961 OPC_CheckChild0Integer, 127|128,1,
22962 OPC_CheckChild0TypeI32,
22963 OPC_MoveParent,
22964 OPC_RecordChild1,
22965 OPC_MoveParent,
22966 OPC_CheckType, MVT::v8i16,
22967 OPC_MoveParent,
22968 OPC_CheckType, MVT::v16i8,
22969 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
22970 MVT::v16i8, 2, 16,
22971 0,
22972 0,
22973 121,
22974 OPC_RecordChild0,
22975 OPC_MoveChild1,
22976 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22977 OPC_CheckChild0Integer, 127|128,127|128,3,
22978 OPC_CheckChild0TypeI32,
22979 OPC_MoveParent,
22980 OPC_MoveSibling1,
22981 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22982 OPC_CheckChild0Integer, 0,
22983 OPC_CheckChild0TypeI32,
22984 OPC_MoveParent,
22985 OPC_CheckType, MVT::v4i32,
22986 OPC_MoveSibling1,
22987 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
22988 OPC_MoveChild0,
22989 OPC_SwitchOpcode , 30, TARGET_VAL(ISD::SMIN),
22990 OPC_MoveChild0,
22991 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22992 OPC_CheckChild0Integer, 127|128,127|128,3,
22993 OPC_CheckChild0TypeI32,
22994 OPC_MoveParent,
22995 OPC_RecordChild1,
22996 OPC_MoveSibling1,
22997 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22998 OPC_CheckChild0Integer, 0,
22999 OPC_CheckChild0TypeI32,
23000 OPC_MoveParent,
23001 OPC_CheckType, MVT::v4i32,
23002 OPC_MoveParent,
23003 OPC_CheckType, MVT::v8i16,
23004 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
23005 MVT::v8i16, 2, 16,
23006 57, TARGET_VAL(ISD::SPLAT_VECTOR),
23007 OPC_CheckChild0Integer, 0,
23008 OPC_CheckChild0TypeI32,
23009 OPC_MoveSibling1,
23010 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
23011 OPC_Scope, 23,
23012 OPC_RecordChild0,
23013 OPC_MoveChild1,
23014 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23015 OPC_CheckChild0Integer, 127|128,127|128,3,
23016 OPC_CheckChild0TypeI32,
23017 OPC_MoveParent,
23018 OPC_MoveParent,
23019 OPC_CheckType, MVT::v4i32,
23020 OPC_MoveParent,
23021 OPC_CheckType, MVT::v8i16,
23022 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
23023 MVT::v8i16, 2, 16,
23024 23,
23025 OPC_MoveChild0,
23026 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23027 OPC_CheckChild0Integer, 127|128,127|128,3,
23028 OPC_CheckChild0TypeI32,
23029 OPC_MoveParent,
23030 OPC_RecordChild1,
23031 OPC_MoveParent,
23032 OPC_CheckType, MVT::v4i32,
23033 OPC_MoveParent,
23034 OPC_CheckType, MVT::v8i16,
23035 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
23036 MVT::v8i16, 2, 16,
23037 0,
23038 0,
23039 27|128,1,
23040 OPC_MoveChild0,
23041 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23042 OPC_CheckChild0Integer, 127|128,127|128,3,
23043 OPC_CheckChild0TypeI32,
23044 OPC_MoveParent,
23045 OPC_RecordChild1,
23046 OPC_MoveSibling1,
23047 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23048 OPC_CheckChild0Integer, 0,
23049 OPC_CheckChild0TypeI32,
23050 OPC_MoveParent,
23051 OPC_CheckType, MVT::v4i32,
23052 OPC_MoveSibling1,
23053 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
23054 OPC_MoveChild0,
23055 OPC_SwitchOpcode , 64, TARGET_VAL(ISD::SMIN),
23056 OPC_Scope, 30,
23057 OPC_RecordChild0,
23058 OPC_MoveChild1,
23059 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23060 OPC_CheckChild0Integer, 127|128,127|128,3,
23061 OPC_CheckChild0TypeI32,
23062 OPC_MoveParent,
23063 OPC_MoveSibling1,
23064 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23065 OPC_CheckChild0Integer, 0,
23066 OPC_CheckChild0TypeI32,
23067 OPC_MoveParent,
23068 OPC_CheckType, MVT::v4i32,
23069 OPC_MoveParent,
23070 OPC_CheckType, MVT::v8i16,
23071 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
23072 MVT::v8i16, 2, 16,
23073 30,
23074 OPC_MoveChild0,
23075 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23076 OPC_CheckChild0Integer, 127|128,127|128,3,
23077 OPC_CheckChild0TypeI32,
23078 OPC_MoveParent,
23079 OPC_RecordChild1,
23080 OPC_MoveSibling1,
23081 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23082 OPC_CheckChild0Integer, 0,
23083 OPC_CheckChild0TypeI32,
23084 OPC_MoveParent,
23085 OPC_CheckType, MVT::v4i32,
23086 OPC_MoveParent,
23087 OPC_CheckType, MVT::v8i16,
23088 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
23089 MVT::v8i16, 2, 16,
23090 0,
23091 57, TARGET_VAL(ISD::SPLAT_VECTOR),
23092 OPC_CheckChild0Integer, 0,
23093 OPC_CheckChild0TypeI32,
23094 OPC_MoveSibling1,
23095 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
23096 OPC_Scope, 23,
23097 OPC_RecordChild0,
23098 OPC_MoveChild1,
23099 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23100 OPC_CheckChild0Integer, 127|128,127|128,3,
23101 OPC_CheckChild0TypeI32,
23102 OPC_MoveParent,
23103 OPC_MoveParent,
23104 OPC_CheckType, MVT::v4i32,
23105 OPC_MoveParent,
23106 OPC_CheckType, MVT::v8i16,
23107 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
23108 MVT::v8i16, 2, 16,
23109 23,
23110 OPC_MoveChild0,
23111 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23112 OPC_CheckChild0Integer, 127|128,127|128,3,
23113 OPC_CheckChild0TypeI32,
23114 OPC_MoveParent,
23115 OPC_RecordChild1,
23116 OPC_MoveParent,
23117 OPC_CheckType, MVT::v4i32,
23118 OPC_MoveParent,
23119 OPC_CheckType, MVT::v8i16,
23120 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
23121 MVT::v8i16, 2, 16,
23122 0,
23123 0,
23124 0,
23125 87|128,4, TARGET_VAL(ISD::SPLAT_VECTOR),
23126 OPC_CheckChild0Integer, 0,
23127 OPC_CheckChild0TypeI32,
23128 OPC_MoveSibling1,
23129 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
23130 OPC_Scope, 15|128,1,
23131 OPC_RecordChild0,
23132 OPC_MoveChild1,
23133 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23134 OPC_CheckChild0Integer, 127|128,1,
23135 OPC_CheckChild0TypeI32,
23136 OPC_MoveParent,
23137 OPC_MoveParent,
23138 OPC_CheckType, MVT::v8i16,
23139 OPC_MoveSibling1,
23140 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
23141 OPC_MoveChild0,
23142 OPC_SwitchOpcode , 62, TARGET_VAL(ISD::SMIN),
23143 OPC_Scope, 29,
23144 OPC_RecordChild0,
23145 OPC_MoveChild1,
23146 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23147 OPC_CheckChild0Integer, 127|128,1,
23148 OPC_CheckChild0TypeI32,
23149 OPC_MoveParent,
23150 OPC_MoveSibling1,
23151 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23152 OPC_CheckChild0Integer, 0,
23153 OPC_CheckChild0TypeI32,
23154 OPC_MoveParent,
23155 OPC_CheckType, MVT::v8i16,
23156 OPC_MoveParent,
23157 OPC_CheckType, MVT::v16i8,
23158 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
23159 MVT::v16i8, 2, 16,
23160 29,
23161 OPC_MoveChild0,
23162 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23163 OPC_CheckChild0Integer, 127|128,1,
23164 OPC_CheckChild0TypeI32,
23165 OPC_MoveParent,
23166 OPC_RecordChild1,
23167 OPC_MoveSibling1,
23168 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23169 OPC_CheckChild0Integer, 0,
23170 OPC_CheckChild0TypeI32,
23171 OPC_MoveParent,
23172 OPC_CheckType, MVT::v8i16,
23173 OPC_MoveParent,
23174 OPC_CheckType, MVT::v16i8,
23175 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
23176 MVT::v16i8, 2, 16,
23177 0,
23178 55, TARGET_VAL(ISD::SPLAT_VECTOR),
23179 OPC_CheckChild0Integer, 0,
23180 OPC_CheckChild0TypeI32,
23181 OPC_MoveSibling1,
23182 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
23183 OPC_Scope, 22,
23184 OPC_RecordChild0,
23185 OPC_MoveChild1,
23186 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23187 OPC_CheckChild0Integer, 127|128,1,
23188 OPC_CheckChild0TypeI32,
23189 OPC_MoveParent,
23190 OPC_MoveParent,
23191 OPC_CheckType, MVT::v8i16,
23192 OPC_MoveParent,
23193 OPC_CheckType, MVT::v16i8,
23194 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
23195 MVT::v16i8, 2, 16,
23196 22,
23197 OPC_MoveChild0,
23198 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23199 OPC_CheckChild0Integer, 127|128,1,
23200 OPC_CheckChild0TypeI32,
23201 OPC_MoveParent,
23202 OPC_RecordChild1,
23203 OPC_MoveParent,
23204 OPC_CheckType, MVT::v8i16,
23205 OPC_MoveParent,
23206 OPC_CheckType, MVT::v16i8,
23207 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
23208 MVT::v16i8, 2, 16,
23209 0,
23210 0,
23211 15|128,1,
23212 OPC_MoveChild0,
23213 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23214 OPC_CheckChild0Integer, 127|128,1,
23215 OPC_CheckChild0TypeI32,
23216 OPC_MoveParent,
23217 OPC_RecordChild1,
23218 OPC_MoveParent,
23219 OPC_CheckType, MVT::v8i16,
23220 OPC_MoveSibling1,
23221 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
23222 OPC_MoveChild0,
23223 OPC_SwitchOpcode , 62, TARGET_VAL(ISD::SMIN),
23224 OPC_Scope, 29,
23225 OPC_RecordChild0,
23226 OPC_MoveChild1,
23227 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23228 OPC_CheckChild0Integer, 127|128,1,
23229 OPC_CheckChild0TypeI32,
23230 OPC_MoveParent,
23231 OPC_MoveSibling1,
23232 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23233 OPC_CheckChild0Integer, 0,
23234 OPC_CheckChild0TypeI32,
23235 OPC_MoveParent,
23236 OPC_CheckType, MVT::v8i16,
23237 OPC_MoveParent,
23238 OPC_CheckType, MVT::v16i8,
23239 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
23240 MVT::v16i8, 2, 16,
23241 29,
23242 OPC_MoveChild0,
23243 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23244 OPC_CheckChild0Integer, 127|128,1,
23245 OPC_CheckChild0TypeI32,
23246 OPC_MoveParent,
23247 OPC_RecordChild1,
23248 OPC_MoveSibling1,
23249 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23250 OPC_CheckChild0Integer, 0,
23251 OPC_CheckChild0TypeI32,
23252 OPC_MoveParent,
23253 OPC_CheckType, MVT::v8i16,
23254 OPC_MoveParent,
23255 OPC_CheckType, MVT::v16i8,
23256 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
23257 MVT::v16i8, 2, 16,
23258 0,
23259 55, TARGET_VAL(ISD::SPLAT_VECTOR),
23260 OPC_CheckChild0Integer, 0,
23261 OPC_CheckChild0TypeI32,
23262 OPC_MoveSibling1,
23263 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
23264 OPC_Scope, 22,
23265 OPC_RecordChild0,
23266 OPC_MoveChild1,
23267 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23268 OPC_CheckChild0Integer, 127|128,1,
23269 OPC_CheckChild0TypeI32,
23270 OPC_MoveParent,
23271 OPC_MoveParent,
23272 OPC_CheckType, MVT::v8i16,
23273 OPC_MoveParent,
23274 OPC_CheckType, MVT::v16i8,
23275 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
23276 MVT::v16i8, 2, 16,
23277 22,
23278 OPC_MoveChild0,
23279 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23280 OPC_CheckChild0Integer, 127|128,1,
23281 OPC_CheckChild0TypeI32,
23282 OPC_MoveParent,
23283 OPC_RecordChild1,
23284 OPC_MoveParent,
23285 OPC_CheckType, MVT::v8i16,
23286 OPC_MoveParent,
23287 OPC_CheckType, MVT::v16i8,
23288 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
23289 MVT::v16i8, 2, 16,
23290 0,
23291 0,
23292 20|128,1,
23293 OPC_RecordChild0,
23294 OPC_MoveChild1,
23295 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23296 OPC_CheckChild0Integer, 127|128,127|128,3,
23297 OPC_CheckChild0TypeI32,
23298 OPC_MoveParent,
23299 OPC_MoveParent,
23300 OPC_CheckType, MVT::v4i32,
23301 OPC_MoveSibling1,
23302 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
23303 OPC_MoveChild0,
23304 OPC_SwitchOpcode , 64, TARGET_VAL(ISD::SMIN),
23305 OPC_Scope, 30,
23306 OPC_RecordChild0,
23307 OPC_MoveChild1,
23308 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23309 OPC_CheckChild0Integer, 127|128,127|128,3,
23310 OPC_CheckChild0TypeI32,
23311 OPC_MoveParent,
23312 OPC_MoveSibling1,
23313 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23314 OPC_CheckChild0Integer, 0,
23315 OPC_CheckChild0TypeI32,
23316 OPC_MoveParent,
23317 OPC_CheckType, MVT::v4i32,
23318 OPC_MoveParent,
23319 OPC_CheckType, MVT::v8i16,
23320 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
23321 MVT::v8i16, 2, 16,
23322 30,
23323 OPC_MoveChild0,
23324 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23325 OPC_CheckChild0Integer, 127|128,127|128,3,
23326 OPC_CheckChild0TypeI32,
23327 OPC_MoveParent,
23328 OPC_RecordChild1,
23329 OPC_MoveSibling1,
23330 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23331 OPC_CheckChild0Integer, 0,
23332 OPC_CheckChild0TypeI32,
23333 OPC_MoveParent,
23334 OPC_CheckType, MVT::v4i32,
23335 OPC_MoveParent,
23336 OPC_CheckType, MVT::v8i16,
23337 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
23338 MVT::v8i16, 2, 16,
23339 0,
23340 57, TARGET_VAL(ISD::SPLAT_VECTOR),
23341 OPC_CheckChild0Integer, 0,
23342 OPC_CheckChild0TypeI32,
23343 OPC_MoveSibling1,
23344 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
23345 OPC_Scope, 23,
23346 OPC_RecordChild0,
23347 OPC_MoveChild1,
23348 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23349 OPC_CheckChild0Integer, 127|128,127|128,3,
23350 OPC_CheckChild0TypeI32,
23351 OPC_MoveParent,
23352 OPC_MoveParent,
23353 OPC_CheckType, MVT::v4i32,
23354 OPC_MoveParent,
23355 OPC_CheckType, MVT::v8i16,
23356 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
23357 MVT::v8i16, 2, 16,
23358 23,
23359 OPC_MoveChild0,
23360 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23361 OPC_CheckChild0Integer, 127|128,127|128,3,
23362 OPC_CheckChild0TypeI32,
23363 OPC_MoveParent,
23364 OPC_RecordChild1,
23365 OPC_MoveParent,
23366 OPC_CheckType, MVT::v4i32,
23367 OPC_MoveParent,
23368 OPC_CheckType, MVT::v8i16,
23369 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
23370 MVT::v8i16, 2, 16,
23371 0,
23372 0,
23373 20|128,1,
23374 OPC_MoveChild0,
23375 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23376 OPC_CheckChild0Integer, 127|128,127|128,3,
23377 OPC_CheckChild0TypeI32,
23378 OPC_MoveParent,
23379 OPC_RecordChild1,
23380 OPC_MoveParent,
23381 OPC_CheckType, MVT::v4i32,
23382 OPC_MoveSibling1,
23383 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
23384 OPC_MoveChild0,
23385 OPC_SwitchOpcode , 64, TARGET_VAL(ISD::SMIN),
23386 OPC_Scope, 30,
23387 OPC_RecordChild0,
23388 OPC_MoveChild1,
23389 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23390 OPC_CheckChild0Integer, 127|128,127|128,3,
23391 OPC_CheckChild0TypeI32,
23392 OPC_MoveParent,
23393 OPC_MoveSibling1,
23394 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23395 OPC_CheckChild0Integer, 0,
23396 OPC_CheckChild0TypeI32,
23397 OPC_MoveParent,
23398 OPC_CheckType, MVT::v4i32,
23399 OPC_MoveParent,
23400 OPC_CheckType, MVT::v8i16,
23401 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
23402 MVT::v8i16, 2, 16,
23403 30,
23404 OPC_MoveChild0,
23405 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23406 OPC_CheckChild0Integer, 127|128,127|128,3,
23407 OPC_CheckChild0TypeI32,
23408 OPC_MoveParent,
23409 OPC_RecordChild1,
23410 OPC_MoveSibling1,
23411 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23412 OPC_CheckChild0Integer, 0,
23413 OPC_CheckChild0TypeI32,
23414 OPC_MoveParent,
23415 OPC_CheckType, MVT::v4i32,
23416 OPC_MoveParent,
23417 OPC_CheckType, MVT::v8i16,
23418 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
23419 MVT::v8i16, 2, 16,
23420 0,
23421 57, TARGET_VAL(ISD::SPLAT_VECTOR),
23422 OPC_CheckChild0Integer, 0,
23423 OPC_CheckChild0TypeI32,
23424 OPC_MoveSibling1,
23425 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
23426 OPC_Scope, 23,
23427 OPC_RecordChild0,
23428 OPC_MoveChild1,
23429 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23430 OPC_CheckChild0Integer, 127|128,127|128,3,
23431 OPC_CheckChild0TypeI32,
23432 OPC_MoveParent,
23433 OPC_MoveParent,
23434 OPC_CheckType, MVT::v4i32,
23435 OPC_MoveParent,
23436 OPC_CheckType, MVT::v8i16,
23437 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
23438 MVT::v8i16, 2, 16,
23439 23,
23440 OPC_MoveChild0,
23441 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23442 OPC_CheckChild0Integer, 127|128,127|128,3,
23443 OPC_CheckChild0TypeI32,
23444 OPC_MoveParent,
23445 OPC_RecordChild1,
23446 OPC_MoveParent,
23447 OPC_CheckType, MVT::v4i32,
23448 OPC_MoveParent,
23449 OPC_CheckType, MVT::v8i16,
23450 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
23451 MVT::v8i16, 2, 16,
23452 0,
23453 0,
23454 0,
23455 0,
23456 0,
23457 29,
23458 OPC_RecordChild0,
23459 OPC_SwitchType , 11, MVT::v16i8,
23460 OPC_CheckChild0Type, MVT::v8i16,
23461 OPC_RecordChild1,
23462 OPC_CheckChild1Type, MVT::v8i16,
23463 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
23464 MVT::v16i8, 2, 16,
23465 11, MVT::v8i16,
23466 OPC_CheckChild0Type, MVT::v4i32,
23467 OPC_RecordChild1,
23468 OPC_CheckChild1Type, MVT::v4i32,
23469 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
23470 MVT::v8i16, 2, 16,
23471 0,
23472 0,
23473 122|128,2, TARGET_VAL(ISD::BUILD_VECTOR),
23474 OPC_RecordChild0,
23475 OPC_MoveChild0,
23476 OPC_SwitchOpcode , 47|128,2, TARGET_VAL(ISD::Constant),
23477 OPC_SwitchType , 22|128,2, MVT::i32,
23478 OPC_Scope, 36|128,1,
23479 OPC_CheckPredicate, 10,
23480 OPC_MoveSibling1,
23481 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23482 OPC_RecordNode,
23483 OPC_CheckPredicate, 10,
23484 OPC_CheckTypeI32,
23485 OPC_MoveSibling2,
23486 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23487 OPC_RecordNode,
23488 OPC_CheckPredicate, 10,
23489 OPC_CheckTypeI32,
23490 OPC_MoveSibling3,
23491 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23492 OPC_RecordNode,
23493 OPC_CheckPredicate, 10,
23494 OPC_CheckTypeI32,
23495 OPC_MoveSibling4,
23496 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23497 OPC_RecordNode,
23498 OPC_CheckPredicate, 10,
23499 OPC_CheckTypeI32,
23500 OPC_MoveSibling5,
23501 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23502 OPC_RecordNode,
23503 OPC_CheckPredicate, 10,
23504 OPC_CheckTypeI32,
23505 OPC_MoveSibling6,
23506 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23507 OPC_RecordNode,
23508 OPC_CheckPredicate, 10,
23509 OPC_CheckTypeI32,
23510 OPC_MoveSibling7,
23511 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23512 OPC_RecordNode,
23513 OPC_CheckPredicate, 10,
23514 OPC_CheckTypeI32,
23515 OPC_MoveSibling, 8,
23516 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23517 OPC_RecordNode,
23518 OPC_CheckPredicate, 10,
23519 OPC_CheckTypeI32,
23520 OPC_MoveSibling, 9,
23521 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23522 OPC_RecordNode,
23523 OPC_CheckPredicate, 10,
23524 OPC_CheckTypeI32,
23525 OPC_MoveSibling, 10,
23526 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23527 OPC_RecordNode,
23528 OPC_CheckPredicate, 10,
23529 OPC_CheckTypeI32,
23530 OPC_MoveSibling, 11,
23531 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23532 OPC_RecordNode,
23533 OPC_CheckPredicate, 10,
23534 OPC_CheckTypeI32,
23535 OPC_MoveSibling, 12,
23536 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23537 OPC_RecordNode,
23538 OPC_CheckPredicate, 10,
23539 OPC_CheckTypeI32,
23540 OPC_MoveSibling, 13,
23541 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23542 OPC_RecordNode,
23543 OPC_CheckPredicate, 10,
23544 OPC_CheckTypeI32,
23545 OPC_MoveSibling, 14,
23546 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23547 OPC_RecordNode,
23548 OPC_CheckPredicate, 10,
23549 OPC_CheckTypeI32,
23550 OPC_MoveSibling, 15,
23551 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23552 OPC_RecordNode,
23553 OPC_CheckPredicate, 10,
23554 OPC_CheckTypeI32,
23555 OPC_MoveParent,
23556 OPC_CheckType, MVT::v16i8,
23557 OPC_CheckPatternPredicate0,
23558 OPC_EmitConvertToTarget0,
23559 OPC_EmitConvertToTarget1,
23560 OPC_EmitConvertToTarget2,
23561 OPC_EmitConvertToTarget3,
23562 OPC_EmitConvertToTarget4,
23563 OPC_EmitConvertToTarget5,
23564 OPC_EmitConvertToTarget6,
23565 OPC_EmitConvertToTarget7,
23566 OPC_EmitConvertToTarget, 8,
23567 OPC_EmitConvertToTarget, 9,
23568 OPC_EmitConvertToTarget, 10,
23569 OPC_EmitConvertToTarget, 11,
23570 OPC_EmitConvertToTarget, 12,
23571 OPC_EmitConvertToTarget, 13,
23572 OPC_EmitConvertToTarget, 14,
23573 OPC_EmitConvertToTarget, 15,
23574 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_V128_I8x16),
23575 MVT::v16i8, 16, 121,
23576 76,
23577 OPC_CheckPredicate, 19,
23578 OPC_MoveSibling1,
23579 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23580 OPC_RecordNode,
23581 OPC_CheckPredicate, 19,
23582 OPC_CheckTypeI32,
23583 OPC_MoveSibling2,
23584 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23585 OPC_RecordNode,
23586 OPC_CheckPredicate, 19,
23587 OPC_CheckTypeI32,
23588 OPC_MoveSibling3,
23589 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23590 OPC_RecordNode,
23591 OPC_CheckPredicate, 19,
23592 OPC_CheckTypeI32,
23593 OPC_MoveSibling4,
23594 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23595 OPC_RecordNode,
23596 OPC_CheckPredicate, 19,
23597 OPC_CheckTypeI32,
23598 OPC_MoveSibling5,
23599 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23600 OPC_RecordNode,
23601 OPC_CheckPredicate, 19,
23602 OPC_CheckTypeI32,
23603 OPC_MoveSibling6,
23604 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23605 OPC_RecordNode,
23606 OPC_CheckPredicate, 19,
23607 OPC_CheckTypeI32,
23608 OPC_MoveSibling7,
23609 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23610 OPC_RecordNode,
23611 OPC_CheckPredicate, 19,
23612 OPC_CheckTypeI32,
23613 OPC_MoveParent,
23614 OPC_CheckType, MVT::v8i16,
23615 OPC_CheckPatternPredicate0,
23616 OPC_EmitConvertToTarget0,
23617 OPC_EmitConvertToTarget1,
23618 OPC_EmitConvertToTarget2,
23619 OPC_EmitConvertToTarget3,
23620 OPC_EmitConvertToTarget4,
23621 OPC_EmitConvertToTarget5,
23622 OPC_EmitConvertToTarget6,
23623 OPC_EmitConvertToTarget7,
23624 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_V128_I16x8),
23625 MVT::v8i16, 8, 97,
23626 32,
23627 OPC_MoveSibling1,
23628 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23629 OPC_RecordNode,
23630 OPC_CheckTypeI32,
23631 OPC_MoveSibling2,
23632 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23633 OPC_RecordNode,
23634 OPC_CheckTypeI32,
23635 OPC_MoveSibling3,
23636 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23637 OPC_RecordNode,
23638 OPC_CheckTypeI32,
23639 OPC_MoveParent,
23640 OPC_CheckType, MVT::v4i32,
23641 OPC_CheckPatternPredicate0,
23642 OPC_EmitConvertToTarget0,
23643 OPC_EmitConvertToTarget1,
23644 OPC_EmitConvertToTarget2,
23645 OPC_EmitConvertToTarget3,
23646 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_V128_I32x4),
23647 MVT::v4i32, 4, 85,
23648 0,
23649 18, MVT::i64,
23650 OPC_MoveSibling1,
23651 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23652 OPC_RecordNode,
23653 OPC_CheckTypeI64,
23654 OPC_MoveParent,
23655 OPC_CheckType, MVT::v2i64,
23656 OPC_CheckPatternPredicate0,
23657 OPC_EmitConvertToTarget0,
23658 OPC_EmitConvertToTarget1,
23659 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_V128_I64x2),
23660 MVT::v2i64, 2, 54,
23661 0,
23662 64, TARGET_VAL(ISD::ConstantFP),
23663 OPC_SwitchType , 37, MVT::f32,
23664 OPC_MoveSibling1,
23665 OPC_CheckOpcode, TARGET_VAL(ISD::ConstantFP),
23666 OPC_RecordNode,
23667 OPC_CheckType, MVT::f32,
23668 OPC_MoveSibling2,
23669 OPC_CheckOpcode, TARGET_VAL(ISD::ConstantFP),
23670 OPC_RecordNode,
23671 OPC_CheckType, MVT::f32,
23672 OPC_MoveSibling3,
23673 OPC_CheckOpcode, TARGET_VAL(ISD::ConstantFP),
23674 OPC_RecordNode,
23675 OPC_CheckType, MVT::f32,
23676 OPC_MoveParent,
23677 OPC_CheckType, 11|128,1,
23678 OPC_CheckPatternPredicate0,
23679 OPC_EmitConvertToTarget0,
23680 OPC_EmitConvertToTarget1,
23681 OPC_EmitConvertToTarget2,
23682 OPC_EmitConvertToTarget3,
23683 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_V128_F32x4),
23684 11|128,1, 4, 85,
23685 21, MVT::f64,
23686 OPC_MoveSibling1,
23687 OPC_CheckOpcode, TARGET_VAL(ISD::ConstantFP),
23688 OPC_RecordNode,
23689 OPC_CheckType, MVT::f64,
23690 OPC_MoveParent,
23691 OPC_CheckType, 29|128,1,
23692 OPC_CheckPatternPredicate0,
23693 OPC_EmitConvertToTarget0,
23694 OPC_EmitConvertToTarget1,
23695 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_V128_F64x2),
23696 29|128,1, 2, 54,
23697 0,
23698 0,
23699 2|128,17, TARGET_VAL(WebAssemblyISD::SHUFFLE),
23700 OPC_RecordChild0,
23701 OPC_Scope, 51|128,2,
23702 OPC_CheckChild0Type, MVT::v16i8,
23703 OPC_RecordChild1,
23704 OPC_CheckChild1Type, MVT::v16i8,
23705 OPC_RecordChild2,
23706 OPC_MoveChild2,
23707 OPC_SwitchOpcode , 25|128,1, TARGET_VAL(ISD::Constant),
23708 OPC_CheckPredicate0,
23709 OPC_CheckTypeI32,
23710 OPC_MoveSibling3,
23711 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23712 OPC_RecordNode,
23713 OPC_CheckPredicate0,
23714 OPC_CheckTypeI32,
23715 OPC_MoveSibling4,
23716 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23717 OPC_RecordNode,
23718 OPC_CheckPredicate0,
23719 OPC_CheckTypeI32,
23720 OPC_MoveSibling5,
23721 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23722 OPC_RecordNode,
23723 OPC_CheckPredicate0,
23724 OPC_CheckTypeI32,
23725 OPC_MoveSibling6,
23726 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23727 OPC_RecordNode,
23728 OPC_CheckPredicate0,
23729 OPC_CheckTypeI32,
23730 OPC_MoveSibling7,
23731 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23732 OPC_RecordNode,
23733 OPC_CheckPredicate0,
23734 OPC_CheckTypeI32,
23735 OPC_MoveSibling, 8,
23736 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23737 OPC_RecordNode,
23738 OPC_CheckPredicate0,
23739 OPC_CheckTypeI32,
23740 OPC_MoveSibling, 9,
23741 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23742 OPC_RecordNode,
23743 OPC_CheckPredicate0,
23744 OPC_CheckTypeI32,
23745 OPC_MoveSibling, 10,
23746 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23747 OPC_RecordNode,
23748 OPC_CheckPredicate0,
23749 OPC_CheckTypeI32,
23750 OPC_MoveSibling, 11,
23751 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23752 OPC_RecordNode,
23753 OPC_CheckPredicate0,
23754 OPC_CheckTypeI32,
23755 OPC_MoveSibling, 12,
23756 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23757 OPC_RecordNode,
23758 OPC_CheckPredicate0,
23759 OPC_CheckTypeI32,
23760 OPC_MoveSibling, 13,
23761 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23762 OPC_RecordNode,
23763 OPC_CheckPredicate0,
23764 OPC_CheckTypeI32,
23765 OPC_MoveSibling, 14,
23766 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23767 OPC_RecordNode,
23768 OPC_CheckPredicate0,
23769 OPC_CheckTypeI32,
23770 OPC_MoveSibling, 15,
23771 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23772 OPC_RecordNode,
23773 OPC_CheckPredicate0,
23774 OPC_CheckTypeI32,
23775 OPC_MoveSibling, 16,
23776 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23777 OPC_RecordNode,
23778 OPC_CheckPredicate0,
23779 OPC_CheckTypeI32,
23780 OPC_MoveSibling, 17,
23781 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23782 OPC_RecordNode,
23783 OPC_CheckPredicate0,
23784 OPC_CheckTypeI32,
23785 OPC_MoveParent,
23786 OPC_CheckType, MVT::v16i8,
23787 OPC_EmitConvertToTarget2,
23788 OPC_EmitConvertToTarget3,
23789 OPC_EmitConvertToTarget4,
23790 OPC_EmitConvertToTarget5,
23791 OPC_EmitConvertToTarget6,
23792 OPC_EmitConvertToTarget7,
23793 OPC_EmitConvertToTarget, 8,
23794 OPC_EmitConvertToTarget, 9,
23795 OPC_EmitConvertToTarget, 10,
23796 OPC_EmitConvertToTarget, 11,
23797 OPC_EmitConvertToTarget, 12,
23798 OPC_EmitConvertToTarget, 13,
23799 OPC_EmitConvertToTarget, 14,
23800 OPC_EmitConvertToTarget, 15,
23801 OPC_EmitConvertToTarget, 16,
23802 OPC_EmitConvertToTarget, 17,
23803 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHUFFLE),
23804 MVT::v16i8, 18, 9|128,1,
23805 9|128,1, TARGET_VAL(ISD::TargetConstant),
23806 OPC_CheckTypeI32,
23807 OPC_MoveSibling3,
23808 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23809 OPC_RecordNode,
23810 OPC_CheckTypeI32,
23811 OPC_MoveSibling4,
23812 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23813 OPC_RecordNode,
23814 OPC_CheckTypeI32,
23815 OPC_MoveSibling5,
23816 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23817 OPC_RecordNode,
23818 OPC_CheckTypeI32,
23819 OPC_MoveSibling6,
23820 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23821 OPC_RecordNode,
23822 OPC_CheckTypeI32,
23823 OPC_MoveSibling7,
23824 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23825 OPC_RecordNode,
23826 OPC_CheckTypeI32,
23827 OPC_MoveSibling, 8,
23828 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23829 OPC_RecordNode,
23830 OPC_CheckTypeI32,
23831 OPC_MoveSibling, 9,
23832 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23833 OPC_RecordNode,
23834 OPC_CheckTypeI32,
23835 OPC_MoveSibling, 10,
23836 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23837 OPC_RecordNode,
23838 OPC_CheckTypeI32,
23839 OPC_MoveSibling, 11,
23840 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23841 OPC_RecordNode,
23842 OPC_CheckTypeI32,
23843 OPC_MoveSibling, 12,
23844 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23845 OPC_RecordNode,
23846 OPC_CheckTypeI32,
23847 OPC_MoveSibling, 13,
23848 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23849 OPC_RecordNode,
23850 OPC_CheckTypeI32,
23851 OPC_MoveSibling, 14,
23852 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23853 OPC_RecordNode,
23854 OPC_CheckTypeI32,
23855 OPC_MoveSibling, 15,
23856 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23857 OPC_RecordNode,
23858 OPC_CheckTypeI32,
23859 OPC_MoveSibling, 16,
23860 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23861 OPC_RecordNode,
23862 OPC_CheckTypeI32,
23863 OPC_MoveSibling, 17,
23864 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23865 OPC_RecordNode,
23866 OPC_CheckTypeI32,
23867 OPC_MoveParent,
23868 OPC_CheckType, MVT::v16i8,
23869 OPC_EmitConvertToTarget2,
23870 OPC_EmitConvertToTarget3,
23871 OPC_EmitConvertToTarget4,
23872 OPC_EmitConvertToTarget5,
23873 OPC_EmitConvertToTarget6,
23874 OPC_EmitConvertToTarget7,
23875 OPC_EmitConvertToTarget, 8,
23876 OPC_EmitConvertToTarget, 9,
23877 OPC_EmitConvertToTarget, 10,
23878 OPC_EmitConvertToTarget, 11,
23879 OPC_EmitConvertToTarget, 12,
23880 OPC_EmitConvertToTarget, 13,
23881 OPC_EmitConvertToTarget, 14,
23882 OPC_EmitConvertToTarget, 15,
23883 OPC_EmitConvertToTarget, 16,
23884 OPC_EmitConvertToTarget, 17,
23885 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHUFFLE),
23886 MVT::v16i8, 18, 9|128,1,
23887 0,
23888 51|128,2,
23889 OPC_CheckChild0Type, MVT::v8i16,
23890 OPC_RecordChild1,
23891 OPC_CheckChild1Type, MVT::v8i16,
23892 OPC_RecordChild2,
23893 OPC_MoveChild2,
23894 OPC_SwitchOpcode , 25|128,1, TARGET_VAL(ISD::Constant),
23895 OPC_CheckPredicate0,
23896 OPC_CheckTypeI32,
23897 OPC_MoveSibling3,
23898 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23899 OPC_RecordNode,
23900 OPC_CheckPredicate0,
23901 OPC_CheckTypeI32,
23902 OPC_MoveSibling4,
23903 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23904 OPC_RecordNode,
23905 OPC_CheckPredicate0,
23906 OPC_CheckTypeI32,
23907 OPC_MoveSibling5,
23908 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23909 OPC_RecordNode,
23910 OPC_CheckPredicate0,
23911 OPC_CheckTypeI32,
23912 OPC_MoveSibling6,
23913 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23914 OPC_RecordNode,
23915 OPC_CheckPredicate0,
23916 OPC_CheckTypeI32,
23917 OPC_MoveSibling7,
23918 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23919 OPC_RecordNode,
23920 OPC_CheckPredicate0,
23921 OPC_CheckTypeI32,
23922 OPC_MoveSibling, 8,
23923 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23924 OPC_RecordNode,
23925 OPC_CheckPredicate0,
23926 OPC_CheckTypeI32,
23927 OPC_MoveSibling, 9,
23928 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23929 OPC_RecordNode,
23930 OPC_CheckPredicate0,
23931 OPC_CheckTypeI32,
23932 OPC_MoveSibling, 10,
23933 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23934 OPC_RecordNode,
23935 OPC_CheckPredicate0,
23936 OPC_CheckTypeI32,
23937 OPC_MoveSibling, 11,
23938 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23939 OPC_RecordNode,
23940 OPC_CheckPredicate0,
23941 OPC_CheckTypeI32,
23942 OPC_MoveSibling, 12,
23943 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23944 OPC_RecordNode,
23945 OPC_CheckPredicate0,
23946 OPC_CheckTypeI32,
23947 OPC_MoveSibling, 13,
23948 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23949 OPC_RecordNode,
23950 OPC_CheckPredicate0,
23951 OPC_CheckTypeI32,
23952 OPC_MoveSibling, 14,
23953 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23954 OPC_RecordNode,
23955 OPC_CheckPredicate0,
23956 OPC_CheckTypeI32,
23957 OPC_MoveSibling, 15,
23958 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23959 OPC_RecordNode,
23960 OPC_CheckPredicate0,
23961 OPC_CheckTypeI32,
23962 OPC_MoveSibling, 16,
23963 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23964 OPC_RecordNode,
23965 OPC_CheckPredicate0,
23966 OPC_CheckTypeI32,
23967 OPC_MoveSibling, 17,
23968 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23969 OPC_RecordNode,
23970 OPC_CheckPredicate0,
23971 OPC_CheckTypeI32,
23972 OPC_MoveParent,
23973 OPC_CheckType, MVT::v8i16,
23974 OPC_EmitConvertToTarget2,
23975 OPC_EmitConvertToTarget3,
23976 OPC_EmitConvertToTarget4,
23977 OPC_EmitConvertToTarget5,
23978 OPC_EmitConvertToTarget6,
23979 OPC_EmitConvertToTarget7,
23980 OPC_EmitConvertToTarget, 8,
23981 OPC_EmitConvertToTarget, 9,
23982 OPC_EmitConvertToTarget, 10,
23983 OPC_EmitConvertToTarget, 11,
23984 OPC_EmitConvertToTarget, 12,
23985 OPC_EmitConvertToTarget, 13,
23986 OPC_EmitConvertToTarget, 14,
23987 OPC_EmitConvertToTarget, 15,
23988 OPC_EmitConvertToTarget, 16,
23989 OPC_EmitConvertToTarget, 17,
23990 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHUFFLE),
23991 MVT::v8i16, 18, 9|128,1,
23992 9|128,1, TARGET_VAL(ISD::TargetConstant),
23993 OPC_CheckTypeI32,
23994 OPC_MoveSibling3,
23995 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23996 OPC_RecordNode,
23997 OPC_CheckTypeI32,
23998 OPC_MoveSibling4,
23999 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24000 OPC_RecordNode,
24001 OPC_CheckTypeI32,
24002 OPC_MoveSibling5,
24003 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24004 OPC_RecordNode,
24005 OPC_CheckTypeI32,
24006 OPC_MoveSibling6,
24007 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24008 OPC_RecordNode,
24009 OPC_CheckTypeI32,
24010 OPC_MoveSibling7,
24011 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24012 OPC_RecordNode,
24013 OPC_CheckTypeI32,
24014 OPC_MoveSibling, 8,
24015 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24016 OPC_RecordNode,
24017 OPC_CheckTypeI32,
24018 OPC_MoveSibling, 9,
24019 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24020 OPC_RecordNode,
24021 OPC_CheckTypeI32,
24022 OPC_MoveSibling, 10,
24023 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24024 OPC_RecordNode,
24025 OPC_CheckTypeI32,
24026 OPC_MoveSibling, 11,
24027 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24028 OPC_RecordNode,
24029 OPC_CheckTypeI32,
24030 OPC_MoveSibling, 12,
24031 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24032 OPC_RecordNode,
24033 OPC_CheckTypeI32,
24034 OPC_MoveSibling, 13,
24035 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24036 OPC_RecordNode,
24037 OPC_CheckTypeI32,
24038 OPC_MoveSibling, 14,
24039 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24040 OPC_RecordNode,
24041 OPC_CheckTypeI32,
24042 OPC_MoveSibling, 15,
24043 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24044 OPC_RecordNode,
24045 OPC_CheckTypeI32,
24046 OPC_MoveSibling, 16,
24047 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24048 OPC_RecordNode,
24049 OPC_CheckTypeI32,
24050 OPC_MoveSibling, 17,
24051 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24052 OPC_RecordNode,
24053 OPC_CheckTypeI32,
24054 OPC_MoveParent,
24055 OPC_CheckType, MVT::v8i16,
24056 OPC_EmitConvertToTarget2,
24057 OPC_EmitConvertToTarget3,
24058 OPC_EmitConvertToTarget4,
24059 OPC_EmitConvertToTarget5,
24060 OPC_EmitConvertToTarget6,
24061 OPC_EmitConvertToTarget7,
24062 OPC_EmitConvertToTarget, 8,
24063 OPC_EmitConvertToTarget, 9,
24064 OPC_EmitConvertToTarget, 10,
24065 OPC_EmitConvertToTarget, 11,
24066 OPC_EmitConvertToTarget, 12,
24067 OPC_EmitConvertToTarget, 13,
24068 OPC_EmitConvertToTarget, 14,
24069 OPC_EmitConvertToTarget, 15,
24070 OPC_EmitConvertToTarget, 16,
24071 OPC_EmitConvertToTarget, 17,
24072 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHUFFLE),
24073 MVT::v8i16, 18, 9|128,1,
24074 0,
24075 51|128,2,
24076 OPC_CheckChild0Type, MVT::v4i32,
24077 OPC_RecordChild1,
24078 OPC_CheckChild1Type, MVT::v4i32,
24079 OPC_RecordChild2,
24080 OPC_MoveChild2,
24081 OPC_SwitchOpcode , 25|128,1, TARGET_VAL(ISD::Constant),
24082 OPC_CheckPredicate0,
24083 OPC_CheckTypeI32,
24084 OPC_MoveSibling3,
24085 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24086 OPC_RecordNode,
24087 OPC_CheckPredicate0,
24088 OPC_CheckTypeI32,
24089 OPC_MoveSibling4,
24090 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24091 OPC_RecordNode,
24092 OPC_CheckPredicate0,
24093 OPC_CheckTypeI32,
24094 OPC_MoveSibling5,
24095 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24096 OPC_RecordNode,
24097 OPC_CheckPredicate0,
24098 OPC_CheckTypeI32,
24099 OPC_MoveSibling6,
24100 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24101 OPC_RecordNode,
24102 OPC_CheckPredicate0,
24103 OPC_CheckTypeI32,
24104 OPC_MoveSibling7,
24105 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24106 OPC_RecordNode,
24107 OPC_CheckPredicate0,
24108 OPC_CheckTypeI32,
24109 OPC_MoveSibling, 8,
24110 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24111 OPC_RecordNode,
24112 OPC_CheckPredicate0,
24113 OPC_CheckTypeI32,
24114 OPC_MoveSibling, 9,
24115 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24116 OPC_RecordNode,
24117 OPC_CheckPredicate0,
24118 OPC_CheckTypeI32,
24119 OPC_MoveSibling, 10,
24120 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24121 OPC_RecordNode,
24122 OPC_CheckPredicate0,
24123 OPC_CheckTypeI32,
24124 OPC_MoveSibling, 11,
24125 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24126 OPC_RecordNode,
24127 OPC_CheckPredicate0,
24128 OPC_CheckTypeI32,
24129 OPC_MoveSibling, 12,
24130 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24131 OPC_RecordNode,
24132 OPC_CheckPredicate0,
24133 OPC_CheckTypeI32,
24134 OPC_MoveSibling, 13,
24135 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24136 OPC_RecordNode,
24137 OPC_CheckPredicate0,
24138 OPC_CheckTypeI32,
24139 OPC_MoveSibling, 14,
24140 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24141 OPC_RecordNode,
24142 OPC_CheckPredicate0,
24143 OPC_CheckTypeI32,
24144 OPC_MoveSibling, 15,
24145 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24146 OPC_RecordNode,
24147 OPC_CheckPredicate0,
24148 OPC_CheckTypeI32,
24149 OPC_MoveSibling, 16,
24150 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24151 OPC_RecordNode,
24152 OPC_CheckPredicate0,
24153 OPC_CheckTypeI32,
24154 OPC_MoveSibling, 17,
24155 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24156 OPC_RecordNode,
24157 OPC_CheckPredicate0,
24158 OPC_CheckTypeI32,
24159 OPC_MoveParent,
24160 OPC_CheckType, MVT::v4i32,
24161 OPC_EmitConvertToTarget2,
24162 OPC_EmitConvertToTarget3,
24163 OPC_EmitConvertToTarget4,
24164 OPC_EmitConvertToTarget5,
24165 OPC_EmitConvertToTarget6,
24166 OPC_EmitConvertToTarget7,
24167 OPC_EmitConvertToTarget, 8,
24168 OPC_EmitConvertToTarget, 9,
24169 OPC_EmitConvertToTarget, 10,
24170 OPC_EmitConvertToTarget, 11,
24171 OPC_EmitConvertToTarget, 12,
24172 OPC_EmitConvertToTarget, 13,
24173 OPC_EmitConvertToTarget, 14,
24174 OPC_EmitConvertToTarget, 15,
24175 OPC_EmitConvertToTarget, 16,
24176 OPC_EmitConvertToTarget, 17,
24177 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHUFFLE),
24178 MVT::v4i32, 18, 9|128,1,
24179 9|128,1, TARGET_VAL(ISD::TargetConstant),
24180 OPC_CheckTypeI32,
24181 OPC_MoveSibling3,
24182 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24183 OPC_RecordNode,
24184 OPC_CheckTypeI32,
24185 OPC_MoveSibling4,
24186 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24187 OPC_RecordNode,
24188 OPC_CheckTypeI32,
24189 OPC_MoveSibling5,
24190 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24191 OPC_RecordNode,
24192 OPC_CheckTypeI32,
24193 OPC_MoveSibling6,
24194 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24195 OPC_RecordNode,
24196 OPC_CheckTypeI32,
24197 OPC_MoveSibling7,
24198 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24199 OPC_RecordNode,
24200 OPC_CheckTypeI32,
24201 OPC_MoveSibling, 8,
24202 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24203 OPC_RecordNode,
24204 OPC_CheckTypeI32,
24205 OPC_MoveSibling, 9,
24206 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24207 OPC_RecordNode,
24208 OPC_CheckTypeI32,
24209 OPC_MoveSibling, 10,
24210 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24211 OPC_RecordNode,
24212 OPC_CheckTypeI32,
24213 OPC_MoveSibling, 11,
24214 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24215 OPC_RecordNode,
24216 OPC_CheckTypeI32,
24217 OPC_MoveSibling, 12,
24218 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24219 OPC_RecordNode,
24220 OPC_CheckTypeI32,
24221 OPC_MoveSibling, 13,
24222 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24223 OPC_RecordNode,
24224 OPC_CheckTypeI32,
24225 OPC_MoveSibling, 14,
24226 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24227 OPC_RecordNode,
24228 OPC_CheckTypeI32,
24229 OPC_MoveSibling, 15,
24230 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24231 OPC_RecordNode,
24232 OPC_CheckTypeI32,
24233 OPC_MoveSibling, 16,
24234 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24235 OPC_RecordNode,
24236 OPC_CheckTypeI32,
24237 OPC_MoveSibling, 17,
24238 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24239 OPC_RecordNode,
24240 OPC_CheckTypeI32,
24241 OPC_MoveParent,
24242 OPC_CheckType, MVT::v4i32,
24243 OPC_EmitConvertToTarget2,
24244 OPC_EmitConvertToTarget3,
24245 OPC_EmitConvertToTarget4,
24246 OPC_EmitConvertToTarget5,
24247 OPC_EmitConvertToTarget6,
24248 OPC_EmitConvertToTarget7,
24249 OPC_EmitConvertToTarget, 8,
24250 OPC_EmitConvertToTarget, 9,
24251 OPC_EmitConvertToTarget, 10,
24252 OPC_EmitConvertToTarget, 11,
24253 OPC_EmitConvertToTarget, 12,
24254 OPC_EmitConvertToTarget, 13,
24255 OPC_EmitConvertToTarget, 14,
24256 OPC_EmitConvertToTarget, 15,
24257 OPC_EmitConvertToTarget, 16,
24258 OPC_EmitConvertToTarget, 17,
24259 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHUFFLE),
24260 MVT::v4i32, 18, 9|128,1,
24261 0,
24262 51|128,2,
24263 OPC_CheckChild0Type, MVT::v2i64,
24264 OPC_RecordChild1,
24265 OPC_CheckChild1Type, MVT::v2i64,
24266 OPC_RecordChild2,
24267 OPC_MoveChild2,
24268 OPC_SwitchOpcode , 25|128,1, TARGET_VAL(ISD::Constant),
24269 OPC_CheckPredicate0,
24270 OPC_CheckTypeI32,
24271 OPC_MoveSibling3,
24272 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24273 OPC_RecordNode,
24274 OPC_CheckPredicate0,
24275 OPC_CheckTypeI32,
24276 OPC_MoveSibling4,
24277 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24278 OPC_RecordNode,
24279 OPC_CheckPredicate0,
24280 OPC_CheckTypeI32,
24281 OPC_MoveSibling5,
24282 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24283 OPC_RecordNode,
24284 OPC_CheckPredicate0,
24285 OPC_CheckTypeI32,
24286 OPC_MoveSibling6,
24287 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24288 OPC_RecordNode,
24289 OPC_CheckPredicate0,
24290 OPC_CheckTypeI32,
24291 OPC_MoveSibling7,
24292 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24293 OPC_RecordNode,
24294 OPC_CheckPredicate0,
24295 OPC_CheckTypeI32,
24296 OPC_MoveSibling, 8,
24297 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24298 OPC_RecordNode,
24299 OPC_CheckPredicate0,
24300 OPC_CheckTypeI32,
24301 OPC_MoveSibling, 9,
24302 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24303 OPC_RecordNode,
24304 OPC_CheckPredicate0,
24305 OPC_CheckTypeI32,
24306 OPC_MoveSibling, 10,
24307 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24308 OPC_RecordNode,
24309 OPC_CheckPredicate0,
24310 OPC_CheckTypeI32,
24311 OPC_MoveSibling, 11,
24312 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24313 OPC_RecordNode,
24314 OPC_CheckPredicate0,
24315 OPC_CheckTypeI32,
24316 OPC_MoveSibling, 12,
24317 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24318 OPC_RecordNode,
24319 OPC_CheckPredicate0,
24320 OPC_CheckTypeI32,
24321 OPC_MoveSibling, 13,
24322 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24323 OPC_RecordNode,
24324 OPC_CheckPredicate0,
24325 OPC_CheckTypeI32,
24326 OPC_MoveSibling, 14,
24327 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24328 OPC_RecordNode,
24329 OPC_CheckPredicate0,
24330 OPC_CheckTypeI32,
24331 OPC_MoveSibling, 15,
24332 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24333 OPC_RecordNode,
24334 OPC_CheckPredicate0,
24335 OPC_CheckTypeI32,
24336 OPC_MoveSibling, 16,
24337 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24338 OPC_RecordNode,
24339 OPC_CheckPredicate0,
24340 OPC_CheckTypeI32,
24341 OPC_MoveSibling, 17,
24342 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24343 OPC_RecordNode,
24344 OPC_CheckPredicate0,
24345 OPC_CheckTypeI32,
24346 OPC_MoveParent,
24347 OPC_CheckType, MVT::v2i64,
24348 OPC_EmitConvertToTarget2,
24349 OPC_EmitConvertToTarget3,
24350 OPC_EmitConvertToTarget4,
24351 OPC_EmitConvertToTarget5,
24352 OPC_EmitConvertToTarget6,
24353 OPC_EmitConvertToTarget7,
24354 OPC_EmitConvertToTarget, 8,
24355 OPC_EmitConvertToTarget, 9,
24356 OPC_EmitConvertToTarget, 10,
24357 OPC_EmitConvertToTarget, 11,
24358 OPC_EmitConvertToTarget, 12,
24359 OPC_EmitConvertToTarget, 13,
24360 OPC_EmitConvertToTarget, 14,
24361 OPC_EmitConvertToTarget, 15,
24362 OPC_EmitConvertToTarget, 16,
24363 OPC_EmitConvertToTarget, 17,
24364 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHUFFLE),
24365 MVT::v2i64, 18, 9|128,1,
24366 9|128,1, TARGET_VAL(ISD::TargetConstant),
24367 OPC_CheckTypeI32,
24368 OPC_MoveSibling3,
24369 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24370 OPC_RecordNode,
24371 OPC_CheckTypeI32,
24372 OPC_MoveSibling4,
24373 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24374 OPC_RecordNode,
24375 OPC_CheckTypeI32,
24376 OPC_MoveSibling5,
24377 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24378 OPC_RecordNode,
24379 OPC_CheckTypeI32,
24380 OPC_MoveSibling6,
24381 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24382 OPC_RecordNode,
24383 OPC_CheckTypeI32,
24384 OPC_MoveSibling7,
24385 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24386 OPC_RecordNode,
24387 OPC_CheckTypeI32,
24388 OPC_MoveSibling, 8,
24389 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24390 OPC_RecordNode,
24391 OPC_CheckTypeI32,
24392 OPC_MoveSibling, 9,
24393 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24394 OPC_RecordNode,
24395 OPC_CheckTypeI32,
24396 OPC_MoveSibling, 10,
24397 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24398 OPC_RecordNode,
24399 OPC_CheckTypeI32,
24400 OPC_MoveSibling, 11,
24401 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24402 OPC_RecordNode,
24403 OPC_CheckTypeI32,
24404 OPC_MoveSibling, 12,
24405 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24406 OPC_RecordNode,
24407 OPC_CheckTypeI32,
24408 OPC_MoveSibling, 13,
24409 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24410 OPC_RecordNode,
24411 OPC_CheckTypeI32,
24412 OPC_MoveSibling, 14,
24413 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24414 OPC_RecordNode,
24415 OPC_CheckTypeI32,
24416 OPC_MoveSibling, 15,
24417 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24418 OPC_RecordNode,
24419 OPC_CheckTypeI32,
24420 OPC_MoveSibling, 16,
24421 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24422 OPC_RecordNode,
24423 OPC_CheckTypeI32,
24424 OPC_MoveSibling, 17,
24425 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24426 OPC_RecordNode,
24427 OPC_CheckTypeI32,
24428 OPC_MoveParent,
24429 OPC_CheckType, MVT::v2i64,
24430 OPC_EmitConvertToTarget2,
24431 OPC_EmitConvertToTarget3,
24432 OPC_EmitConvertToTarget4,
24433 OPC_EmitConvertToTarget5,
24434 OPC_EmitConvertToTarget6,
24435 OPC_EmitConvertToTarget7,
24436 OPC_EmitConvertToTarget, 8,
24437 OPC_EmitConvertToTarget, 9,
24438 OPC_EmitConvertToTarget, 10,
24439 OPC_EmitConvertToTarget, 11,
24440 OPC_EmitConvertToTarget, 12,
24441 OPC_EmitConvertToTarget, 13,
24442 OPC_EmitConvertToTarget, 14,
24443 OPC_EmitConvertToTarget, 15,
24444 OPC_EmitConvertToTarget, 16,
24445 OPC_EmitConvertToTarget, 17,
24446 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHUFFLE),
24447 MVT::v2i64, 18, 9|128,1,
24448 0,
24449 57|128,2,
24450 OPC_CheckChild0Type, 11|128,1,
24451 OPC_RecordChild1,
24452 OPC_CheckChild1Type, 11|128,1,
24453 OPC_RecordChild2,
24454 OPC_MoveChild2,
24455 OPC_SwitchOpcode , 27|128,1, TARGET_VAL(ISD::Constant),
24456 OPC_CheckPredicate0,
24457 OPC_CheckTypeI32,
24458 OPC_MoveSibling3,
24459 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24460 OPC_RecordNode,
24461 OPC_CheckPredicate0,
24462 OPC_CheckTypeI32,
24463 OPC_MoveSibling4,
24464 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24465 OPC_RecordNode,
24466 OPC_CheckPredicate0,
24467 OPC_CheckTypeI32,
24468 OPC_MoveSibling5,
24469 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24470 OPC_RecordNode,
24471 OPC_CheckPredicate0,
24472 OPC_CheckTypeI32,
24473 OPC_MoveSibling6,
24474 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24475 OPC_RecordNode,
24476 OPC_CheckPredicate0,
24477 OPC_CheckTypeI32,
24478 OPC_MoveSibling7,
24479 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24480 OPC_RecordNode,
24481 OPC_CheckPredicate0,
24482 OPC_CheckTypeI32,
24483 OPC_MoveSibling, 8,
24484 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24485 OPC_RecordNode,
24486 OPC_CheckPredicate0,
24487 OPC_CheckTypeI32,
24488 OPC_MoveSibling, 9,
24489 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24490 OPC_RecordNode,
24491 OPC_CheckPredicate0,
24492 OPC_CheckTypeI32,
24493 OPC_MoveSibling, 10,
24494 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24495 OPC_RecordNode,
24496 OPC_CheckPredicate0,
24497 OPC_CheckTypeI32,
24498 OPC_MoveSibling, 11,
24499 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24500 OPC_RecordNode,
24501 OPC_CheckPredicate0,
24502 OPC_CheckTypeI32,
24503 OPC_MoveSibling, 12,
24504 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24505 OPC_RecordNode,
24506 OPC_CheckPredicate0,
24507 OPC_CheckTypeI32,
24508 OPC_MoveSibling, 13,
24509 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24510 OPC_RecordNode,
24511 OPC_CheckPredicate0,
24512 OPC_CheckTypeI32,
24513 OPC_MoveSibling, 14,
24514 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24515 OPC_RecordNode,
24516 OPC_CheckPredicate0,
24517 OPC_CheckTypeI32,
24518 OPC_MoveSibling, 15,
24519 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24520 OPC_RecordNode,
24521 OPC_CheckPredicate0,
24522 OPC_CheckTypeI32,
24523 OPC_MoveSibling, 16,
24524 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24525 OPC_RecordNode,
24526 OPC_CheckPredicate0,
24527 OPC_CheckTypeI32,
24528 OPC_MoveSibling, 17,
24529 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24530 OPC_RecordNode,
24531 OPC_CheckPredicate0,
24532 OPC_CheckTypeI32,
24533 OPC_MoveParent,
24534 OPC_CheckType, 11|128,1,
24535 OPC_EmitConvertToTarget2,
24536 OPC_EmitConvertToTarget3,
24537 OPC_EmitConvertToTarget4,
24538 OPC_EmitConvertToTarget5,
24539 OPC_EmitConvertToTarget6,
24540 OPC_EmitConvertToTarget7,
24541 OPC_EmitConvertToTarget, 8,
24542 OPC_EmitConvertToTarget, 9,
24543 OPC_EmitConvertToTarget, 10,
24544 OPC_EmitConvertToTarget, 11,
24545 OPC_EmitConvertToTarget, 12,
24546 OPC_EmitConvertToTarget, 13,
24547 OPC_EmitConvertToTarget, 14,
24548 OPC_EmitConvertToTarget, 15,
24549 OPC_EmitConvertToTarget, 16,
24550 OPC_EmitConvertToTarget, 17,
24551 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHUFFLE),
24552 11|128,1, 18, 9|128,1,
24553 11|128,1, TARGET_VAL(ISD::TargetConstant),
24554 OPC_CheckTypeI32,
24555 OPC_MoveSibling3,
24556 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24557 OPC_RecordNode,
24558 OPC_CheckTypeI32,
24559 OPC_MoveSibling4,
24560 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24561 OPC_RecordNode,
24562 OPC_CheckTypeI32,
24563 OPC_MoveSibling5,
24564 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24565 OPC_RecordNode,
24566 OPC_CheckTypeI32,
24567 OPC_MoveSibling6,
24568 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24569 OPC_RecordNode,
24570 OPC_CheckTypeI32,
24571 OPC_MoveSibling7,
24572 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24573 OPC_RecordNode,
24574 OPC_CheckTypeI32,
24575 OPC_MoveSibling, 8,
24576 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24577 OPC_RecordNode,
24578 OPC_CheckTypeI32,
24579 OPC_MoveSibling, 9,
24580 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24581 OPC_RecordNode,
24582 OPC_CheckTypeI32,
24583 OPC_MoveSibling, 10,
24584 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24585 OPC_RecordNode,
24586 OPC_CheckTypeI32,
24587 OPC_MoveSibling, 11,
24588 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24589 OPC_RecordNode,
24590 OPC_CheckTypeI32,
24591 OPC_MoveSibling, 12,
24592 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24593 OPC_RecordNode,
24594 OPC_CheckTypeI32,
24595 OPC_MoveSibling, 13,
24596 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24597 OPC_RecordNode,
24598 OPC_CheckTypeI32,
24599 OPC_MoveSibling, 14,
24600 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24601 OPC_RecordNode,
24602 OPC_CheckTypeI32,
24603 OPC_MoveSibling, 15,
24604 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24605 OPC_RecordNode,
24606 OPC_CheckTypeI32,
24607 OPC_MoveSibling, 16,
24608 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24609 OPC_RecordNode,
24610 OPC_CheckTypeI32,
24611 OPC_MoveSibling, 17,
24612 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24613 OPC_RecordNode,
24614 OPC_CheckTypeI32,
24615 OPC_MoveParent,
24616 OPC_CheckType, 11|128,1,
24617 OPC_EmitConvertToTarget2,
24618 OPC_EmitConvertToTarget3,
24619 OPC_EmitConvertToTarget4,
24620 OPC_EmitConvertToTarget5,
24621 OPC_EmitConvertToTarget6,
24622 OPC_EmitConvertToTarget7,
24623 OPC_EmitConvertToTarget, 8,
24624 OPC_EmitConvertToTarget, 9,
24625 OPC_EmitConvertToTarget, 10,
24626 OPC_EmitConvertToTarget, 11,
24627 OPC_EmitConvertToTarget, 12,
24628 OPC_EmitConvertToTarget, 13,
24629 OPC_EmitConvertToTarget, 14,
24630 OPC_EmitConvertToTarget, 15,
24631 OPC_EmitConvertToTarget, 16,
24632 OPC_EmitConvertToTarget, 17,
24633 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHUFFLE),
24634 11|128,1, 18, 9|128,1,
24635 0,
24636 57|128,2,
24637 OPC_CheckChild0Type, 29|128,1,
24638 OPC_RecordChild1,
24639 OPC_CheckChild1Type, 29|128,1,
24640 OPC_RecordChild2,
24641 OPC_MoveChild2,
24642 OPC_SwitchOpcode , 27|128,1, TARGET_VAL(ISD::Constant),
24643 OPC_CheckPredicate0,
24644 OPC_CheckTypeI32,
24645 OPC_MoveSibling3,
24646 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24647 OPC_RecordNode,
24648 OPC_CheckPredicate0,
24649 OPC_CheckTypeI32,
24650 OPC_MoveSibling4,
24651 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24652 OPC_RecordNode,
24653 OPC_CheckPredicate0,
24654 OPC_CheckTypeI32,
24655 OPC_MoveSibling5,
24656 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24657 OPC_RecordNode,
24658 OPC_CheckPredicate0,
24659 OPC_CheckTypeI32,
24660 OPC_MoveSibling6,
24661 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24662 OPC_RecordNode,
24663 OPC_CheckPredicate0,
24664 OPC_CheckTypeI32,
24665 OPC_MoveSibling7,
24666 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24667 OPC_RecordNode,
24668 OPC_CheckPredicate0,
24669 OPC_CheckTypeI32,
24670 OPC_MoveSibling, 8,
24671 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24672 OPC_RecordNode,
24673 OPC_CheckPredicate0,
24674 OPC_CheckTypeI32,
24675 OPC_MoveSibling, 9,
24676 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24677 OPC_RecordNode,
24678 OPC_CheckPredicate0,
24679 OPC_CheckTypeI32,
24680 OPC_MoveSibling, 10,
24681 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24682 OPC_RecordNode,
24683 OPC_CheckPredicate0,
24684 OPC_CheckTypeI32,
24685 OPC_MoveSibling, 11,
24686 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24687 OPC_RecordNode,
24688 OPC_CheckPredicate0,
24689 OPC_CheckTypeI32,
24690 OPC_MoveSibling, 12,
24691 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24692 OPC_RecordNode,
24693 OPC_CheckPredicate0,
24694 OPC_CheckTypeI32,
24695 OPC_MoveSibling, 13,
24696 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24697 OPC_RecordNode,
24698 OPC_CheckPredicate0,
24699 OPC_CheckTypeI32,
24700 OPC_MoveSibling, 14,
24701 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24702 OPC_RecordNode,
24703 OPC_CheckPredicate0,
24704 OPC_CheckTypeI32,
24705 OPC_MoveSibling, 15,
24706 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24707 OPC_RecordNode,
24708 OPC_CheckPredicate0,
24709 OPC_CheckTypeI32,
24710 OPC_MoveSibling, 16,
24711 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24712 OPC_RecordNode,
24713 OPC_CheckPredicate0,
24714 OPC_CheckTypeI32,
24715 OPC_MoveSibling, 17,
24716 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24717 OPC_RecordNode,
24718 OPC_CheckPredicate0,
24719 OPC_CheckTypeI32,
24720 OPC_MoveParent,
24721 OPC_CheckType, 29|128,1,
24722 OPC_EmitConvertToTarget2,
24723 OPC_EmitConvertToTarget3,
24724 OPC_EmitConvertToTarget4,
24725 OPC_EmitConvertToTarget5,
24726 OPC_EmitConvertToTarget6,
24727 OPC_EmitConvertToTarget7,
24728 OPC_EmitConvertToTarget, 8,
24729 OPC_EmitConvertToTarget, 9,
24730 OPC_EmitConvertToTarget, 10,
24731 OPC_EmitConvertToTarget, 11,
24732 OPC_EmitConvertToTarget, 12,
24733 OPC_EmitConvertToTarget, 13,
24734 OPC_EmitConvertToTarget, 14,
24735 OPC_EmitConvertToTarget, 15,
24736 OPC_EmitConvertToTarget, 16,
24737 OPC_EmitConvertToTarget, 17,
24738 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHUFFLE),
24739 29|128,1, 18, 9|128,1,
24740 11|128,1, TARGET_VAL(ISD::TargetConstant),
24741 OPC_CheckTypeI32,
24742 OPC_MoveSibling3,
24743 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24744 OPC_RecordNode,
24745 OPC_CheckTypeI32,
24746 OPC_MoveSibling4,
24747 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24748 OPC_RecordNode,
24749 OPC_CheckTypeI32,
24750 OPC_MoveSibling5,
24751 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24752 OPC_RecordNode,
24753 OPC_CheckTypeI32,
24754 OPC_MoveSibling6,
24755 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24756 OPC_RecordNode,
24757 OPC_CheckTypeI32,
24758 OPC_MoveSibling7,
24759 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24760 OPC_RecordNode,
24761 OPC_CheckTypeI32,
24762 OPC_MoveSibling, 8,
24763 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24764 OPC_RecordNode,
24765 OPC_CheckTypeI32,
24766 OPC_MoveSibling, 9,
24767 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24768 OPC_RecordNode,
24769 OPC_CheckTypeI32,
24770 OPC_MoveSibling, 10,
24771 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24772 OPC_RecordNode,
24773 OPC_CheckTypeI32,
24774 OPC_MoveSibling, 11,
24775 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24776 OPC_RecordNode,
24777 OPC_CheckTypeI32,
24778 OPC_MoveSibling, 12,
24779 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24780 OPC_RecordNode,
24781 OPC_CheckTypeI32,
24782 OPC_MoveSibling, 13,
24783 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24784 OPC_RecordNode,
24785 OPC_CheckTypeI32,
24786 OPC_MoveSibling, 14,
24787 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24788 OPC_RecordNode,
24789 OPC_CheckTypeI32,
24790 OPC_MoveSibling, 15,
24791 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24792 OPC_RecordNode,
24793 OPC_CheckTypeI32,
24794 OPC_MoveSibling, 16,
24795 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24796 OPC_RecordNode,
24797 OPC_CheckTypeI32,
24798 OPC_MoveSibling, 17,
24799 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24800 OPC_RecordNode,
24801 OPC_CheckTypeI32,
24802 OPC_MoveParent,
24803 OPC_CheckType, 29|128,1,
24804 OPC_EmitConvertToTarget2,
24805 OPC_EmitConvertToTarget3,
24806 OPC_EmitConvertToTarget4,
24807 OPC_EmitConvertToTarget5,
24808 OPC_EmitConvertToTarget6,
24809 OPC_EmitConvertToTarget7,
24810 OPC_EmitConvertToTarget, 8,
24811 OPC_EmitConvertToTarget, 9,
24812 OPC_EmitConvertToTarget, 10,
24813 OPC_EmitConvertToTarget, 11,
24814 OPC_EmitConvertToTarget, 12,
24815 OPC_EmitConvertToTarget, 13,
24816 OPC_EmitConvertToTarget, 14,
24817 OPC_EmitConvertToTarget, 15,
24818 OPC_EmitConvertToTarget, 16,
24819 OPC_EmitConvertToTarget, 17,
24820 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHUFFLE),
24821 29|128,1, 18, 9|128,1,
24822 0,
24823 51|128,2,
24824 OPC_CheckChild0Type, MVT::v8f16,
24825 OPC_RecordChild1,
24826 OPC_CheckChild1Type, MVT::v8f16,
24827 OPC_RecordChild2,
24828 OPC_MoveChild2,
24829 OPC_SwitchOpcode , 25|128,1, TARGET_VAL(ISD::Constant),
24830 OPC_CheckPredicate0,
24831 OPC_CheckTypeI32,
24832 OPC_MoveSibling3,
24833 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24834 OPC_RecordNode,
24835 OPC_CheckPredicate0,
24836 OPC_CheckTypeI32,
24837 OPC_MoveSibling4,
24838 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24839 OPC_RecordNode,
24840 OPC_CheckPredicate0,
24841 OPC_CheckTypeI32,
24842 OPC_MoveSibling5,
24843 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24844 OPC_RecordNode,
24845 OPC_CheckPredicate0,
24846 OPC_CheckTypeI32,
24847 OPC_MoveSibling6,
24848 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24849 OPC_RecordNode,
24850 OPC_CheckPredicate0,
24851 OPC_CheckTypeI32,
24852 OPC_MoveSibling7,
24853 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24854 OPC_RecordNode,
24855 OPC_CheckPredicate0,
24856 OPC_CheckTypeI32,
24857 OPC_MoveSibling, 8,
24858 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24859 OPC_RecordNode,
24860 OPC_CheckPredicate0,
24861 OPC_CheckTypeI32,
24862 OPC_MoveSibling, 9,
24863 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24864 OPC_RecordNode,
24865 OPC_CheckPredicate0,
24866 OPC_CheckTypeI32,
24867 OPC_MoveSibling, 10,
24868 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24869 OPC_RecordNode,
24870 OPC_CheckPredicate0,
24871 OPC_CheckTypeI32,
24872 OPC_MoveSibling, 11,
24873 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24874 OPC_RecordNode,
24875 OPC_CheckPredicate0,
24876 OPC_CheckTypeI32,
24877 OPC_MoveSibling, 12,
24878 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24879 OPC_RecordNode,
24880 OPC_CheckPredicate0,
24881 OPC_CheckTypeI32,
24882 OPC_MoveSibling, 13,
24883 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24884 OPC_RecordNode,
24885 OPC_CheckPredicate0,
24886 OPC_CheckTypeI32,
24887 OPC_MoveSibling, 14,
24888 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24889 OPC_RecordNode,
24890 OPC_CheckPredicate0,
24891 OPC_CheckTypeI32,
24892 OPC_MoveSibling, 15,
24893 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24894 OPC_RecordNode,
24895 OPC_CheckPredicate0,
24896 OPC_CheckTypeI32,
24897 OPC_MoveSibling, 16,
24898 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24899 OPC_RecordNode,
24900 OPC_CheckPredicate0,
24901 OPC_CheckTypeI32,
24902 OPC_MoveSibling, 17,
24903 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24904 OPC_RecordNode,
24905 OPC_CheckPredicate0,
24906 OPC_CheckTypeI32,
24907 OPC_MoveParent,
24908 OPC_CheckType, MVT::v8f16,
24909 OPC_EmitConvertToTarget2,
24910 OPC_EmitConvertToTarget3,
24911 OPC_EmitConvertToTarget4,
24912 OPC_EmitConvertToTarget5,
24913 OPC_EmitConvertToTarget6,
24914 OPC_EmitConvertToTarget7,
24915 OPC_EmitConvertToTarget, 8,
24916 OPC_EmitConvertToTarget, 9,
24917 OPC_EmitConvertToTarget, 10,
24918 OPC_EmitConvertToTarget, 11,
24919 OPC_EmitConvertToTarget, 12,
24920 OPC_EmitConvertToTarget, 13,
24921 OPC_EmitConvertToTarget, 14,
24922 OPC_EmitConvertToTarget, 15,
24923 OPC_EmitConvertToTarget, 16,
24924 OPC_EmitConvertToTarget, 17,
24925 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHUFFLE),
24926 MVT::v8f16, 18, 9|128,1,
24927 9|128,1, TARGET_VAL(ISD::TargetConstant),
24928 OPC_CheckTypeI32,
24929 OPC_MoveSibling3,
24930 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24931 OPC_RecordNode,
24932 OPC_CheckTypeI32,
24933 OPC_MoveSibling4,
24934 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24935 OPC_RecordNode,
24936 OPC_CheckTypeI32,
24937 OPC_MoveSibling5,
24938 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24939 OPC_RecordNode,
24940 OPC_CheckTypeI32,
24941 OPC_MoveSibling6,
24942 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24943 OPC_RecordNode,
24944 OPC_CheckTypeI32,
24945 OPC_MoveSibling7,
24946 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24947 OPC_RecordNode,
24948 OPC_CheckTypeI32,
24949 OPC_MoveSibling, 8,
24950 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24951 OPC_RecordNode,
24952 OPC_CheckTypeI32,
24953 OPC_MoveSibling, 9,
24954 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24955 OPC_RecordNode,
24956 OPC_CheckTypeI32,
24957 OPC_MoveSibling, 10,
24958 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24959 OPC_RecordNode,
24960 OPC_CheckTypeI32,
24961 OPC_MoveSibling, 11,
24962 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24963 OPC_RecordNode,
24964 OPC_CheckTypeI32,
24965 OPC_MoveSibling, 12,
24966 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24967 OPC_RecordNode,
24968 OPC_CheckTypeI32,
24969 OPC_MoveSibling, 13,
24970 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24971 OPC_RecordNode,
24972 OPC_CheckTypeI32,
24973 OPC_MoveSibling, 14,
24974 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24975 OPC_RecordNode,
24976 OPC_CheckTypeI32,
24977 OPC_MoveSibling, 15,
24978 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24979 OPC_RecordNode,
24980 OPC_CheckTypeI32,
24981 OPC_MoveSibling, 16,
24982 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24983 OPC_RecordNode,
24984 OPC_CheckTypeI32,
24985 OPC_MoveSibling, 17,
24986 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24987 OPC_RecordNode,
24988 OPC_CheckTypeI32,
24989 OPC_MoveParent,
24990 OPC_CheckType, MVT::v8f16,
24991 OPC_EmitConvertToTarget2,
24992 OPC_EmitConvertToTarget3,
24993 OPC_EmitConvertToTarget4,
24994 OPC_EmitConvertToTarget5,
24995 OPC_EmitConvertToTarget6,
24996 OPC_EmitConvertToTarget7,
24997 OPC_EmitConvertToTarget, 8,
24998 OPC_EmitConvertToTarget, 9,
24999 OPC_EmitConvertToTarget, 10,
25000 OPC_EmitConvertToTarget, 11,
25001 OPC_EmitConvertToTarget, 12,
25002 OPC_EmitConvertToTarget, 13,
25003 OPC_EmitConvertToTarget, 14,
25004 OPC_EmitConvertToTarget, 15,
25005 OPC_EmitConvertToTarget, 16,
25006 OPC_EmitConvertToTarget, 17,
25007 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHUFFLE),
25008 MVT::v8f16, 18, 9|128,1,
25009 0,
25010 0,
25011 99|128,8, TARGET_VAL(ISD::INSERT_VECTOR_ELT),
25012 OPC_Scope, 122,
25013 OPC_MoveChild0,
25014 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
25015 OPC_CheckChild0Integer, 0,
25016 OPC_Scope, 56,
25017 OPC_CheckChild0TypeI32,
25018 OPC_MoveSibling1,
25019 OPC_CheckOpcode, TARGET_VAL(ISD::LOAD),
25020 OPC_RecordMemRef,
25021 OPC_RecordNode,
25022 OPC_CheckFoldableChainNode,
25023 OPC_RecordChild1,
25024 OPC_CheckTypeI32,
25025 OPC_Scope, 21,
25026 OPC_CheckChild1TypeI32,
25027 OPC_CheckPredicate7,
25028 OPC_CheckPredicate6,
25029 OPC_MoveParent,
25030 OPC_CheckChild2Integer, 0,
25031 OPC_CheckType, MVT::v4i32,
25032 OPC_CheckPatternPredicate3,
25033 OPC_CheckComplexPat2, /*#*/1,
25034 OPC_EmitMergeInputChains1_0,
25035 OPC_EmitIntegerI32, 0,
25036 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_ZERO_32_A32), 0|OPFL_Chain|OPFL_MemRefs,
25037 MVT::v4i32, 3, 56,
25038 21,
25039 OPC_CheckChild1TypeI64,
25040 OPC_CheckPredicate7,
25041 OPC_CheckPredicate6,
25042 OPC_MoveParent,
25043 OPC_CheckChild2Integer, 0,
25044 OPC_CheckType, MVT::v4i32,
25045 OPC_CheckPatternPredicate4,
25046 OPC_CheckComplexPat3, /*#*/1,
25047 OPC_EmitMergeInputChains1_0,
25048 OPC_EmitIntegerI32, 0,
25049 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_ZERO_32_A64), 0|OPFL_Chain|OPFL_MemRefs,
25050 MVT::v4i32, 3, 56,
25051 0,
25052 56,
25053 OPC_CheckChild0TypeI64,
25054 OPC_MoveSibling1,
25055 OPC_CheckOpcode, TARGET_VAL(ISD::LOAD),
25056 OPC_RecordMemRef,
25057 OPC_RecordNode,
25058 OPC_CheckFoldableChainNode,
25059 OPC_RecordChild1,
25060 OPC_CheckTypeI64,
25061 OPC_Scope, 21,
25062 OPC_CheckChild1TypeI32,
25063 OPC_CheckPredicate7,
25064 OPC_CheckPredicate6,
25065 OPC_MoveParent,
25066 OPC_CheckChild2Integer, 0,
25067 OPC_CheckType, MVT::v2i64,
25068 OPC_CheckPatternPredicate3,
25069 OPC_CheckComplexPat2, /*#*/1,
25070 OPC_EmitMergeInputChains1_0,
25071 OPC_EmitIntegerI32, 0,
25072 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_ZERO_64_A32), 0|OPFL_Chain|OPFL_MemRefs,
25073 MVT::v2i64, 3, 56,
25074 21,
25075 OPC_CheckChild1TypeI64,
25076 OPC_CheckPredicate7,
25077 OPC_CheckPredicate6,
25078 OPC_MoveParent,
25079 OPC_CheckChild2Integer, 0,
25080 OPC_CheckType, MVT::v2i64,
25081 OPC_CheckPatternPredicate4,
25082 OPC_CheckComplexPat3, /*#*/1,
25083 OPC_EmitMergeInputChains1_0,
25084 OPC_EmitIntegerI32, 0,
25085 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_ZERO_64_A64), 0|OPFL_Chain|OPFL_MemRefs,
25086 MVT::v2i64, 3, 56,
25087 0,
25088 0,
25089 121|128,3,
25090 OPC_RecordChild0,
25091 OPC_Scope, 110|128,2,
25092 OPC_MoveChild1,
25093 OPC_CheckOpcode, TARGET_VAL(ISD::LOAD),
25094 OPC_RecordMemRef,
25095 OPC_RecordNode,
25096 OPC_CheckFoldableChainNode,
25097 OPC_RecordChild1,
25098 OPC_Scope, 48|128,1,
25099 OPC_CheckChild1TypeI32,
25100 OPC_CheckPredicate7,
25101 OPC_Scope, 59,
25102 OPC_CheckPredicate, 9,
25103 OPC_CheckTypeI32,
25104 OPC_Scope, 26,
25105 OPC_CheckPredicate1,
25106 OPC_MoveSibling2,
25107 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
25108 OPC_RecordNode,
25109 OPC_CheckPredicate, 20,
25110 OPC_CheckTypeI32,
25111 OPC_MoveParent,
25112 OPC_CheckType, MVT::v16i8,
25113 OPC_CheckPatternPredicate3,
25114 OPC_CheckComplexPat2, /*#*/2,
25115 OPC_EmitMergeInputChains1_1,
25116 OPC_EmitIntegerI32, 0,
25117 OPC_EmitConvertToTarget3,
25118 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_LANE_8_A32), 0|OPFL_Chain|OPFL_MemRefs,
25119 MVT::v16i8, 5, 8,
25120 26,
25121 OPC_CheckPredicate2,
25122 OPC_MoveSibling2,
25123 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
25124 OPC_RecordNode,
25125 OPC_CheckPredicate, 15,
25126 OPC_CheckTypeI32,
25127 OPC_MoveParent,
25128 OPC_CheckType, MVT::v8i16,
25129 OPC_CheckPatternPredicate3,
25130 OPC_CheckComplexPat2, /*#*/2,
25131 OPC_EmitMergeInputChains1_1,
25132 OPC_EmitIntegerI32, 0,
25133 OPC_EmitConvertToTarget3,
25134 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_LANE_16_A32), 0|OPFL_Chain|OPFL_MemRefs,
25135 MVT::v8i16, 5, 8,
25136 0,
25137 111,
25138 OPC_CheckPredicate6,
25139 OPC_SwitchType , 25, MVT::i32,
25140 OPC_MoveSibling2,
25141 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
25142 OPC_RecordNode,
25143 OPC_CheckPredicate, 11,
25144 OPC_CheckTypeI32,
25145 OPC_MoveParent,
25146 OPC_CheckType, MVT::v4i32,
25147 OPC_CheckPatternPredicate3,
25148 OPC_CheckComplexPat2, /*#*/2,
25149 OPC_EmitMergeInputChains1_1,
25150 OPC_EmitIntegerI32, 0,
25151 OPC_EmitConvertToTarget3,
25152 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_LANE_32_A32), 0|OPFL_Chain|OPFL_MemRefs,
25153 MVT::v4i32, 5, 8,
25154 25, MVT::f32,
25155 OPC_MoveSibling2,
25156 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
25157 OPC_RecordNode,
25158 OPC_CheckPredicate, 11,
25159 OPC_CheckTypeI32,
25160 OPC_MoveParent,
25161 OPC_CheckType, MVT::v4i32,
25162 OPC_CheckPatternPredicate3,
25163 OPC_CheckComplexPat2, /*#*/2,
25164 OPC_EmitMergeInputChains1_1,
25165 OPC_EmitIntegerI32, 0,
25166 OPC_EmitConvertToTarget3,
25167 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_LANE_32_A32), 0|OPFL_Chain|OPFL_MemRefs,
25168 MVT::v4i32, 5, 8,
25169 25, MVT::i64,
25170 OPC_MoveSibling2,
25171 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
25172 OPC_RecordNode,
25173 OPC_CheckPredicate, 12,
25174 OPC_CheckTypeI32,
25175 OPC_MoveParent,
25176 OPC_CheckType, MVT::v2i64,
25177 OPC_CheckPatternPredicate3,
25178 OPC_CheckComplexPat2, /*#*/2,
25179 OPC_EmitMergeInputChains1_1,
25180 OPC_EmitIntegerI32, 0,
25181 OPC_EmitConvertToTarget3,
25182 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_LANE_64_A32), 0|OPFL_Chain|OPFL_MemRefs,
25183 MVT::v2i64, 5, 8,
25184 25, MVT::f64,
25185 OPC_MoveSibling2,
25186 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
25187 OPC_RecordNode,
25188 OPC_CheckPredicate, 12,
25189 OPC_CheckTypeI32,
25190 OPC_MoveParent,
25191 OPC_CheckType, MVT::v2i64,
25192 OPC_CheckPatternPredicate3,
25193 OPC_CheckComplexPat2, /*#*/2,
25194 OPC_EmitMergeInputChains1_1,
25195 OPC_EmitIntegerI32, 0,
25196 OPC_EmitConvertToTarget3,
25197 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_LANE_64_A32), 0|OPFL_Chain|OPFL_MemRefs,
25198 MVT::v2i64, 5, 8,
25199 0,
25200 0,
25201 48|128,1,
25202 OPC_CheckChild1TypeI64,
25203 OPC_CheckPredicate7,
25204 OPC_Scope, 59,
25205 OPC_CheckPredicate, 9,
25206 OPC_CheckTypeI32,
25207 OPC_Scope, 26,
25208 OPC_CheckPredicate1,
25209 OPC_MoveSibling2,
25210 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
25211 OPC_RecordNode,
25212 OPC_CheckPredicate, 20,
25213 OPC_CheckTypeI32,
25214 OPC_MoveParent,
25215 OPC_CheckType, MVT::v16i8,
25216 OPC_CheckPatternPredicate4,
25217 OPC_CheckComplexPat3, /*#*/2,
25218 OPC_EmitMergeInputChains1_1,
25219 OPC_EmitIntegerI32, 0,
25220 OPC_EmitConvertToTarget3,
25221 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_LANE_8_A64), 0|OPFL_Chain|OPFL_MemRefs,
25222 MVT::v16i8, 5, 8,
25223 26,
25224 OPC_CheckPredicate2,
25225 OPC_MoveSibling2,
25226 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
25227 OPC_RecordNode,
25228 OPC_CheckPredicate, 15,
25229 OPC_CheckTypeI32,
25230 OPC_MoveParent,
25231 OPC_CheckType, MVT::v8i16,
25232 OPC_CheckPatternPredicate4,
25233 OPC_CheckComplexPat3, /*#*/2,
25234 OPC_EmitMergeInputChains1_1,
25235 OPC_EmitIntegerI32, 0,
25236 OPC_EmitConvertToTarget3,
25237 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_LANE_16_A64), 0|OPFL_Chain|OPFL_MemRefs,
25238 MVT::v8i16, 5, 8,
25239 0,
25240 111,
25241 OPC_CheckPredicate6,
25242 OPC_SwitchType , 25, MVT::i32,
25243 OPC_MoveSibling2,
25244 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
25245 OPC_RecordNode,
25246 OPC_CheckPredicate, 11,
25247 OPC_CheckTypeI32,
25248 OPC_MoveParent,
25249 OPC_CheckType, MVT::v4i32,
25250 OPC_CheckPatternPredicate4,
25251 OPC_CheckComplexPat3, /*#*/2,
25252 OPC_EmitMergeInputChains1_1,
25253 OPC_EmitIntegerI32, 0,
25254 OPC_EmitConvertToTarget3,
25255 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_LANE_32_A64), 0|OPFL_Chain|OPFL_MemRefs,
25256 MVT::v4i32, 5, 8,
25257 25, MVT::f32,
25258 OPC_MoveSibling2,
25259 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
25260 OPC_RecordNode,
25261 OPC_CheckPredicate, 11,
25262 OPC_CheckTypeI32,
25263 OPC_MoveParent,
25264 OPC_CheckType, MVT::v4i32,
25265 OPC_CheckPatternPredicate4,
25266 OPC_CheckComplexPat3, /*#*/2,
25267 OPC_EmitMergeInputChains1_1,
25268 OPC_EmitIntegerI32, 0,
25269 OPC_EmitConvertToTarget3,
25270 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_LANE_32_A64), 0|OPFL_Chain|OPFL_MemRefs,
25271 MVT::v4i32, 5, 8,
25272 25, MVT::i64,
25273 OPC_MoveSibling2,
25274 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
25275 OPC_RecordNode,
25276 OPC_CheckPredicate, 12,
25277 OPC_CheckTypeI32,
25278 OPC_MoveParent,
25279 OPC_CheckType, MVT::v2i64,
25280 OPC_CheckPatternPredicate4,
25281 OPC_CheckComplexPat3, /*#*/2,
25282 OPC_EmitMergeInputChains1_1,
25283 OPC_EmitIntegerI32, 0,
25284 OPC_EmitConvertToTarget3,
25285 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_LANE_64_A64), 0|OPFL_Chain|OPFL_MemRefs,
25286 MVT::v2i64, 5, 8,
25287 25, MVT::f64,
25288 OPC_MoveSibling2,
25289 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
25290 OPC_RecordNode,
25291 OPC_CheckPredicate, 12,
25292 OPC_CheckTypeI32,
25293 OPC_MoveParent,
25294 OPC_CheckType, MVT::v2i64,
25295 OPC_CheckPatternPredicate4,
25296 OPC_CheckComplexPat3, /*#*/2,
25297 OPC_EmitMergeInputChains1_1,
25298 OPC_EmitIntegerI32, 0,
25299 OPC_EmitConvertToTarget3,
25300 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_LANE_64_A64), 0|OPFL_Chain|OPFL_MemRefs,
25301 MVT::v2i64, 5, 8,
25302 0,
25303 0,
25304 0,
25305 4|128,1,
25306 OPC_RecordChild1,
25307 OPC_Scope, 90,
25308 OPC_CheckChild1TypeI32,
25309 OPC_Scope, 50,
25310 OPC_RecordChild2,
25311 OPC_MoveChild2,
25312 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
25313 OPC_CheckTypeI32,
25314 OPC_Scope, 13,
25315 OPC_CheckPredicate, 20,
25316 OPC_MoveParent,
25317 OPC_CheckType, MVT::v16i8,
25318 OPC_CheckPatternPredicate0,
25319 OPC_EmitConvertToTarget2,
25320 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::REPLACE_LANE_I8x16),
25321 MVT::v16i8, 3, 21,
25322 13,
25323 OPC_CheckPredicate, 15,
25324 OPC_MoveParent,
25325 OPC_CheckType, MVT::v8i16,
25326 OPC_CheckPatternPredicate0,
25327 OPC_EmitConvertToTarget2,
25328 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::REPLACE_LANE_I16x8),
25329 MVT::v8i16, 3, 21,
25330 13,
25331 OPC_CheckPredicate, 11,
25332 OPC_MoveParent,
25333 OPC_CheckType, MVT::v4i32,
25334 OPC_CheckPatternPredicate0,
25335 OPC_EmitConvertToTarget2,
25336 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::REPLACE_LANE_I32x4),
25337 MVT::v4i32, 3, 21,
25338 0,
25339 35,
25340 OPC_MoveChild2,
25341 OPC_CheckUndef,
25342 OPC_MoveParent,
25343 OPC_SwitchType , 8, MVT::v16i8,
25344 OPC_EmitIntegerI32, 0,
25345 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::REPLACE_LANE_I8x16),
25346 MVT::v16i8, 3, 18,
25347 8, MVT::v8i16,
25348 OPC_EmitIntegerI32, 0,
25349 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::REPLACE_LANE_I16x8),
25350 MVT::v8i16, 3, 18,
25351 8, MVT::v4i32,
25352 OPC_EmitIntegerI32, 0,
25353 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::REPLACE_LANE_I32x4),
25354 MVT::v4i32, 3, 18,
25355 0,
25356 0,
25357 37,
25358 OPC_CheckChild1TypeI64,
25359 OPC_Scope, 19,
25360 OPC_RecordChild2,
25361 OPC_MoveChild2,
25362 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
25363 OPC_CheckPredicate, 12,
25364 OPC_CheckTypeI32,
25365 OPC_MoveParent,
25366 OPC_CheckType, MVT::v2i64,
25367 OPC_CheckPatternPredicate0,
25368 OPC_EmitConvertToTarget2,
25369 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::REPLACE_LANE_I64x2),
25370 MVT::v2i64, 3, 21,
25371 13,
25372 OPC_MoveChild2,
25373 OPC_CheckUndef,
25374 OPC_MoveParent,
25375 OPC_CheckType, MVT::v2i64,
25376 OPC_EmitIntegerI32, 0,
25377 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::REPLACE_LANE_I64x2),
25378 MVT::v2i64, 3, 18,
25379 0,
25380 0,
25381 0,
25382 10|128,1,
25383 OPC_MoveChild0,
25384 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
25385 OPC_MoveChild0,
25386 OPC_CheckOpcode, TARGET_VAL(ISD::ConstantFP),
25387 OPC_CheckPredicate, 29,
25388 OPC_SwitchType , 61, MVT::f32,
25389 OPC_MoveParent,
25390 OPC_MoveSibling1,
25391 OPC_CheckOpcode, TARGET_VAL(ISD::LOAD),
25392 OPC_RecordMemRef,
25393 OPC_RecordNode,
25394 OPC_CheckFoldableChainNode,
25395 OPC_RecordChild1,
25396 OPC_CheckType, MVT::f32,
25397 OPC_Scope, 23,
25398 OPC_CheckChild1TypeI32,
25399 OPC_CheckPredicate7,
25400 OPC_CheckPredicate6,
25401 OPC_MoveParent,
25402 OPC_CheckChild2Integer, 0,
25403 OPC_CheckType, 11|128,1,
25404 OPC_CheckPatternPredicate3,
25405 OPC_CheckComplexPat2, /*#*/1,
25406 OPC_EmitMergeInputChains1_0,
25407 OPC_EmitIntegerI32, 0,
25408 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_ZERO_32_A32), 0|OPFL_Chain|OPFL_MemRefs,
25409 11|128,1, 3, 56,
25410 23,
25411 OPC_CheckChild1TypeI64,
25412 OPC_CheckPredicate7,
25413 OPC_CheckPredicate6,
25414 OPC_MoveParent,
25415 OPC_CheckChild2Integer, 0,
25416 OPC_CheckType, 11|128,1,
25417 OPC_CheckPatternPredicate4,
25418 OPC_CheckComplexPat3, /*#*/1,
25419 OPC_EmitMergeInputChains1_0,
25420 OPC_EmitIntegerI32, 0,
25421 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_ZERO_32_A64), 0|OPFL_Chain|OPFL_MemRefs,
25422 11|128,1, 3, 56,
25423 0,
25424 61, MVT::f64,
25425 OPC_MoveParent,
25426 OPC_MoveSibling1,
25427 OPC_CheckOpcode, TARGET_VAL(ISD::LOAD),
25428 OPC_RecordMemRef,
25429 OPC_RecordNode,
25430 OPC_CheckFoldableChainNode,
25431 OPC_RecordChild1,
25432 OPC_CheckType, MVT::f64,
25433 OPC_Scope, 23,
25434 OPC_CheckChild1TypeI32,
25435 OPC_CheckPredicate7,
25436 OPC_CheckPredicate6,
25437 OPC_MoveParent,
25438 OPC_CheckChild2Integer, 0,
25439 OPC_CheckType, 29|128,1,
25440 OPC_CheckPatternPredicate3,
25441 OPC_CheckComplexPat2, /*#*/1,
25442 OPC_EmitMergeInputChains1_0,
25443 OPC_EmitIntegerI32, 0,
25444 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_ZERO_64_A32), 0|OPFL_Chain|OPFL_MemRefs,
25445 29|128,1, 3, 56,
25446 23,
25447 OPC_CheckChild1TypeI64,
25448 OPC_CheckPredicate7,
25449 OPC_CheckPredicate6,
25450 OPC_MoveParent,
25451 OPC_CheckChild2Integer, 0,
25452 OPC_CheckType, 29|128,1,
25453 OPC_CheckPatternPredicate4,
25454 OPC_CheckComplexPat3, /*#*/1,
25455 OPC_EmitMergeInputChains1_0,
25456 OPC_EmitIntegerI32, 0,
25457 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_ZERO_64_A64), 0|OPFL_Chain|OPFL_MemRefs,
25458 29|128,1, 3, 56,
25459 0,
25460 0,
25461 93|128,2,
25462 OPC_RecordChild0,
25463 OPC_Scope, 126|128,1,
25464 OPC_MoveChild1,
25465 OPC_CheckOpcode, TARGET_VAL(ISD::LOAD),
25466 OPC_RecordMemRef,
25467 OPC_RecordNode,
25468 OPC_CheckFoldableChainNode,
25469 OPC_RecordChild1,
25470 OPC_Scope, 121,
25471 OPC_CheckChild1TypeI32,
25472 OPC_CheckPredicate7,
25473 OPC_CheckPredicate6,
25474 OPC_SwitchType , 27, MVT::i32,
25475 OPC_MoveSibling2,
25476 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
25477 OPC_RecordNode,
25478 OPC_CheckPredicate, 11,
25479 OPC_CheckTypeI32,
25480 OPC_MoveParent,
25481 OPC_CheckType, 11|128,1,
25482 OPC_CheckPatternPredicate3,
25483 OPC_CheckComplexPat2, /*#*/2,
25484 OPC_EmitMergeInputChains1_1,
25485 OPC_EmitIntegerI32, 0,
25486 OPC_EmitConvertToTarget3,
25487 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_LANE_32_A32), 0|OPFL_Chain|OPFL_MemRefs,
25488 11|128,1, 5, 8,
25489 27, MVT::f32,
25490 OPC_MoveSibling2,
25491 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
25492 OPC_RecordNode,
25493 OPC_CheckPredicate, 11,
25494 OPC_CheckTypeI32,
25495 OPC_MoveParent,
25496 OPC_CheckType, 11|128,1,
25497 OPC_CheckPatternPredicate3,
25498 OPC_CheckComplexPat2, /*#*/2,
25499 OPC_EmitMergeInputChains1_1,
25500 OPC_EmitIntegerI32, 0,
25501 OPC_EmitConvertToTarget3,
25502 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_LANE_32_A32), 0|OPFL_Chain|OPFL_MemRefs,
25503 11|128,1, 5, 8,
25504 27, MVT::i64,
25505 OPC_MoveSibling2,
25506 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
25507 OPC_RecordNode,
25508 OPC_CheckPredicate, 12,
25509 OPC_CheckTypeI32,
25510 OPC_MoveParent,
25511 OPC_CheckType, 29|128,1,
25512 OPC_CheckPatternPredicate3,
25513 OPC_CheckComplexPat2, /*#*/2,
25514 OPC_EmitMergeInputChains1_1,
25515 OPC_EmitIntegerI32, 0,
25516 OPC_EmitConvertToTarget3,
25517 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_LANE_64_A32), 0|OPFL_Chain|OPFL_MemRefs,
25518 29|128,1, 5, 8,
25519 27, MVT::f64,
25520 OPC_MoveSibling2,
25521 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
25522 OPC_RecordNode,
25523 OPC_CheckPredicate, 12,
25524 OPC_CheckTypeI32,
25525 OPC_MoveParent,
25526 OPC_CheckType, 29|128,1,
25527 OPC_CheckPatternPredicate3,
25528 OPC_CheckComplexPat2, /*#*/2,
25529 OPC_EmitMergeInputChains1_1,
25530 OPC_EmitIntegerI32, 0,
25531 OPC_EmitConvertToTarget3,
25532 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_LANE_64_A32), 0|OPFL_Chain|OPFL_MemRefs,
25533 29|128,1, 5, 8,
25534 0,
25535 121,
25536 OPC_CheckChild1TypeI64,
25537 OPC_CheckPredicate7,
25538 OPC_CheckPredicate6,
25539 OPC_SwitchType , 27, MVT::i32,
25540 OPC_MoveSibling2,
25541 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
25542 OPC_RecordNode,
25543 OPC_CheckPredicate, 11,
25544 OPC_CheckTypeI32,
25545 OPC_MoveParent,
25546 OPC_CheckType, 11|128,1,
25547 OPC_CheckPatternPredicate4,
25548 OPC_CheckComplexPat3, /*#*/2,
25549 OPC_EmitMergeInputChains1_1,
25550 OPC_EmitIntegerI32, 0,
25551 OPC_EmitConvertToTarget3,
25552 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_LANE_32_A64), 0|OPFL_Chain|OPFL_MemRefs,
25553 11|128,1, 5, 8,
25554 27, MVT::f32,
25555 OPC_MoveSibling2,
25556 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
25557 OPC_RecordNode,
25558 OPC_CheckPredicate, 11,
25559 OPC_CheckTypeI32,
25560 OPC_MoveParent,
25561 OPC_CheckType, 11|128,1,
25562 OPC_CheckPatternPredicate4,
25563 OPC_CheckComplexPat3, /*#*/2,
25564 OPC_EmitMergeInputChains1_1,
25565 OPC_EmitIntegerI32, 0,
25566 OPC_EmitConvertToTarget3,
25567 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_LANE_32_A64), 0|OPFL_Chain|OPFL_MemRefs,
25568 11|128,1, 5, 8,
25569 27, MVT::i64,
25570 OPC_MoveSibling2,
25571 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
25572 OPC_RecordNode,
25573 OPC_CheckPredicate, 12,
25574 OPC_CheckTypeI32,
25575 OPC_MoveParent,
25576 OPC_CheckType, 29|128,1,
25577 OPC_CheckPatternPredicate4,
25578 OPC_CheckComplexPat3, /*#*/2,
25579 OPC_EmitMergeInputChains1_1,
25580 OPC_EmitIntegerI32, 0,
25581 OPC_EmitConvertToTarget3,
25582 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_LANE_64_A64), 0|OPFL_Chain|OPFL_MemRefs,
25583 29|128,1, 5, 8,
25584 27, MVT::f64,
25585 OPC_MoveSibling2,
25586 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
25587 OPC_RecordNode,
25588 OPC_CheckPredicate, 12,
25589 OPC_CheckTypeI32,
25590 OPC_MoveParent,
25591 OPC_CheckType, 29|128,1,
25592 OPC_CheckPatternPredicate4,
25593 OPC_CheckComplexPat3, /*#*/2,
25594 OPC_EmitMergeInputChains1_1,
25595 OPC_EmitIntegerI32, 0,
25596 OPC_EmitConvertToTarget3,
25597 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_LANE_64_A64), 0|OPFL_Chain|OPFL_MemRefs,
25598 29|128,1, 5, 8,
25599 0,
25600 0,
25601 89,
25602 OPC_RecordChild1,
25603 OPC_Scope, 42,
25604 OPC_CheckChild1Type, MVT::f32,
25605 OPC_Scope, 21,
25606 OPC_RecordChild2,
25607 OPC_MoveChild2,
25608 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
25609 OPC_CheckPredicate, 11,
25610 OPC_CheckTypeI32,
25611 OPC_MoveParent,
25612 OPC_CheckType, 11|128,1,
25613 OPC_CheckPatternPredicate0,
25614 OPC_EmitConvertToTarget2,
25615 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::REPLACE_LANE_F32x4),
25616 11|128,1, 3, 21,
25617 15,
25618 OPC_MoveChild2,
25619 OPC_CheckUndef,
25620 OPC_MoveParent,
25621 OPC_CheckType, 11|128,1,
25622 OPC_EmitIntegerI32, 0,
25623 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::REPLACE_LANE_F32x4),
25624 11|128,1, 3, 18,
25625 0,
25626 42,
25627 OPC_CheckChild1Type, MVT::f64,
25628 OPC_Scope, 21,
25629 OPC_RecordChild2,
25630 OPC_MoveChild2,
25631 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
25632 OPC_CheckPredicate, 12,
25633 OPC_CheckTypeI32,
25634 OPC_MoveParent,
25635 OPC_CheckType, 29|128,1,
25636 OPC_CheckPatternPredicate0,
25637 OPC_EmitConvertToTarget2,
25638 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::REPLACE_LANE_F64x2),
25639 29|128,1, 3, 21,
25640 15,
25641 OPC_MoveChild2,
25642 OPC_CheckUndef,
25643 OPC_MoveParent,
25644 OPC_CheckType, 29|128,1,
25645 OPC_EmitIntegerI32, 0,
25646 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::REPLACE_LANE_F64x2),
25647 29|128,1, 3, 18,
25648 0,
25649 0,
25650 0,
25651 0,
25652 82|128,1, TARGET_VAL(WebAssemblyISD::VEC_SHR_U),
25653 OPC_Scope, 83,
25654 OPC_MoveChild0,
25655 OPC_CheckOpcode, TARGET_VAL(ISD::ADD),
25656 OPC_MoveChild0,
25657 OPC_SwitchOpcode , 35, TARGET_VAL(ISD::ADD),
25658 OPC_RecordChild0,
25659 OPC_RecordChild1,
25660 OPC_CheckPredicate, 27,
25661 OPC_MoveSibling1,
25662 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
25663 OPC_CheckChild0Integer, 1,
25664 OPC_CheckChild0TypeI32,
25665 OPC_MoveParent,
25666 OPC_CheckPredicate, 27,
25667 OPC_MoveParent,
25668 OPC_CheckChild1Integer, 1,
25669 OPC_SwitchType , 6, MVT::v16i8,
25670 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::AVGR_U_I8x16),
25671 MVT::v16i8, 2, 16,
25672 6, MVT::v8i16,
25673 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::AVGR_U_I16x8),
25674 MVT::v8i16, 2, 16,
25675 0,
25676 35, TARGET_VAL(ISD::SPLAT_VECTOR),
25677 OPC_CheckChild0Integer, 1,
25678 OPC_CheckChild0TypeI32,
25679 OPC_MoveSibling1,
25680 OPC_CheckOpcode, TARGET_VAL(ISD::ADD),
25681 OPC_RecordChild0,
25682 OPC_RecordChild1,
25683 OPC_CheckPredicate, 27,
25684 OPC_MoveParent,
25685 OPC_CheckPredicate, 27,
25686 OPC_MoveParent,
25687 OPC_CheckChild1Integer, 1,
25688 OPC_SwitchType , 6, MVT::v16i8,
25689 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::AVGR_U_I8x16),
25690 MVT::v16i8, 2, 16,
25691 6, MVT::v8i16,
25692 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::AVGR_U_I16x8),
25693 MVT::v8i16, 2, 16,
25694 0,
25695 0,
25696 123,
25697 OPC_RecordChild0,
25698 OPC_Scope, 79,
25699 OPC_MoveChild1,
25700 OPC_Scope, 23,
25701 OPC_CheckOpcode, TARGET_VAL(ISD::TRUNCATE),
25702 OPC_MoveChild0,
25703 OPC_CheckAndImm, 63,
25704 OPC_RecordChild0,
25705 OPC_MoveParent,
25706 OPC_MoveParent,
25707 OPC_CheckType, MVT::v2i64,
25708 OPC_EmitNode1None, TARGET_VAL(WebAssembly::I32_WRAP_I64),
25709 MVT::i32, 1, 17,
25710 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_U_I64x2),
25711 MVT::v2i64, 2, 39,
25712 12,
25713 OPC_CheckAndImm, 7,
25714 OPC_RecordChild0,
25715 OPC_MoveParent,
25716 OPC_CheckType, MVT::v16i8,
25717 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_U_I8x16),
25718 MVT::v16i8, 2, 16,
25719 12,
25720 OPC_CheckAndImm, 15,
25721 OPC_RecordChild0,
25722 OPC_MoveParent,
25723 OPC_CheckType, MVT::v8i16,
25724 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_U_I16x8),
25725 MVT::v8i16, 2, 16,
25726 12,
25727 OPC_CheckAndImm, 31,
25728 OPC_RecordChild0,
25729 OPC_MoveParent,
25730 OPC_CheckType, MVT::v4i32,
25731 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_U_I32x4),
25732 MVT::v4i32, 2, 16,
25733 12,
25734 OPC_CheckAndImm, 63,
25735 OPC_RecordChild0,
25736 OPC_MoveParent,
25737 OPC_CheckType, MVT::v2i64,
25738 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_U_I64x2),
25739 MVT::v2i64, 2, 16,
25740 0,
25741 39,
25742 OPC_RecordChild1,
25743 OPC_SwitchType , 7, MVT::v16i8,
25744 OPC_CheckPatternPredicate0,
25745 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_U_I8x16),
25746 MVT::v16i8, 2, 16,
25747 7, MVT::v8i16,
25748 OPC_CheckPatternPredicate0,
25749 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_U_I16x8),
25750 MVT::v8i16, 2, 16,
25751 7, MVT::v4i32,
25752 OPC_CheckPatternPredicate0,
25753 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_U_I32x4),
25754 MVT::v4i32, 2, 16,
25755 7, MVT::v2i64,
25756 OPC_CheckPatternPredicate0,
25757 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_U_I64x2),
25758 MVT::v2i64, 2, 16,
25759 0,
25760 0,
25761 0,
25762 99|128,3, TARGET_VAL(ISD::SPLAT_VECTOR),
25763 OPC_Scope, 55|128,1,
25764 OPC_MoveChild0,
25765 OPC_CheckOpcode, TARGET_VAL(ISD::LOAD),
25766 OPC_RecordMemRef,
25767 OPC_RecordNode,
25768 OPC_RecordChild1,
25769 OPC_Scope, 86,
25770 OPC_CheckChild1TypeI32,
25771 OPC_CheckPredicate7,
25772 OPC_Scope, 41,
25773 OPC_CheckPredicate, 9,
25774 OPC_CheckTypeI32,
25775 OPC_Scope, 17,
25776 OPC_CheckPredicate1,
25777 OPC_MoveParent,
25778 OPC_CheckType, MVT::v16i8,
25779 OPC_CheckPatternPredicate3,
25780 OPC_CheckComplexPat2, /*#*/1,
25781 OPC_EmitMergeInputChains1_0,
25782 OPC_EmitIntegerI32, 0,
25783 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD8_SPLAT_A32), 0|OPFL_Chain|OPFL_MemRefs,
25784 MVT::v16i8, 3, 56,
25785 17,
25786 OPC_CheckPredicate2,
25787 OPC_MoveParent,
25788 OPC_CheckType, MVT::v8i16,
25789 OPC_CheckPatternPredicate3,
25790 OPC_CheckComplexPat2, /*#*/1,
25791 OPC_EmitMergeInputChains1_0,
25792 OPC_EmitIntegerI32, 0,
25793 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD16_SPLAT_A32), 0|OPFL_Chain|OPFL_MemRefs,
25794 MVT::v8i16, 3, 56,
25795 0,
25796 39,
25797 OPC_CheckPredicate6,
25798 OPC_SwitchType , 16, MVT::i32,
25799 OPC_MoveParent,
25800 OPC_CheckType, MVT::v4i32,
25801 OPC_CheckPatternPredicate3,
25802 OPC_CheckComplexPat2, /*#*/1,
25803 OPC_EmitMergeInputChains1_0,
25804 OPC_EmitIntegerI32, 0,
25805 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD32_SPLAT_A32), 0|OPFL_Chain|OPFL_MemRefs,
25806 MVT::v4i32, 3, 56,
25807 16, MVT::i64,
25808 OPC_MoveParent,
25809 OPC_CheckType, MVT::v2i64,
25810 OPC_CheckPatternPredicate3,
25811 OPC_CheckComplexPat2, /*#*/1,
25812 OPC_EmitMergeInputChains1_0,
25813 OPC_EmitIntegerI32, 0,
25814 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD64_SPLAT_A32), 0|OPFL_Chain|OPFL_MemRefs,
25815 MVT::v2i64, 3, 56,
25816 0,
25817 0,
25818 86,
25819 OPC_CheckChild1TypeI64,
25820 OPC_CheckPredicate7,
25821 OPC_Scope, 41,
25822 OPC_CheckPredicate, 9,
25823 OPC_CheckTypeI32,
25824 OPC_Scope, 17,
25825 OPC_CheckPredicate1,
25826 OPC_MoveParent,
25827 OPC_CheckType, MVT::v16i8,
25828 OPC_CheckPatternPredicate4,
25829 OPC_CheckComplexPat3, /*#*/1,
25830 OPC_EmitMergeInputChains1_0,
25831 OPC_EmitIntegerI32, 0,
25832 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD8_SPLAT_A64), 0|OPFL_Chain|OPFL_MemRefs,
25833 MVT::v16i8, 3, 56,
25834 17,
25835 OPC_CheckPredicate2,
25836 OPC_MoveParent,
25837 OPC_CheckType, MVT::v8i16,
25838 OPC_CheckPatternPredicate4,
25839 OPC_CheckComplexPat3, /*#*/1,
25840 OPC_EmitMergeInputChains1_0,
25841 OPC_EmitIntegerI32, 0,
25842 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD16_SPLAT_A64), 0|OPFL_Chain|OPFL_MemRefs,
25843 MVT::v8i16, 3, 56,
25844 0,
25845 39,
25846 OPC_CheckPredicate6,
25847 OPC_SwitchType , 16, MVT::i32,
25848 OPC_MoveParent,
25849 OPC_CheckType, MVT::v4i32,
25850 OPC_CheckPatternPredicate4,
25851 OPC_CheckComplexPat3, /*#*/1,
25852 OPC_EmitMergeInputChains1_0,
25853 OPC_EmitIntegerI32, 0,
25854 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD32_SPLAT_A64), 0|OPFL_Chain|OPFL_MemRefs,
25855 MVT::v4i32, 3, 56,
25856 16, MVT::i64,
25857 OPC_MoveParent,
25858 OPC_CheckType, MVT::v2i64,
25859 OPC_CheckPatternPredicate4,
25860 OPC_CheckComplexPat3, /*#*/1,
25861 OPC_EmitMergeInputChains1_0,
25862 OPC_EmitIntegerI32, 0,
25863 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD64_SPLAT_A64), 0|OPFL_Chain|OPFL_MemRefs,
25864 MVT::v2i64, 3, 56,
25865 0,
25866 0,
25867 0,
25868 122,
25869 OPC_RecordChild0,
25870 OPC_Scope, 76,
25871 OPC_MoveChild0,
25872 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
25873 OPC_SwitchType , 55, MVT::i32,
25874 OPC_MoveParent,
25875 OPC_SwitchType , 22, MVT::v16i8,
25876 OPC_EmitConvertToTarget0,
25877 OPC_EmitConvertToTarget0,
25878 OPC_EmitConvertToTarget0,
25879 OPC_EmitConvertToTarget0,
25880 OPC_EmitConvertToTarget0,
25881 OPC_EmitConvertToTarget0,
25882 OPC_EmitConvertToTarget0,
25883 OPC_EmitConvertToTarget0,
25884 OPC_EmitConvertToTarget0,
25885 OPC_EmitConvertToTarget0,
25886 OPC_EmitConvertToTarget0,
25887 OPC_EmitConvertToTarget0,
25888 OPC_EmitConvertToTarget0,
25889 OPC_EmitConvertToTarget0,
25890 OPC_EmitConvertToTarget0,
25891 OPC_EmitConvertToTarget0,
25892 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_V128_I8x16),
25893 MVT::v16i8, 16, 105,
25894 14, MVT::v8i16,
25895 OPC_EmitConvertToTarget0,
25896 OPC_EmitConvertToTarget0,
25897 OPC_EmitConvertToTarget0,
25898 OPC_EmitConvertToTarget0,
25899 OPC_EmitConvertToTarget0,
25900 OPC_EmitConvertToTarget0,
25901 OPC_EmitConvertToTarget0,
25902 OPC_EmitConvertToTarget0,
25903 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_V128_I16x8),
25904 MVT::v8i16, 8, 89,
25905 10, MVT::v4i32,
25906 OPC_EmitConvertToTarget0,
25907 OPC_EmitConvertToTarget0,
25908 OPC_EmitConvertToTarget0,
25909 OPC_EmitConvertToTarget0,
25910 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_V128_I32x4),
25911 MVT::v4i32, 4, 65,
25912 0,
25913 11, MVT::i64,
25914 OPC_MoveParent,
25915 OPC_CheckType, MVT::v2i64,
25916 OPC_EmitConvertToTarget0,
25917 OPC_EmitConvertToTarget0,
25918 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_V128_I64x2),
25919 MVT::v2i64, 2, 42,
25920 0,
25921 30,
25922 OPC_CheckChild0TypeI32,
25923 OPC_SwitchType , 7, MVT::v16i8,
25924 OPC_CheckPatternPredicate0,
25925 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SPLAT_I8x16),
25926 MVT::v16i8, 1, 2,
25927 7, MVT::v8i16,
25928 OPC_CheckPatternPredicate0,
25929 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SPLAT_I16x8),
25930 MVT::v8i16, 1, 2,
25931 7, MVT::v4i32,
25932 OPC_CheckPatternPredicate0,
25933 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SPLAT_I32x4),
25934 MVT::v4i32, 1, 2,
25935 0,
25936 10,
25937 OPC_CheckChild0TypeI64,
25938 OPC_CheckType, MVT::v2i64,
25939 OPC_CheckPatternPredicate0,
25940 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SPLAT_I64x2),
25941 MVT::v2i64, 1, 2,
25942 0,
25943 101,
25944 OPC_MoveChild0,
25945 OPC_CheckOpcode, TARGET_VAL(ISD::LOAD),
25946 OPC_RecordMemRef,
25947 OPC_RecordNode,
25948 OPC_RecordChild1,
25949 OPC_Scope, 45,
25950 OPC_CheckChild1TypeI32,
25951 OPC_CheckPredicate7,
25952 OPC_CheckPredicate6,
25953 OPC_SwitchType , 18, MVT::f32,
25954 OPC_MoveParent,
25955 OPC_CheckType, 11|128,1,
25956 OPC_CheckPatternPredicate3,
25957 OPC_CheckComplexPat2, /*#*/1,
25958 OPC_EmitMergeInputChains1_0,
25959 OPC_EmitIntegerI32, 0,
25960 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD32_SPLAT_A32), 0|OPFL_Chain|OPFL_MemRefs,
25961 11|128,1, 3, 56,
25962 18, MVT::f64,
25963 OPC_MoveParent,
25964 OPC_CheckType, 29|128,1,
25965 OPC_CheckPatternPredicate3,
25966 OPC_CheckComplexPat2, /*#*/1,
25967 OPC_EmitMergeInputChains1_0,
25968 OPC_EmitIntegerI32, 0,
25969 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD64_SPLAT_A32), 0|OPFL_Chain|OPFL_MemRefs,
25970 29|128,1, 3, 56,
25971 0,
25972 45,
25973 OPC_CheckChild1TypeI64,
25974 OPC_CheckPredicate7,
25975 OPC_CheckPredicate6,
25976 OPC_SwitchType , 18, MVT::f32,
25977 OPC_MoveParent,
25978 OPC_CheckType, 11|128,1,
25979 OPC_CheckPatternPredicate4,
25980 OPC_CheckComplexPat3, /*#*/1,
25981 OPC_EmitMergeInputChains1_0,
25982 OPC_EmitIntegerI32, 0,
25983 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD32_SPLAT_A64), 0|OPFL_Chain|OPFL_MemRefs,
25984 11|128,1, 3, 56,
25985 18, MVT::f64,
25986 OPC_MoveParent,
25987 OPC_CheckType, 29|128,1,
25988 OPC_CheckPatternPredicate4,
25989 OPC_CheckComplexPat3, /*#*/1,
25990 OPC_EmitMergeInputChains1_0,
25991 OPC_EmitIntegerI32, 0,
25992 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD64_SPLAT_A64), 0|OPFL_Chain|OPFL_MemRefs,
25993 29|128,1, 3, 56,
25994 0,
25995 0,
25996 70,
25997 OPC_RecordChild0,
25998 OPC_Scope, 38,
25999 OPC_MoveChild0,
26000 OPC_CheckOpcode, TARGET_VAL(ISD::ConstantFP),
26001 OPC_SwitchType , 15, MVT::f32,
26002 OPC_MoveParent,
26003 OPC_CheckType, 11|128,1,
26004 OPC_EmitConvertToTarget0,
26005 OPC_EmitConvertToTarget0,
26006 OPC_EmitConvertToTarget0,
26007 OPC_EmitConvertToTarget0,
26008 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_V128_F32x4),
26009 11|128,1, 4, 65,
26010 13, MVT::f64,
26011 OPC_MoveParent,
26012 OPC_CheckType, 29|128,1,
26013 OPC_EmitConvertToTarget0,
26014 OPC_EmitConvertToTarget0,
26015 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_V128_F64x2),
26016 29|128,1, 2, 42,
26017 0,
26018 13,
26019 OPC_CheckChild0Type, MVT::f32,
26020 OPC_CheckType, 11|128,1,
26021 OPC_CheckPatternPredicate0,
26022 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SPLAT_F32x4),
26023 11|128,1, 1, 2,
26024 13,
26025 OPC_CheckChild0Type, MVT::f64,
26026 OPC_CheckType, 29|128,1,
26027 OPC_CheckPatternPredicate0,
26028 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SPLAT_F64x2),
26029 29|128,1, 1, 2,
26030 0,
26031 0,
26032 12|128,2, TARGET_VAL(ISD::SCALAR_TO_VECTOR),
26033 OPC_Scope, 93,
26034 OPC_MoveChild0,
26035 OPC_CheckOpcode, TARGET_VAL(ISD::LOAD),
26036 OPC_RecordMemRef,
26037 OPC_RecordNode,
26038 OPC_RecordChild1,
26039 OPC_Scope, 41,
26040 OPC_CheckChild1TypeI32,
26041 OPC_CheckPredicate7,
26042 OPC_CheckPredicate6,
26043 OPC_SwitchType , 16, MVT::i32,
26044 OPC_MoveParent,
26045 OPC_CheckType, MVT::v4i32,
26046 OPC_CheckPatternPredicate3,
26047 OPC_CheckComplexPat2, /*#*/1,
26048 OPC_EmitMergeInputChains1_0,
26049 OPC_EmitIntegerI32, 0,
26050 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_ZERO_32_A32), 0|OPFL_Chain|OPFL_MemRefs,
26051 MVT::v4i32, 3, 56,
26052 16, MVT::i64,
26053 OPC_MoveParent,
26054 OPC_CheckType, MVT::v2i64,
26055 OPC_CheckPatternPredicate3,
26056 OPC_CheckComplexPat2, /*#*/1,
26057 OPC_EmitMergeInputChains1_0,
26058 OPC_EmitIntegerI32, 0,
26059 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_ZERO_64_A32), 0|OPFL_Chain|OPFL_MemRefs,
26060 MVT::v2i64, 3, 56,
26061 0,
26062 41,
26063 OPC_CheckChild1TypeI64,
26064 OPC_CheckPredicate7,
26065 OPC_CheckPredicate6,
26066 OPC_SwitchType , 16, MVT::i32,
26067 OPC_MoveParent,
26068 OPC_CheckType, MVT::v4i32,
26069 OPC_CheckPatternPredicate4,
26070 OPC_CheckComplexPat3, /*#*/1,
26071 OPC_EmitMergeInputChains1_0,
26072 OPC_EmitIntegerI32, 0,
26073 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_ZERO_32_A64), 0|OPFL_Chain|OPFL_MemRefs,
26074 MVT::v4i32, 3, 56,
26075 16, MVT::i64,
26076 OPC_MoveParent,
26077 OPC_CheckType, MVT::v2i64,
26078 OPC_CheckPatternPredicate4,
26079 OPC_CheckComplexPat3, /*#*/1,
26080 OPC_EmitMergeInputChains1_0,
26081 OPC_EmitIntegerI32, 0,
26082 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_ZERO_64_A64), 0|OPFL_Chain|OPFL_MemRefs,
26083 MVT::v2i64, 3, 56,
26084 0,
26085 0,
26086 41,
26087 OPC_RecordChild0,
26088 OPC_Scope, 27,
26089 OPC_CheckChild0TypeI32,
26090 OPC_SwitchType , 6, MVT::v16i8,
26091 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SPLAT_I8x16),
26092 MVT::v16i8, 1, 2,
26093 6, MVT::v8i16,
26094 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SPLAT_I16x8),
26095 MVT::v8i16, 1, 2,
26096 6, MVT::v4i32,
26097 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SPLAT_I32x4),
26098 MVT::v4i32, 1, 2,
26099 0,
26100 9,
26101 OPC_CheckChild0TypeI64,
26102 OPC_CheckType, MVT::v2i64,
26103 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SPLAT_I64x2),
26104 MVT::v2i64, 1, 2,
26105 0,
26106 101,
26107 OPC_MoveChild0,
26108 OPC_CheckOpcode, TARGET_VAL(ISD::LOAD),
26109 OPC_RecordMemRef,
26110 OPC_RecordNode,
26111 OPC_RecordChild1,
26112 OPC_Scope, 45,
26113 OPC_CheckChild1TypeI32,
26114 OPC_CheckPredicate7,
26115 OPC_CheckPredicate6,
26116 OPC_SwitchType , 18, MVT::f32,
26117 OPC_MoveParent,
26118 OPC_CheckType, 11|128,1,
26119 OPC_CheckPatternPredicate3,
26120 OPC_CheckComplexPat2, /*#*/1,
26121 OPC_EmitMergeInputChains1_0,
26122 OPC_EmitIntegerI32, 0,
26123 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_ZERO_32_A32), 0|OPFL_Chain|OPFL_MemRefs,
26124 11|128,1, 3, 56,
26125 18, MVT::f64,
26126 OPC_MoveParent,
26127 OPC_CheckType, 29|128,1,
26128 OPC_CheckPatternPredicate3,
26129 OPC_CheckComplexPat2, /*#*/1,
26130 OPC_EmitMergeInputChains1_0,
26131 OPC_EmitIntegerI32, 0,
26132 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_ZERO_64_A32), 0|OPFL_Chain|OPFL_MemRefs,
26133 29|128,1, 3, 56,
26134 0,
26135 45,
26136 OPC_CheckChild1TypeI64,
26137 OPC_CheckPredicate7,
26138 OPC_CheckPredicate6,
26139 OPC_SwitchType , 18, MVT::f32,
26140 OPC_MoveParent,
26141 OPC_CheckType, 11|128,1,
26142 OPC_CheckPatternPredicate4,
26143 OPC_CheckComplexPat3, /*#*/1,
26144 OPC_EmitMergeInputChains1_0,
26145 OPC_EmitIntegerI32, 0,
26146 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_ZERO_32_A64), 0|OPFL_Chain|OPFL_MemRefs,
26147 11|128,1, 3, 56,
26148 18, MVT::f64,
26149 OPC_MoveParent,
26150 OPC_CheckType, 29|128,1,
26151 OPC_CheckPatternPredicate4,
26152 OPC_CheckComplexPat3, /*#*/1,
26153 OPC_EmitMergeInputChains1_0,
26154 OPC_EmitIntegerI32, 0,
26155 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_ZERO_64_A64), 0|OPFL_Chain|OPFL_MemRefs,
26156 29|128,1, 3, 56,
26157 0,
26158 0,
26159 27,
26160 OPC_RecordChild0,
26161 OPC_SwitchType , 9, 11|128,1,
26162 OPC_CheckChild0Type, MVT::f32,
26163 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SPLAT_F32x4),
26164 11|128,1, 1, 2,
26165 9, 29|128,1,
26166 OPC_CheckChild0Type, MVT::f64,
26167 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SPLAT_F64x2),
26168 29|128,1, 1, 2,
26169 0,
26170 0,
26171 45|128,2, TARGET_VAL(ISD::VSELECT),
26172 OPC_Scope, 46,
26173 OPC_RecordChild0,
26174 OPC_MoveChild1,
26175 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
26176 OPC_RecordChild0,
26177 OPC_MoveChild1,
26178 OPC_CheckImmAllOnesV,
26179 OPC_MoveParent,
26180 OPC_MoveSibling2,
26181 OPC_CheckImmAllZerosV,
26182 OPC_MoveParent,
26183 OPC_SwitchType , 6, MVT::v16i8,
26184 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANDNOT),
26185 MVT::v16i8, 2, 16,
26186 6, MVT::v8i16,
26187 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANDNOT),
26188 MVT::v8i16, 2, 16,
26189 6, MVT::v4i32,
26190 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANDNOT),
26191 MVT::v4i32, 2, 16,
26192 6, MVT::v2i64,
26193 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANDNOT),
26194 MVT::v2i64, 2, 16,
26195 0,
26196 56|128,1,
26197 OPC_MoveChild0,
26198 OPC_CheckOpcode, TARGET_VAL(ISD::SETCC),
26199 OPC_MoveChild0,
26200 OPC_CheckOpcode, TARGET_VAL(ISD::BITCAST),
26201 OPC_RecordChild0,
26202 OPC_SwitchType , 63, 11|128,1,
26203 OPC_CheckChild0Type, MVT::v4i32,
26204 OPC_MoveSibling1,
26205 OPC_CheckOpcode, TARGET_VAL(ISD::BITCAST),
26206 OPC_RecordChild0,
26207 OPC_CheckChild0Type, MVT::v4i32,
26208 OPC_MoveParent,
26209 OPC_CheckChild2CondCode, ISD::SETOLT,
26210 OPC_MoveParent,
26211 OPC_CheckType, MVT::v4i32,
26212 OPC_Scope, 11,
26213 OPC_CheckChild1Same, 0,
26214 OPC_CheckChild2Same, 1,
26215 OPC_CheckPatternPredicate5,
26216 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMIN_F32x4),
26217 MVT::v4i32, 2, 1,
26218 11,
26219 OPC_CheckChild1Same, 1,
26220 OPC_CheckChild2Same, 0,
26221 OPC_CheckPatternPredicate5,
26222 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMAX_F32x4),
26223 MVT::v4i32, 2, 16,
26224 10,
26225 OPC_CheckChild1Same, 0,
26226 OPC_CheckChild2Same, 1,
26227 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMIN_F32x4),
26228 MVT::v4i32, 2, 1,
26229 10,
26230 OPC_CheckChild1Same, 1,
26231 OPC_CheckChild2Same, 0,
26232 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMAX_F32x4),
26233 MVT::v4i32, 2, 16,
26234 0,
26235 63, 29|128,1,
26236 OPC_CheckChild0Type, MVT::v2i64,
26237 OPC_MoveSibling1,
26238 OPC_CheckOpcode, TARGET_VAL(ISD::BITCAST),
26239 OPC_RecordChild0,
26240 OPC_CheckChild0Type, MVT::v2i64,
26241 OPC_MoveParent,
26242 OPC_CheckChild2CondCode, ISD::SETOLT,
26243 OPC_MoveParent,
26244 OPC_CheckType, MVT::v2i64,
26245 OPC_Scope, 11,
26246 OPC_CheckChild1Same, 0,
26247 OPC_CheckChild2Same, 1,
26248 OPC_CheckPatternPredicate5,
26249 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMIN_F64x2),
26250 MVT::v2i64, 2, 1,
26251 11,
26252 OPC_CheckChild1Same, 1,
26253 OPC_CheckChild2Same, 0,
26254 OPC_CheckPatternPredicate5,
26255 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMAX_F64x2),
26256 MVT::v2i64, 2, 16,
26257 10,
26258 OPC_CheckChild1Same, 0,
26259 OPC_CheckChild2Same, 1,
26260 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMIN_F64x2),
26261 MVT::v2i64, 2, 1,
26262 10,
26263 OPC_CheckChild1Same, 1,
26264 OPC_CheckChild2Same, 0,
26265 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMAX_F64x2),
26266 MVT::v2i64, 2, 16,
26267 0,
26268 39, MVT::v8f16,
26269 OPC_CheckChild0Type, MVT::v8i16,
26270 OPC_MoveSibling1,
26271 OPC_CheckOpcode, TARGET_VAL(ISD::BITCAST),
26272 OPC_RecordChild0,
26273 OPC_CheckChild0Type, MVT::v8i16,
26274 OPC_MoveParent,
26275 OPC_CheckChild2CondCode, ISD::SETOLT,
26276 OPC_MoveParent,
26277 OPC_CheckType, MVT::v8i16,
26278 OPC_Scope, 10,
26279 OPC_CheckChild1Same, 0,
26280 OPC_CheckChild2Same, 1,
26281 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMIN_F16x8),
26282 MVT::v8i16, 2, 1,
26283 10,
26284 OPC_CheckChild1Same, 1,
26285 OPC_CheckChild2Same, 0,
26286 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMAX_F16x8),
26287 MVT::v8i16, 2, 16,
26288 0,
26289 0,
26290 65,
26291 OPC_RecordChild0,
26292 OPC_RecordChild1,
26293 OPC_RecordChild2,
26294 OPC_SwitchType , 6, MVT::v16i8,
26295 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
26296 MVT::v16i8, 3, 3,
26297 6, MVT::v8i16,
26298 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
26299 MVT::v8i16, 3, 3,
26300 6, MVT::v4i32,
26301 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
26302 MVT::v4i32, 3, 3,
26303 6, MVT::v2i64,
26304 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
26305 MVT::v2i64, 3, 3,
26306 7, 11|128,1,
26307 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
26308 11|128,1, 3, 3,
26309 7, 29|128,1,
26310 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
26311 29|128,1, 3, 3,
26312 6, MVT::v8f16,
26313 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
26314 MVT::v8f16, 3, 3,
26315 0,
26316 0,
26317 123, TARGET_VAL(WebAssemblyISD::VEC_SHL),
26318 OPC_RecordChild0,
26319 OPC_Scope, 79,
26320 OPC_MoveChild1,
26321 OPC_Scope, 23,
26322 OPC_CheckOpcode, TARGET_VAL(ISD::TRUNCATE),
26323 OPC_MoveChild0,
26324 OPC_CheckAndImm, 63,
26325 OPC_RecordChild0,
26326 OPC_MoveParent,
26327 OPC_MoveParent,
26328 OPC_CheckType, MVT::v2i64,
26329 OPC_EmitNode1None, TARGET_VAL(WebAssembly::I32_WRAP_I64),
26330 MVT::i32, 1, 17,
26331 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHL_I64x2),
26332 MVT::v2i64, 2, 39,
26333 12,
26334 OPC_CheckAndImm, 7,
26335 OPC_RecordChild0,
26336 OPC_MoveParent,
26337 OPC_CheckType, MVT::v16i8,
26338 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHL_I8x16),
26339 MVT::v16i8, 2, 16,
26340 12,
26341 OPC_CheckAndImm, 15,
26342 OPC_RecordChild0,
26343 OPC_MoveParent,
26344 OPC_CheckType, MVT::v8i16,
26345 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHL_I16x8),
26346 MVT::v8i16, 2, 16,
26347 12,
26348 OPC_CheckAndImm, 31,
26349 OPC_RecordChild0,
26350 OPC_MoveParent,
26351 OPC_CheckType, MVT::v4i32,
26352 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHL_I32x4),
26353 MVT::v4i32, 2, 16,
26354 12,
26355 OPC_CheckAndImm, 63,
26356 OPC_RecordChild0,
26357 OPC_MoveParent,
26358 OPC_CheckType, MVT::v2i64,
26359 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHL_I64x2),
26360 MVT::v2i64, 2, 16,
26361 0,
26362 39,
26363 OPC_RecordChild1,
26364 OPC_SwitchType , 7, MVT::v16i8,
26365 OPC_CheckPatternPredicate0,
26366 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHL_I8x16),
26367 MVT::v16i8, 2, 16,
26368 7, MVT::v8i16,
26369 OPC_CheckPatternPredicate0,
26370 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHL_I16x8),
26371 MVT::v8i16, 2, 16,
26372 7, MVT::v4i32,
26373 OPC_CheckPatternPredicate0,
26374 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHL_I32x4),
26375 MVT::v4i32, 2, 16,
26376 7, MVT::v2i64,
26377 OPC_CheckPatternPredicate0,
26378 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHL_I64x2),
26379 MVT::v2i64, 2, 16,
26380 0,
26381 0,
26382 123, TARGET_VAL(WebAssemblyISD::VEC_SHR_S),
26383 OPC_RecordChild0,
26384 OPC_Scope, 79,
26385 OPC_MoveChild1,
26386 OPC_Scope, 23,
26387 OPC_CheckOpcode, TARGET_VAL(ISD::TRUNCATE),
26388 OPC_MoveChild0,
26389 OPC_CheckAndImm, 63,
26390 OPC_RecordChild0,
26391 OPC_MoveParent,
26392 OPC_MoveParent,
26393 OPC_CheckType, MVT::v2i64,
26394 OPC_EmitNode1None, TARGET_VAL(WebAssembly::I32_WRAP_I64),
26395 MVT::i32, 1, 17,
26396 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_S_I64x2),
26397 MVT::v2i64, 2, 39,
26398 12,
26399 OPC_CheckAndImm, 7,
26400 OPC_RecordChild0,
26401 OPC_MoveParent,
26402 OPC_CheckType, MVT::v16i8,
26403 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_S_I8x16),
26404 MVT::v16i8, 2, 16,
26405 12,
26406 OPC_CheckAndImm, 15,
26407 OPC_RecordChild0,
26408 OPC_MoveParent,
26409 OPC_CheckType, MVT::v8i16,
26410 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_S_I16x8),
26411 MVT::v8i16, 2, 16,
26412 12,
26413 OPC_CheckAndImm, 31,
26414 OPC_RecordChild0,
26415 OPC_MoveParent,
26416 OPC_CheckType, MVT::v4i32,
26417 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_S_I32x4),
26418 MVT::v4i32, 2, 16,
26419 12,
26420 OPC_CheckAndImm, 63,
26421 OPC_RecordChild0,
26422 OPC_MoveParent,
26423 OPC_CheckType, MVT::v2i64,
26424 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_S_I64x2),
26425 MVT::v2i64, 2, 16,
26426 0,
26427 39,
26428 OPC_RecordChild1,
26429 OPC_SwitchType , 7, MVT::v16i8,
26430 OPC_CheckPatternPredicate0,
26431 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_S_I8x16),
26432 MVT::v16i8, 2, 16,
26433 7, MVT::v8i16,
26434 OPC_CheckPatternPredicate0,
26435 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_S_I16x8),
26436 MVT::v8i16, 2, 16,
26437 7, MVT::v4i32,
26438 OPC_CheckPatternPredicate0,
26439 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_S_I32x4),
26440 MVT::v4i32, 2, 16,
26441 7, MVT::v2i64,
26442 OPC_CheckPatternPredicate0,
26443 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_S_I64x2),
26444 MVT::v2i64, 2, 16,
26445 0,
26446 0,
26447 15|128,1, TARGET_VAL(ISD::PARTIAL_REDUCE_SMLA),
26448 OPC_RecordChild0,
26449 OPC_CheckChild0Type, MVT::v4i32,
26450 OPC_RecordChild1,
26451 OPC_Scope, 47,
26452 OPC_CheckChild1Type, MVT::v8i16,
26453 OPC_Scope, 24,
26454 OPC_MoveChild2,
26455 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
26456 OPC_CheckChild0Integer, 1,
26457 OPC_CheckChild0TypeI32,
26458 OPC_CheckType, MVT::v8i16,
26459 OPC_MoveParent,
26460 OPC_CheckType, MVT::v4i32,
26461 OPC_EmitNode1None, TARGET_VAL(WebAssembly::extadd_pairwise_s_I32x4),
26462 MVT::v16i8, 1, 17,
26463 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ADD_I32x4),
26464 MVT::v4i32, 2, 4,
26465 17,
26466 OPC_RecordChild2,
26467 OPC_CheckChild2Type, MVT::v8i16,
26468 OPC_CheckType, MVT::v4i32,
26469 OPC_EmitNode1None, TARGET_VAL(WebAssembly::DOT),
26470 MVT::v16i8, 2, 42,
26471 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ADD_I32x4),
26472 MVT::v4i32, 2, 6,
26473 0,
26474 88,
26475 OPC_CheckChild1Type, MVT::v16i8,
26476 OPC_Scope, 30,
26477 OPC_MoveChild2,
26478 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
26479 OPC_CheckChild0Integer, 1,
26480 OPC_CheckChild0TypeI32,
26481 OPC_CheckType, MVT::v16i8,
26482 OPC_MoveParent,
26483 OPC_CheckType, MVT::v4i32,
26484 OPC_EmitNode1None, TARGET_VAL(WebAssembly::extadd_pairwise_s_I16x8),
26485 MVT::v16i8, 1, 17,
26486 OPC_EmitNode1None, TARGET_VAL(WebAssembly::extadd_pairwise_s_I32x4),
26487 MVT::v16i8, 1, 40,
26488 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ADD_I32x4),
26489 MVT::v4i32, 2, 6,
26490 52,
26491 OPC_RecordChild2,
26492 OPC_CheckChild2Type, MVT::v16i8,
26493 OPC_CheckType, MVT::v4i32,
26494 OPC_Scope, 7,
26495 OPC_CheckPatternPredicate5,
26496 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT_ADD),
26497 MVT::v4i32, 3, 3,
26498 36,
26499 OPC_EmitNode1None, TARGET_VAL(WebAssembly::EXTMUL_LOW_S_I16x8),
26500 MVT::v16i8, 2, 42,
26501 OPC_EmitNode1None, TARGET_VAL(WebAssembly::extadd_pairwise_s_I32x4),
26502 MVT::v16i8, 1, 55,
26503 OPC_EmitNode1None, TARGET_VAL(WebAssembly::EXTMUL_HIGH_S_I16x8),
26504 MVT::v16i8, 2, 42,
26505 OPC_EmitNode1None, TARGET_VAL(WebAssembly::extadd_pairwise_s_I32x4),
26506 MVT::v16i8, 1, 77,
26507 OPC_EmitNode1None, TARGET_VAL(WebAssembly::ADD_I32x4),
26508 MVT::v16i8, 2, 83,
26509 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ADD_I32x4),
26510 MVT::v4i32, 2, 13,
26511 0,
26512 0,
26513 0,
26514 16|128,1, TARGET_VAL(ISD::PARTIAL_REDUCE_UMLA),
26515 OPC_RecordChild0,
26516 OPC_CheckChild0Type, MVT::v4i32,
26517 OPC_RecordChild1,
26518 OPC_Scope, 59,
26519 OPC_CheckChild1Type, MVT::v8i16,
26520 OPC_Scope, 24,
26521 OPC_MoveChild2,
26522 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
26523 OPC_CheckChild0Integer, 1,
26524 OPC_CheckChild0TypeI32,
26525 OPC_CheckType, MVT::v8i16,
26526 OPC_MoveParent,
26527 OPC_CheckType, MVT::v4i32,
26528 OPC_EmitNode1None, TARGET_VAL(WebAssembly::extadd_pairwise_u_I32x4),
26529 MVT::v16i8, 1, 17,
26530 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ADD_I32x4),
26531 MVT::v4i32, 2, 4,
26532 29,
26533 OPC_RecordChild2,
26534 OPC_CheckChild2Type, MVT::v8i16,
26535 OPC_CheckType, MVT::v4i32,
26536 OPC_EmitNode1None, TARGET_VAL(WebAssembly::EXTMUL_LOW_U_I32x4),
26537 MVT::v16i8, 2, 42,
26538 OPC_EmitNode1None, TARGET_VAL(WebAssembly::EXTMUL_HIGH_U_I32x4),
26539 MVT::v16i8, 2, 42,
26540 OPC_EmitNode1None, TARGET_VAL(WebAssembly::ADD_I32x4),
26541 MVT::v16i8, 2, 67,
26542 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ADD_I32x4),
26543 MVT::v4i32, 2, 11,
26544 0,
26545 77,
26546 OPC_CheckChild1Type, MVT::v16i8,
26547 OPC_Scope, 30,
26548 OPC_MoveChild2,
26549 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
26550 OPC_CheckChild0Integer, 1,
26551 OPC_CheckChild0TypeI32,
26552 OPC_CheckType, MVT::v16i8,
26553 OPC_MoveParent,
26554 OPC_CheckType, MVT::v4i32,
26555 OPC_EmitNode1None, TARGET_VAL(WebAssembly::extadd_pairwise_u_I16x8),
26556 MVT::v16i8, 1, 17,
26557 OPC_EmitNode1None, TARGET_VAL(WebAssembly::extadd_pairwise_u_I32x4),
26558 MVT::v16i8, 1, 40,
26559 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ADD_I32x4),
26560 MVT::v4i32, 2, 6,
26561 41,
26562 OPC_RecordChild2,
26563 OPC_CheckChild2Type, MVT::v16i8,
26564 OPC_CheckType, MVT::v4i32,
26565 OPC_EmitNode1None, TARGET_VAL(WebAssembly::EXTMUL_LOW_U_I16x8),
26566 MVT::v16i8, 2, 42,
26567 OPC_EmitNode1None, TARGET_VAL(WebAssembly::extadd_pairwise_u_I32x4),
26568 MVT::v16i8, 1, 55,
26569 OPC_EmitNode1None, TARGET_VAL(WebAssembly::EXTMUL_HIGH_U_I16x8),
26570 MVT::v16i8, 2, 42,
26571 OPC_EmitNode1None, TARGET_VAL(WebAssembly::extadd_pairwise_u_I32x4),
26572 MVT::v16i8, 1, 77,
26573 OPC_EmitNode1None, TARGET_VAL(WebAssembly::ADD_I32x4),
26574 MVT::v16i8, 2, 83,
26575 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ADD_I32x4),
26576 MVT::v4i32, 2, 13,
26577 0,
26578 0,
26579 15, TARGET_VAL(WebAssemblyISD::SWIZZLE),
26580 OPC_RecordChild0,
26581 OPC_CheckChild0Type, MVT::v16i8,
26582 OPC_RecordChild1,
26583 OPC_CheckChild1Type, MVT::v16i8,
26584 OPC_CheckType, MVT::v16i8,
26585 OPC_CheckPatternPredicate0,
26586 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SWIZZLE),
26587 MVT::v16i8, 2, 16,
26588 39, TARGET_VAL(ISD::ABS),
26589 OPC_RecordChild0,
26590 OPC_SwitchType , 7, MVT::v16i8,
26591 OPC_CheckPatternPredicate0,
26592 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ABS_I8x16),
26593 MVT::v16i8, 1, 2,
26594 7, MVT::v8i16,
26595 OPC_CheckPatternPredicate0,
26596 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ABS_I16x8),
26597 MVT::v8i16, 1, 2,
26598 7, MVT::v4i32,
26599 OPC_CheckPatternPredicate0,
26600 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ABS_I32x4),
26601 MVT::v4i32, 1, 2,
26602 7, MVT::v2i64,
26603 OPC_CheckPatternPredicate0,
26604 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ABS_I64x2),
26605 MVT::v2i64, 1, 2,
26606 0,
26607 22, TARGET_VAL(ISD::SADDSAT),
26608 OPC_RecordChild0,
26609 OPC_RecordChild1,
26610 OPC_SwitchType , 7, MVT::v16i8,
26611 OPC_CheckPatternPredicate0,
26612 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ADD_SAT_S_I8x16),
26613 MVT::v16i8, 2, 16,
26614 7, MVT::v8i16,
26615 OPC_CheckPatternPredicate0,
26616 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ADD_SAT_S_I16x8),
26617 MVT::v8i16, 2, 16,
26618 0,
26619 22, TARGET_VAL(ISD::UADDSAT),
26620 OPC_RecordChild0,
26621 OPC_RecordChild1,
26622 OPC_SwitchType , 7, MVT::v16i8,
26623 OPC_CheckPatternPredicate0,
26624 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ADD_SAT_U_I8x16),
26625 MVT::v16i8, 2, 16,
26626 7, MVT::v8i16,
26627 OPC_CheckPatternPredicate0,
26628 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ADD_SAT_U_I16x8),
26629 MVT::v8i16, 2, 16,
26630 0,
26631 22, TARGET_VAL(ISD::SSUBSAT),
26632 OPC_RecordChild0,
26633 OPC_RecordChild1,
26634 OPC_SwitchType , 7, MVT::v16i8,
26635 OPC_CheckPatternPredicate0,
26636 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SUB_SAT_S_I8x16),
26637 MVT::v16i8, 2, 16,
26638 7, MVT::v8i16,
26639 OPC_CheckPatternPredicate0,
26640 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SUB_SAT_S_I16x8),
26641 MVT::v8i16, 2, 16,
26642 0,
26643 22, TARGET_VAL(ISD::USUBSAT),
26644 OPC_RecordChild0,
26645 OPC_RecordChild1,
26646 OPC_SwitchType , 7, MVT::v16i8,
26647 OPC_CheckPatternPredicate0,
26648 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SUB_SAT_U_I8x16),
26649 MVT::v16i8, 2, 16,
26650 7, MVT::v8i16,
26651 OPC_CheckPatternPredicate0,
26652 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SUB_SAT_U_I16x8),
26653 MVT::v8i16, 2, 16,
26654 0,
26655 31, TARGET_VAL(ISD::SMIN),
26656 OPC_RecordChild0,
26657 OPC_RecordChild1,
26658 OPC_SwitchType , 7, MVT::v16i8,
26659 OPC_CheckPatternPredicate0,
26660 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MIN_S_I8x16),
26661 MVT::v16i8, 2, 16,
26662 7, MVT::v8i16,
26663 OPC_CheckPatternPredicate0,
26664 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MIN_S_I16x8),
26665 MVT::v8i16, 2, 16,
26666 7, MVT::v4i32,
26667 OPC_CheckPatternPredicate0,
26668 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MIN_S_I32x4),
26669 MVT::v4i32, 2, 16,
26670 0,
26671 31, TARGET_VAL(ISD::UMIN),
26672 OPC_RecordChild0,
26673 OPC_RecordChild1,
26674 OPC_SwitchType , 7, MVT::v16i8,
26675 OPC_CheckPatternPredicate0,
26676 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MIN_U_I8x16),
26677 MVT::v16i8, 2, 16,
26678 7, MVT::v8i16,
26679 OPC_CheckPatternPredicate0,
26680 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MIN_U_I16x8),
26681 MVT::v8i16, 2, 16,
26682 7, MVT::v4i32,
26683 OPC_CheckPatternPredicate0,
26684 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MIN_U_I32x4),
26685 MVT::v4i32, 2, 16,
26686 0,
26687 31, TARGET_VAL(ISD::SMAX),
26688 OPC_RecordChild0,
26689 OPC_RecordChild1,
26690 OPC_SwitchType , 7, MVT::v16i8,
26691 OPC_CheckPatternPredicate0,
26692 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MAX_S_I8x16),
26693 MVT::v16i8, 2, 16,
26694 7, MVT::v8i16,
26695 OPC_CheckPatternPredicate0,
26696 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MAX_S_I16x8),
26697 MVT::v8i16, 2, 16,
26698 7, MVT::v4i32,
26699 OPC_CheckPatternPredicate0,
26700 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MAX_S_I32x4),
26701 MVT::v4i32, 2, 16,
26702 0,
26703 31, TARGET_VAL(ISD::UMAX),
26704 OPC_RecordChild0,
26705 OPC_RecordChild1,
26706 OPC_SwitchType , 7, MVT::v16i8,
26707 OPC_CheckPatternPredicate0,
26708 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MAX_U_I8x16),
26709 MVT::v16i8, 2, 16,
26710 7, MVT::v8i16,
26711 OPC_CheckPatternPredicate0,
26712 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MAX_U_I16x8),
26713 MVT::v8i16, 2, 16,
26714 7, MVT::v4i32,
26715 OPC_CheckPatternPredicate0,
26716 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MAX_U_I32x4),
26717 MVT::v4i32, 2, 16,
26718 0,
26719 20, TARGET_VAL(ISD::AVGCEILU),
26720 OPC_RecordChild0,
26721 OPC_RecordChild1,
26722 OPC_SwitchType , 6, MVT::v16i8,
26723 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::AVGR_U_I8x16),
26724 MVT::v16i8, 2, 16,
26725 6, MVT::v8i16,
26726 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::AVGR_U_I16x8),
26727 MVT::v8i16, 2, 16,
26728 0,
26729 8, TARGET_VAL(WebAssemblyISD::DOT),
26730 OPC_RecordChild0,
26731 OPC_RecordChild1,
26732 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
26733 MVT::v4i32, 2, 16,
26734 13, TARGET_VAL(WebAssemblyISD::TRUNC_SAT_ZERO_S),
26735 OPC_RecordChild0,
26736 OPC_CheckChild0Type, 29|128,1,
26737 OPC_CheckType, MVT::v4i32,
26738 OPC_CheckPatternPredicate0,
26739 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::trunc_sat_zero_s_I32x4),
26740 MVT::v4i32, 1, 2,
26741 13, TARGET_VAL(WebAssemblyISD::TRUNC_SAT_ZERO_U),
26742 OPC_RecordChild0,
26743 OPC_CheckChild0Type, 29|128,1,
26744 OPC_CheckType, MVT::v4i32,
26745 OPC_CheckPatternPredicate0,
26746 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::trunc_sat_zero_u_I32x4),
26747 MVT::v4i32, 1, 2,
26748 36, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
26749 OPC_RecordChild0,
26750 OPC_SwitchType , 9, MVT::v8i16,
26751 OPC_CheckChild0Type, MVT::v16i8,
26752 OPC_CheckPatternPredicate0,
26753 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extend_low_s_I16x8),
26754 MVT::v8i16, 1, 2,
26755 9, MVT::v4i32,
26756 OPC_CheckChild0Type, MVT::v8i16,
26757 OPC_CheckPatternPredicate0,
26758 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extend_low_s_I32x4),
26759 MVT::v4i32, 1, 2,
26760 9, MVT::v2i64,
26761 OPC_CheckChild0Type, MVT::v4i32,
26762 OPC_CheckPatternPredicate0,
26763 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extend_low_s_I64x2),
26764 MVT::v2i64, 1, 2,
26765 0,
26766 36, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
26767 OPC_RecordChild0,
26768 OPC_SwitchType , 9, MVT::v8i16,
26769 OPC_CheckChild0Type, MVT::v16i8,
26770 OPC_CheckPatternPredicate0,
26771 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extend_high_s_I16x8),
26772 MVT::v8i16, 1, 2,
26773 9, MVT::v4i32,
26774 OPC_CheckChild0Type, MVT::v8i16,
26775 OPC_CheckPatternPredicate0,
26776 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extend_high_s_I32x4),
26777 MVT::v4i32, 1, 2,
26778 9, MVT::v2i64,
26779 OPC_CheckChild0Type, MVT::v4i32,
26780 OPC_CheckPatternPredicate0,
26781 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extend_high_s_I64x2),
26782 MVT::v2i64, 1, 2,
26783 0,
26784 36, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_U),
26785 OPC_RecordChild0,
26786 OPC_SwitchType , 9, MVT::v8i16,
26787 OPC_CheckChild0Type, MVT::v16i8,
26788 OPC_CheckPatternPredicate0,
26789 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extend_low_u_I16x8),
26790 MVT::v8i16, 1, 2,
26791 9, MVT::v4i32,
26792 OPC_CheckChild0Type, MVT::v8i16,
26793 OPC_CheckPatternPredicate0,
26794 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extend_low_u_I32x4),
26795 MVT::v4i32, 1, 2,
26796 9, MVT::v2i64,
26797 OPC_CheckChild0Type, MVT::v4i32,
26798 OPC_CheckPatternPredicate0,
26799 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extend_low_u_I64x2),
26800 MVT::v2i64, 1, 2,
26801 0,
26802 36, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_U),
26803 OPC_RecordChild0,
26804 OPC_SwitchType , 9, MVT::v8i16,
26805 OPC_CheckChild0Type, MVT::v16i8,
26806 OPC_CheckPatternPredicate0,
26807 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extend_high_u_I16x8),
26808 MVT::v8i16, 1, 2,
26809 9, MVT::v4i32,
26810 OPC_CheckChild0Type, MVT::v8i16,
26811 OPC_CheckPatternPredicate0,
26812 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extend_high_u_I32x4),
26813 MVT::v4i32, 1, 2,
26814 9, MVT::v2i64,
26815 OPC_CheckChild0Type, MVT::v4i32,
26816 OPC_CheckPatternPredicate0,
26817 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extend_high_u_I64x2),
26818 MVT::v2i64, 1, 2,
26819 0,
26820 25, TARGET_VAL(WebAssemblyISD::EXT_ADD_PAIRWISE_S),
26821 OPC_RecordChild0,
26822 OPC_SwitchType , 9, MVT::v8i16,
26823 OPC_CheckChild0Type, MVT::v16i8,
26824 OPC_CheckPatternPredicate0,
26825 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_s_I16x8),
26826 MVT::v8i16, 1, 2,
26827 9, MVT::v4i32,
26828 OPC_CheckChild0Type, MVT::v8i16,
26829 OPC_CheckPatternPredicate0,
26830 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_s_I32x4),
26831 MVT::v4i32, 1, 2,
26832 0,
26833 25, TARGET_VAL(WebAssemblyISD::EXT_ADD_PAIRWISE_U),
26834 OPC_RecordChild0,
26835 OPC_SwitchType , 9, MVT::v8i16,
26836 OPC_CheckChild0Type, MVT::v16i8,
26837 OPC_CheckPatternPredicate0,
26838 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_u_I16x8),
26839 MVT::v8i16, 1, 2,
26840 9, MVT::v4i32,
26841 OPC_CheckChild0Type, MVT::v8i16,
26842 OPC_CheckPatternPredicate0,
26843 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_u_I32x4),
26844 MVT::v4i32, 1, 2,
26845 0,
26846 98, TARGET_VAL(ISD::FMULADD),
26847 OPC_Scope, 32,
26848 OPC_MoveChild0,
26849 OPC_CheckOpcode, TARGET_VAL(ISD::FNEG),
26850 OPC_RecordChild0,
26851 OPC_MoveParent,
26852 OPC_RecordChild1,
26853 OPC_RecordChild2,
26854 OPC_SwitchType , 8, 11|128,1,
26855 OPC_CheckPatternPredicate5,
26856 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NMADD_F32x4),
26857 11|128,1, 3, 41,
26858 8, 29|128,1,
26859 OPC_CheckPatternPredicate5,
26860 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NMADD_F64x2),
26861 29|128,1, 3, 41,
26862 0,
26863 62,
26864 OPC_RecordChild0,
26865 OPC_Scope, 31,
26866 OPC_MoveChild1,
26867 OPC_CheckOpcode, TARGET_VAL(ISD::FNEG),
26868 OPC_RecordChild0,
26869 OPC_MoveParent,
26870 OPC_RecordChild2,
26871 OPC_SwitchType , 8, 11|128,1,
26872 OPC_CheckPatternPredicate5,
26873 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NMADD_F32x4),
26874 11|128,1, 3, 38,
26875 8, 29|128,1,
26876 OPC_CheckPatternPredicate5,
26877 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NMADD_F64x2),
26878 29|128,1, 3, 38,
26879 0,
26880 26,
26881 OPC_RecordChild1,
26882 OPC_RecordChild2,
26883 OPC_SwitchType , 8, 11|128,1,
26884 OPC_CheckPatternPredicate5,
26885 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MADD_F32x4),
26886 11|128,1, 3, 41,
26887 8, 29|128,1,
26888 OPC_CheckPatternPredicate5,
26889 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MADD_F64x2),
26890 29|128,1, 3, 41,
26891 0,
26892 0,
26893 0,
26894 53, TARGET_VAL(ISD::FMA),
26895 OPC_Scope, 17,
26896 OPC_MoveChild0,
26897 OPC_CheckOpcode, TARGET_VAL(ISD::FNEG),
26898 OPC_RecordChild0,
26899 OPC_MoveParent,
26900 OPC_RecordChild1,
26901 OPC_RecordChild2,
26902 OPC_CheckType, MVT::v8f16,
26903 OPC_CheckPatternPredicate7,
26904 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NMADD_F16x8),
26905 MVT::v8f16, 3, 41,
26906 32,
26907 OPC_RecordChild0,
26908 OPC_Scope, 16,
26909 OPC_MoveChild1,
26910 OPC_CheckOpcode, TARGET_VAL(ISD::FNEG),
26911 OPC_RecordChild0,
26912 OPC_MoveParent,
26913 OPC_RecordChild2,
26914 OPC_CheckType, MVT::v8f16,
26915 OPC_CheckPatternPredicate7,
26916 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NMADD_F16x8),
26917 MVT::v8f16, 3, 38,
26918 11,
26919 OPC_RecordChild1,
26920 OPC_RecordChild2,
26921 OPC_CheckType, MVT::v8f16,
26922 OPC_CheckPatternPredicate7,
26923 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MADD_F16x8),
26924 MVT::v8f16, 3, 41,
26925 0,
26926 0,
26927 65, TARGET_VAL(ISD::PSEUDO_FMIN),
26928 OPC_RecordChild0,
26929 OPC_RecordChild1,
26930 OPC_Scope, 26,
26931 OPC_CheckPredicate, 30,
26932 OPC_SwitchType , 8, 11|128,1,
26933 OPC_CheckPatternPredicate5,
26934 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMIN_F32x4),
26935 11|128,1, 2, 1,
26936 8, 29|128,1,
26937 OPC_CheckPatternPredicate5,
26938 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMIN_F64x2),
26939 29|128,1, 2, 1,
26940 0,
26941 11,
26942 OPC_CheckType, 11|128,1,
26943 OPC_CheckPatternPredicate0,
26944 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMIN_F32x4),
26945 11|128,1, 2, 1,
26946 11,
26947 OPC_CheckType, 29|128,1,
26948 OPC_CheckPatternPredicate0,
26949 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMIN_F64x2),
26950 29|128,1, 2, 1,
26951 9,
26952 OPC_CheckType, MVT::v8f16,
26953 OPC_CheckPatternPredicate7,
26954 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMIN_F16x8),
26955 MVT::v8f16, 2, 1,
26956 0,
26957 65, TARGET_VAL(ISD::PSEUDO_FMAX),
26958 OPC_RecordChild0,
26959 OPC_RecordChild1,
26960 OPC_Scope, 26,
26961 OPC_CheckPredicate, 31,
26962 OPC_SwitchType , 8, 11|128,1,
26963 OPC_CheckPatternPredicate5,
26964 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMAX_F32x4),
26965 11|128,1, 2, 1,
26966 8, 29|128,1,
26967 OPC_CheckPatternPredicate5,
26968 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMAX_F64x2),
26969 29|128,1, 2, 1,
26970 0,
26971 11,
26972 OPC_CheckType, 11|128,1,
26973 OPC_CheckPatternPredicate0,
26974 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMAX_F32x4),
26975 11|128,1, 2, 1,
26976 11,
26977 OPC_CheckType, 29|128,1,
26978 OPC_CheckPatternPredicate0,
26979 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMAX_F64x2),
26980 29|128,1, 2, 1,
26981 9,
26982 OPC_CheckType, MVT::v8f16,
26983 OPC_CheckPatternPredicate7,
26984 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMAX_F16x8),
26985 MVT::v8f16, 2, 1,
26986 0,
26987 14, TARGET_VAL(WebAssemblyISD::CONVERT_LOW_S),
26988 OPC_RecordChild0,
26989 OPC_CheckChild0Type, MVT::v4i32,
26990 OPC_CheckType, 29|128,1,
26991 OPC_CheckPatternPredicate0,
26992 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::convert_low_s_F64x2),
26993 29|128,1, 1, 2,
26994 14, TARGET_VAL(WebAssemblyISD::CONVERT_LOW_U),
26995 OPC_RecordChild0,
26996 OPC_CheckChild0Type, MVT::v4i32,
26997 OPC_CheckType, 29|128,1,
26998 OPC_CheckPatternPredicate0,
26999 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::convert_low_u_F64x2),
27000 29|128,1, 1, 2,
27001 29, TARGET_VAL(WebAssemblyISD::DEMOTE_ZERO),
27002 OPC_RecordChild0,
27003 OPC_SwitchType , 11, 11|128,1,
27004 OPC_CheckChild0Type, 29|128,1,
27005 OPC_CheckPatternPredicate0,
27006 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::demote_zero_F32x4),
27007 11|128,1, 1, 2,
27008 10, MVT::v8f16,
27009 OPC_CheckChild0Type, 11|128,1,
27010 OPC_CheckPatternPredicate7,
27011 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::demote_zero_F16x8),
27012 MVT::v8f16, 1, 2,
27013 0,
27014 30, TARGET_VAL(WebAssemblyISD::PROMOTE_LOW),
27015 OPC_RecordChild0,
27016 OPC_SwitchType , 11, 29|128,1,
27017 OPC_CheckChild0Type, 11|128,1,
27018 OPC_CheckPatternPredicate0,
27019 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::promote_low_F64x2),
27020 29|128,1, 1, 2,
27021 10, 11|128,1,
27022 OPC_CheckChild0Type, MVT::v8i16,
27023 OPC_CheckPatternPredicate7,
27024 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::promote_low_F32x4),
27025 11|128,1, 1, 2,
27026 0,
27027 26, TARGET_VAL(WebAssemblyISD::RELAXED_FMIN),
27028 OPC_RecordChild0,
27029 OPC_RecordChild1,
27030 OPC_SwitchType , 8, 11|128,1,
27031 OPC_CheckPatternPredicate5,
27032 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMIN_F32x4),
27033 11|128,1, 2, 16,
27034 8, 29|128,1,
27035 OPC_CheckPatternPredicate5,
27036 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMIN_F64x2),
27037 29|128,1, 2, 16,
27038 0,
27039 26, TARGET_VAL(WebAssemblyISD::RELAXED_FMAX),
27040 OPC_RecordChild0,
27041 OPC_RecordChild1,
27042 OPC_SwitchType , 8, 11|128,1,
27043 OPC_CheckPatternPredicate5,
27044 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMAX_F32x4),
27045 11|128,1, 2, 16,
27046 8, 29|128,1,
27047 OPC_CheckPatternPredicate5,
27048 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMAX_F64x2),
27049 29|128,1, 2, 16,
27050 0,
27051 0,
27052 }; // Total Array size is 49205 bytes
27053
27054 static const uint8_t OperandLists[] = {
27055 /* 0 */ 2, 1, 0,
27056 /* 3 */ 1, 2, 0,
27057 /* 6 */ 3, 0,
27058 /* 8 */ 6, 4, 7, 5, 0,
27059 /* 13 */ 7, 0,
27060 /* 15 */ 2, 0, 1,
27061 /* 18 */ 0, 2, 1,
27062 /* 21 */ 0, 3, 1,
27063 /* 24 */ 5, 3, 4, 1,
27064 /* 28 */ 5, 6, 3, 4, 1,
27065 /* 33 */ 6, 4, 7, 5, 1,
27066 /* 38 */ 1, 0, 2,
27067 /* 41 */ 0, 1, 2,
27068 /* 44 */ 0, 3, 2,
27069 /* 47 */ 5, 6, 3, 4, 2,
27070 /* 52 */ 0, 1, 2, 3,
27071 /* 56 */ 4, 2, 3,
27072 /* 59 */ 6, 7, 4, 5, 2, 3,
27073 /* 65 */ 1, 2, 3, 4,
27074 /* 69 */ 5, 2, 3, 4,
27075 /* 73 */ 1, 2, 3, 4, 5,
27076 /* 78 */ 6, 7, 3, 4, 5,
27077 /* 83 */ 4, 6,
27078 /* 85 */ 4, 5, 6, 7,
27079 /* 89 */ 1, 2, 3, 4, 5, 6, 7, 8,
27080 /* 97 */ 8, 9, 10, 11, 12, 13, 14, 15,
27081 /* 105 */ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16,
27082 /* 121 */ 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31,
27083 /* 137 */ 0, 1, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33,
27084 };
27085
27086 #undef COVERAGE_IDX_VAL
27087 #undef TARGET_VAL
27088 SelectCodeCommon(NodeToMatch: N, MatcherTable, TableSize: sizeof(MatcherTable),
27089 OperandLists);
27090}
27091#endif // GET_DAGISEL_BODY
27092
27093#ifdef GET_DAGISEL_DECL
27094bool CheckPatternPredicate(unsigned PredNo) const override;
27095#endif
27096#if defined(GET_DAGISEL_BODY) || DAGISEL_INLINE
27097bool DAGISEL_CLASS_COLONCOLON CheckPatternPredicate(unsigned PredNo) const
27098#if DAGISEL_INLINE
27099 override
27100#endif
27101{
27102 switch (PredNo) {
27103 default: llvm_unreachable("Invalid predicate in table?");
27104 case 0: return (Subtarget->hasSIMD128());
27105 case 1: return (!Subtarget->hasAddr64()) && (Subtarget->hasAtomics());
27106 case 2: return (Subtarget->hasAddr64()) && (Subtarget->hasAtomics());
27107 case 3: return (!Subtarget->hasAddr64());
27108 case 4: return (Subtarget->hasAddr64());
27109 case 5: return (Subtarget->hasRelaxedSIMD());
27110 case 6: return (Subtarget->hasReferenceTypes());
27111 case 7: return (Subtarget->hasFP16()) && (Subtarget->hasSIMD128());
27112 case 8: return (Subtarget->hasExceptionHandling()) && (Subtarget->hasReferenceTypes());
27113 case 9: return (Subtarget->hasNontrappingFPToInt());
27114 case 10: return (!Subtarget->hasNontrappingFPToInt());
27115 case 11: return (Subtarget->hasSignExt());
27116 case 12: return (Subtarget->hasBulkMemoryOpt());
27117 case 13: return (Subtarget->hasRelaxedSIMD()) && (Subtarget->hasSIMD128());
27118 case 14: return (!Subtarget->hasAddr64()) && (TM.isPositionIndependent());
27119 case 15: return (Subtarget->hasAddr64()) && (TM.isPositionIndependent());
27120 case 16: return (Subtarget->hasFP16());
27121 case 17: return (!Subtarget->hasAddr64()) && (!TM.isPositionIndependent());
27122 case 18: return (Subtarget->hasAddr64()) && (!TM.isPositionIndependent());
27123 case 19: return (Subtarget->hasExceptionHandling());
27124 }
27125}
27126#endif // GET_DAGISEL_BODY
27127
27128#ifdef GET_DAGISEL_DECL
27129bool CheckNodePredicate(SDValue Op, unsigned PredNo) const override;
27130#endif
27131#if defined(GET_DAGISEL_BODY) || DAGISEL_INLINE
27132bool DAGISEL_CLASS_COLONCOLON CheckNodePredicate(SDValue Op, unsigned PredNo) const
27133#if DAGISEL_INLINE
27134 override
27135#endif
27136{
27137 switch (PredNo) {
27138 default: llvm_unreachable("Invalid predicate in table?");
27139 case 0: {
27140 // Predicate_LaneIdx32
27141 int64_t Imm = cast<ConstantSDNode>(Val: Op.getNode())->getSExtValue();
27142return 0 <= Imm && Imm < 32;
27143 }
27144 case 1: {
27145 // Predicate_atomic_cmp_swap_i8
27146 // Predicate_atomic_load_add_i8
27147 // Predicate_atomic_load_aext_8
27148 // Predicate_atomic_load_and_i8
27149 // Predicate_atomic_load_or_i8
27150 // Predicate_atomic_load_sub_i8
27151 // Predicate_atomic_load_xor_i8
27152 // Predicate_atomic_load_zext_8
27153 // Predicate_atomic_store_8
27154 // Predicate_atomic_swap_i8
27155 // Predicate_extloadi8
27156 // Predicate_sextloadi8
27157 // Predicate_truncstorei8
27158 // Predicate_zextloadi8
27159 SDNode *N = Op.getNode();
27160 (void)N;
27161if (cast<MemSDNode>(Val: N)->getMemoryVT() != MVT::i8) return false;
27162return true;
27163
27164 }
27165 case 2: {
27166 // Predicate_atomic_cmp_swap_i16
27167 // Predicate_atomic_load_add_i16
27168 // Predicate_atomic_load_aext_16
27169 // Predicate_atomic_load_and_i16
27170 // Predicate_atomic_load_or_i16
27171 // Predicate_atomic_load_sub_i16
27172 // Predicate_atomic_load_xor_i16
27173 // Predicate_atomic_load_zext_16
27174 // Predicate_atomic_store_16
27175 // Predicate_atomic_swap_i16
27176 // Predicate_extloadi16
27177 // Predicate_sextloadi16
27178 // Predicate_truncstorei16
27179 // Predicate_zextloadi16
27180 SDNode *N = Op.getNode();
27181 (void)N;
27182if (cast<MemSDNode>(Val: N)->getMemoryVT() != MVT::i16) return false;
27183return true;
27184
27185 }
27186 case 3: {
27187 // Predicate_atomic_cmp_swap_i32
27188 // Predicate_atomic_load_add_i32
27189 // Predicate_atomic_load_and_i32
27190 // Predicate_atomic_load_nonext_32
27191 // Predicate_atomic_load_or_i32
27192 // Predicate_atomic_load_sub_i32
27193 // Predicate_atomic_load_xor_i32
27194 // Predicate_atomic_store_32
27195 // Predicate_atomic_swap_i32
27196 // Predicate_extloadi32
27197 // Predicate_sextloadi32
27198 // Predicate_truncstorei32
27199 // Predicate_zextloadi32
27200 SDNode *N = Op.getNode();
27201 (void)N;
27202if (cast<MemSDNode>(Val: N)->getMemoryVT() != MVT::i32) return false;
27203return true;
27204
27205 }
27206 case 4: {
27207 // Predicate_unindexedstore
27208 SDNode *N = Op.getNode();
27209 (void)N;
27210if (cast<StoreSDNode>(Val: N)->getAddressingMode() != ISD::UNINDEXED) return false;
27211return true;
27212
27213 }
27214 case 5: {
27215 // Predicate_store
27216 SDNode *N = Op.getNode();
27217 (void)N;
27218 if (cast<StoreSDNode>(Val: N)->isTruncatingStore()) return false;
27219return true;
27220
27221 }
27222 case 6: {
27223 // Predicate_load
27224 SDNode *N = Op.getNode();
27225 (void)N;
27226if (cast<LoadSDNode>(Val: N)->getExtensionType() != ISD::NON_EXTLOAD) return false;
27227return true;
27228
27229 }
27230 case 7: {
27231 // Predicate_unindexedload
27232 SDNode *N = Op.getNode();
27233 (void)N;
27234if (cast<LoadSDNode>(Val: N)->getAddressingMode() != ISD::UNINDEXED) return false;
27235return true;
27236
27237 }
27238 case 8: {
27239 // Predicate_atomic_cmp_swap_i64
27240 // Predicate_atomic_load_add_i64
27241 // Predicate_atomic_load_and_i64
27242 // Predicate_atomic_load_nonext_64
27243 // Predicate_atomic_load_or_i64
27244 // Predicate_atomic_load_sub_i64
27245 // Predicate_atomic_load_xor_i64
27246 // Predicate_atomic_store_64
27247 // Predicate_atomic_swap_i64
27248 SDNode *N = Op.getNode();
27249 (void)N;
27250if (cast<MemSDNode>(Val: N)->getMemoryVT() != MVT::i64) return false;
27251return true;
27252
27253 }
27254 case 9: {
27255 // Predicate_extload
27256 SDNode *N = Op.getNode();
27257 (void)N;
27258if (cast<LoadSDNode>(Val: N)->getExtensionType() != ISD::EXTLOAD) return false;
27259return true;
27260
27261 }
27262 case 10: {
27263 // Predicate_ImmI8
27264 int64_t Imm = cast<ConstantSDNode>(Val: Op.getNode())->getSExtValue();
27265return -(1 << (8 - 1)) <= Imm && Imm < (1 << 8);
27266 }
27267 case 11: {
27268 // Predicate_LaneIdx4
27269 int64_t Imm = cast<ConstantSDNode>(Val: Op.getNode())->getSExtValue();
27270return 0 <= Imm && Imm < 4;
27271 }
27272 case 12: {
27273 // Predicate_LaneIdx2
27274 int64_t Imm = cast<ConstantSDNode>(Val: Op.getNode())->getSExtValue();
27275return 0 <= Imm && Imm < 2;
27276 }
27277 case 13: {
27278 // Predicate_atomic_load_zext
27279 SDNode *N = Op.getNode();
27280 (void)N;
27281if (cast<AtomicSDNode>(Val: N)->getExtensionType() != ISD::ZEXTLOAD) return false;
27282return true;
27283
27284 }
27285 case 14: {
27286 // Predicate_truncstore
27287 SDNode *N = Op.getNode();
27288 (void)N;
27289 if (!cast<StoreSDNode>(Val: N)->isTruncatingStore()) return false;
27290return true;
27291
27292 }
27293 case 15: {
27294 // Predicate_LaneIdx8
27295 int64_t Imm = cast<ConstantSDNode>(Val: Op.getNode())->getSExtValue();
27296return 0 <= Imm && Imm < 8;
27297 }
27298 case 16: {
27299 // Predicate_atomic_load_aext
27300 SDNode *N = Op.getNode();
27301 (void)N;
27302if (cast<AtomicSDNode>(Val: N)->getExtensionType() != ISD::EXTLOAD) return false;
27303return true;
27304
27305 }
27306 case 17: {
27307 // Predicate_sextload
27308 SDNode *N = Op.getNode();
27309 (void)N;
27310if (cast<LoadSDNode>(Val: N)->getExtensionType() != ISD::SEXTLOAD) return false;
27311return true;
27312
27313 }
27314 case 18: {
27315 // Predicate_zextload
27316 SDNode *N = Op.getNode();
27317 (void)N;
27318if (cast<LoadSDNode>(Val: N)->getExtensionType() != ISD::ZEXTLOAD) return false;
27319return true;
27320
27321 }
27322 case 19: {
27323 // Predicate_ImmI16
27324 int64_t Imm = cast<ConstantSDNode>(Val: Op.getNode())->getSExtValue();
27325return -(1 << (16 - 1)) <= Imm && Imm < (1 << 16);
27326 }
27327 case 20: {
27328 // Predicate_LaneIdx16
27329 int64_t Imm = cast<ConstantSDNode>(Val: Op.getNode())->getSExtValue();
27330return 0 <= Imm && Imm < 16;
27331 }
27332 case 21: {
27333 // Predicate_extloadf16
27334 // Predicate_truncstoref16
27335 SDNode *N = Op.getNode();
27336 (void)N;
27337if (cast<MemSDNode>(Val: N)->getMemoryVT() != MVT::f16) return false;
27338return true;
27339
27340 }
27341 case 22: {
27342 // Predicate_extloadvi8
27343 // Predicate_sextloadvi8
27344 // Predicate_zextloadvi8
27345 SDNode *N = Op.getNode();
27346 (void)N;
27347if (cast<LoadSDNode>(Val: N)->getMemoryVT().getScalarType() != MVT::i8) return false;
27348return true;
27349
27350 }
27351 case 23: {
27352 // Predicate_extloadvi16
27353 // Predicate_sextloadvi16
27354 // Predicate_zextloadvi16
27355 SDNode *N = Op.getNode();
27356 (void)N;
27357if (cast<LoadSDNode>(Val: N)->getMemoryVT().getScalarType() != MVT::i16) return false;
27358return true;
27359
27360 }
27361 case 24: {
27362 // Predicate_extloadvi32
27363 // Predicate_sextloadvi32
27364 // Predicate_zextloadvi32
27365 SDNode *N = Op.getNode();
27366 (void)N;
27367if (cast<LoadSDNode>(Val: N)->getMemoryVT().getScalarType() != MVT::i32) return false;
27368return true;
27369
27370 }
27371 case 25: {
27372 // Predicate_fadd_contract
27373 // Predicate_fmul_contract
27374 // Predicate_fsub_contract
27375 SDNode *N = Op.getNode();
27376 (void)N;
27377
27378 return N->getFlags().hasAllowContract();
27379
27380 }
27381 case 26: {
27382 // Predicate_atomic_load_nonext
27383 SDNode *N = Op.getNode();
27384 (void)N;
27385if (cast<AtomicSDNode>(Val: N)->getExtensionType() != ISD::NON_EXTLOAD) return false;
27386return true;
27387
27388 }
27389 case 27: {
27390 // Predicate_add_nuw
27391 SDNode *N = Op.getNode();
27392 (void)N;
27393return N->getFlags().hasNoUnsignedWrap();
27394 }
27395 case 28: {
27396 // Predicate_bool_node
27397 SDNode *N = Op.getNode();
27398 (void)N;
27399
27400 return CurDAG->computeKnownBits(Op).countMinLeadingZeros() == 31;
27401
27402 }
27403 case 29: {
27404 // Predicate_fpimm0
27405 auto *N = cast<ConstantFPSDNode>(Val: Op.getNode());
27406 (void)N;
27407
27408 return N->isPosZero();
27409
27410 }
27411 case 30: {
27412 // Predicate_relaxed_pmin
27413 SDNode *N = Op.getNode();
27414 (void)N;
27415
27416 return (N->getFlags().hasNoNaNs() ||
27417 (CurDAG->isKnownNeverNaN(Op: N->getOperand(Num: 0)) &&
27418 CurDAG->isKnownNeverNaN(Op: N->getOperand(Num: 1)))) &&
27419 (N->getFlags().hasNoSignedZeros() ||
27420 CurDAG->isKnownNeverLogicalZero(Op: N->getOperand(Num: 0)) ||
27421 CurDAG->isKnownNeverLogicalZero(Op: N->getOperand(Num: 1)));
27422
27423 }
27424 case 31: {
27425 // Predicate_relaxed_pmax
27426 SDNode *N = Op.getNode();
27427 (void)N;
27428
27429 return (N->getFlags().hasNoNaNs() ||
27430 ((CurDAG->isKnownNeverNaN(Op: N->getOperand(Num: 0))) &&
27431 CurDAG->isKnownNeverNaN(Op: N->getOperand(Num: 1)))) &&
27432 (N->getFlags().hasNoSignedZeros() ||
27433 CurDAG->isKnownNeverLogicalZero(Op: N->getOperand(Num: 0)) ||
27434 CurDAG->isKnownNeverLogicalZero(Op: N->getOperand(Num: 1)));
27435
27436 }
27437 }
27438}
27439#endif // GET_DAGISEL_BODY
27440
27441#ifdef GET_DAGISEL_DECL
27442bool CheckComplexPattern(SDNode *Root, SDNode *Parent,
27443 SDValue N, unsigned PatternNo,
27444 SmallVectorImpl<std::pair<SDValue, SDNode *>> &Result) override;
27445#endif
27446#if defined(GET_DAGISEL_BODY) || DAGISEL_INLINE
27447bool DAGISEL_CLASS_COLONCOLON CheckComplexPattern(SDNode *Root, SDNode *Parent,
27448 SDValue N, unsigned PatternNo,
27449 SmallVectorImpl<std::pair<SDValue, SDNode *>> &Result)
27450#if DAGISEL_INLINE
27451 override
27452#endif
27453{
27454 unsigned NextRes = Result.size();
27455 switch (PatternNo) {
27456 default: llvm_unreachable("Invalid pattern # in table?");
27457 case 0:
27458 Result.resize(N: NextRes+3);
27459 return SelectAtomicAddrOperands32(Op: Root, N, Offset&: Result[NextRes+0].first, Addr&: Result[NextRes+1].first, Order&: Result[NextRes+2].first);
27460 case 1:
27461 Result.resize(N: NextRes+3);
27462 return SelectAtomicAddrOperands64(Op: Root, N, Offset&: Result[NextRes+0].first, Addr&: Result[NextRes+1].first, Order&: Result[NextRes+2].first);
27463 case 2:
27464 Result.resize(N: NextRes+2);
27465 return SelectAddrOperands32(Op: N, Offset&: Result[NextRes+0].first, Addr&: Result[NextRes+1].first);
27466 case 3:
27467 Result.resize(N: NextRes+2);
27468 return SelectAddrOperands64(Op: N, Offset&: Result[NextRes+0].first, Addr&: Result[NextRes+1].first);
27469 }
27470}
27471#endif // GET_DAGISEL_BODY
27472
27473
27474#ifdef DAGISEL_INLINE
27475#undef DAGISEL_INLINE
27476#endif
27477#ifdef DAGISEL_CLASS_COLONCOLON
27478#undef DAGISEL_CLASS_COLONCOLON
27479#endif
27480#ifdef GET_DAGISEL_DECL
27481#undef GET_DAGISEL_DECL
27482#endif
27483#ifdef GET_DAGISEL_BODY
27484#undef GET_DAGISEL_BODY
27485#endif
27486