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 69|128,2, TARGET_VAL(ISD::INTRINSIC_VOID),
1937 OPC_Scope, 36,
1938 OPC_RecordNode,
1939 OPC_CheckChild1Integer, 124|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, 122|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 117|128,1,
1984 OPC_RecordNode,
1985 OPC_Scope, 46,
1986 OPC_CheckChild1Integer, 87|128,115|128,0,
1987 OPC_RecordChild2,
1988 OPC_MoveChild2,
1989 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
1990 OPC_MoveSibling3,
1991 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
1992 OPC_RecordNode,
1993 OPC_MoveParent,
1994 OPC_RecordChild4,
1995 OPC_Scope, 13,
1996 OPC_CheckChild4TypeI32,
1997 OPC_RecordChild5,
1998 OPC_CheckChild5TypeI32,
1999 OPC_RecordChild6,
2000 OPC_CheckChild6TypeI32,
2001 OPC_CheckPatternPredicate, 9,
2002 OPC_EmitMergeInputChains1_0,
2003 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::MEMORY_COPY_A32),
2004 5, 73,
2005 13,
2006 OPC_CheckChild4TypeI64,
2007 OPC_RecordChild5,
2008 OPC_CheckChild5TypeI64,
2009 OPC_RecordChild6,
2010 OPC_CheckChild6TypeI64,
2011 OPC_CheckPatternPredicate, 9,
2012 OPC_EmitMergeInputChains1_0,
2013 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::MEMORY_COPY_A64),
2014 5, 73,
2015 0,
2016 24,
2017 OPC_CheckChild1Integer, 8|128,116|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_FUNCREF),
2030 3, 53,
2031 25,
2032 OPC_CheckChild1Integer, 127|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_FUNCREF),
2046 4, 65,
2047 24,
2048 OPC_CheckChild1Integer, 7|128,116|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_CheckPatternPredicate6,
2059 OPC_EmitMergeInputChains1_0,
2060 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::TABLE_SET_EXTERNREF),
2061 3, 53,
2062 25,
2063 OPC_CheckChild1Integer, 126|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_CheckPatternPredicate6,
2075 OPC_EmitMergeInputChains1_0,
2076 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::TABLE_FILL_EXTERNREF),
2077 4, 65,
2078 25,
2079 OPC_CheckChild1Integer, 6|128,116|128,0,
2080 OPC_MoveChild2,
2081 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
2082 OPC_RecordChild0,
2083 OPC_MoveChild0,
2084 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
2085 OPC_MoveParent,
2086 OPC_MoveParent,
2087 OPC_RecordChild3,
2088 OPC_RecordChild4,
2089 OPC_CheckPatternPredicate, 8,
2090 OPC_EmitMergeInputChains1_0,
2091 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::TABLE_SET_EXNREF),
2092 3, 53,
2093 26,
2094 OPC_CheckChild1Integer, 125|128,115|128,0,
2095 OPC_MoveChild2,
2096 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
2097 OPC_RecordChild0,
2098 OPC_MoveChild0,
2099 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
2100 OPC_MoveParent,
2101 OPC_MoveParent,
2102 OPC_RecordChild3,
2103 OPC_RecordChild4,
2104 OPC_RecordChild5,
2105 OPC_CheckPatternPredicate, 8,
2106 OPC_EmitMergeInputChains1_0,
2107 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::TABLE_FILL_EXNREF),
2108 4, 65,
2109 39,
2110 OPC_CheckChild1Integer, 88|128,115|128,0,
2111 OPC_RecordChild2,
2112 OPC_MoveChild2,
2113 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
2114 OPC_MoveParent,
2115 OPC_RecordChild3,
2116 OPC_Scope, 12,
2117 OPC_CheckChild3TypeI32,
2118 OPC_RecordChild4,
2119 OPC_RecordChild5,
2120 OPC_CheckChild5TypeI32,
2121 OPC_CheckPatternPredicate, 9,
2122 OPC_EmitMergeInputChains1_0,
2123 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::MEMORY_FILL_A32),
2124 4, 65,
2125 12,
2126 OPC_CheckChild3TypeI64,
2127 OPC_RecordChild4,
2128 OPC_RecordChild5,
2129 OPC_CheckChild5TypeI64,
2130 OPC_CheckPatternPredicate, 9,
2131 OPC_EmitMergeInputChains1_0,
2132 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::MEMORY_FILL_A64),
2133 4, 65,
2134 0,
2135 0,
2136 0,
2137 117|128,1, TARGET_VAL(ISD::ATOMIC_STORE),
2138 OPC_RecordMemRef,
2139 OPC_RecordNode,
2140 OPC_Scope, 101,
2141 OPC_MoveChild1,
2142 OPC_CheckOpcode, TARGET_VAL(ISD::TRUNCATE),
2143 OPC_RecordChild0,
2144 OPC_MoveParent,
2145 OPC_RecordChild2,
2146 OPC_Scope, 45,
2147 OPC_CheckChild2TypeI32,
2148 OPC_Scope, 13,
2149 OPC_CheckPredicate1,
2150 OPC_CheckPatternPredicate1,
2151 OPC_CheckComplexPat0, /*#*/2,
2152 OPC_EmitMergeInputChains1_0,
2153 OPC_EmitIntegerI32, 0,
2154 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::ATOMIC_STORE8_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
2155 5, 28,
2156 13,
2157 OPC_CheckPredicate2,
2158 OPC_CheckPatternPredicate1,
2159 OPC_CheckComplexPat0, /*#*/2,
2160 OPC_EmitMergeInputChains1_0,
2161 OPC_EmitIntegerI32, 0,
2162 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::ATOMIC_STORE16_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
2163 5, 28,
2164 13,
2165 OPC_CheckPredicate3,
2166 OPC_CheckPatternPredicate1,
2167 OPC_CheckComplexPat0, /*#*/2,
2168 OPC_EmitMergeInputChains1_0,
2169 OPC_EmitIntegerI32, 0,
2170 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::ATOMIC_STORE32_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
2171 5, 28,
2172 0,
2173 45,
2174 OPC_CheckChild2TypeI64,
2175 OPC_Scope, 13,
2176 OPC_CheckPredicate1,
2177 OPC_CheckPatternPredicate2,
2178 OPC_CheckComplexPat1, /*#*/2,
2179 OPC_EmitMergeInputChains1_0,
2180 OPC_EmitIntegerI32, 0,
2181 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::ATOMIC_STORE8_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
2182 5, 28,
2183 13,
2184 OPC_CheckPredicate2,
2185 OPC_CheckPatternPredicate2,
2186 OPC_CheckComplexPat1, /*#*/2,
2187 OPC_EmitMergeInputChains1_0,
2188 OPC_EmitIntegerI32, 0,
2189 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::ATOMIC_STORE16_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
2190 5, 28,
2191 13,
2192 OPC_CheckPredicate3,
2193 OPC_CheckPatternPredicate2,
2194 OPC_CheckComplexPat1, /*#*/2,
2195 OPC_EmitMergeInputChains1_0,
2196 OPC_EmitIntegerI32, 0,
2197 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::ATOMIC_STORE32_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
2198 5, 28,
2199 0,
2200 0,
2201 9|128,1,
2202 OPC_RecordChild1,
2203 OPC_Scope, 96,
2204 OPC_CheckChild1TypeI32,
2205 OPC_RecordChild2,
2206 OPC_Scope, 45,
2207 OPC_CheckChild2TypeI32,
2208 OPC_Scope, 13,
2209 OPC_CheckPredicate3,
2210 OPC_CheckPatternPredicate1,
2211 OPC_CheckComplexPat0, /*#*/2,
2212 OPC_EmitMergeInputChains1_0,
2213 OPC_EmitIntegerI32, 0,
2214 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::ATOMIC_STORE_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2215 5, 28,
2216 13,
2217 OPC_CheckPredicate1,
2218 OPC_CheckPatternPredicate1,
2219 OPC_CheckComplexPat0, /*#*/2,
2220 OPC_EmitMergeInputChains1_0,
2221 OPC_EmitIntegerI32, 0,
2222 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::ATOMIC_STORE8_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2223 5, 28,
2224 13,
2225 OPC_CheckPredicate2,
2226 OPC_CheckPatternPredicate1,
2227 OPC_CheckComplexPat0, /*#*/2,
2228 OPC_EmitMergeInputChains1_0,
2229 OPC_EmitIntegerI32, 0,
2230 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::ATOMIC_STORE16_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2231 5, 28,
2232 0,
2233 45,
2234 OPC_CheckChild2TypeI64,
2235 OPC_Scope, 13,
2236 OPC_CheckPredicate3,
2237 OPC_CheckPatternPredicate2,
2238 OPC_CheckComplexPat1, /*#*/2,
2239 OPC_EmitMergeInputChains1_0,
2240 OPC_EmitIntegerI32, 0,
2241 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::ATOMIC_STORE_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2242 5, 28,
2243 13,
2244 OPC_CheckPredicate1,
2245 OPC_CheckPatternPredicate2,
2246 OPC_CheckComplexPat1, /*#*/2,
2247 OPC_EmitMergeInputChains1_0,
2248 OPC_EmitIntegerI32, 0,
2249 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::ATOMIC_STORE8_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2250 5, 28,
2251 13,
2252 OPC_CheckPredicate2,
2253 OPC_CheckPatternPredicate2,
2254 OPC_CheckComplexPat1, /*#*/2,
2255 OPC_EmitMergeInputChains1_0,
2256 OPC_EmitIntegerI32, 0,
2257 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::ATOMIC_STORE16_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2258 5, 28,
2259 0,
2260 0,
2261 36,
2262 OPC_CheckChild1TypeI64,
2263 OPC_RecordChild2,
2264 OPC_Scope, 15,
2265 OPC_CheckChild2TypeI32,
2266 OPC_CheckPredicate, 8,
2267 OPC_CheckPatternPredicate1,
2268 OPC_CheckComplexPat0, /*#*/2,
2269 OPC_EmitMergeInputChains1_0,
2270 OPC_EmitIntegerI32, 0,
2271 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::ATOMIC_STORE_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
2272 5, 28,
2273 15,
2274 OPC_CheckChild2TypeI64,
2275 OPC_CheckPredicate, 8,
2276 OPC_CheckPatternPredicate2,
2277 OPC_CheckComplexPat1, /*#*/2,
2278 OPC_EmitMergeInputChains1_0,
2279 OPC_EmitIntegerI32, 0,
2280 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::ATOMIC_STORE_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
2281 5, 28,
2282 0,
2283 0,
2284 0,
2285 56|128,3, TARGET_VAL(ISD::INTRINSIC_W_CHAIN),
2286 OPC_Scope, 12|128,1,
2287 OPC_RecordMemRef,
2288 OPC_RecordNode,
2289 OPC_Scope, 43,
2290 OPC_CheckChild1Integer, 84|128,115|128,0,
2291 OPC_RecordChild2,
2292 OPC_Scope, 17,
2293 OPC_CheckChild2TypeI32,
2294 OPC_RecordChild3,
2295 OPC_CheckPatternPredicate1,
2296 OPC_CheckComplexPat2, /*#*/1,
2297 OPC_EmitMergeInputChains1_0,
2298 OPC_EmitIntegerI32, 0,
2299 OPC_EmitIntegerI32, 0,
2300 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::MEMORY_ATOMIC_NOTIFY_A32), 0|OPFL_Chain|OPFL_MemRefs,
2301 MVT::i32, 5, 47,
2302 17,
2303 OPC_CheckChild2TypeI64,
2304 OPC_RecordChild3,
2305 OPC_CheckPatternPredicate2,
2306 OPC_CheckComplexPat3, /*#*/1,
2307 OPC_EmitMergeInputChains1_0,
2308 OPC_EmitIntegerI32, 0,
2309 OPC_EmitIntegerI32, 0,
2310 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::MEMORY_ATOMIC_NOTIFY_A64), 0|OPFL_Chain|OPFL_MemRefs,
2311 MVT::i32, 5, 47,
2312 0,
2313 45,
2314 OPC_CheckChild1Integer, 85|128,115|128,0,
2315 OPC_RecordChild2,
2316 OPC_Scope, 18,
2317 OPC_CheckChild2TypeI32,
2318 OPC_RecordChild3,
2319 OPC_RecordChild4,
2320 OPC_CheckPatternPredicate1,
2321 OPC_CheckComplexPat2, /*#*/1,
2322 OPC_EmitMergeInputChains1_0,
2323 OPC_EmitIntegerI32, 0,
2324 OPC_EmitIntegerI32, 0,
2325 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::MEMORY_ATOMIC_WAIT32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2326 MVT::i32, 6, 59,
2327 18,
2328 OPC_CheckChild2TypeI64,
2329 OPC_RecordChild3,
2330 OPC_RecordChild4,
2331 OPC_CheckPatternPredicate2,
2332 OPC_CheckComplexPat3, /*#*/1,
2333 OPC_EmitMergeInputChains1_0,
2334 OPC_EmitIntegerI32, 0,
2335 OPC_EmitIntegerI32, 0,
2336 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::MEMORY_ATOMIC_WAIT32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2337 MVT::i32, 6, 59,
2338 0,
2339 45,
2340 OPC_CheckChild1Integer, 86|128,115|128,0,
2341 OPC_RecordChild2,
2342 OPC_Scope, 18,
2343 OPC_CheckChild2TypeI32,
2344 OPC_RecordChild3,
2345 OPC_RecordChild4,
2346 OPC_CheckPatternPredicate1,
2347 OPC_CheckComplexPat2, /*#*/1,
2348 OPC_EmitMergeInputChains1_0,
2349 OPC_EmitIntegerI32, 0,
2350 OPC_EmitIntegerI32, 0,
2351 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::MEMORY_ATOMIC_WAIT64_A32), 0|OPFL_Chain|OPFL_MemRefs,
2352 MVT::i32, 6, 59,
2353 18,
2354 OPC_CheckChild2TypeI64,
2355 OPC_RecordChild3,
2356 OPC_RecordChild4,
2357 OPC_CheckPatternPredicate2,
2358 OPC_CheckComplexPat3, /*#*/1,
2359 OPC_EmitMergeInputChains1_0,
2360 OPC_EmitIntegerI32, 0,
2361 OPC_EmitIntegerI32, 0,
2362 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::MEMORY_ATOMIC_WAIT64_A64), 0|OPFL_Chain|OPFL_MemRefs,
2363 MVT::i32, 6, 59,
2364 0,
2365 0,
2366 126|128,1,
2367 OPC_RecordNode,
2368 OPC_Scope, 25,
2369 OPC_CheckChild1Integer, 2|128,116|128,0,
2370 OPC_MoveChild2,
2371 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
2372 OPC_RecordChild0,
2373 OPC_MoveChild0,
2374 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
2375 OPC_MoveParent,
2376 OPC_MoveParent,
2377 OPC_RecordChild3,
2378 OPC_CheckPatternPredicate6,
2379 OPC_EmitMergeInputChains1_0,
2380 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::TABLE_GET_FUNCREF),
2381 127|128,1, 2, 42,
2382 25,
2383 OPC_CheckChild1Integer, 5|128,116|128,0,
2384 OPC_MoveChild2,
2385 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
2386 OPC_RecordChild0,
2387 OPC_MoveChild0,
2388 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
2389 OPC_MoveParent,
2390 OPC_MoveParent,
2391 OPC_RecordChild3,
2392 OPC_RecordChild4,
2393 OPC_CheckPatternPredicate6,
2394 OPC_EmitMergeInputChains1_0,
2395 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::TABLE_GROW_FUNCREF),
2396 MVT::i32, 3, 53,
2397 25,
2398 OPC_CheckChild1Integer, 1|128,116|128,0,
2399 OPC_MoveChild2,
2400 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
2401 OPC_RecordChild0,
2402 OPC_MoveChild0,
2403 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
2404 OPC_MoveParent,
2405 OPC_MoveParent,
2406 OPC_RecordChild3,
2407 OPC_CheckPatternPredicate6,
2408 OPC_EmitMergeInputChains1_0,
2409 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::TABLE_GET_EXTERNREF),
2410 0|128,2, 2, 42,
2411 25,
2412 OPC_CheckChild1Integer, 4|128,116|128,0,
2413 OPC_MoveChild2,
2414 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
2415 OPC_RecordChild0,
2416 OPC_MoveChild0,
2417 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
2418 OPC_MoveParent,
2419 OPC_MoveParent,
2420 OPC_RecordChild3,
2421 OPC_RecordChild4,
2422 OPC_CheckPatternPredicate6,
2423 OPC_EmitMergeInputChains1_0,
2424 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::TABLE_GROW_EXTERNREF),
2425 MVT::i32, 3, 53,
2426 26,
2427 OPC_CheckChild1Integer, 0|128,116|128,0,
2428 OPC_MoveChild2,
2429 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
2430 OPC_RecordChild0,
2431 OPC_MoveChild0,
2432 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
2433 OPC_MoveParent,
2434 OPC_MoveParent,
2435 OPC_RecordChild3,
2436 OPC_CheckPatternPredicate, 8,
2437 OPC_EmitMergeInputChains1_0,
2438 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::TABLE_GET_EXNREF),
2439 1|128,2, 2, 42,
2440 26,
2441 OPC_CheckChild1Integer, 3|128,116|128,0,
2442 OPC_MoveChild2,
2443 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
2444 OPC_RecordChild0,
2445 OPC_MoveChild0,
2446 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
2447 OPC_MoveParent,
2448 OPC_MoveParent,
2449 OPC_RecordChild3,
2450 OPC_RecordChild4,
2451 OPC_CheckPatternPredicate, 8,
2452 OPC_EmitMergeInputChains1_0,
2453 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::TABLE_GROW_EXNREF),
2454 MVT::i32, 3, 53,
2455 23,
2456 OPC_CheckChild1Integer, 9|128,116|128,0,
2457 OPC_MoveChild2,
2458 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
2459 OPC_RecordChild0,
2460 OPC_MoveChild0,
2461 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
2462 OPC_MoveParent,
2463 OPC_MoveParent,
2464 OPC_CheckPatternPredicate6,
2465 OPC_EmitMergeInputChains1_0,
2466 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::TABLE_SIZE),
2467 MVT::i32, 1, 17,
2468 32,
2469 OPC_CheckChild1Integer, 90|128,115|128,0,
2470 OPC_RecordChild2,
2471 OPC_MoveChild2,
2472 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
2473 OPC_MoveParent,
2474 OPC_SwitchType , 8, MVT::i32,
2475 OPC_EmitMergeInputChains1_0,
2476 OPC_EmitConvertToTarget1,
2477 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::anonymous_14793MEMORY_SIZE_A32),
2478 MVT::i32, 1, 40,
2479 8, MVT::i64,
2480 OPC_EmitMergeInputChains1_0,
2481 OPC_EmitConvertToTarget1,
2482 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::anonymous_14794MEMORY_SIZE_A64),
2483 MVT::i64, 1, 40,
2484 0,
2485 35,
2486 OPC_CheckChild1Integer, 89|128,115|128,0,
2487 OPC_RecordChild2,
2488 OPC_MoveChild2,
2489 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
2490 OPC_MoveParent,
2491 OPC_RecordChild3,
2492 OPC_SwitchType , 9, MVT::i32,
2493 OPC_CheckChild3TypeI32,
2494 OPC_EmitMergeInputChains1_0,
2495 OPC_EmitConvertToTarget1,
2496 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::anonymous_14793MEMORY_GROW_A32),
2497 MVT::i32, 2, 45,
2498 9, MVT::i64,
2499 OPC_CheckChild3TypeI64,
2500 OPC_EmitMergeInputChains1_0,
2501 OPC_EmitConvertToTarget1,
2502 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::anonymous_14794MEMORY_GROW_A64),
2503 MVT::i64, 2, 45,
2504 0,
2505 0,
2506 39,
2507 OPC_RecordMemRef,
2508 OPC_RecordNode,
2509 OPC_CheckChild1Integer, 82|128,115|128,0,
2510 OPC_RecordChild2,
2511 OPC_Scope, 14,
2512 OPC_CheckChild2TypeI32,
2513 OPC_CheckPatternPredicate3,
2514 OPC_CheckComplexPat2, /*#*/1,
2515 OPC_EmitMergeInputChains1_0,
2516 OPC_EmitIntegerI32, 0,
2517 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_F16_F32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2518 MVT::f32, 3, 56,
2519 14,
2520 OPC_CheckChild2TypeI64,
2521 OPC_CheckPatternPredicate4,
2522 OPC_CheckComplexPat3, /*#*/1,
2523 OPC_EmitMergeInputChains1_0,
2524 OPC_EmitIntegerI32, 0,
2525 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_F16_F32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2526 MVT::f32, 3, 56,
2527 0,
2528 0,
2529 33|128,1, TARGET_VAL(ISD::ATOMIC_LOAD),
2530 OPC_RecordMemRef,
2531 OPC_RecordNode,
2532 OPC_RecordChild1,
2533 OPC_Scope, 77,
2534 OPC_CheckChild1TypeI32,
2535 OPC_Scope, 37,
2536 OPC_CheckPredicate, 26,
2537 OPC_SwitchType , 14, MVT::i32,
2538 OPC_CheckPredicate3,
2539 OPC_CheckPatternPredicate1,
2540 OPC_CheckComplexPat0, /*#*/1,
2541 OPC_EmitMergeInputChains1_0,
2542 OPC_EmitIntegerI32, 0,
2543 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_LOAD_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2544 MVT::i32, 4, 61,
2545 15, MVT::i64,
2546 OPC_CheckPredicate, 8,
2547 OPC_CheckPatternPredicate1,
2548 OPC_CheckComplexPat0, /*#*/1,
2549 OPC_EmitMergeInputChains1_0,
2550 OPC_EmitIntegerI32, 0,
2551 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_LOAD_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
2552 MVT::i64, 4, 61,
2553 0,
2554 35,
2555 OPC_CheckPredicate, 13,
2556 OPC_CheckTypeI32,
2557 OPC_Scope, 14,
2558 OPC_CheckPredicate1,
2559 OPC_CheckPatternPredicate1,
2560 OPC_CheckComplexPat0, /*#*/1,
2561 OPC_EmitMergeInputChains1_0,
2562 OPC_EmitIntegerI32, 0,
2563 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_LOAD8_U_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2564 MVT::i32, 4, 61,
2565 14,
2566 OPC_CheckPredicate2,
2567 OPC_CheckPatternPredicate1,
2568 OPC_CheckComplexPat0, /*#*/1,
2569 OPC_EmitMergeInputChains1_0,
2570 OPC_EmitIntegerI32, 0,
2571 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_LOAD16_U_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2572 MVT::i32, 4, 61,
2573 0,
2574 0,
2575 77,
2576 OPC_CheckChild1TypeI64,
2577 OPC_Scope, 37,
2578 OPC_CheckPredicate, 26,
2579 OPC_SwitchType , 14, MVT::i32,
2580 OPC_CheckPredicate3,
2581 OPC_CheckPatternPredicate2,
2582 OPC_CheckComplexPat1, /*#*/1,
2583 OPC_EmitMergeInputChains1_0,
2584 OPC_EmitIntegerI32, 0,
2585 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_LOAD_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2586 MVT::i32, 4, 61,
2587 15, MVT::i64,
2588 OPC_CheckPredicate, 8,
2589 OPC_CheckPatternPredicate2,
2590 OPC_CheckComplexPat1, /*#*/1,
2591 OPC_EmitMergeInputChains1_0,
2592 OPC_EmitIntegerI32, 0,
2593 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_LOAD_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
2594 MVT::i64, 4, 61,
2595 0,
2596 35,
2597 OPC_CheckPredicate, 13,
2598 OPC_CheckTypeI32,
2599 OPC_Scope, 14,
2600 OPC_CheckPredicate1,
2601 OPC_CheckPatternPredicate2,
2602 OPC_CheckComplexPat1, /*#*/1,
2603 OPC_EmitMergeInputChains1_0,
2604 OPC_EmitIntegerI32, 0,
2605 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_LOAD8_U_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2606 MVT::i32, 4, 61,
2607 14,
2608 OPC_CheckPredicate2,
2609 OPC_CheckPatternPredicate2,
2610 OPC_CheckComplexPat1, /*#*/1,
2611 OPC_EmitMergeInputChains1_0,
2612 OPC_EmitIntegerI32, 0,
2613 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_LOAD16_U_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2614 MVT::i32, 4, 61,
2615 0,
2616 0,
2617 0,
2618 79|128,1, TARGET_VAL(ISD::ATOMIC_LOAD_ADD),
2619 OPC_RecordMemRef,
2620 OPC_RecordNode,
2621 OPC_RecordChild1,
2622 OPC_Scope, 100,
2623 OPC_CheckChild1TypeI32,
2624 OPC_RecordChild2,
2625 OPC_SwitchType , 77, MVT::i32,
2626 OPC_Scope, 14,
2627 OPC_CheckPredicate3,
2628 OPC_CheckPatternPredicate1,
2629 OPC_CheckComplexPat0, /*#*/1,
2630 OPC_EmitMergeInputChains1_0,
2631 OPC_EmitIntegerI32, 0,
2632 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_ADD_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2633 MVT::i32, 5, 47,
2634 14,
2635 OPC_CheckPredicate1,
2636 OPC_CheckPatternPredicate1,
2637 OPC_CheckComplexPat0, /*#*/1,
2638 OPC_EmitMergeInputChains1_0,
2639 OPC_EmitIntegerI32, 0,
2640 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_ADD_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2641 MVT::i32, 5, 47,
2642 14,
2643 OPC_CheckPredicate2,
2644 OPC_CheckPatternPredicate1,
2645 OPC_CheckComplexPat0, /*#*/1,
2646 OPC_EmitMergeInputChains1_0,
2647 OPC_EmitIntegerI32, 0,
2648 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_ADD_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2649 MVT::i32, 5, 47,
2650 14,
2651 OPC_CheckPredicate1,
2652 OPC_CheckPatternPredicate1,
2653 OPC_CheckComplexPat0, /*#*/1,
2654 OPC_EmitMergeInputChains1_0,
2655 OPC_EmitIntegerI32, 0,
2656 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_ADD_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2657 MVT::i32, 5, 47,
2658 14,
2659 OPC_CheckPredicate2,
2660 OPC_CheckPatternPredicate1,
2661 OPC_CheckComplexPat0, /*#*/1,
2662 OPC_EmitMergeInputChains1_0,
2663 OPC_EmitIntegerI32, 0,
2664 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_ADD_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2665 MVT::i32, 5, 47,
2666 0,
2667 15, MVT::i64,
2668 OPC_CheckPredicate, 8,
2669 OPC_CheckPatternPredicate1,
2670 OPC_CheckComplexPat0, /*#*/1,
2671 OPC_EmitMergeInputChains1_0,
2672 OPC_EmitIntegerI32, 0,
2673 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_ADD_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
2674 MVT::i64, 5, 47,
2675 0,
2676 100,
2677 OPC_CheckChild1TypeI64,
2678 OPC_RecordChild2,
2679 OPC_SwitchType , 77, MVT::i32,
2680 OPC_Scope, 14,
2681 OPC_CheckPredicate3,
2682 OPC_CheckPatternPredicate2,
2683 OPC_CheckComplexPat1, /*#*/1,
2684 OPC_EmitMergeInputChains1_0,
2685 OPC_EmitIntegerI32, 0,
2686 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_ADD_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2687 MVT::i32, 5, 47,
2688 14,
2689 OPC_CheckPredicate1,
2690 OPC_CheckPatternPredicate2,
2691 OPC_CheckComplexPat1, /*#*/1,
2692 OPC_EmitMergeInputChains1_0,
2693 OPC_EmitIntegerI32, 0,
2694 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_ADD_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2695 MVT::i32, 5, 47,
2696 14,
2697 OPC_CheckPredicate2,
2698 OPC_CheckPatternPredicate2,
2699 OPC_CheckComplexPat1, /*#*/1,
2700 OPC_EmitMergeInputChains1_0,
2701 OPC_EmitIntegerI32, 0,
2702 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_ADD_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2703 MVT::i32, 5, 47,
2704 14,
2705 OPC_CheckPredicate1,
2706 OPC_CheckPatternPredicate2,
2707 OPC_CheckComplexPat1, /*#*/1,
2708 OPC_EmitMergeInputChains1_0,
2709 OPC_EmitIntegerI32, 0,
2710 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_ADD_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2711 MVT::i32, 5, 47,
2712 14,
2713 OPC_CheckPredicate2,
2714 OPC_CheckPatternPredicate2,
2715 OPC_CheckComplexPat1, /*#*/1,
2716 OPC_EmitMergeInputChains1_0,
2717 OPC_EmitIntegerI32, 0,
2718 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_ADD_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2719 MVT::i32, 5, 47,
2720 0,
2721 15, MVT::i64,
2722 OPC_CheckPredicate, 8,
2723 OPC_CheckPatternPredicate2,
2724 OPC_CheckComplexPat1, /*#*/1,
2725 OPC_EmitMergeInputChains1_0,
2726 OPC_EmitIntegerI32, 0,
2727 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_ADD_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
2728 MVT::i64, 5, 47,
2729 0,
2730 0,
2731 79|128,1, TARGET_VAL(ISD::ATOMIC_LOAD_SUB),
2732 OPC_RecordMemRef,
2733 OPC_RecordNode,
2734 OPC_RecordChild1,
2735 OPC_Scope, 100,
2736 OPC_CheckChild1TypeI32,
2737 OPC_RecordChild2,
2738 OPC_SwitchType , 77, MVT::i32,
2739 OPC_Scope, 14,
2740 OPC_CheckPredicate3,
2741 OPC_CheckPatternPredicate1,
2742 OPC_CheckComplexPat0, /*#*/1,
2743 OPC_EmitMergeInputChains1_0,
2744 OPC_EmitIntegerI32, 0,
2745 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_SUB_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2746 MVT::i32, 5, 47,
2747 14,
2748 OPC_CheckPredicate1,
2749 OPC_CheckPatternPredicate1,
2750 OPC_CheckComplexPat0, /*#*/1,
2751 OPC_EmitMergeInputChains1_0,
2752 OPC_EmitIntegerI32, 0,
2753 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_SUB_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2754 MVT::i32, 5, 47,
2755 14,
2756 OPC_CheckPredicate2,
2757 OPC_CheckPatternPredicate1,
2758 OPC_CheckComplexPat0, /*#*/1,
2759 OPC_EmitMergeInputChains1_0,
2760 OPC_EmitIntegerI32, 0,
2761 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_SUB_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2762 MVT::i32, 5, 47,
2763 14,
2764 OPC_CheckPredicate1,
2765 OPC_CheckPatternPredicate1,
2766 OPC_CheckComplexPat0, /*#*/1,
2767 OPC_EmitMergeInputChains1_0,
2768 OPC_EmitIntegerI32, 0,
2769 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_SUB_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2770 MVT::i32, 5, 47,
2771 14,
2772 OPC_CheckPredicate2,
2773 OPC_CheckPatternPredicate1,
2774 OPC_CheckComplexPat0, /*#*/1,
2775 OPC_EmitMergeInputChains1_0,
2776 OPC_EmitIntegerI32, 0,
2777 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_SUB_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2778 MVT::i32, 5, 47,
2779 0,
2780 15, MVT::i64,
2781 OPC_CheckPredicate, 8,
2782 OPC_CheckPatternPredicate1,
2783 OPC_CheckComplexPat0, /*#*/1,
2784 OPC_EmitMergeInputChains1_0,
2785 OPC_EmitIntegerI32, 0,
2786 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_SUB_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
2787 MVT::i64, 5, 47,
2788 0,
2789 100,
2790 OPC_CheckChild1TypeI64,
2791 OPC_RecordChild2,
2792 OPC_SwitchType , 77, MVT::i32,
2793 OPC_Scope, 14,
2794 OPC_CheckPredicate3,
2795 OPC_CheckPatternPredicate2,
2796 OPC_CheckComplexPat1, /*#*/1,
2797 OPC_EmitMergeInputChains1_0,
2798 OPC_EmitIntegerI32, 0,
2799 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_SUB_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2800 MVT::i32, 5, 47,
2801 14,
2802 OPC_CheckPredicate1,
2803 OPC_CheckPatternPredicate2,
2804 OPC_CheckComplexPat1, /*#*/1,
2805 OPC_EmitMergeInputChains1_0,
2806 OPC_EmitIntegerI32, 0,
2807 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_SUB_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2808 MVT::i32, 5, 47,
2809 14,
2810 OPC_CheckPredicate2,
2811 OPC_CheckPatternPredicate2,
2812 OPC_CheckComplexPat1, /*#*/1,
2813 OPC_EmitMergeInputChains1_0,
2814 OPC_EmitIntegerI32, 0,
2815 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_SUB_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2816 MVT::i32, 5, 47,
2817 14,
2818 OPC_CheckPredicate1,
2819 OPC_CheckPatternPredicate2,
2820 OPC_CheckComplexPat1, /*#*/1,
2821 OPC_EmitMergeInputChains1_0,
2822 OPC_EmitIntegerI32, 0,
2823 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_SUB_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2824 MVT::i32, 5, 47,
2825 14,
2826 OPC_CheckPredicate2,
2827 OPC_CheckPatternPredicate2,
2828 OPC_CheckComplexPat1, /*#*/1,
2829 OPC_EmitMergeInputChains1_0,
2830 OPC_EmitIntegerI32, 0,
2831 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_SUB_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2832 MVT::i32, 5, 47,
2833 0,
2834 15, MVT::i64,
2835 OPC_CheckPredicate, 8,
2836 OPC_CheckPatternPredicate2,
2837 OPC_CheckComplexPat1, /*#*/1,
2838 OPC_EmitMergeInputChains1_0,
2839 OPC_EmitIntegerI32, 0,
2840 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_SUB_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
2841 MVT::i64, 5, 47,
2842 0,
2843 0,
2844 79|128,1, TARGET_VAL(ISD::ATOMIC_LOAD_AND),
2845 OPC_RecordMemRef,
2846 OPC_RecordNode,
2847 OPC_RecordChild1,
2848 OPC_Scope, 100,
2849 OPC_CheckChild1TypeI32,
2850 OPC_RecordChild2,
2851 OPC_SwitchType , 77, MVT::i32,
2852 OPC_Scope, 14,
2853 OPC_CheckPredicate3,
2854 OPC_CheckPatternPredicate1,
2855 OPC_CheckComplexPat0, /*#*/1,
2856 OPC_EmitMergeInputChains1_0,
2857 OPC_EmitIntegerI32, 0,
2858 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_AND_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2859 MVT::i32, 5, 47,
2860 14,
2861 OPC_CheckPredicate1,
2862 OPC_CheckPatternPredicate1,
2863 OPC_CheckComplexPat0, /*#*/1,
2864 OPC_EmitMergeInputChains1_0,
2865 OPC_EmitIntegerI32, 0,
2866 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_AND_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2867 MVT::i32, 5, 47,
2868 14,
2869 OPC_CheckPredicate2,
2870 OPC_CheckPatternPredicate1,
2871 OPC_CheckComplexPat0, /*#*/1,
2872 OPC_EmitMergeInputChains1_0,
2873 OPC_EmitIntegerI32, 0,
2874 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_AND_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2875 MVT::i32, 5, 47,
2876 14,
2877 OPC_CheckPredicate1,
2878 OPC_CheckPatternPredicate1,
2879 OPC_CheckComplexPat0, /*#*/1,
2880 OPC_EmitMergeInputChains1_0,
2881 OPC_EmitIntegerI32, 0,
2882 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_AND_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2883 MVT::i32, 5, 47,
2884 14,
2885 OPC_CheckPredicate2,
2886 OPC_CheckPatternPredicate1,
2887 OPC_CheckComplexPat0, /*#*/1,
2888 OPC_EmitMergeInputChains1_0,
2889 OPC_EmitIntegerI32, 0,
2890 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_AND_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2891 MVT::i32, 5, 47,
2892 0,
2893 15, MVT::i64,
2894 OPC_CheckPredicate, 8,
2895 OPC_CheckPatternPredicate1,
2896 OPC_CheckComplexPat0, /*#*/1,
2897 OPC_EmitMergeInputChains1_0,
2898 OPC_EmitIntegerI32, 0,
2899 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_AND_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
2900 MVT::i64, 5, 47,
2901 0,
2902 100,
2903 OPC_CheckChild1TypeI64,
2904 OPC_RecordChild2,
2905 OPC_SwitchType , 77, MVT::i32,
2906 OPC_Scope, 14,
2907 OPC_CheckPredicate3,
2908 OPC_CheckPatternPredicate2,
2909 OPC_CheckComplexPat1, /*#*/1,
2910 OPC_EmitMergeInputChains1_0,
2911 OPC_EmitIntegerI32, 0,
2912 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_AND_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2913 MVT::i32, 5, 47,
2914 14,
2915 OPC_CheckPredicate1,
2916 OPC_CheckPatternPredicate2,
2917 OPC_CheckComplexPat1, /*#*/1,
2918 OPC_EmitMergeInputChains1_0,
2919 OPC_EmitIntegerI32, 0,
2920 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_AND_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2921 MVT::i32, 5, 47,
2922 14,
2923 OPC_CheckPredicate2,
2924 OPC_CheckPatternPredicate2,
2925 OPC_CheckComplexPat1, /*#*/1,
2926 OPC_EmitMergeInputChains1_0,
2927 OPC_EmitIntegerI32, 0,
2928 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_AND_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2929 MVT::i32, 5, 47,
2930 14,
2931 OPC_CheckPredicate1,
2932 OPC_CheckPatternPredicate2,
2933 OPC_CheckComplexPat1, /*#*/1,
2934 OPC_EmitMergeInputChains1_0,
2935 OPC_EmitIntegerI32, 0,
2936 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_AND_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2937 MVT::i32, 5, 47,
2938 14,
2939 OPC_CheckPredicate2,
2940 OPC_CheckPatternPredicate2,
2941 OPC_CheckComplexPat1, /*#*/1,
2942 OPC_EmitMergeInputChains1_0,
2943 OPC_EmitIntegerI32, 0,
2944 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_AND_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
2945 MVT::i32, 5, 47,
2946 0,
2947 15, MVT::i64,
2948 OPC_CheckPredicate, 8,
2949 OPC_CheckPatternPredicate2,
2950 OPC_CheckComplexPat1, /*#*/1,
2951 OPC_EmitMergeInputChains1_0,
2952 OPC_EmitIntegerI32, 0,
2953 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_AND_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
2954 MVT::i64, 5, 47,
2955 0,
2956 0,
2957 79|128,1, TARGET_VAL(ISD::ATOMIC_LOAD_OR),
2958 OPC_RecordMemRef,
2959 OPC_RecordNode,
2960 OPC_RecordChild1,
2961 OPC_Scope, 100,
2962 OPC_CheckChild1TypeI32,
2963 OPC_RecordChild2,
2964 OPC_SwitchType , 77, MVT::i32,
2965 OPC_Scope, 14,
2966 OPC_CheckPredicate3,
2967 OPC_CheckPatternPredicate1,
2968 OPC_CheckComplexPat0, /*#*/1,
2969 OPC_EmitMergeInputChains1_0,
2970 OPC_EmitIntegerI32, 0,
2971 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_OR_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2972 MVT::i32, 5, 47,
2973 14,
2974 OPC_CheckPredicate1,
2975 OPC_CheckPatternPredicate1,
2976 OPC_CheckComplexPat0, /*#*/1,
2977 OPC_EmitMergeInputChains1_0,
2978 OPC_EmitIntegerI32, 0,
2979 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_OR_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2980 MVT::i32, 5, 47,
2981 14,
2982 OPC_CheckPredicate2,
2983 OPC_CheckPatternPredicate1,
2984 OPC_CheckComplexPat0, /*#*/1,
2985 OPC_EmitMergeInputChains1_0,
2986 OPC_EmitIntegerI32, 0,
2987 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_OR_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2988 MVT::i32, 5, 47,
2989 14,
2990 OPC_CheckPredicate1,
2991 OPC_CheckPatternPredicate1,
2992 OPC_CheckComplexPat0, /*#*/1,
2993 OPC_EmitMergeInputChains1_0,
2994 OPC_EmitIntegerI32, 0,
2995 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_OR_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
2996 MVT::i32, 5, 47,
2997 14,
2998 OPC_CheckPredicate2,
2999 OPC_CheckPatternPredicate1,
3000 OPC_CheckComplexPat0, /*#*/1,
3001 OPC_EmitMergeInputChains1_0,
3002 OPC_EmitIntegerI32, 0,
3003 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_OR_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
3004 MVT::i32, 5, 47,
3005 0,
3006 15, MVT::i64,
3007 OPC_CheckPredicate, 8,
3008 OPC_CheckPatternPredicate1,
3009 OPC_CheckComplexPat0, /*#*/1,
3010 OPC_EmitMergeInputChains1_0,
3011 OPC_EmitIntegerI32, 0,
3012 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_OR_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
3013 MVT::i64, 5, 47,
3014 0,
3015 100,
3016 OPC_CheckChild1TypeI64,
3017 OPC_RecordChild2,
3018 OPC_SwitchType , 77, MVT::i32,
3019 OPC_Scope, 14,
3020 OPC_CheckPredicate3,
3021 OPC_CheckPatternPredicate2,
3022 OPC_CheckComplexPat1, /*#*/1,
3023 OPC_EmitMergeInputChains1_0,
3024 OPC_EmitIntegerI32, 0,
3025 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_OR_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
3026 MVT::i32, 5, 47,
3027 14,
3028 OPC_CheckPredicate1,
3029 OPC_CheckPatternPredicate2,
3030 OPC_CheckComplexPat1, /*#*/1,
3031 OPC_EmitMergeInputChains1_0,
3032 OPC_EmitIntegerI32, 0,
3033 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_OR_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
3034 MVT::i32, 5, 47,
3035 14,
3036 OPC_CheckPredicate2,
3037 OPC_CheckPatternPredicate2,
3038 OPC_CheckComplexPat1, /*#*/1,
3039 OPC_EmitMergeInputChains1_0,
3040 OPC_EmitIntegerI32, 0,
3041 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_OR_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
3042 MVT::i32, 5, 47,
3043 14,
3044 OPC_CheckPredicate1,
3045 OPC_CheckPatternPredicate2,
3046 OPC_CheckComplexPat1, /*#*/1,
3047 OPC_EmitMergeInputChains1_0,
3048 OPC_EmitIntegerI32, 0,
3049 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_OR_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
3050 MVT::i32, 5, 47,
3051 14,
3052 OPC_CheckPredicate2,
3053 OPC_CheckPatternPredicate2,
3054 OPC_CheckComplexPat1, /*#*/1,
3055 OPC_EmitMergeInputChains1_0,
3056 OPC_EmitIntegerI32, 0,
3057 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_OR_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
3058 MVT::i32, 5, 47,
3059 0,
3060 15, MVT::i64,
3061 OPC_CheckPredicate, 8,
3062 OPC_CheckPatternPredicate2,
3063 OPC_CheckComplexPat1, /*#*/1,
3064 OPC_EmitMergeInputChains1_0,
3065 OPC_EmitIntegerI32, 0,
3066 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_OR_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
3067 MVT::i64, 5, 47,
3068 0,
3069 0,
3070 79|128,1, TARGET_VAL(ISD::ATOMIC_LOAD_XOR),
3071 OPC_RecordMemRef,
3072 OPC_RecordNode,
3073 OPC_RecordChild1,
3074 OPC_Scope, 100,
3075 OPC_CheckChild1TypeI32,
3076 OPC_RecordChild2,
3077 OPC_SwitchType , 77, MVT::i32,
3078 OPC_Scope, 14,
3079 OPC_CheckPredicate3,
3080 OPC_CheckPatternPredicate1,
3081 OPC_CheckComplexPat0, /*#*/1,
3082 OPC_EmitMergeInputChains1_0,
3083 OPC_EmitIntegerI32, 0,
3084 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_XOR_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
3085 MVT::i32, 5, 47,
3086 14,
3087 OPC_CheckPredicate1,
3088 OPC_CheckPatternPredicate1,
3089 OPC_CheckComplexPat0, /*#*/1,
3090 OPC_EmitMergeInputChains1_0,
3091 OPC_EmitIntegerI32, 0,
3092 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_XOR_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
3093 MVT::i32, 5, 47,
3094 14,
3095 OPC_CheckPredicate2,
3096 OPC_CheckPatternPredicate1,
3097 OPC_CheckComplexPat0, /*#*/1,
3098 OPC_EmitMergeInputChains1_0,
3099 OPC_EmitIntegerI32, 0,
3100 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_XOR_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
3101 MVT::i32, 5, 47,
3102 14,
3103 OPC_CheckPredicate1,
3104 OPC_CheckPatternPredicate1,
3105 OPC_CheckComplexPat0, /*#*/1,
3106 OPC_EmitMergeInputChains1_0,
3107 OPC_EmitIntegerI32, 0,
3108 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_XOR_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
3109 MVT::i32, 5, 47,
3110 14,
3111 OPC_CheckPredicate2,
3112 OPC_CheckPatternPredicate1,
3113 OPC_CheckComplexPat0, /*#*/1,
3114 OPC_EmitMergeInputChains1_0,
3115 OPC_EmitIntegerI32, 0,
3116 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_XOR_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
3117 MVT::i32, 5, 47,
3118 0,
3119 15, MVT::i64,
3120 OPC_CheckPredicate, 8,
3121 OPC_CheckPatternPredicate1,
3122 OPC_CheckComplexPat0, /*#*/1,
3123 OPC_EmitMergeInputChains1_0,
3124 OPC_EmitIntegerI32, 0,
3125 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_XOR_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
3126 MVT::i64, 5, 47,
3127 0,
3128 100,
3129 OPC_CheckChild1TypeI64,
3130 OPC_RecordChild2,
3131 OPC_SwitchType , 77, MVT::i32,
3132 OPC_Scope, 14,
3133 OPC_CheckPredicate3,
3134 OPC_CheckPatternPredicate2,
3135 OPC_CheckComplexPat1, /*#*/1,
3136 OPC_EmitMergeInputChains1_0,
3137 OPC_EmitIntegerI32, 0,
3138 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_XOR_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
3139 MVT::i32, 5, 47,
3140 14,
3141 OPC_CheckPredicate1,
3142 OPC_CheckPatternPredicate2,
3143 OPC_CheckComplexPat1, /*#*/1,
3144 OPC_EmitMergeInputChains1_0,
3145 OPC_EmitIntegerI32, 0,
3146 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_XOR_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
3147 MVT::i32, 5, 47,
3148 14,
3149 OPC_CheckPredicate2,
3150 OPC_CheckPatternPredicate2,
3151 OPC_CheckComplexPat1, /*#*/1,
3152 OPC_EmitMergeInputChains1_0,
3153 OPC_EmitIntegerI32, 0,
3154 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_XOR_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
3155 MVT::i32, 5, 47,
3156 14,
3157 OPC_CheckPredicate1,
3158 OPC_CheckPatternPredicate2,
3159 OPC_CheckComplexPat1, /*#*/1,
3160 OPC_EmitMergeInputChains1_0,
3161 OPC_EmitIntegerI32, 0,
3162 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_XOR_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
3163 MVT::i32, 5, 47,
3164 14,
3165 OPC_CheckPredicate2,
3166 OPC_CheckPatternPredicate2,
3167 OPC_CheckComplexPat1, /*#*/1,
3168 OPC_EmitMergeInputChains1_0,
3169 OPC_EmitIntegerI32, 0,
3170 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_XOR_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
3171 MVT::i32, 5, 47,
3172 0,
3173 15, MVT::i64,
3174 OPC_CheckPredicate, 8,
3175 OPC_CheckPatternPredicate2,
3176 OPC_CheckComplexPat1, /*#*/1,
3177 OPC_EmitMergeInputChains1_0,
3178 OPC_EmitIntegerI32, 0,
3179 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_XOR_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
3180 MVT::i64, 5, 47,
3181 0,
3182 0,
3183 79|128,1, TARGET_VAL(ISD::ATOMIC_SWAP),
3184 OPC_RecordMemRef,
3185 OPC_RecordNode,
3186 OPC_RecordChild1,
3187 OPC_Scope, 100,
3188 OPC_CheckChild1TypeI32,
3189 OPC_RecordChild2,
3190 OPC_SwitchType , 77, MVT::i32,
3191 OPC_Scope, 14,
3192 OPC_CheckPredicate3,
3193 OPC_CheckPatternPredicate1,
3194 OPC_CheckComplexPat0, /*#*/1,
3195 OPC_EmitMergeInputChains1_0,
3196 OPC_EmitIntegerI32, 0,
3197 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_XCHG_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
3198 MVT::i32, 5, 47,
3199 14,
3200 OPC_CheckPredicate1,
3201 OPC_CheckPatternPredicate1,
3202 OPC_CheckComplexPat0, /*#*/1,
3203 OPC_EmitMergeInputChains1_0,
3204 OPC_EmitIntegerI32, 0,
3205 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_XCHG_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
3206 MVT::i32, 5, 47,
3207 14,
3208 OPC_CheckPredicate2,
3209 OPC_CheckPatternPredicate1,
3210 OPC_CheckComplexPat0, /*#*/1,
3211 OPC_EmitMergeInputChains1_0,
3212 OPC_EmitIntegerI32, 0,
3213 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_XCHG_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
3214 MVT::i32, 5, 47,
3215 14,
3216 OPC_CheckPredicate1,
3217 OPC_CheckPatternPredicate1,
3218 OPC_CheckComplexPat0, /*#*/1,
3219 OPC_EmitMergeInputChains1_0,
3220 OPC_EmitIntegerI32, 0,
3221 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_XCHG_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
3222 MVT::i32, 5, 47,
3223 14,
3224 OPC_CheckPredicate2,
3225 OPC_CheckPatternPredicate1,
3226 OPC_CheckComplexPat0, /*#*/1,
3227 OPC_EmitMergeInputChains1_0,
3228 OPC_EmitIntegerI32, 0,
3229 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_XCHG_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
3230 MVT::i32, 5, 47,
3231 0,
3232 15, MVT::i64,
3233 OPC_CheckPredicate, 8,
3234 OPC_CheckPatternPredicate1,
3235 OPC_CheckComplexPat0, /*#*/1,
3236 OPC_EmitMergeInputChains1_0,
3237 OPC_EmitIntegerI32, 0,
3238 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_XCHG_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
3239 MVT::i64, 5, 47,
3240 0,
3241 100,
3242 OPC_CheckChild1TypeI64,
3243 OPC_RecordChild2,
3244 OPC_SwitchType , 77, MVT::i32,
3245 OPC_Scope, 14,
3246 OPC_CheckPredicate3,
3247 OPC_CheckPatternPredicate2,
3248 OPC_CheckComplexPat1, /*#*/1,
3249 OPC_EmitMergeInputChains1_0,
3250 OPC_EmitIntegerI32, 0,
3251 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_XCHG_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
3252 MVT::i32, 5, 47,
3253 14,
3254 OPC_CheckPredicate1,
3255 OPC_CheckPatternPredicate2,
3256 OPC_CheckComplexPat1, /*#*/1,
3257 OPC_EmitMergeInputChains1_0,
3258 OPC_EmitIntegerI32, 0,
3259 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_XCHG_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
3260 MVT::i32, 5, 47,
3261 14,
3262 OPC_CheckPredicate2,
3263 OPC_CheckPatternPredicate2,
3264 OPC_CheckComplexPat1, /*#*/1,
3265 OPC_EmitMergeInputChains1_0,
3266 OPC_EmitIntegerI32, 0,
3267 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_XCHG_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
3268 MVT::i32, 5, 47,
3269 14,
3270 OPC_CheckPredicate1,
3271 OPC_CheckPatternPredicate2,
3272 OPC_CheckComplexPat1, /*#*/1,
3273 OPC_EmitMergeInputChains1_0,
3274 OPC_EmitIntegerI32, 0,
3275 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_XCHG_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
3276 MVT::i32, 5, 47,
3277 14,
3278 OPC_CheckPredicate2,
3279 OPC_CheckPatternPredicate2,
3280 OPC_CheckComplexPat1, /*#*/1,
3281 OPC_EmitMergeInputChains1_0,
3282 OPC_EmitIntegerI32, 0,
3283 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_XCHG_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
3284 MVT::i32, 5, 47,
3285 0,
3286 15, MVT::i64,
3287 OPC_CheckPredicate, 8,
3288 OPC_CheckPatternPredicate2,
3289 OPC_CheckComplexPat1, /*#*/1,
3290 OPC_EmitMergeInputChains1_0,
3291 OPC_EmitIntegerI32, 0,
3292 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_XCHG_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
3293 MVT::i64, 5, 47,
3294 0,
3295 0,
3296 81|128,1, TARGET_VAL(ISD::ATOMIC_CMP_SWAP),
3297 OPC_RecordMemRef,
3298 OPC_RecordNode,
3299 OPC_RecordChild1,
3300 OPC_Scope, 101,
3301 OPC_CheckChild1TypeI32,
3302 OPC_RecordChild2,
3303 OPC_RecordChild3,
3304 OPC_SwitchType , 77, MVT::i32,
3305 OPC_Scope, 14,
3306 OPC_CheckPredicate3,
3307 OPC_CheckPatternPredicate1,
3308 OPC_CheckComplexPat0, /*#*/1,
3309 OPC_EmitMergeInputChains1_0,
3310 OPC_EmitIntegerI32, 0,
3311 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_CMPXCHG_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
3312 MVT::i32, 6, 59,
3313 14,
3314 OPC_CheckPredicate1,
3315 OPC_CheckPatternPredicate1,
3316 OPC_CheckComplexPat0, /*#*/1,
3317 OPC_EmitMergeInputChains1_0,
3318 OPC_EmitIntegerI32, 0,
3319 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_CMPXCHG_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
3320 MVT::i32, 6, 59,
3321 14,
3322 OPC_CheckPredicate2,
3323 OPC_CheckPatternPredicate1,
3324 OPC_CheckComplexPat0, /*#*/1,
3325 OPC_EmitMergeInputChains1_0,
3326 OPC_EmitIntegerI32, 0,
3327 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_CMPXCHG_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
3328 MVT::i32, 6, 59,
3329 14,
3330 OPC_CheckPredicate1,
3331 OPC_CheckPatternPredicate1,
3332 OPC_CheckComplexPat0, /*#*/1,
3333 OPC_EmitMergeInputChains1_0,
3334 OPC_EmitIntegerI32, 0,
3335 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_CMPXCHG_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
3336 MVT::i32, 6, 59,
3337 14,
3338 OPC_CheckPredicate2,
3339 OPC_CheckPatternPredicate1,
3340 OPC_CheckComplexPat0, /*#*/1,
3341 OPC_EmitMergeInputChains1_0,
3342 OPC_EmitIntegerI32, 0,
3343 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_CMPXCHG_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
3344 MVT::i32, 6, 59,
3345 0,
3346 15, MVT::i64,
3347 OPC_CheckPredicate, 8,
3348 OPC_CheckPatternPredicate1,
3349 OPC_CheckComplexPat0, /*#*/1,
3350 OPC_EmitMergeInputChains1_0,
3351 OPC_EmitIntegerI32, 0,
3352 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_CMPXCHG_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
3353 MVT::i64, 6, 59,
3354 0,
3355 101,
3356 OPC_CheckChild1TypeI64,
3357 OPC_RecordChild2,
3358 OPC_RecordChild3,
3359 OPC_SwitchType , 77, MVT::i32,
3360 OPC_Scope, 14,
3361 OPC_CheckPredicate3,
3362 OPC_CheckPatternPredicate2,
3363 OPC_CheckComplexPat1, /*#*/1,
3364 OPC_EmitMergeInputChains1_0,
3365 OPC_EmitIntegerI32, 0,
3366 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_CMPXCHG_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
3367 MVT::i32, 6, 59,
3368 14,
3369 OPC_CheckPredicate1,
3370 OPC_CheckPatternPredicate2,
3371 OPC_CheckComplexPat1, /*#*/1,
3372 OPC_EmitMergeInputChains1_0,
3373 OPC_EmitIntegerI32, 0,
3374 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_CMPXCHG_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
3375 MVT::i32, 6, 59,
3376 14,
3377 OPC_CheckPredicate2,
3378 OPC_CheckPatternPredicate2,
3379 OPC_CheckComplexPat1, /*#*/1,
3380 OPC_EmitMergeInputChains1_0,
3381 OPC_EmitIntegerI32, 0,
3382 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_CMPXCHG_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
3383 MVT::i32, 6, 59,
3384 14,
3385 OPC_CheckPredicate1,
3386 OPC_CheckPatternPredicate2,
3387 OPC_CheckComplexPat1, /*#*/1,
3388 OPC_EmitMergeInputChains1_0,
3389 OPC_EmitIntegerI32, 0,
3390 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW8_U_CMPXCHG_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
3391 MVT::i32, 6, 59,
3392 14,
3393 OPC_CheckPredicate2,
3394 OPC_CheckPatternPredicate2,
3395 OPC_CheckComplexPat1, /*#*/1,
3396 OPC_EmitMergeInputChains1_0,
3397 OPC_EmitIntegerI32, 0,
3398 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW16_U_CMPXCHG_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
3399 MVT::i32, 6, 59,
3400 0,
3401 15, MVT::i64,
3402 OPC_CheckPredicate, 8,
3403 OPC_CheckPatternPredicate2,
3404 OPC_CheckComplexPat1, /*#*/1,
3405 OPC_EmitMergeInputChains1_0,
3406 OPC_EmitIntegerI32, 0,
3407 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ATOMIC_RMW_CMPXCHG_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
3408 MVT::i64, 6, 59,
3409 0,
3410 0,
3411 74|128,2, TARGET_VAL(ISD::AND),
3412 OPC_Scope, 118,
3413 OPC_MoveChild0,
3414 OPC_CheckOpcode, TARGET_VAL(ISD::INTRINSIC_WO_CHAIN),
3415 OPC_Scope, 55,
3416 OPC_CheckChild0Integer, 69|128,115|128,0,
3417 OPC_RecordChild1,
3418 OPC_Scope, 11,
3419 OPC_CheckChild1Type, MVT::v16i8,
3420 OPC_MoveParent,
3421 OPC_CheckChild1Integer, 1,
3422 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANYTRUE),
3423 MVT::i32, 1, 2,
3424 11,
3425 OPC_CheckChild1Type, MVT::v8i16,
3426 OPC_MoveParent,
3427 OPC_CheckChild1Integer, 1,
3428 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANYTRUE),
3429 MVT::i32, 1, 2,
3430 11,
3431 OPC_CheckChild1Type, MVT::v4i32,
3432 OPC_MoveParent,
3433 OPC_CheckChild1Integer, 1,
3434 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANYTRUE),
3435 MVT::i32, 1, 2,
3436 11,
3437 OPC_CheckChild1Type, MVT::v2i64,
3438 OPC_MoveParent,
3439 OPC_CheckChild1Integer, 1,
3440 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANYTRUE),
3441 MVT::i32, 1, 2,
3442 0,
3443 55,
3444 OPC_CheckChild0Integer, 68|128,115|128,0,
3445 OPC_RecordChild1,
3446 OPC_Scope, 11,
3447 OPC_CheckChild1Type, MVT::v16i8,
3448 OPC_MoveParent,
3449 OPC_CheckChild1Integer, 1,
3450 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ALLTRUE_I8x16),
3451 MVT::i32, 1, 2,
3452 11,
3453 OPC_CheckChild1Type, MVT::v8i16,
3454 OPC_MoveParent,
3455 OPC_CheckChild1Integer, 1,
3456 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ALLTRUE_I16x8),
3457 MVT::i32, 1, 2,
3458 11,
3459 OPC_CheckChild1Type, MVT::v4i32,
3460 OPC_MoveParent,
3461 OPC_CheckChild1Integer, 1,
3462 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ALLTRUE_I32x4),
3463 MVT::i32, 1, 2,
3464 11,
3465 OPC_CheckChild1Type, MVT::v2i64,
3466 OPC_MoveParent,
3467 OPC_CheckChild1Integer, 1,
3468 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ALLTRUE_I64x2),
3469 MVT::i32, 1, 2,
3470 0,
3471 0,
3472 28,
3473 OPC_CheckAndImm, 127|128,1,
3474 OPC_MoveChild0,
3475 OPC_CheckOpcode, TARGET_VAL(ISD::EXTRACT_VECTOR_ELT),
3476 OPC_RecordChild0,
3477 OPC_CheckChild0Type, MVT::v16i8,
3478 OPC_RecordChild1,
3479 OPC_MoveChild1,
3480 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
3481 OPC_CheckPredicate, 20,
3482 OPC_CheckTypeI32,
3483 OPC_MoveParent,
3484 OPC_MoveParent,
3485 OPC_CheckTypeI32,
3486 OPC_EmitConvertToTarget1,
3487 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EXTRACT_LANE_I8x16_u),
3488 MVT::i32, 2, 39,
3489 29,
3490 OPC_CheckAndImm, 127|128,127|128,3,
3491 OPC_MoveChild0,
3492 OPC_CheckOpcode, TARGET_VAL(ISD::EXTRACT_VECTOR_ELT),
3493 OPC_RecordChild0,
3494 OPC_CheckChild0Type, MVT::v8i16,
3495 OPC_RecordChild1,
3496 OPC_MoveChild1,
3497 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
3498 OPC_CheckPredicate, 15,
3499 OPC_CheckTypeI32,
3500 OPC_MoveParent,
3501 OPC_MoveParent,
3502 OPC_CheckTypeI32,
3503 OPC_EmitConvertToTarget1,
3504 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EXTRACT_LANE_I16x8_u),
3505 MVT::i32, 2, 39,
3506 67,
3507 OPC_RecordChild0,
3508 OPC_Scope, 19,
3509 OPC_RecordChild1,
3510 OPC_SwitchType , 6, MVT::i32,
3511 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::AND_I32),
3512 MVT::i32, 2, 16,
3513 6, MVT::i64,
3514 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::AND_I64),
3515 MVT::i64, 2, 16,
3516 0,
3517 43,
3518 OPC_MoveChild1,
3519 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
3520 OPC_RecordChild0,
3521 OPC_MoveChild1,
3522 OPC_CheckImmAllOnesV,
3523 OPC_MoveParent,
3524 OPC_MoveParent,
3525 OPC_SwitchType , 6, MVT::v16i8,
3526 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANDNOT),
3527 MVT::v16i8, 2, 16,
3528 6, MVT::v8i16,
3529 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANDNOT),
3530 MVT::v8i16, 2, 16,
3531 6, MVT::v4i32,
3532 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANDNOT),
3533 MVT::v4i32, 2, 16,
3534 6, MVT::v2i64,
3535 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANDNOT),
3536 MVT::v2i64, 2, 16,
3537 0,
3538 0,
3539 44,
3540 OPC_MoveChild0,
3541 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
3542 OPC_RecordChild0,
3543 OPC_MoveChild1,
3544 OPC_CheckImmAllOnesV,
3545 OPC_MoveParent,
3546 OPC_MoveParent,
3547 OPC_RecordChild1,
3548 OPC_SwitchType , 6, MVT::v16i8,
3549 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANDNOT),
3550 MVT::v16i8, 2, 1,
3551 6, MVT::v8i16,
3552 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANDNOT),
3553 MVT::v8i16, 2, 1,
3554 6, MVT::v4i32,
3555 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANDNOT),
3556 MVT::v4i32, 2, 1,
3557 6, MVT::v2i64,
3558 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANDNOT),
3559 MVT::v2i64, 2, 1,
3560 0,
3561 36,
3562 OPC_RecordChild0,
3563 OPC_RecordChild1,
3564 OPC_SwitchType , 6, MVT::v16i8,
3565 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::AND),
3566 MVT::v16i8, 2, 16,
3567 6, MVT::v8i16,
3568 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::AND),
3569 MVT::v8i16, 2, 16,
3570 6, MVT::v4i32,
3571 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::AND),
3572 MVT::v4i32, 2, 16,
3573 6, MVT::v2i64,
3574 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::AND),
3575 MVT::v2i64, 2, 16,
3576 0,
3577 0,
3578 48|128,13, TARGET_VAL(ISD::SETCC),
3579 OPC_Scope, 32|128,4,
3580 OPC_MoveChild0,
3581 OPC_CheckOpcode, TARGET_VAL(ISD::INTRINSIC_WO_CHAIN),
3582 OPC_Scope, 11|128,2,
3583 OPC_CheckChild0Integer, 69|128,115|128,0,
3584 OPC_RecordChild1,
3585 OPC_Scope, 64,
3586 OPC_CheckChild1Type, MVT::v16i8,
3587 OPC_MoveParent,
3588 OPC_CheckTypeI32,
3589 OPC_Scope, 28,
3590 OPC_CheckChild1Integer, 0,
3591 OPC_Scope, 8,
3592 OPC_CheckChild2CondCode, ISD::SETNE,
3593 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANYTRUE),
3594 MVT::i32, 1, 2,
3595 14,
3596 OPC_CheckChild2CondCode, ISD::SETEQ,
3597 OPC_EmitNode1None, TARGET_VAL(WebAssembly::ANYTRUE),
3598 MVT::i32, 1, 2,
3599 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQZ_I32),
3600 MVT::i32, 1, 17,
3601 0,
3602 28,
3603 OPC_CheckChild1Integer, 1,
3604 OPC_Scope, 8,
3605 OPC_CheckChild2CondCode, ISD::SETEQ,
3606 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANYTRUE),
3607 MVT::i32, 1, 2,
3608 14,
3609 OPC_CheckChild2CondCode, ISD::SETNE,
3610 OPC_EmitNode1None, TARGET_VAL(WebAssembly::ANYTRUE),
3611 MVT::i32, 1, 2,
3612 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQZ_I32),
3613 MVT::i32, 1, 17,
3614 0,
3615 0,
3616 64,
3617 OPC_CheckChild1Type, MVT::v8i16,
3618 OPC_MoveParent,
3619 OPC_CheckTypeI32,
3620 OPC_Scope, 28,
3621 OPC_CheckChild1Integer, 0,
3622 OPC_Scope, 8,
3623 OPC_CheckChild2CondCode, ISD::SETNE,
3624 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANYTRUE),
3625 MVT::i32, 1, 2,
3626 14,
3627 OPC_CheckChild2CondCode, ISD::SETEQ,
3628 OPC_EmitNode1None, TARGET_VAL(WebAssembly::ANYTRUE),
3629 MVT::i32, 1, 2,
3630 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQZ_I32),
3631 MVT::i32, 1, 17,
3632 0,
3633 28,
3634 OPC_CheckChild1Integer, 1,
3635 OPC_Scope, 8,
3636 OPC_CheckChild2CondCode, ISD::SETEQ,
3637 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANYTRUE),
3638 MVT::i32, 1, 2,
3639 14,
3640 OPC_CheckChild2CondCode, ISD::SETNE,
3641 OPC_EmitNode1None, TARGET_VAL(WebAssembly::ANYTRUE),
3642 MVT::i32, 1, 2,
3643 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQZ_I32),
3644 MVT::i32, 1, 17,
3645 0,
3646 0,
3647 64,
3648 OPC_CheckChild1Type, MVT::v4i32,
3649 OPC_MoveParent,
3650 OPC_CheckTypeI32,
3651 OPC_Scope, 28,
3652 OPC_CheckChild1Integer, 0,
3653 OPC_Scope, 8,
3654 OPC_CheckChild2CondCode, ISD::SETNE,
3655 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANYTRUE),
3656 MVT::i32, 1, 2,
3657 14,
3658 OPC_CheckChild2CondCode, ISD::SETEQ,
3659 OPC_EmitNode1None, TARGET_VAL(WebAssembly::ANYTRUE),
3660 MVT::i32, 1, 2,
3661 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQZ_I32),
3662 MVT::i32, 1, 17,
3663 0,
3664 28,
3665 OPC_CheckChild1Integer, 1,
3666 OPC_Scope, 8,
3667 OPC_CheckChild2CondCode, ISD::SETEQ,
3668 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANYTRUE),
3669 MVT::i32, 1, 2,
3670 14,
3671 OPC_CheckChild2CondCode, ISD::SETNE,
3672 OPC_EmitNode1None, TARGET_VAL(WebAssembly::ANYTRUE),
3673 MVT::i32, 1, 2,
3674 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQZ_I32),
3675 MVT::i32, 1, 17,
3676 0,
3677 0,
3678 64,
3679 OPC_CheckChild1Type, MVT::v2i64,
3680 OPC_MoveParent,
3681 OPC_CheckTypeI32,
3682 OPC_Scope, 28,
3683 OPC_CheckChild1Integer, 0,
3684 OPC_Scope, 8,
3685 OPC_CheckChild2CondCode, ISD::SETNE,
3686 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANYTRUE),
3687 MVT::i32, 1, 2,
3688 14,
3689 OPC_CheckChild2CondCode, ISD::SETEQ,
3690 OPC_EmitNode1None, TARGET_VAL(WebAssembly::ANYTRUE),
3691 MVT::i32, 1, 2,
3692 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQZ_I32),
3693 MVT::i32, 1, 17,
3694 0,
3695 28,
3696 OPC_CheckChild1Integer, 1,
3697 OPC_Scope, 8,
3698 OPC_CheckChild2CondCode, ISD::SETEQ,
3699 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANYTRUE),
3700 MVT::i32, 1, 2,
3701 14,
3702 OPC_CheckChild2CondCode, ISD::SETNE,
3703 OPC_EmitNode1None, TARGET_VAL(WebAssembly::ANYTRUE),
3704 MVT::i32, 1, 2,
3705 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQZ_I32),
3706 MVT::i32, 1, 17,
3707 0,
3708 0,
3709 0,
3710 11|128,2,
3711 OPC_CheckChild0Integer, 68|128,115|128,0,
3712 OPC_RecordChild1,
3713 OPC_Scope, 64,
3714 OPC_CheckChild1Type, MVT::v16i8,
3715 OPC_MoveParent,
3716 OPC_CheckTypeI32,
3717 OPC_Scope, 28,
3718 OPC_CheckChild1Integer, 0,
3719 OPC_Scope, 8,
3720 OPC_CheckChild2CondCode, ISD::SETNE,
3721 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ALLTRUE_I8x16),
3722 MVT::i32, 1, 2,
3723 14,
3724 OPC_CheckChild2CondCode, ISD::SETEQ,
3725 OPC_EmitNode1None, TARGET_VAL(WebAssembly::ALLTRUE_I8x16),
3726 MVT::i32, 1, 2,
3727 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQZ_I32),
3728 MVT::i32, 1, 17,
3729 0,
3730 28,
3731 OPC_CheckChild1Integer, 1,
3732 OPC_Scope, 8,
3733 OPC_CheckChild2CondCode, ISD::SETEQ,
3734 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ALLTRUE_I8x16),
3735 MVT::i32, 1, 2,
3736 14,
3737 OPC_CheckChild2CondCode, ISD::SETNE,
3738 OPC_EmitNode1None, TARGET_VAL(WebAssembly::ALLTRUE_I8x16),
3739 MVT::i32, 1, 2,
3740 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQZ_I32),
3741 MVT::i32, 1, 17,
3742 0,
3743 0,
3744 64,
3745 OPC_CheckChild1Type, MVT::v8i16,
3746 OPC_MoveParent,
3747 OPC_CheckTypeI32,
3748 OPC_Scope, 28,
3749 OPC_CheckChild1Integer, 0,
3750 OPC_Scope, 8,
3751 OPC_CheckChild2CondCode, ISD::SETNE,
3752 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ALLTRUE_I16x8),
3753 MVT::i32, 1, 2,
3754 14,
3755 OPC_CheckChild2CondCode, ISD::SETEQ,
3756 OPC_EmitNode1None, TARGET_VAL(WebAssembly::ALLTRUE_I16x8),
3757 MVT::i32, 1, 2,
3758 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQZ_I32),
3759 MVT::i32, 1, 17,
3760 0,
3761 28,
3762 OPC_CheckChild1Integer, 1,
3763 OPC_Scope, 8,
3764 OPC_CheckChild2CondCode, ISD::SETEQ,
3765 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ALLTRUE_I16x8),
3766 MVT::i32, 1, 2,
3767 14,
3768 OPC_CheckChild2CondCode, ISD::SETNE,
3769 OPC_EmitNode1None, TARGET_VAL(WebAssembly::ALLTRUE_I16x8),
3770 MVT::i32, 1, 2,
3771 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQZ_I32),
3772 MVT::i32, 1, 17,
3773 0,
3774 0,
3775 64,
3776 OPC_CheckChild1Type, MVT::v4i32,
3777 OPC_MoveParent,
3778 OPC_CheckTypeI32,
3779 OPC_Scope, 28,
3780 OPC_CheckChild1Integer, 0,
3781 OPC_Scope, 8,
3782 OPC_CheckChild2CondCode, ISD::SETNE,
3783 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ALLTRUE_I32x4),
3784 MVT::i32, 1, 2,
3785 14,
3786 OPC_CheckChild2CondCode, ISD::SETEQ,
3787 OPC_EmitNode1None, TARGET_VAL(WebAssembly::ALLTRUE_I32x4),
3788 MVT::i32, 1, 2,
3789 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQZ_I32),
3790 MVT::i32, 1, 17,
3791 0,
3792 28,
3793 OPC_CheckChild1Integer, 1,
3794 OPC_Scope, 8,
3795 OPC_CheckChild2CondCode, ISD::SETEQ,
3796 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ALLTRUE_I32x4),
3797 MVT::i32, 1, 2,
3798 14,
3799 OPC_CheckChild2CondCode, ISD::SETNE,
3800 OPC_EmitNode1None, TARGET_VAL(WebAssembly::ALLTRUE_I32x4),
3801 MVT::i32, 1, 2,
3802 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQZ_I32),
3803 MVT::i32, 1, 17,
3804 0,
3805 0,
3806 64,
3807 OPC_CheckChild1Type, MVT::v2i64,
3808 OPC_MoveParent,
3809 OPC_CheckTypeI32,
3810 OPC_Scope, 28,
3811 OPC_CheckChild1Integer, 0,
3812 OPC_Scope, 8,
3813 OPC_CheckChild2CondCode, ISD::SETNE,
3814 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ALLTRUE_I64x2),
3815 MVT::i32, 1, 2,
3816 14,
3817 OPC_CheckChild2CondCode, ISD::SETEQ,
3818 OPC_EmitNode1None, TARGET_VAL(WebAssembly::ALLTRUE_I64x2),
3819 MVT::i32, 1, 2,
3820 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQZ_I32),
3821 MVT::i32, 1, 17,
3822 0,
3823 28,
3824 OPC_CheckChild1Integer, 1,
3825 OPC_Scope, 8,
3826 OPC_CheckChild2CondCode, ISD::SETEQ,
3827 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ALLTRUE_I64x2),
3828 MVT::i32, 1, 2,
3829 14,
3830 OPC_CheckChild2CondCode, ISD::SETNE,
3831 OPC_EmitNode1None, TARGET_VAL(WebAssembly::ALLTRUE_I64x2),
3832 MVT::i32, 1, 2,
3833 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQZ_I32),
3834 MVT::i32, 1, 17,
3835 0,
3836 0,
3837 0,
3838 0,
3839 10|128,9,
3840 OPC_RecordChild0,
3841 OPC_SwitchType , 64|128,3, MVT::i32,
3842 OPC_Scope, 108,
3843 OPC_CheckChild0TypeI32,
3844 OPC_Scope, 10,
3845 OPC_CheckChild1Integer, 0,
3846 OPC_CheckChild2CondCode, ISD::SETEQ,
3847 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQZ_I32),
3848 MVT::i32, 1, 2,
3849 93,
3850 OPC_RecordChild1,
3851 OPC_Scope, 8,
3852 OPC_CheckChild2CondCode, ISD::SETEQ,
3853 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQ_I32),
3854 MVT::i32, 2, 16,
3855 8,
3856 OPC_CheckChild2CondCode, ISD::SETNE,
3857 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NE_I32),
3858 MVT::i32, 2, 16,
3859 8,
3860 OPC_CheckChild2CondCode, ISD::SETLT,
3861 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LT_S_I32),
3862 MVT::i32, 2, 16,
3863 8,
3864 OPC_CheckChild2CondCode, ISD::SETULT,
3865 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LT_U_I32),
3866 MVT::i32, 2, 16,
3867 8,
3868 OPC_CheckChild2CondCode, ISD::SETGT,
3869 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GT_S_I32),
3870 MVT::i32, 2, 16,
3871 8,
3872 OPC_CheckChild2CondCode, ISD::SETUGT,
3873 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GT_U_I32),
3874 MVT::i32, 2, 16,
3875 8,
3876 OPC_CheckChild2CondCode, ISD::SETLE,
3877 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LE_S_I32),
3878 MVT::i32, 2, 16,
3879 8,
3880 OPC_CheckChild2CondCode, ISD::SETULE,
3881 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LE_U_I32),
3882 MVT::i32, 2, 16,
3883 8,
3884 OPC_CheckChild2CondCode, ISD::SETGE,
3885 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GE_S_I32),
3886 MVT::i32, 2, 16,
3887 8,
3888 OPC_CheckChild2CondCode, ISD::SETUGE,
3889 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GE_U_I32),
3890 MVT::i32, 2, 16,
3891 0,
3892 0,
3893 108,
3894 OPC_CheckChild0TypeI64,
3895 OPC_Scope, 10,
3896 OPC_CheckChild1Integer, 0,
3897 OPC_CheckChild2CondCode, ISD::SETEQ,
3898 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQZ_I64),
3899 MVT::i32, 1, 2,
3900 93,
3901 OPC_RecordChild1,
3902 OPC_Scope, 8,
3903 OPC_CheckChild2CondCode, ISD::SETEQ,
3904 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQ_I64),
3905 MVT::i32, 2, 16,
3906 8,
3907 OPC_CheckChild2CondCode, ISD::SETNE,
3908 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NE_I64),
3909 MVT::i32, 2, 16,
3910 8,
3911 OPC_CheckChild2CondCode, ISD::SETLT,
3912 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LT_S_I64),
3913 MVT::i32, 2, 16,
3914 8,
3915 OPC_CheckChild2CondCode, ISD::SETULT,
3916 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LT_U_I64),
3917 MVT::i32, 2, 16,
3918 8,
3919 OPC_CheckChild2CondCode, ISD::SETGT,
3920 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GT_S_I64),
3921 MVT::i32, 2, 16,
3922 8,
3923 OPC_CheckChild2CondCode, ISD::SETUGT,
3924 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GT_U_I64),
3925 MVT::i32, 2, 16,
3926 8,
3927 OPC_CheckChild2CondCode, ISD::SETLE,
3928 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LE_S_I64),
3929 MVT::i32, 2, 16,
3930 8,
3931 OPC_CheckChild2CondCode, ISD::SETULE,
3932 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LE_U_I64),
3933 MVT::i32, 2, 16,
3934 8,
3935 OPC_CheckChild2CondCode, ISD::SETGE,
3936 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GE_S_I64),
3937 MVT::i32, 2, 16,
3938 8,
3939 OPC_CheckChild2CondCode, ISD::SETUGE,
3940 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GE_U_I64),
3941 MVT::i32, 2, 16,
3942 0,
3943 0,
3944 113,
3945 OPC_CheckChild0Type, MVT::f32,
3946 OPC_RecordChild1,
3947 OPC_Scope, 8,
3948 OPC_CheckChild2CondCode, ISD::SETOEQ,
3949 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQ_F32),
3950 MVT::i32, 2, 16,
3951 8,
3952 OPC_CheckChild2CondCode, ISD::SETUNE,
3953 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NE_F32),
3954 MVT::i32, 2, 16,
3955 8,
3956 OPC_CheckChild2CondCode, ISD::SETOLT,
3957 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LT_F32),
3958 MVT::i32, 2, 16,
3959 8,
3960 OPC_CheckChild2CondCode, ISD::SETOLE,
3961 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LE_F32),
3962 MVT::i32, 2, 16,
3963 8,
3964 OPC_CheckChild2CondCode, ISD::SETOGT,
3965 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GT_F32),
3966 MVT::i32, 2, 16,
3967 8,
3968 OPC_CheckChild2CondCode, ISD::SETOGE,
3969 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GE_F32),
3970 MVT::i32, 2, 16,
3971 8,
3972 OPC_CheckChild2CondCode, ISD::SETEQ,
3973 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQ_F32),
3974 MVT::i32, 2, 16,
3975 8,
3976 OPC_CheckChild2CondCode, ISD::SETNE,
3977 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NE_F32),
3978 MVT::i32, 2, 16,
3979 8,
3980 OPC_CheckChild2CondCode, ISD::SETLT,
3981 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LT_F32),
3982 MVT::i32, 2, 16,
3983 8,
3984 OPC_CheckChild2CondCode, ISD::SETLE,
3985 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LE_F32),
3986 MVT::i32, 2, 16,
3987 8,
3988 OPC_CheckChild2CondCode, ISD::SETGT,
3989 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GT_F32),
3990 MVT::i32, 2, 16,
3991 8,
3992 OPC_CheckChild2CondCode, ISD::SETGE,
3993 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GE_F32),
3994 MVT::i32, 2, 16,
3995 0,
3996 113,
3997 OPC_CheckChild0Type, MVT::f64,
3998 OPC_RecordChild1,
3999 OPC_Scope, 8,
4000 OPC_CheckChild2CondCode, ISD::SETOEQ,
4001 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQ_F64),
4002 MVT::i32, 2, 16,
4003 8,
4004 OPC_CheckChild2CondCode, ISD::SETUNE,
4005 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NE_F64),
4006 MVT::i32, 2, 16,
4007 8,
4008 OPC_CheckChild2CondCode, ISD::SETOLT,
4009 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LT_F64),
4010 MVT::i32, 2, 16,
4011 8,
4012 OPC_CheckChild2CondCode, ISD::SETOLE,
4013 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LE_F64),
4014 MVT::i32, 2, 16,
4015 8,
4016 OPC_CheckChild2CondCode, ISD::SETOGT,
4017 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GT_F64),
4018 MVT::i32, 2, 16,
4019 8,
4020 OPC_CheckChild2CondCode, ISD::SETOGE,
4021 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GE_F64),
4022 MVT::i32, 2, 16,
4023 8,
4024 OPC_CheckChild2CondCode, ISD::SETEQ,
4025 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQ_F64),
4026 MVT::i32, 2, 16,
4027 8,
4028 OPC_CheckChild2CondCode, ISD::SETNE,
4029 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NE_F64),
4030 MVT::i32, 2, 16,
4031 8,
4032 OPC_CheckChild2CondCode, ISD::SETLT,
4033 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LT_F64),
4034 MVT::i32, 2, 16,
4035 8,
4036 OPC_CheckChild2CondCode, ISD::SETLE,
4037 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LE_F64),
4038 MVT::i32, 2, 16,
4039 8,
4040 OPC_CheckChild2CondCode, ISD::SETGT,
4041 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GT_F64),
4042 MVT::i32, 2, 16,
4043 8,
4044 OPC_CheckChild2CondCode, ISD::SETGE,
4045 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GE_F64),
4046 MVT::i32, 2, 16,
4047 0,
4048 0,
4049 105, MVT::v16i8,
4050 OPC_CheckChild0Type, MVT::v16i8,
4051 OPC_RecordChild1,
4052 OPC_Scope, 9,
4053 OPC_CheckChild2CondCode, ISD::SETEQ,
4054 OPC_CheckPatternPredicate0,
4055 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQ_I8x16),
4056 MVT::v16i8, 2, 16,
4057 9,
4058 OPC_CheckChild2CondCode, ISD::SETNE,
4059 OPC_CheckPatternPredicate0,
4060 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NE_I8x16),
4061 MVT::v16i8, 2, 16,
4062 9,
4063 OPC_CheckChild2CondCode, ISD::SETLT,
4064 OPC_CheckPatternPredicate0,
4065 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LT_S_I8x16),
4066 MVT::v16i8, 2, 16,
4067 9,
4068 OPC_CheckChild2CondCode, ISD::SETULT,
4069 OPC_CheckPatternPredicate0,
4070 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LT_U_I8x16),
4071 MVT::v16i8, 2, 16,
4072 9,
4073 OPC_CheckChild2CondCode, ISD::SETGT,
4074 OPC_CheckPatternPredicate0,
4075 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GT_S_I8x16),
4076 MVT::v16i8, 2, 16,
4077 9,
4078 OPC_CheckChild2CondCode, ISD::SETUGT,
4079 OPC_CheckPatternPredicate0,
4080 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GT_U_I8x16),
4081 MVT::v16i8, 2, 16,
4082 9,
4083 OPC_CheckChild2CondCode, ISD::SETLE,
4084 OPC_CheckPatternPredicate0,
4085 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LE_S_I8x16),
4086 MVT::v16i8, 2, 16,
4087 9,
4088 OPC_CheckChild2CondCode, ISD::SETULE,
4089 OPC_CheckPatternPredicate0,
4090 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LE_U_I8x16),
4091 MVT::v16i8, 2, 16,
4092 9,
4093 OPC_CheckChild2CondCode, ISD::SETGE,
4094 OPC_CheckPatternPredicate0,
4095 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GE_S_I8x16),
4096 MVT::v16i8, 2, 16,
4097 9,
4098 OPC_CheckChild2CondCode, ISD::SETUGE,
4099 OPC_CheckPatternPredicate0,
4100 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GE_U_I8x16),
4101 MVT::v16i8, 2, 16,
4102 0,
4103 46|128,1, MVT::v8i16,
4104 OPC_Scope, 105,
4105 OPC_CheckChild0Type, MVT::v8i16,
4106 OPC_RecordChild1,
4107 OPC_Scope, 9,
4108 OPC_CheckChild2CondCode, ISD::SETEQ,
4109 OPC_CheckPatternPredicate0,
4110 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQ_I16x8),
4111 MVT::v8i16, 2, 16,
4112 9,
4113 OPC_CheckChild2CondCode, ISD::SETNE,
4114 OPC_CheckPatternPredicate0,
4115 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NE_I16x8),
4116 MVT::v8i16, 2, 16,
4117 9,
4118 OPC_CheckChild2CondCode, ISD::SETLT,
4119 OPC_CheckPatternPredicate0,
4120 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LT_S_I16x8),
4121 MVT::v8i16, 2, 16,
4122 9,
4123 OPC_CheckChild2CondCode, ISD::SETULT,
4124 OPC_CheckPatternPredicate0,
4125 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LT_U_I16x8),
4126 MVT::v8i16, 2, 16,
4127 9,
4128 OPC_CheckChild2CondCode, ISD::SETGT,
4129 OPC_CheckPatternPredicate0,
4130 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GT_S_I16x8),
4131 MVT::v8i16, 2, 16,
4132 9,
4133 OPC_CheckChild2CondCode, ISD::SETUGT,
4134 OPC_CheckPatternPredicate0,
4135 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GT_U_I16x8),
4136 MVT::v8i16, 2, 16,
4137 9,
4138 OPC_CheckChild2CondCode, ISD::SETLE,
4139 OPC_CheckPatternPredicate0,
4140 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LE_S_I16x8),
4141 MVT::v8i16, 2, 16,
4142 9,
4143 OPC_CheckChild2CondCode, ISD::SETULE,
4144 OPC_CheckPatternPredicate0,
4145 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LE_U_I16x8),
4146 MVT::v8i16, 2, 16,
4147 9,
4148 OPC_CheckChild2CondCode, ISD::SETGE,
4149 OPC_CheckPatternPredicate0,
4150 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GE_S_I16x8),
4151 MVT::v8i16, 2, 16,
4152 9,
4153 OPC_CheckChild2CondCode, ISD::SETUGE,
4154 OPC_CheckPatternPredicate0,
4155 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GE_U_I16x8),
4156 MVT::v8i16, 2, 16,
4157 0,
4158 65,
4159 OPC_CheckChild0Type, MVT::v8f16,
4160 OPC_RecordChild1,
4161 OPC_Scope, 9,
4162 OPC_CheckChild2CondCode, ISD::SETOEQ,
4163 OPC_CheckPatternPredicate7,
4164 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQ_F16x8),
4165 MVT::v8i16, 2, 16,
4166 9,
4167 OPC_CheckChild2CondCode, ISD::SETUNE,
4168 OPC_CheckPatternPredicate7,
4169 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NE_F16x8),
4170 MVT::v8i16, 2, 16,
4171 9,
4172 OPC_CheckChild2CondCode, ISD::SETOLT,
4173 OPC_CheckPatternPredicate7,
4174 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LT_F16x8),
4175 MVT::v8i16, 2, 16,
4176 9,
4177 OPC_CheckChild2CondCode, ISD::SETOGT,
4178 OPC_CheckPatternPredicate7,
4179 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GT_F16x8),
4180 MVT::v8i16, 2, 16,
4181 9,
4182 OPC_CheckChild2CondCode, ISD::SETOLE,
4183 OPC_CheckPatternPredicate7,
4184 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LE_F16x8),
4185 MVT::v8i16, 2, 16,
4186 9,
4187 OPC_CheckChild2CondCode, ISD::SETOGE,
4188 OPC_CheckPatternPredicate7,
4189 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GE_F16x8),
4190 MVT::v8i16, 2, 16,
4191 0,
4192 0,
4193 101|128,1, MVT::v4i32,
4194 OPC_Scope, 105,
4195 OPC_CheckChild0Type, MVT::v4i32,
4196 OPC_RecordChild1,
4197 OPC_Scope, 9,
4198 OPC_CheckChild2CondCode, ISD::SETEQ,
4199 OPC_CheckPatternPredicate0,
4200 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQ_I32x4),
4201 MVT::v4i32, 2, 16,
4202 9,
4203 OPC_CheckChild2CondCode, ISD::SETNE,
4204 OPC_CheckPatternPredicate0,
4205 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NE_I32x4),
4206 MVT::v4i32, 2, 16,
4207 9,
4208 OPC_CheckChild2CondCode, ISD::SETLT,
4209 OPC_CheckPatternPredicate0,
4210 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LT_S_I32x4),
4211 MVT::v4i32, 2, 16,
4212 9,
4213 OPC_CheckChild2CondCode, ISD::SETULT,
4214 OPC_CheckPatternPredicate0,
4215 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LT_U_I32x4),
4216 MVT::v4i32, 2, 16,
4217 9,
4218 OPC_CheckChild2CondCode, ISD::SETGT,
4219 OPC_CheckPatternPredicate0,
4220 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GT_S_I32x4),
4221 MVT::v4i32, 2, 16,
4222 9,
4223 OPC_CheckChild2CondCode, ISD::SETUGT,
4224 OPC_CheckPatternPredicate0,
4225 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GT_U_I32x4),
4226 MVT::v4i32, 2, 16,
4227 9,
4228 OPC_CheckChild2CondCode, ISD::SETLE,
4229 OPC_CheckPatternPredicate0,
4230 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LE_S_I32x4),
4231 MVT::v4i32, 2, 16,
4232 9,
4233 OPC_CheckChild2CondCode, ISD::SETULE,
4234 OPC_CheckPatternPredicate0,
4235 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LE_U_I32x4),
4236 MVT::v4i32, 2, 16,
4237 9,
4238 OPC_CheckChild2CondCode, ISD::SETGE,
4239 OPC_CheckPatternPredicate0,
4240 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GE_S_I32x4),
4241 MVT::v4i32, 2, 16,
4242 9,
4243 OPC_CheckChild2CondCode, ISD::SETUGE,
4244 OPC_CheckPatternPredicate0,
4245 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GE_U_I32x4),
4246 MVT::v4i32, 2, 16,
4247 0,
4248 120,
4249 OPC_CheckChild0Type, 11|128,1,
4250 OPC_RecordChild1,
4251 OPC_Scope, 9,
4252 OPC_CheckChild2CondCode, ISD::SETOEQ,
4253 OPC_CheckPatternPredicate0,
4254 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQ_F32x4),
4255 MVT::v4i32, 2, 16,
4256 9,
4257 OPC_CheckChild2CondCode, ISD::SETUNE,
4258 OPC_CheckPatternPredicate0,
4259 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NE_F32x4),
4260 MVT::v4i32, 2, 16,
4261 9,
4262 OPC_CheckChild2CondCode, ISD::SETOLT,
4263 OPC_CheckPatternPredicate0,
4264 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LT_F32x4),
4265 MVT::v4i32, 2, 16,
4266 9,
4267 OPC_CheckChild2CondCode, ISD::SETOGT,
4268 OPC_CheckPatternPredicate0,
4269 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GT_F32x4),
4270 MVT::v4i32, 2, 16,
4271 9,
4272 OPC_CheckChild2CondCode, ISD::SETOLE,
4273 OPC_CheckPatternPredicate0,
4274 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LE_F32x4),
4275 MVT::v4i32, 2, 16,
4276 9,
4277 OPC_CheckChild2CondCode, ISD::SETOGE,
4278 OPC_CheckPatternPredicate0,
4279 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GE_F32x4),
4280 MVT::v4i32, 2, 16,
4281 8,
4282 OPC_CheckChild2CondCode, ISD::SETEQ,
4283 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQ_F32x4),
4284 MVT::v4i32, 2, 16,
4285 8,
4286 OPC_CheckChild2CondCode, ISD::SETNE,
4287 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NE_F32x4),
4288 MVT::v4i32, 2, 16,
4289 8,
4290 OPC_CheckChild2CondCode, ISD::SETLT,
4291 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LT_F32x4),
4292 MVT::v4i32, 2, 16,
4293 8,
4294 OPC_CheckChild2CondCode, ISD::SETGT,
4295 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GT_F32x4),
4296 MVT::v4i32, 2, 16,
4297 8,
4298 OPC_CheckChild2CondCode, ISD::SETLE,
4299 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LE_F32x4),
4300 MVT::v4i32, 2, 16,
4301 8,
4302 OPC_CheckChild2CondCode, ISD::SETGE,
4303 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GE_F32x4),
4304 MVT::v4i32, 2, 16,
4305 0,
4306 0,
4307 61|128,1, MVT::v2i64,
4308 OPC_Scope, 65,
4309 OPC_CheckChild0Type, MVT::v2i64,
4310 OPC_RecordChild1,
4311 OPC_Scope, 9,
4312 OPC_CheckChild2CondCode, ISD::SETEQ,
4313 OPC_CheckPatternPredicate0,
4314 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQ_I64x2),
4315 MVT::v2i64, 2, 16,
4316 9,
4317 OPC_CheckChild2CondCode, ISD::SETNE,
4318 OPC_CheckPatternPredicate0,
4319 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NE_I64x2),
4320 MVT::v2i64, 2, 16,
4321 9,
4322 OPC_CheckChild2CondCode, ISD::SETLT,
4323 OPC_CheckPatternPredicate0,
4324 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LT_S_I64x2),
4325 MVT::v2i64, 2, 16,
4326 9,
4327 OPC_CheckChild2CondCode, ISD::SETGT,
4328 OPC_CheckPatternPredicate0,
4329 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GT_S_I64x2),
4330 MVT::v2i64, 2, 16,
4331 9,
4332 OPC_CheckChild2CondCode, ISD::SETLE,
4333 OPC_CheckPatternPredicate0,
4334 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LE_S_I64x2),
4335 MVT::v2i64, 2, 16,
4336 9,
4337 OPC_CheckChild2CondCode, ISD::SETGE,
4338 OPC_CheckPatternPredicate0,
4339 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GE_S_I64x2),
4340 MVT::v2i64, 2, 16,
4341 0,
4342 120,
4343 OPC_CheckChild0Type, 29|128,1,
4344 OPC_RecordChild1,
4345 OPC_Scope, 9,
4346 OPC_CheckChild2CondCode, ISD::SETOEQ,
4347 OPC_CheckPatternPredicate0,
4348 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQ_F64x2),
4349 MVT::v2i64, 2, 16,
4350 9,
4351 OPC_CheckChild2CondCode, ISD::SETUNE,
4352 OPC_CheckPatternPredicate0,
4353 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NE_F64x2),
4354 MVT::v2i64, 2, 16,
4355 9,
4356 OPC_CheckChild2CondCode, ISD::SETOLT,
4357 OPC_CheckPatternPredicate0,
4358 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LT_F64x2),
4359 MVT::v2i64, 2, 16,
4360 9,
4361 OPC_CheckChild2CondCode, ISD::SETOGT,
4362 OPC_CheckPatternPredicate0,
4363 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GT_F64x2),
4364 MVT::v2i64, 2, 16,
4365 9,
4366 OPC_CheckChild2CondCode, ISD::SETOLE,
4367 OPC_CheckPatternPredicate0,
4368 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LE_F64x2),
4369 MVT::v2i64, 2, 16,
4370 9,
4371 OPC_CheckChild2CondCode, ISD::SETOGE,
4372 OPC_CheckPatternPredicate0,
4373 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GE_F64x2),
4374 MVT::v2i64, 2, 16,
4375 8,
4376 OPC_CheckChild2CondCode, ISD::SETEQ,
4377 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EQ_F64x2),
4378 MVT::v2i64, 2, 16,
4379 8,
4380 OPC_CheckChild2CondCode, ISD::SETNE,
4381 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NE_F64x2),
4382 MVT::v2i64, 2, 16,
4383 8,
4384 OPC_CheckChild2CondCode, ISD::SETLT,
4385 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LT_F64x2),
4386 MVT::v2i64, 2, 16,
4387 8,
4388 OPC_CheckChild2CondCode, ISD::SETGT,
4389 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GT_F64x2),
4390 MVT::v2i64, 2, 16,
4391 8,
4392 OPC_CheckChild2CondCode, ISD::SETLE,
4393 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LE_F64x2),
4394 MVT::v2i64, 2, 16,
4395 8,
4396 OPC_CheckChild2CondCode, ISD::SETGE,
4397 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GE_F64x2),
4398 MVT::v2i64, 2, 16,
4399 0,
4400 0,
4401 0,
4402 0,
4403 78, TARGET_VAL(ISD::SHL),
4404 OPC_RecordChild0,
4405 OPC_Scope, 52,
4406 OPC_MoveChild1,
4407 OPC_Scope, 22,
4408 OPC_CheckOpcode, TARGET_VAL(ISD::ZERO_EXTEND),
4409 OPC_MoveChild0,
4410 OPC_CheckAndImm, 63,
4411 OPC_RecordChild0,
4412 OPC_MoveParent,
4413 OPC_MoveParent,
4414 OPC_CheckTypeI64,
4415 OPC_EmitNode1None, TARGET_VAL(WebAssembly::I64_EXTEND_U_I32),
4416 MVT::i64, 1, 17,
4417 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHL_I64),
4418 MVT::i64, 2, 39,
4419 12,
4420 OPC_CheckAndImm, 31,
4421 OPC_RecordChild0,
4422 OPC_CheckTypeI32,
4423 OPC_MoveParent,
4424 OPC_CheckTypeI32,
4425 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHL_I32),
4426 MVT::i32, 2, 16,
4427 12,
4428 OPC_CheckAndImm, 63,
4429 OPC_RecordChild0,
4430 OPC_CheckTypeI64,
4431 OPC_MoveParent,
4432 OPC_CheckTypeI64,
4433 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHL_I64),
4434 MVT::i64, 2, 16,
4435 0,
4436 21,
4437 OPC_RecordChild1,
4438 OPC_SwitchType , 7, MVT::i32,
4439 OPC_CheckChild1TypeI32,
4440 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHL_I32),
4441 MVT::i32, 2, 16,
4442 7, MVT::i64,
4443 OPC_CheckChild1TypeI64,
4444 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHL_I64),
4445 MVT::i64, 2, 16,
4446 0,
4447 0,
4448 78, TARGET_VAL(ISD::SRA),
4449 OPC_RecordChild0,
4450 OPC_Scope, 52,
4451 OPC_MoveChild1,
4452 OPC_Scope, 22,
4453 OPC_CheckOpcode, TARGET_VAL(ISD::ZERO_EXTEND),
4454 OPC_MoveChild0,
4455 OPC_CheckAndImm, 63,
4456 OPC_RecordChild0,
4457 OPC_MoveParent,
4458 OPC_MoveParent,
4459 OPC_CheckTypeI64,
4460 OPC_EmitNode1None, TARGET_VAL(WebAssembly::I64_EXTEND_U_I32),
4461 MVT::i64, 1, 17,
4462 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_S_I64),
4463 MVT::i64, 2, 39,
4464 12,
4465 OPC_CheckAndImm, 31,
4466 OPC_RecordChild0,
4467 OPC_CheckTypeI32,
4468 OPC_MoveParent,
4469 OPC_CheckTypeI32,
4470 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_S_I32),
4471 MVT::i32, 2, 16,
4472 12,
4473 OPC_CheckAndImm, 63,
4474 OPC_RecordChild0,
4475 OPC_CheckTypeI64,
4476 OPC_MoveParent,
4477 OPC_CheckTypeI64,
4478 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_S_I64),
4479 MVT::i64, 2, 16,
4480 0,
4481 21,
4482 OPC_RecordChild1,
4483 OPC_SwitchType , 7, MVT::i32,
4484 OPC_CheckChild1TypeI32,
4485 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_S_I32),
4486 MVT::i32, 2, 16,
4487 7, MVT::i64,
4488 OPC_CheckChild1TypeI64,
4489 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_S_I64),
4490 MVT::i64, 2, 16,
4491 0,
4492 0,
4493 78, TARGET_VAL(ISD::SRL),
4494 OPC_RecordChild0,
4495 OPC_Scope, 52,
4496 OPC_MoveChild1,
4497 OPC_Scope, 22,
4498 OPC_CheckOpcode, TARGET_VAL(ISD::ZERO_EXTEND),
4499 OPC_MoveChild0,
4500 OPC_CheckAndImm, 63,
4501 OPC_RecordChild0,
4502 OPC_MoveParent,
4503 OPC_MoveParent,
4504 OPC_CheckTypeI64,
4505 OPC_EmitNode1None, TARGET_VAL(WebAssembly::I64_EXTEND_U_I32),
4506 MVT::i64, 1, 17,
4507 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_U_I64),
4508 MVT::i64, 2, 39,
4509 12,
4510 OPC_CheckAndImm, 31,
4511 OPC_RecordChild0,
4512 OPC_CheckTypeI32,
4513 OPC_MoveParent,
4514 OPC_CheckTypeI32,
4515 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_U_I32),
4516 MVT::i32, 2, 16,
4517 12,
4518 OPC_CheckAndImm, 63,
4519 OPC_RecordChild0,
4520 OPC_CheckTypeI64,
4521 OPC_MoveParent,
4522 OPC_CheckTypeI64,
4523 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_U_I64),
4524 MVT::i64, 2, 16,
4525 0,
4526 21,
4527 OPC_RecordChild1,
4528 OPC_SwitchType , 7, MVT::i32,
4529 OPC_CheckChild1TypeI32,
4530 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_U_I32),
4531 MVT::i32, 2, 16,
4532 7, MVT::i64,
4533 OPC_CheckChild1TypeI64,
4534 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_U_I64),
4535 MVT::i64, 2, 16,
4536 0,
4537 0,
4538 93|128,10, TARGET_VAL(ISD::LOAD),
4539 OPC_RecordMemRef,
4540 OPC_RecordNode,
4541 OPC_RecordChild1,
4542 OPC_Scope, 42|128,5,
4543 OPC_CheckChild1TypeI32,
4544 OPC_CheckPredicate7,
4545 OPC_Scope, 33,
4546 OPC_CheckPredicate6,
4547 OPC_SwitchType , 13, MVT::i32,
4548 OPC_CheckPatternPredicate3,
4549 OPC_CheckComplexPat2, /*#*/1,
4550 OPC_EmitMergeInputChains1_0,
4551 OPC_EmitIntegerI32, 0,
4552 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
4553 MVT::i32, 3, 56,
4554 13, MVT::i64,
4555 OPC_CheckPatternPredicate3,
4556 OPC_CheckComplexPat2, /*#*/1,
4557 OPC_EmitMergeInputChains1_0,
4558 OPC_EmitIntegerI32, 0,
4559 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
4560 MVT::i64, 3, 56,
4561 0,
4562 87,
4563 OPC_CheckPredicate, 17,
4564 OPC_SwitchType , 32, MVT::i32,
4565 OPC_Scope, 14,
4566 OPC_CheckPredicate1,
4567 OPC_CheckPatternPredicate3,
4568 OPC_CheckComplexPat2, /*#*/1,
4569 OPC_EmitMergeInputChains1_0,
4570 OPC_EmitIntegerI32, 0,
4571 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD8_S_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
4572 MVT::i32, 3, 56,
4573 14,
4574 OPC_CheckPredicate2,
4575 OPC_CheckPatternPredicate3,
4576 OPC_CheckComplexPat2, /*#*/1,
4577 OPC_EmitMergeInputChains1_0,
4578 OPC_EmitIntegerI32, 0,
4579 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD16_S_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
4580 MVT::i32, 3, 56,
4581 0,
4582 47, MVT::i64,
4583 OPC_Scope, 14,
4584 OPC_CheckPredicate1,
4585 OPC_CheckPatternPredicate3,
4586 OPC_CheckComplexPat2, /*#*/1,
4587 OPC_EmitMergeInputChains1_0,
4588 OPC_EmitIntegerI32, 0,
4589 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD8_S_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
4590 MVT::i64, 3, 56,
4591 14,
4592 OPC_CheckPredicate2,
4593 OPC_CheckPatternPredicate3,
4594 OPC_CheckComplexPat2, /*#*/1,
4595 OPC_EmitMergeInputChains1_0,
4596 OPC_EmitIntegerI32, 0,
4597 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD16_S_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
4598 MVT::i64, 3, 56,
4599 14,
4600 OPC_CheckPredicate3,
4601 OPC_CheckPatternPredicate3,
4602 OPC_CheckComplexPat2, /*#*/1,
4603 OPC_EmitMergeInputChains1_0,
4604 OPC_EmitIntegerI32, 0,
4605 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD32_S_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
4606 MVT::i64, 3, 56,
4607 0,
4608 0,
4609 87,
4610 OPC_CheckPredicate, 18,
4611 OPC_SwitchType , 32, MVT::i32,
4612 OPC_Scope, 14,
4613 OPC_CheckPredicate1,
4614 OPC_CheckPatternPredicate3,
4615 OPC_CheckComplexPat2, /*#*/1,
4616 OPC_EmitMergeInputChains1_0,
4617 OPC_EmitIntegerI32, 0,
4618 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD8_U_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
4619 MVT::i32, 3, 56,
4620 14,
4621 OPC_CheckPredicate2,
4622 OPC_CheckPatternPredicate3,
4623 OPC_CheckComplexPat2, /*#*/1,
4624 OPC_EmitMergeInputChains1_0,
4625 OPC_EmitIntegerI32, 0,
4626 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD16_U_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
4627 MVT::i32, 3, 56,
4628 0,
4629 47, MVT::i64,
4630 OPC_Scope, 14,
4631 OPC_CheckPredicate1,
4632 OPC_CheckPatternPredicate3,
4633 OPC_CheckComplexPat2, /*#*/1,
4634 OPC_EmitMergeInputChains1_0,
4635 OPC_EmitIntegerI32, 0,
4636 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD8_U_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
4637 MVT::i64, 3, 56,
4638 14,
4639 OPC_CheckPredicate2,
4640 OPC_CheckPatternPredicate3,
4641 OPC_CheckComplexPat2, /*#*/1,
4642 OPC_EmitMergeInputChains1_0,
4643 OPC_EmitIntegerI32, 0,
4644 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD16_U_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
4645 MVT::i64, 3, 56,
4646 14,
4647 OPC_CheckPredicate3,
4648 OPC_CheckPatternPredicate3,
4649 OPC_CheckComplexPat2, /*#*/1,
4650 OPC_EmitMergeInputChains1_0,
4651 OPC_EmitIntegerI32, 0,
4652 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD32_U_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
4653 MVT::i64, 3, 56,
4654 0,
4655 0,
4656 87,
4657 OPC_CheckPredicate, 9,
4658 OPC_SwitchType , 32, MVT::i32,
4659 OPC_Scope, 14,
4660 OPC_CheckPredicate1,
4661 OPC_CheckPatternPredicate3,
4662 OPC_CheckComplexPat2, /*#*/1,
4663 OPC_EmitMergeInputChains1_0,
4664 OPC_EmitIntegerI32, 0,
4665 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD8_U_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
4666 MVT::i32, 3, 56,
4667 14,
4668 OPC_CheckPredicate2,
4669 OPC_CheckPatternPredicate3,
4670 OPC_CheckComplexPat2, /*#*/1,
4671 OPC_EmitMergeInputChains1_0,
4672 OPC_EmitIntegerI32, 0,
4673 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD16_U_I32_A32), 0|OPFL_Chain|OPFL_MemRefs,
4674 MVT::i32, 3, 56,
4675 0,
4676 47, MVT::i64,
4677 OPC_Scope, 14,
4678 OPC_CheckPredicate1,
4679 OPC_CheckPatternPredicate3,
4680 OPC_CheckComplexPat2, /*#*/1,
4681 OPC_EmitMergeInputChains1_0,
4682 OPC_EmitIntegerI32, 0,
4683 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD8_U_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
4684 MVT::i64, 3, 56,
4685 14,
4686 OPC_CheckPredicate2,
4687 OPC_CheckPatternPredicate3,
4688 OPC_CheckComplexPat2, /*#*/1,
4689 OPC_EmitMergeInputChains1_0,
4690 OPC_EmitIntegerI32, 0,
4691 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD16_U_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
4692 MVT::i64, 3, 56,
4693 14,
4694 OPC_CheckPredicate3,
4695 OPC_CheckPatternPredicate3,
4696 OPC_CheckComplexPat2, /*#*/1,
4697 OPC_EmitMergeInputChains1_0,
4698 OPC_EmitIntegerI32, 0,
4699 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD32_U_I64_A32), 0|OPFL_Chain|OPFL_MemRefs,
4700 MVT::i64, 3, 56,
4701 0,
4702 0,
4703 33,
4704 OPC_CheckPredicate6,
4705 OPC_SwitchType , 13, MVT::f32,
4706 OPC_CheckPatternPredicate3,
4707 OPC_CheckComplexPat2, /*#*/1,
4708 OPC_EmitMergeInputChains1_0,
4709 OPC_EmitIntegerI32, 0,
4710 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_F32_A32), 0|OPFL_Chain|OPFL_MemRefs,
4711 MVT::f32, 3, 56,
4712 13, MVT::f64,
4713 OPC_CheckPatternPredicate3,
4714 OPC_CheckComplexPat2, /*#*/1,
4715 OPC_EmitMergeInputChains1_0,
4716 OPC_EmitIntegerI32, 0,
4717 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_F64_A32), 0|OPFL_Chain|OPFL_MemRefs,
4718 MVT::f64, 3, 56,
4719 0,
4720 19,
4721 OPC_CheckPredicate, 9,
4722 OPC_CheckPredicate, 21,
4723 OPC_CheckType, MVT::f32,
4724 OPC_CheckPatternPredicate3,
4725 OPC_CheckComplexPat2, /*#*/1,
4726 OPC_EmitMergeInputChains1_0,
4727 OPC_EmitIntegerI32, 0,
4728 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_F16_F32_A32), 0|OPFL_Chain|OPFL_MemRefs,
4729 MVT::f32, 3, 56,
4730 63,
4731 OPC_CheckPredicate6,
4732 OPC_SwitchType , 13, MVT::v16i8,
4733 OPC_CheckPatternPredicate3,
4734 OPC_CheckComplexPat2, /*#*/1,
4735 OPC_EmitMergeInputChains1_0,
4736 OPC_EmitIntegerI32, 0,
4737 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_V128_A32), 0|OPFL_Chain|OPFL_MemRefs,
4738 MVT::v16i8, 3, 56,
4739 13, MVT::v8i16,
4740 OPC_CheckPatternPredicate3,
4741 OPC_CheckComplexPat2, /*#*/1,
4742 OPC_EmitMergeInputChains1_0,
4743 OPC_EmitIntegerI32, 0,
4744 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_V128_A32), 0|OPFL_Chain|OPFL_MemRefs,
4745 MVT::v8i16, 3, 56,
4746 13, MVT::v4i32,
4747 OPC_CheckPatternPredicate3,
4748 OPC_CheckComplexPat2, /*#*/1,
4749 OPC_EmitMergeInputChains1_0,
4750 OPC_EmitIntegerI32, 0,
4751 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_V128_A32), 0|OPFL_Chain|OPFL_MemRefs,
4752 MVT::v4i32, 3, 56,
4753 13, MVT::v2i64,
4754 OPC_CheckPatternPredicate3,
4755 OPC_CheckComplexPat2, /*#*/1,
4756 OPC_EmitMergeInputChains1_0,
4757 OPC_EmitIntegerI32, 0,
4758 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_V128_A32), 0|OPFL_Chain|OPFL_MemRefs,
4759 MVT::v2i64, 3, 56,
4760 0,
4761 19,
4762 OPC_CheckPredicate, 17,
4763 OPC_CheckPredicate, 22,
4764 OPC_CheckType, MVT::v8i16,
4765 OPC_CheckPatternPredicate3,
4766 OPC_CheckComplexPat2, /*#*/1,
4767 OPC_EmitMergeInputChains1_0,
4768 OPC_EmitIntegerI32, 0,
4769 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_EXTEND_S_I16x8_A32), 0|OPFL_Chain|OPFL_MemRefs,
4770 MVT::v8i16, 3, 56,
4771 19,
4772 OPC_CheckPredicate, 18,
4773 OPC_CheckPredicate, 22,
4774 OPC_CheckType, MVT::v8i16,
4775 OPC_CheckPatternPredicate3,
4776 OPC_CheckComplexPat2, /*#*/1,
4777 OPC_EmitMergeInputChains1_0,
4778 OPC_EmitIntegerI32, 0,
4779 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_EXTEND_U_I16x8_A32), 0|OPFL_Chain|OPFL_MemRefs,
4780 MVT::v8i16, 3, 56,
4781 19,
4782 OPC_CheckPredicate, 9,
4783 OPC_CheckPredicate, 22,
4784 OPC_CheckType, MVT::v8i16,
4785 OPC_CheckPatternPredicate3,
4786 OPC_CheckComplexPat2, /*#*/1,
4787 OPC_EmitMergeInputChains1_0,
4788 OPC_EmitIntegerI32, 0,
4789 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_EXTEND_U_I16x8_A32), 0|OPFL_Chain|OPFL_MemRefs,
4790 MVT::v8i16, 3, 56,
4791 19,
4792 OPC_CheckPredicate, 17,
4793 OPC_CheckPredicate, 23,
4794 OPC_CheckType, MVT::v4i32,
4795 OPC_CheckPatternPredicate3,
4796 OPC_CheckComplexPat2, /*#*/1,
4797 OPC_EmitMergeInputChains1_0,
4798 OPC_EmitIntegerI32, 0,
4799 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_EXTEND_S_I32x4_A32), 0|OPFL_Chain|OPFL_MemRefs,
4800 MVT::v4i32, 3, 56,
4801 19,
4802 OPC_CheckPredicate, 18,
4803 OPC_CheckPredicate, 23,
4804 OPC_CheckType, MVT::v4i32,
4805 OPC_CheckPatternPredicate3,
4806 OPC_CheckComplexPat2, /*#*/1,
4807 OPC_EmitMergeInputChains1_0,
4808 OPC_EmitIntegerI32, 0,
4809 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_EXTEND_U_I32x4_A32), 0|OPFL_Chain|OPFL_MemRefs,
4810 MVT::v4i32, 3, 56,
4811 19,
4812 OPC_CheckPredicate, 9,
4813 OPC_CheckPredicate, 23,
4814 OPC_CheckType, MVT::v4i32,
4815 OPC_CheckPatternPredicate3,
4816 OPC_CheckComplexPat2, /*#*/1,
4817 OPC_EmitMergeInputChains1_0,
4818 OPC_EmitIntegerI32, 0,
4819 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_EXTEND_U_I32x4_A32), 0|OPFL_Chain|OPFL_MemRefs,
4820 MVT::v4i32, 3, 56,
4821 19,
4822 OPC_CheckPredicate, 17,
4823 OPC_CheckPredicate, 24,
4824 OPC_CheckType, MVT::v2i64,
4825 OPC_CheckPatternPredicate3,
4826 OPC_CheckComplexPat2, /*#*/1,
4827 OPC_EmitMergeInputChains1_0,
4828 OPC_EmitIntegerI32, 0,
4829 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_EXTEND_S_I64x2_A32), 0|OPFL_Chain|OPFL_MemRefs,
4830 MVT::v2i64, 3, 56,
4831 19,
4832 OPC_CheckPredicate, 18,
4833 OPC_CheckPredicate, 24,
4834 OPC_CheckType, MVT::v2i64,
4835 OPC_CheckPatternPredicate3,
4836 OPC_CheckComplexPat2, /*#*/1,
4837 OPC_EmitMergeInputChains1_0,
4838 OPC_EmitIntegerI32, 0,
4839 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_EXTEND_U_I64x2_A32), 0|OPFL_Chain|OPFL_MemRefs,
4840 MVT::v2i64, 3, 56,
4841 19,
4842 OPC_CheckPredicate, 9,
4843 OPC_CheckPredicate, 24,
4844 OPC_CheckType, MVT::v2i64,
4845 OPC_CheckPatternPredicate3,
4846 OPC_CheckComplexPat2, /*#*/1,
4847 OPC_EmitMergeInputChains1_0,
4848 OPC_EmitIntegerI32, 0,
4849 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_EXTEND_U_I64x2_A32), 0|OPFL_Chain|OPFL_MemRefs,
4850 MVT::v2i64, 3, 56,
4851 52,
4852 OPC_CheckPredicate6,
4853 OPC_SwitchType , 14, 11|128,1,
4854 OPC_CheckPatternPredicate3,
4855 OPC_CheckComplexPat2, /*#*/1,
4856 OPC_EmitMergeInputChains1_0,
4857 OPC_EmitIntegerI32, 0,
4858 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_V128_A32), 0|OPFL_Chain|OPFL_MemRefs,
4859 11|128,1, 3, 56,
4860 14, 29|128,1,
4861 OPC_CheckPatternPredicate3,
4862 OPC_CheckComplexPat2, /*#*/1,
4863 OPC_EmitMergeInputChains1_0,
4864 OPC_EmitIntegerI32, 0,
4865 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_V128_A32), 0|OPFL_Chain|OPFL_MemRefs,
4866 29|128,1, 3, 56,
4867 13, MVT::v8f16,
4868 OPC_CheckPatternPredicate3,
4869 OPC_CheckComplexPat2, /*#*/1,
4870 OPC_EmitMergeInputChains1_0,
4871 OPC_EmitIntegerI32, 0,
4872 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_V128_A32), 0|OPFL_Chain|OPFL_MemRefs,
4873 MVT::v8f16, 3, 56,
4874 0,
4875 28,
4876 OPC_CheckPredicate, 9,
4877 OPC_CheckType, 29|128,1,
4878 OPC_CheckPatternPredicate3,
4879 OPC_CheckComplexPat2, /*#*/1,
4880 OPC_EmitMergeInputChains1_0,
4881 OPC_EmitIntegerI32, 0,
4882 OPC_EmitNode1, TARGET_VAL(WebAssembly::LOAD_ZERO_64_A32), 0|OPFL_Chain|OPFL_MemRefs,
4883 MVT::v16i8, 3, 56,
4884 OPC_EmitNode1None, TARGET_VAL(WebAssembly::promote_low_F64x2),
4885 29|128,1, 1, 77,
4886 OPC_CompleteMatch, 1, 6,
4887
4888 0,
4889 42|128,5,
4890 OPC_CheckChild1TypeI64,
4891 OPC_CheckPredicate7,
4892 OPC_Scope, 33,
4893 OPC_CheckPredicate6,
4894 OPC_SwitchType , 13, MVT::i32,
4895 OPC_CheckPatternPredicate4,
4896 OPC_CheckComplexPat3, /*#*/1,
4897 OPC_EmitMergeInputChains1_0,
4898 OPC_EmitIntegerI32, 0,
4899 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
4900 MVT::i32, 3, 56,
4901 13, MVT::i64,
4902 OPC_CheckPatternPredicate4,
4903 OPC_CheckComplexPat3, /*#*/1,
4904 OPC_EmitMergeInputChains1_0,
4905 OPC_EmitIntegerI32, 0,
4906 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
4907 MVT::i64, 3, 56,
4908 0,
4909 87,
4910 OPC_CheckPredicate, 17,
4911 OPC_SwitchType , 32, MVT::i32,
4912 OPC_Scope, 14,
4913 OPC_CheckPredicate1,
4914 OPC_CheckPatternPredicate4,
4915 OPC_CheckComplexPat3, /*#*/1,
4916 OPC_EmitMergeInputChains1_0,
4917 OPC_EmitIntegerI32, 0,
4918 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD8_S_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
4919 MVT::i32, 3, 56,
4920 14,
4921 OPC_CheckPredicate2,
4922 OPC_CheckPatternPredicate4,
4923 OPC_CheckComplexPat3, /*#*/1,
4924 OPC_EmitMergeInputChains1_0,
4925 OPC_EmitIntegerI32, 0,
4926 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD16_S_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
4927 MVT::i32, 3, 56,
4928 0,
4929 47, MVT::i64,
4930 OPC_Scope, 14,
4931 OPC_CheckPredicate1,
4932 OPC_CheckPatternPredicate4,
4933 OPC_CheckComplexPat3, /*#*/1,
4934 OPC_EmitMergeInputChains1_0,
4935 OPC_EmitIntegerI32, 0,
4936 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD8_S_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
4937 MVT::i64, 3, 56,
4938 14,
4939 OPC_CheckPredicate2,
4940 OPC_CheckPatternPredicate4,
4941 OPC_CheckComplexPat3, /*#*/1,
4942 OPC_EmitMergeInputChains1_0,
4943 OPC_EmitIntegerI32, 0,
4944 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD16_S_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
4945 MVT::i64, 3, 56,
4946 14,
4947 OPC_CheckPredicate3,
4948 OPC_CheckPatternPredicate4,
4949 OPC_CheckComplexPat3, /*#*/1,
4950 OPC_EmitMergeInputChains1_0,
4951 OPC_EmitIntegerI32, 0,
4952 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD32_S_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
4953 MVT::i64, 3, 56,
4954 0,
4955 0,
4956 87,
4957 OPC_CheckPredicate, 18,
4958 OPC_SwitchType , 32, MVT::i32,
4959 OPC_Scope, 14,
4960 OPC_CheckPredicate1,
4961 OPC_CheckPatternPredicate4,
4962 OPC_CheckComplexPat3, /*#*/1,
4963 OPC_EmitMergeInputChains1_0,
4964 OPC_EmitIntegerI32, 0,
4965 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD8_U_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
4966 MVT::i32, 3, 56,
4967 14,
4968 OPC_CheckPredicate2,
4969 OPC_CheckPatternPredicate4,
4970 OPC_CheckComplexPat3, /*#*/1,
4971 OPC_EmitMergeInputChains1_0,
4972 OPC_EmitIntegerI32, 0,
4973 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD16_U_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
4974 MVT::i32, 3, 56,
4975 0,
4976 47, MVT::i64,
4977 OPC_Scope, 14,
4978 OPC_CheckPredicate1,
4979 OPC_CheckPatternPredicate4,
4980 OPC_CheckComplexPat3, /*#*/1,
4981 OPC_EmitMergeInputChains1_0,
4982 OPC_EmitIntegerI32, 0,
4983 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD8_U_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
4984 MVT::i64, 3, 56,
4985 14,
4986 OPC_CheckPredicate2,
4987 OPC_CheckPatternPredicate4,
4988 OPC_CheckComplexPat3, /*#*/1,
4989 OPC_EmitMergeInputChains1_0,
4990 OPC_EmitIntegerI32, 0,
4991 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD16_U_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
4992 MVT::i64, 3, 56,
4993 14,
4994 OPC_CheckPredicate3,
4995 OPC_CheckPatternPredicate4,
4996 OPC_CheckComplexPat3, /*#*/1,
4997 OPC_EmitMergeInputChains1_0,
4998 OPC_EmitIntegerI32, 0,
4999 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD32_U_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
5000 MVT::i64, 3, 56,
5001 0,
5002 0,
5003 87,
5004 OPC_CheckPredicate, 9,
5005 OPC_SwitchType , 32, MVT::i32,
5006 OPC_Scope, 14,
5007 OPC_CheckPredicate1,
5008 OPC_CheckPatternPredicate4,
5009 OPC_CheckComplexPat3, /*#*/1,
5010 OPC_EmitMergeInputChains1_0,
5011 OPC_EmitIntegerI32, 0,
5012 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD8_U_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
5013 MVT::i32, 3, 56,
5014 14,
5015 OPC_CheckPredicate2,
5016 OPC_CheckPatternPredicate4,
5017 OPC_CheckComplexPat3, /*#*/1,
5018 OPC_EmitMergeInputChains1_0,
5019 OPC_EmitIntegerI32, 0,
5020 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD16_U_I32_A64), 0|OPFL_Chain|OPFL_MemRefs,
5021 MVT::i32, 3, 56,
5022 0,
5023 47, MVT::i64,
5024 OPC_Scope, 14,
5025 OPC_CheckPredicate1,
5026 OPC_CheckPatternPredicate4,
5027 OPC_CheckComplexPat3, /*#*/1,
5028 OPC_EmitMergeInputChains1_0,
5029 OPC_EmitIntegerI32, 0,
5030 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD8_U_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
5031 MVT::i64, 3, 56,
5032 14,
5033 OPC_CheckPredicate2,
5034 OPC_CheckPatternPredicate4,
5035 OPC_CheckComplexPat3, /*#*/1,
5036 OPC_EmitMergeInputChains1_0,
5037 OPC_EmitIntegerI32, 0,
5038 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD16_U_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
5039 MVT::i64, 3, 56,
5040 14,
5041 OPC_CheckPredicate3,
5042 OPC_CheckPatternPredicate4,
5043 OPC_CheckComplexPat3, /*#*/1,
5044 OPC_EmitMergeInputChains1_0,
5045 OPC_EmitIntegerI32, 0,
5046 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD32_U_I64_A64), 0|OPFL_Chain|OPFL_MemRefs,
5047 MVT::i64, 3, 56,
5048 0,
5049 0,
5050 33,
5051 OPC_CheckPredicate6,
5052 OPC_SwitchType , 13, MVT::f32,
5053 OPC_CheckPatternPredicate4,
5054 OPC_CheckComplexPat3, /*#*/1,
5055 OPC_EmitMergeInputChains1_0,
5056 OPC_EmitIntegerI32, 0,
5057 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_F32_A64), 0|OPFL_Chain|OPFL_MemRefs,
5058 MVT::f32, 3, 56,
5059 13, MVT::f64,
5060 OPC_CheckPatternPredicate4,
5061 OPC_CheckComplexPat3, /*#*/1,
5062 OPC_EmitMergeInputChains1_0,
5063 OPC_EmitIntegerI32, 0,
5064 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_F64_A64), 0|OPFL_Chain|OPFL_MemRefs,
5065 MVT::f64, 3, 56,
5066 0,
5067 19,
5068 OPC_CheckPredicate, 9,
5069 OPC_CheckPredicate, 21,
5070 OPC_CheckType, MVT::f32,
5071 OPC_CheckPatternPredicate4,
5072 OPC_CheckComplexPat3, /*#*/1,
5073 OPC_EmitMergeInputChains1_0,
5074 OPC_EmitIntegerI32, 0,
5075 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_F16_F32_A64), 0|OPFL_Chain|OPFL_MemRefs,
5076 MVT::f32, 3, 56,
5077 63,
5078 OPC_CheckPredicate6,
5079 OPC_SwitchType , 13, MVT::v16i8,
5080 OPC_CheckPatternPredicate4,
5081 OPC_CheckComplexPat3, /*#*/1,
5082 OPC_EmitMergeInputChains1_0,
5083 OPC_EmitIntegerI32, 0,
5084 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_V128_A64), 0|OPFL_Chain|OPFL_MemRefs,
5085 MVT::v16i8, 3, 56,
5086 13, MVT::v8i16,
5087 OPC_CheckPatternPredicate4,
5088 OPC_CheckComplexPat3, /*#*/1,
5089 OPC_EmitMergeInputChains1_0,
5090 OPC_EmitIntegerI32, 0,
5091 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_V128_A64), 0|OPFL_Chain|OPFL_MemRefs,
5092 MVT::v8i16, 3, 56,
5093 13, MVT::v4i32,
5094 OPC_CheckPatternPredicate4,
5095 OPC_CheckComplexPat3, /*#*/1,
5096 OPC_EmitMergeInputChains1_0,
5097 OPC_EmitIntegerI32, 0,
5098 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_V128_A64), 0|OPFL_Chain|OPFL_MemRefs,
5099 MVT::v4i32, 3, 56,
5100 13, MVT::v2i64,
5101 OPC_CheckPatternPredicate4,
5102 OPC_CheckComplexPat3, /*#*/1,
5103 OPC_EmitMergeInputChains1_0,
5104 OPC_EmitIntegerI32, 0,
5105 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_V128_A64), 0|OPFL_Chain|OPFL_MemRefs,
5106 MVT::v2i64, 3, 56,
5107 0,
5108 19,
5109 OPC_CheckPredicate, 17,
5110 OPC_CheckPredicate, 22,
5111 OPC_CheckType, MVT::v8i16,
5112 OPC_CheckPatternPredicate4,
5113 OPC_CheckComplexPat3, /*#*/1,
5114 OPC_EmitMergeInputChains1_0,
5115 OPC_EmitIntegerI32, 0,
5116 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_EXTEND_S_I16x8_A64), 0|OPFL_Chain|OPFL_MemRefs,
5117 MVT::v8i16, 3, 56,
5118 19,
5119 OPC_CheckPredicate, 18,
5120 OPC_CheckPredicate, 22,
5121 OPC_CheckType, MVT::v8i16,
5122 OPC_CheckPatternPredicate4,
5123 OPC_CheckComplexPat3, /*#*/1,
5124 OPC_EmitMergeInputChains1_0,
5125 OPC_EmitIntegerI32, 0,
5126 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_EXTEND_U_I16x8_A64), 0|OPFL_Chain|OPFL_MemRefs,
5127 MVT::v8i16, 3, 56,
5128 19,
5129 OPC_CheckPredicate, 9,
5130 OPC_CheckPredicate, 22,
5131 OPC_CheckType, MVT::v8i16,
5132 OPC_CheckPatternPredicate4,
5133 OPC_CheckComplexPat3, /*#*/1,
5134 OPC_EmitMergeInputChains1_0,
5135 OPC_EmitIntegerI32, 0,
5136 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_EXTEND_U_I16x8_A64), 0|OPFL_Chain|OPFL_MemRefs,
5137 MVT::v8i16, 3, 56,
5138 19,
5139 OPC_CheckPredicate, 17,
5140 OPC_CheckPredicate, 23,
5141 OPC_CheckType, MVT::v4i32,
5142 OPC_CheckPatternPredicate4,
5143 OPC_CheckComplexPat3, /*#*/1,
5144 OPC_EmitMergeInputChains1_0,
5145 OPC_EmitIntegerI32, 0,
5146 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_EXTEND_S_I32x4_A64), 0|OPFL_Chain|OPFL_MemRefs,
5147 MVT::v4i32, 3, 56,
5148 19,
5149 OPC_CheckPredicate, 18,
5150 OPC_CheckPredicate, 23,
5151 OPC_CheckType, MVT::v4i32,
5152 OPC_CheckPatternPredicate4,
5153 OPC_CheckComplexPat3, /*#*/1,
5154 OPC_EmitMergeInputChains1_0,
5155 OPC_EmitIntegerI32, 0,
5156 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_EXTEND_U_I32x4_A64), 0|OPFL_Chain|OPFL_MemRefs,
5157 MVT::v4i32, 3, 56,
5158 19,
5159 OPC_CheckPredicate, 9,
5160 OPC_CheckPredicate, 23,
5161 OPC_CheckType, MVT::v4i32,
5162 OPC_CheckPatternPredicate4,
5163 OPC_CheckComplexPat3, /*#*/1,
5164 OPC_EmitMergeInputChains1_0,
5165 OPC_EmitIntegerI32, 0,
5166 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_EXTEND_U_I32x4_A64), 0|OPFL_Chain|OPFL_MemRefs,
5167 MVT::v4i32, 3, 56,
5168 19,
5169 OPC_CheckPredicate, 17,
5170 OPC_CheckPredicate, 24,
5171 OPC_CheckType, MVT::v2i64,
5172 OPC_CheckPatternPredicate4,
5173 OPC_CheckComplexPat3, /*#*/1,
5174 OPC_EmitMergeInputChains1_0,
5175 OPC_EmitIntegerI32, 0,
5176 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_EXTEND_S_I64x2_A64), 0|OPFL_Chain|OPFL_MemRefs,
5177 MVT::v2i64, 3, 56,
5178 19,
5179 OPC_CheckPredicate, 18,
5180 OPC_CheckPredicate, 24,
5181 OPC_CheckType, MVT::v2i64,
5182 OPC_CheckPatternPredicate4,
5183 OPC_CheckComplexPat3, /*#*/1,
5184 OPC_EmitMergeInputChains1_0,
5185 OPC_EmitIntegerI32, 0,
5186 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_EXTEND_U_I64x2_A64), 0|OPFL_Chain|OPFL_MemRefs,
5187 MVT::v2i64, 3, 56,
5188 19,
5189 OPC_CheckPredicate, 9,
5190 OPC_CheckPredicate, 24,
5191 OPC_CheckType, MVT::v2i64,
5192 OPC_CheckPatternPredicate4,
5193 OPC_CheckComplexPat3, /*#*/1,
5194 OPC_EmitMergeInputChains1_0,
5195 OPC_EmitIntegerI32, 0,
5196 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_EXTEND_U_I64x2_A64), 0|OPFL_Chain|OPFL_MemRefs,
5197 MVT::v2i64, 3, 56,
5198 52,
5199 OPC_CheckPredicate6,
5200 OPC_SwitchType , 14, 11|128,1,
5201 OPC_CheckPatternPredicate4,
5202 OPC_CheckComplexPat3, /*#*/1,
5203 OPC_EmitMergeInputChains1_0,
5204 OPC_EmitIntegerI32, 0,
5205 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_V128_A64), 0|OPFL_Chain|OPFL_MemRefs,
5206 11|128,1, 3, 56,
5207 14, 29|128,1,
5208 OPC_CheckPatternPredicate4,
5209 OPC_CheckComplexPat3, /*#*/1,
5210 OPC_EmitMergeInputChains1_0,
5211 OPC_EmitIntegerI32, 0,
5212 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_V128_A64), 0|OPFL_Chain|OPFL_MemRefs,
5213 29|128,1, 3, 56,
5214 13, MVT::v8f16,
5215 OPC_CheckPatternPredicate4,
5216 OPC_CheckComplexPat3, /*#*/1,
5217 OPC_EmitMergeInputChains1_0,
5218 OPC_EmitIntegerI32, 0,
5219 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_V128_A64), 0|OPFL_Chain|OPFL_MemRefs,
5220 MVT::v8f16, 3, 56,
5221 0,
5222 28,
5223 OPC_CheckPredicate, 9,
5224 OPC_CheckType, 29|128,1,
5225 OPC_CheckPatternPredicate4,
5226 OPC_CheckComplexPat3, /*#*/1,
5227 OPC_EmitMergeInputChains1_0,
5228 OPC_EmitIntegerI32, 0,
5229 OPC_EmitNode1, TARGET_VAL(WebAssembly::LOAD_ZERO_64_A64), 0|OPFL_Chain|OPFL_MemRefs,
5230 MVT::v16i8, 3, 56,
5231 OPC_EmitNode1None, TARGET_VAL(WebAssembly::promote_low_F64x2),
5232 29|128,1, 1, 77,
5233 OPC_CompleteMatch, 1, 6,
5234
5235 0,
5236 0,
5237 85, TARGET_VAL(ISD::BRCOND),
5238 OPC_RecordNode,
5239 OPC_Scope, 66,
5240 OPC_MoveChild1,
5241 OPC_SwitchOpcode , 20, TARGET_VAL(ISD::XOR),
5242 OPC_RecordChild0,
5243 OPC_MoveChild0,
5244 OPC_CheckPredicate, 28,
5245 OPC_MoveParent,
5246 OPC_CheckChild1Integer, 1,
5247 OPC_CheckTypeI32,
5248 OPC_MoveSibling2,
5249 OPC_CheckOpcode, TARGET_VAL(ISD::BasicBlock),
5250 OPC_RecordNode,
5251 OPC_MoveParent,
5252 OPC_EmitMergeInputChains1_0,
5253 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::BR_UNLESS),
5254 2, 19,
5255 37, TARGET_VAL(ISD::SETCC),
5256 OPC_RecordChild0,
5257 OPC_CheckChild0TypeI32,
5258 OPC_CheckChild1Integer, 0,
5259 OPC_CheckTypeI32,
5260 OPC_Scope, 14,
5261 OPC_CheckChild2CondCode, ISD::SETNE,
5262 OPC_MoveSibling2,
5263 OPC_CheckOpcode, TARGET_VAL(ISD::BasicBlock),
5264 OPC_RecordNode,
5265 OPC_MoveParent,
5266 OPC_EmitMergeInputChains1_0,
5267 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::BR_IF),
5268 2, 19,
5269 14,
5270 OPC_CheckChild2CondCode, ISD::SETEQ,
5271 OPC_MoveSibling2,
5272 OPC_CheckOpcode, TARGET_VAL(ISD::BasicBlock),
5273 OPC_RecordNode,
5274 OPC_MoveParent,
5275 OPC_EmitMergeInputChains1_0,
5276 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::BR_UNLESS),
5277 2, 19,
5278 0,
5279 0,
5280 14,
5281 OPC_RecordChild1,
5282 OPC_CheckChild1TypeI32,
5283 OPC_RecordChild2,
5284 OPC_MoveChild2,
5285 OPC_CheckOpcode, TARGET_VAL(ISD::BasicBlock),
5286 OPC_MoveParent,
5287 OPC_EmitMergeInputChains1_0,
5288 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::BR_IF),
5289 2, 19,
5290 0,
5291 55, TARGET_VAL(ISD::ROTL),
5292 OPC_RecordChild0,
5293 OPC_Scope, 29,
5294 OPC_MoveChild1,
5295 OPC_SwitchType , 11, MVT::i32,
5296 OPC_CheckAndImm, 31,
5297 OPC_RecordChild0,
5298 OPC_MoveParent,
5299 OPC_CheckTypeI32,
5300 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ROTL_I32),
5301 MVT::i32, 2, 16,
5302 11, MVT::i64,
5303 OPC_CheckAndImm, 63,
5304 OPC_RecordChild0,
5305 OPC_MoveParent,
5306 OPC_CheckTypeI64,
5307 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ROTL_I64),
5308 MVT::i64, 2, 16,
5309 0,
5310 21,
5311 OPC_RecordChild1,
5312 OPC_SwitchType , 7, MVT::i32,
5313 OPC_CheckChild1TypeI32,
5314 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ROTL_I32),
5315 MVT::i32, 2, 16,
5316 7, MVT::i64,
5317 OPC_CheckChild1TypeI64,
5318 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ROTL_I64),
5319 MVT::i64, 2, 16,
5320 0,
5321 0,
5322 55, TARGET_VAL(ISD::ROTR),
5323 OPC_RecordChild0,
5324 OPC_Scope, 29,
5325 OPC_MoveChild1,
5326 OPC_SwitchType , 11, MVT::i32,
5327 OPC_CheckAndImm, 31,
5328 OPC_RecordChild0,
5329 OPC_MoveParent,
5330 OPC_CheckTypeI32,
5331 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ROTR_I32),
5332 MVT::i32, 2, 16,
5333 11, MVT::i64,
5334 OPC_CheckAndImm, 63,
5335 OPC_RecordChild0,
5336 OPC_MoveParent,
5337 OPC_CheckTypeI64,
5338 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ROTR_I64),
5339 MVT::i64, 2, 16,
5340 0,
5341 21,
5342 OPC_RecordChild1,
5343 OPC_SwitchType , 7, MVT::i32,
5344 OPC_CheckChild1TypeI32,
5345 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ROTR_I32),
5346 MVT::i32, 2, 16,
5347 7, MVT::i64,
5348 OPC_CheckChild1TypeI64,
5349 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ROTR_I64),
5350 MVT::i64, 2, 16,
5351 0,
5352 0,
5353 127|128,3, TARGET_VAL(ISD::SELECT),
5354 OPC_Scope, 119,
5355 OPC_MoveChild0,
5356 OPC_CheckOpcode, TARGET_VAL(ISD::SETCC),
5357 OPC_RecordChild0,
5358 OPC_CheckChild0TypeI32,
5359 OPC_CheckChild1Integer, 0,
5360 OPC_CheckTypeI32,
5361 OPC_Scope, 53,
5362 OPC_CheckChild2CondCode, ISD::SETNE,
5363 OPC_MoveParent,
5364 OPC_RecordChild1,
5365 OPC_RecordChild2,
5366 OPC_SwitchType , 6, MVT::i32,
5367 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_I32),
5368 MVT::i32, 3, 3,
5369 6, MVT::i64,
5370 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_I64),
5371 MVT::i64, 3, 3,
5372 7, 127|128,1,
5373 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_FUNCREF),
5374 127|128,1, 3, 3,
5375 7, 0|128,2,
5376 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_EXTERNREF),
5377 0|128,2, 3, 3,
5378 7, 1|128,2,
5379 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_EXNREF),
5380 1|128,2, 3, 3,
5381 0,
5382 53,
5383 OPC_CheckChild2CondCode, ISD::SETEQ,
5384 OPC_MoveParent,
5385 OPC_RecordChild1,
5386 OPC_RecordChild2,
5387 OPC_SwitchType , 6, MVT::i32,
5388 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_I32),
5389 MVT::i32, 3, 0,
5390 6, MVT::i64,
5391 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_I64),
5392 MVT::i64, 3, 0,
5393 7, 127|128,1,
5394 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_FUNCREF),
5395 127|128,1, 3, 0,
5396 7, 0|128,2,
5397 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_EXTERNREF),
5398 0|128,2, 3, 0,
5399 7, 1|128,2,
5400 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_EXNREF),
5401 1|128,2, 3, 0,
5402 0,
5403 0,
5404 55,
5405 OPC_RecordChild0,
5406 OPC_CheckChild0TypeI32,
5407 OPC_RecordChild1,
5408 OPC_RecordChild2,
5409 OPC_SwitchType , 6, MVT::i32,
5410 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_I32),
5411 MVT::i32, 3, 3,
5412 6, MVT::i64,
5413 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_I64),
5414 MVT::i64, 3, 3,
5415 8, 127|128,1,
5416 OPC_CheckPatternPredicate6,
5417 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_FUNCREF),
5418 127|128,1, 3, 3,
5419 8, 0|128,2,
5420 OPC_CheckPatternPredicate6,
5421 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_EXTERNREF),
5422 0|128,2, 3, 3,
5423 8, 1|128,2,
5424 OPC_CheckPatternPredicate6,
5425 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_EXNREF),
5426 1|128,2, 3, 3,
5427 0,
5428 59,
5429 OPC_MoveChild0,
5430 OPC_CheckOpcode, TARGET_VAL(ISD::SETCC),
5431 OPC_RecordChild0,
5432 OPC_CheckChild0TypeI32,
5433 OPC_CheckChild1Integer, 0,
5434 OPC_CheckTypeI32,
5435 OPC_Scope, 23,
5436 OPC_CheckChild2CondCode, ISD::SETNE,
5437 OPC_MoveParent,
5438 OPC_RecordChild1,
5439 OPC_RecordChild2,
5440 OPC_SwitchType , 6, MVT::f32,
5441 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_F32),
5442 MVT::f32, 3, 3,
5443 6, MVT::f64,
5444 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_F64),
5445 MVT::f64, 3, 3,
5446 0,
5447 23,
5448 OPC_CheckChild2CondCode, ISD::SETEQ,
5449 OPC_MoveParent,
5450 OPC_RecordChild1,
5451 OPC_RecordChild2,
5452 OPC_SwitchType , 6, MVT::f32,
5453 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_F32),
5454 MVT::f32, 3, 0,
5455 6, MVT::f64,
5456 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_F64),
5457 MVT::f64, 3, 0,
5458 0,
5459 0,
5460 22,
5461 OPC_RecordChild0,
5462 OPC_CheckChild0TypeI32,
5463 OPC_RecordChild1,
5464 OPC_RecordChild2,
5465 OPC_SwitchType , 6, MVT::f32,
5466 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_F32),
5467 MVT::f32, 3, 3,
5468 6, MVT::f64,
5469 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_F64),
5470 MVT::f64, 3, 3,
5471 0,
5472 91,
5473 OPC_MoveChild0,
5474 OPC_CheckOpcode, TARGET_VAL(ISD::SETCC),
5475 OPC_RecordChild0,
5476 OPC_CheckChild0TypeI32,
5477 OPC_CheckChild1Integer, 0,
5478 OPC_CheckTypeI32,
5479 OPC_Scope, 39,
5480 OPC_CheckChild2CondCode, ISD::SETNE,
5481 OPC_MoveParent,
5482 OPC_RecordChild1,
5483 OPC_RecordChild2,
5484 OPC_SwitchType , 6, MVT::v16i8,
5485 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_V128),
5486 MVT::v16i8, 3, 3,
5487 6, MVT::v8i16,
5488 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_V128),
5489 MVT::v8i16, 3, 3,
5490 6, MVT::v4i32,
5491 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_V128),
5492 MVT::v4i32, 3, 3,
5493 6, MVT::v2i64,
5494 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_V128),
5495 MVT::v2i64, 3, 3,
5496 0,
5497 39,
5498 OPC_CheckChild2CondCode, ISD::SETEQ,
5499 OPC_MoveParent,
5500 OPC_RecordChild1,
5501 OPC_RecordChild2,
5502 OPC_SwitchType , 6, MVT::v16i8,
5503 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_V128),
5504 MVT::v16i8, 3, 0,
5505 6, MVT::v8i16,
5506 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_V128),
5507 MVT::v8i16, 3, 0,
5508 6, MVT::v4i32,
5509 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_V128),
5510 MVT::v4i32, 3, 0,
5511 6, MVT::v2i64,
5512 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_V128),
5513 MVT::v2i64, 3, 0,
5514 0,
5515 0,
5516 38,
5517 OPC_RecordChild0,
5518 OPC_CheckChild0TypeI32,
5519 OPC_RecordChild1,
5520 OPC_RecordChild2,
5521 OPC_SwitchType , 6, MVT::v16i8,
5522 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_V128),
5523 MVT::v16i8, 3, 3,
5524 6, MVT::v8i16,
5525 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_V128),
5526 MVT::v8i16, 3, 3,
5527 6, MVT::v4i32,
5528 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_V128),
5529 MVT::v4i32, 3, 3,
5530 6, MVT::v2i64,
5531 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_V128),
5532 MVT::v2i64, 3, 3,
5533 0,
5534 83,
5535 OPC_MoveChild0,
5536 OPC_CheckOpcode, TARGET_VAL(ISD::SETCC),
5537 OPC_RecordChild0,
5538 OPC_CheckChild0TypeI32,
5539 OPC_CheckChild1Integer, 0,
5540 OPC_CheckTypeI32,
5541 OPC_Scope, 35,
5542 OPC_CheckChild2CondCode, ISD::SETNE,
5543 OPC_MoveParent,
5544 OPC_RecordChild1,
5545 OPC_RecordChild2,
5546 OPC_SwitchType , 7, 11|128,1,
5547 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_V128),
5548 11|128,1, 3, 3,
5549 7, 29|128,1,
5550 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_V128),
5551 29|128,1, 3, 3,
5552 6, MVT::v8f16,
5553 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_V128),
5554 MVT::v8f16, 3, 3,
5555 0,
5556 35,
5557 OPC_CheckChild2CondCode, ISD::SETEQ,
5558 OPC_MoveParent,
5559 OPC_RecordChild1,
5560 OPC_RecordChild2,
5561 OPC_SwitchType , 7, 11|128,1,
5562 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_V128),
5563 11|128,1, 3, 0,
5564 7, 29|128,1,
5565 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_V128),
5566 29|128,1, 3, 0,
5567 6, MVT::v8f16,
5568 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_V128),
5569 MVT::v8f16, 3, 0,
5570 0,
5571 0,
5572 34,
5573 OPC_RecordChild0,
5574 OPC_CheckChild0TypeI32,
5575 OPC_RecordChild1,
5576 OPC_RecordChild2,
5577 OPC_SwitchType , 7, 11|128,1,
5578 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_V128),
5579 11|128,1, 3, 3,
5580 7, 29|128,1,
5581 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_V128),
5582 29|128,1, 3, 3,
5583 6, MVT::v8f16,
5584 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SELECT_V128),
5585 MVT::v8f16, 3, 3,
5586 0,
5587 0,
5588 127, TARGET_VAL(ISD::SIGN_EXTEND_INREG),
5589 OPC_Scope, 55,
5590 OPC_MoveChild0,
5591 OPC_CheckOpcode, TARGET_VAL(ISD::EXTRACT_VECTOR_ELT),
5592 OPC_RecordChild0,
5593 OPC_Scope, 23,
5594 OPC_CheckChild0Type, MVT::v16i8,
5595 OPC_RecordChild1,
5596 OPC_MoveChild1,
5597 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
5598 OPC_CheckPredicate, 20,
5599 OPC_CheckTypeI32,
5600 OPC_MoveParent,
5601 OPC_MoveSibling1,
5602 OPC_CheckValueType, MVT::i8,
5603 OPC_MoveParent,
5604 OPC_CheckTypeI32,
5605 OPC_EmitConvertToTarget1,
5606 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EXTRACT_LANE_I8x16_s),
5607 MVT::i32, 2, 39,
5608 23,
5609 OPC_CheckChild0Type, MVT::v8i16,
5610 OPC_RecordChild1,
5611 OPC_MoveChild1,
5612 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
5613 OPC_CheckPredicate, 15,
5614 OPC_CheckTypeI32,
5615 OPC_MoveParent,
5616 OPC_MoveSibling1,
5617 OPC_CheckValueType, MVT::i16,
5618 OPC_MoveParent,
5619 OPC_CheckTypeI32,
5620 OPC_EmitConvertToTarget1,
5621 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EXTRACT_LANE_I16x8_s),
5622 MVT::i32, 2, 39,
5623 0,
5624 68,
5625 OPC_RecordChild0,
5626 OPC_MoveChild1,
5627 OPC_Scope, 25,
5628 OPC_CheckValueType, MVT::i8,
5629 OPC_MoveParent,
5630 OPC_SwitchType , 8, MVT::i32,
5631 OPC_CheckPatternPredicate, 12,
5632 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I32_EXTEND8_S_I32),
5633 MVT::i32, 1, 2,
5634 8, MVT::i64,
5635 OPC_CheckPatternPredicate, 12,
5636 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I64_EXTEND8_S_I64),
5637 MVT::i64, 1, 2,
5638 0,
5639 25,
5640 OPC_CheckValueType, MVT::i16,
5641 OPC_MoveParent,
5642 OPC_SwitchType , 8, MVT::i32,
5643 OPC_CheckPatternPredicate, 12,
5644 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I32_EXTEND16_S_I32),
5645 MVT::i32, 1, 2,
5646 8, MVT::i64,
5647 OPC_CheckPatternPredicate, 12,
5648 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I64_EXTEND16_S_I64),
5649 MVT::i64, 1, 2,
5650 0,
5651 11,
5652 OPC_CheckValueType, MVT::i32,
5653 OPC_MoveParent,
5654 OPC_CheckPatternPredicate, 12,
5655 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I64_EXTEND32_S_I64),
5656 MVT::i64, 1, 2,
5657 0,
5658 0,
5659 48|128,1, TARGET_VAL(WebAssemblyISD::GLOBAL_GET),
5660 OPC_RecordMemRef,
5661 OPC_RecordNode,
5662 OPC_MoveChild1,
5663 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
5664 OPC_RecordChild0,
5665 OPC_MoveChild0,
5666 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
5667 OPC_MoveParent,
5668 OPC_MoveParent,
5669 OPC_SwitchType , 8, MVT::i32,
5670 OPC_EmitMergeInputChains1_0,
5671 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::GLOBAL_GET_I32), 0|OPFL_Chain|OPFL_MemRefs,
5672 MVT::i32, 1, 17,
5673 8, MVT::i64,
5674 OPC_EmitMergeInputChains1_0,
5675 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::GLOBAL_GET_I64), 0|OPFL_Chain|OPFL_MemRefs,
5676 MVT::i64, 1, 17,
5677 10, 127|128,1,
5678 OPC_CheckPatternPredicate6,
5679 OPC_EmitMergeInputChains1_0,
5680 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::GLOBAL_GET_FUNCREF), 0|OPFL_Chain|OPFL_MemRefs,
5681 127|128,1, 1, 17,
5682 10, 0|128,2,
5683 OPC_CheckPatternPredicate6,
5684 OPC_EmitMergeInputChains1_0,
5685 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::GLOBAL_GET_EXTERNREF), 0|OPFL_Chain|OPFL_MemRefs,
5686 0|128,2, 1, 17,
5687 11, 1|128,2,
5688 OPC_CheckPatternPredicate, 8,
5689 OPC_EmitMergeInputChains1_0,
5690 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::GLOBAL_GET_EXNREF), 0|OPFL_Chain|OPFL_MemRefs,
5691 1|128,2, 1, 17,
5692 8, MVT::f32,
5693 OPC_EmitMergeInputChains1_0,
5694 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::GLOBAL_GET_F32), 0|OPFL_Chain|OPFL_MemRefs,
5695 MVT::f32, 1, 17,
5696 8, MVT::f64,
5697 OPC_EmitMergeInputChains1_0,
5698 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::GLOBAL_GET_F64), 0|OPFL_Chain|OPFL_MemRefs,
5699 MVT::f64, 1, 17,
5700 9, MVT::v2i64,
5701 OPC_CheckPatternPredicate0,
5702 OPC_EmitMergeInputChains1_0,
5703 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::GLOBAL_GET_V128), 0|OPFL_Chain|OPFL_MemRefs,
5704 MVT::v2i64, 1, 17,
5705 9, MVT::v4i32,
5706 OPC_CheckPatternPredicate0,
5707 OPC_EmitMergeInputChains1_0,
5708 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::GLOBAL_GET_V128), 0|OPFL_Chain|OPFL_MemRefs,
5709 MVT::v4i32, 1, 17,
5710 9, MVT::v16i8,
5711 OPC_CheckPatternPredicate0,
5712 OPC_EmitMergeInputChains1_0,
5713 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::GLOBAL_GET_V128), 0|OPFL_Chain|OPFL_MemRefs,
5714 MVT::v16i8, 1, 17,
5715 9, MVT::v8i16,
5716 OPC_CheckPatternPredicate0,
5717 OPC_EmitMergeInputChains1_0,
5718 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::GLOBAL_GET_V128), 0|OPFL_Chain|OPFL_MemRefs,
5719 MVT::v8i16, 1, 17,
5720 9, MVT::v8f16,
5721 OPC_CheckPatternPredicate0,
5722 OPC_EmitMergeInputChains1_0,
5723 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::GLOBAL_GET_V128), 0|OPFL_Chain|OPFL_MemRefs,
5724 MVT::v8f16, 1, 17,
5725 10, 11|128,1,
5726 OPC_CheckPatternPredicate0,
5727 OPC_EmitMergeInputChains1_0,
5728 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::GLOBAL_GET_V128), 0|OPFL_Chain|OPFL_MemRefs,
5729 11|128,1, 1, 17,
5730 10, 29|128,1,
5731 OPC_CheckPatternPredicate0,
5732 OPC_EmitMergeInputChains1_0,
5733 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::GLOBAL_GET_V128), 0|OPFL_Chain|OPFL_MemRefs,
5734 29|128,1, 1, 17,
5735 0,
5736 57|128,2, TARGET_VAL(WebAssemblyISD::GLOBAL_SET),
5737 OPC_RecordMemRef,
5738 OPC_RecordNode,
5739 OPC_RecordChild1,
5740 OPC_Scope, 19,
5741 OPC_CheckChild1TypeI32,
5742 OPC_MoveChild2,
5743 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
5744 OPC_RecordChild0,
5745 OPC_MoveChild0,
5746 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
5747 OPC_MoveParent,
5748 OPC_MoveParent,
5749 OPC_EmitMergeInputChains1_0,
5750 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::GLOBAL_SET_I32), 0|OPFL_Chain|OPFL_MemRefs,
5751 2, 19,
5752 19,
5753 OPC_CheckChild1TypeI64,
5754 OPC_MoveChild2,
5755 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
5756 OPC_RecordChild0,
5757 OPC_MoveChild0,
5758 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
5759 OPC_MoveParent,
5760 OPC_MoveParent,
5761 OPC_EmitMergeInputChains1_0,
5762 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::GLOBAL_SET_I64), 0|OPFL_Chain|OPFL_MemRefs,
5763 2, 19,
5764 20,
5765 OPC_CheckChild1Type, MVT::f32,
5766 OPC_MoveChild2,
5767 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
5768 OPC_RecordChild0,
5769 OPC_MoveChild0,
5770 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
5771 OPC_MoveParent,
5772 OPC_MoveParent,
5773 OPC_EmitMergeInputChains1_0,
5774 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::GLOBAL_SET_F32), 0|OPFL_Chain|OPFL_MemRefs,
5775 2, 19,
5776 20,
5777 OPC_CheckChild1Type, MVT::f64,
5778 OPC_MoveChild2,
5779 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
5780 OPC_RecordChild0,
5781 OPC_MoveChild0,
5782 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
5783 OPC_MoveParent,
5784 OPC_MoveParent,
5785 OPC_EmitMergeInputChains1_0,
5786 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::GLOBAL_SET_F64), 0|OPFL_Chain|OPFL_MemRefs,
5787 2, 19,
5788 21,
5789 OPC_CheckChild1Type, MVT::v2i64,
5790 OPC_MoveChild2,
5791 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
5792 OPC_RecordChild0,
5793 OPC_MoveChild0,
5794 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
5795 OPC_MoveParent,
5796 OPC_MoveParent,
5797 OPC_CheckPatternPredicate0,
5798 OPC_EmitMergeInputChains1_0,
5799 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::GLOBAL_SET_V128), 0|OPFL_Chain|OPFL_MemRefs,
5800 2, 19,
5801 21,
5802 OPC_CheckChild1Type, MVT::v4i32,
5803 OPC_MoveChild2,
5804 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
5805 OPC_RecordChild0,
5806 OPC_MoveChild0,
5807 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
5808 OPC_MoveParent,
5809 OPC_MoveParent,
5810 OPC_CheckPatternPredicate0,
5811 OPC_EmitMergeInputChains1_0,
5812 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::GLOBAL_SET_V128), 0|OPFL_Chain|OPFL_MemRefs,
5813 2, 19,
5814 21,
5815 OPC_CheckChild1Type, MVT::v16i8,
5816 OPC_MoveChild2,
5817 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
5818 OPC_RecordChild0,
5819 OPC_MoveChild0,
5820 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
5821 OPC_MoveParent,
5822 OPC_MoveParent,
5823 OPC_CheckPatternPredicate0,
5824 OPC_EmitMergeInputChains1_0,
5825 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::GLOBAL_SET_V128), 0|OPFL_Chain|OPFL_MemRefs,
5826 2, 19,
5827 21,
5828 OPC_CheckChild1Type, MVT::v8i16,
5829 OPC_MoveChild2,
5830 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
5831 OPC_RecordChild0,
5832 OPC_MoveChild0,
5833 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
5834 OPC_MoveParent,
5835 OPC_MoveParent,
5836 OPC_CheckPatternPredicate0,
5837 OPC_EmitMergeInputChains1_0,
5838 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::GLOBAL_SET_V128), 0|OPFL_Chain|OPFL_MemRefs,
5839 2, 19,
5840 21,
5841 OPC_CheckChild1Type, MVT::v8f16,
5842 OPC_MoveChild2,
5843 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
5844 OPC_RecordChild0,
5845 OPC_MoveChild0,
5846 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
5847 OPC_MoveParent,
5848 OPC_MoveParent,
5849 OPC_CheckPatternPredicate0,
5850 OPC_EmitMergeInputChains1_0,
5851 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::GLOBAL_SET_V128), 0|OPFL_Chain|OPFL_MemRefs,
5852 2, 19,
5853 22,
5854 OPC_CheckChild1Type, 11|128,1,
5855 OPC_MoveChild2,
5856 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
5857 OPC_RecordChild0,
5858 OPC_MoveChild0,
5859 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
5860 OPC_MoveParent,
5861 OPC_MoveParent,
5862 OPC_CheckPatternPredicate0,
5863 OPC_EmitMergeInputChains1_0,
5864 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::GLOBAL_SET_V128), 0|OPFL_Chain|OPFL_MemRefs,
5865 2, 19,
5866 22,
5867 OPC_CheckChild1Type, 29|128,1,
5868 OPC_MoveChild2,
5869 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
5870 OPC_RecordChild0,
5871 OPC_MoveChild0,
5872 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
5873 OPC_MoveParent,
5874 OPC_MoveParent,
5875 OPC_CheckPatternPredicate0,
5876 OPC_EmitMergeInputChains1_0,
5877 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::GLOBAL_SET_V128), 0|OPFL_Chain|OPFL_MemRefs,
5878 2, 19,
5879 22,
5880 OPC_CheckChild1Type, 127|128,1,
5881 OPC_MoveChild2,
5882 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
5883 OPC_RecordChild0,
5884 OPC_MoveChild0,
5885 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
5886 OPC_MoveParent,
5887 OPC_MoveParent,
5888 OPC_CheckPatternPredicate6,
5889 OPC_EmitMergeInputChains1_0,
5890 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::GLOBAL_SET_FUNCREF), 0|OPFL_Chain|OPFL_MemRefs,
5891 2, 19,
5892 22,
5893 OPC_CheckChild1Type, 0|128,2,
5894 OPC_MoveChild2,
5895 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
5896 OPC_RecordChild0,
5897 OPC_MoveChild0,
5898 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
5899 OPC_MoveParent,
5900 OPC_MoveParent,
5901 OPC_CheckPatternPredicate6,
5902 OPC_EmitMergeInputChains1_0,
5903 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::GLOBAL_SET_EXTERNREF), 0|OPFL_Chain|OPFL_MemRefs,
5904 2, 19,
5905 23,
5906 OPC_CheckChild1Type, 1|128,2,
5907 OPC_MoveChild2,
5908 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
5909 OPC_RecordChild0,
5910 OPC_MoveChild0,
5911 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
5912 OPC_MoveParent,
5913 OPC_MoveParent,
5914 OPC_CheckPatternPredicate, 8,
5915 OPC_EmitMergeInputChains1_0,
5916 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::GLOBAL_SET_EXNREF), 0|OPFL_Chain|OPFL_MemRefs,
5917 2, 19,
5918 0,
5919 20, TARGET_VAL(ISD::CALLSEQ_START),
5920 OPC_RecordNode,
5921 OPC_RecordChild1,
5922 OPC_MoveChild1,
5923 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
5924 OPC_MoveSibling2,
5925 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
5926 OPC_RecordNode,
5927 OPC_MoveParent,
5928 OPC_EmitMergeInputChains1_0,
5929 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ADJCALLSTACKDOWN), 0|OPFL_Chain|OPFL_GlueOutput,
5930 MVT::i32, 2, 42,
5931 21, TARGET_VAL(ISD::CALLSEQ_END),
5932 OPC_RecordNode,
5933 OPC_CaptureGlueInput,
5934 OPC_RecordChild1,
5935 OPC_MoveChild1,
5936 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
5937 OPC_MoveSibling2,
5938 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
5939 OPC_RecordNode,
5940 OPC_MoveParent,
5941 OPC_EmitMergeInputChains1_0,
5942 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::ADJCALLSTACKUP), 0|OPFL_Chain|OPFL_GlueInput|OPFL_GlueOutput,
5943 MVT::i32, 2, 42,
5944 57, TARGET_VAL(WebAssemblyISD::TABLE_GET),
5945 OPC_RecordMemRef,
5946 OPC_RecordNode,
5947 OPC_MoveChild1,
5948 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
5949 OPC_RecordChild0,
5950 OPC_MoveChild0,
5951 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
5952 OPC_MoveParent,
5953 OPC_MoveParent,
5954 OPC_RecordChild2,
5955 OPC_CheckChild2TypeI32,
5956 OPC_SwitchType , 10, 127|128,1,
5957 OPC_CheckPatternPredicate6,
5958 OPC_EmitMergeInputChains1_0,
5959 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::TABLE_GET_FUNCREF), 0|OPFL_Chain|OPFL_MemRefs,
5960 127|128,1, 2, 42,
5961 10, 0|128,2,
5962 OPC_CheckPatternPredicate6,
5963 OPC_EmitMergeInputChains1_0,
5964 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::TABLE_GET_EXTERNREF), 0|OPFL_Chain|OPFL_MemRefs,
5965 0|128,2, 2, 42,
5966 11, 1|128,2,
5967 OPC_CheckPatternPredicate, 8,
5968 OPC_EmitMergeInputChains1_0,
5969 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::TABLE_GET_EXNREF), 0|OPFL_Chain|OPFL_MemRefs,
5970 1|128,2, 2, 42,
5971 0,
5972 79, TARGET_VAL(WebAssemblyISD::TABLE_SET),
5973 OPC_RecordMemRef,
5974 OPC_RecordNode,
5975 OPC_Scope, 53,
5976 OPC_MoveChild1,
5977 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::Wrapper),
5978 OPC_RecordChild0,
5979 OPC_MoveChild0,
5980 OPC_CheckOpcode, TARGET_VAL(ISD::TargetGlobalAddress),
5981 OPC_MoveParent,
5982 OPC_MoveParent,
5983 OPC_RecordChild2,
5984 OPC_CheckChild2TypeI32,
5985 OPC_RecordChild3,
5986 OPC_Scope, 11,
5987 OPC_CheckChild3Type, 127|128,1,
5988 OPC_CheckPatternPredicate6,
5989 OPC_EmitMergeInputChains1_0,
5990 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::TABLE_SET_FUNCREF), 0|OPFL_Chain|OPFL_MemRefs,
5991 3, 53,
5992 11,
5993 OPC_CheckChild3Type, 0|128,2,
5994 OPC_CheckPatternPredicate6,
5995 OPC_EmitMergeInputChains1_0,
5996 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::TABLE_SET_EXTERNREF), 0|OPFL_Chain|OPFL_MemRefs,
5997 3, 53,
5998 12,
5999 OPC_CheckChild3Type, 1|128,2,
6000 OPC_CheckPatternPredicate, 8,
6001 OPC_EmitMergeInputChains1_0,
6002 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::TABLE_SET_EXNREF), 0|OPFL_Chain|OPFL_MemRefs,
6003 3, 53,
6004 0,
6005 20,
6006 OPC_RecordChild1,
6007 OPC_MoveChild1,
6008 OPC_CheckOpcode, TARGET_VAL(ISD::MCSymbol),
6009 OPC_MoveParent,
6010 OPC_RecordChild2,
6011 OPC_CheckChild2TypeI32,
6012 OPC_RecordChild3,
6013 OPC_CheckChild3Type, 127|128,1,
6014 OPC_CheckPatternPredicate6,
6015 OPC_EmitMergeInputChains1_0,
6016 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::TABLE_SET_FUNCREF), 0|OPFL_Chain|OPFL_MemRefs,
6017 3, 53,
6018 0,
6019 49, TARGET_VAL(WebAssemblyISD::MEMCPY),
6020 OPC_RecordNode,
6021 OPC_RecordChild1,
6022 OPC_MoveChild1,
6023 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
6024 OPC_CheckTypeI32,
6025 OPC_MoveSibling2,
6026 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
6027 OPC_RecordNode,
6028 OPC_CheckTypeI32,
6029 OPC_MoveParent,
6030 OPC_RecordChild3,
6031 OPC_Scope, 15,
6032 OPC_CheckChild3TypeI32,
6033 OPC_RecordChild4,
6034 OPC_CheckChild4TypeI32,
6035 OPC_RecordChild5,
6036 OPC_CheckChild5TypeI32,
6037 OPC_CheckPatternPredicate, 9,
6038 OPC_EmitMergeInputChains1_0,
6039 OPC_EmitConvertToTarget1,
6040 OPC_EmitConvertToTarget2,
6041 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::MEMCPY_A32),
6042 5, 78,
6043 15,
6044 OPC_CheckChild3TypeI64,
6045 OPC_RecordChild4,
6046 OPC_CheckChild4TypeI64,
6047 OPC_RecordChild5,
6048 OPC_CheckChild5TypeI64,
6049 OPC_CheckPatternPredicate, 9,
6050 OPC_EmitMergeInputChains1_0,
6051 OPC_EmitConvertToTarget1,
6052 OPC_EmitConvertToTarget2,
6053 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::MEMCPY_A64),
6054 5, 78,
6055 0,
6056 76|128,10, TARGET_VAL(ISD::INTRINSIC_WO_CHAIN),
6057 OPC_Scope, 49,
6058 OPC_CheckChild0Integer, 16|128,116|128,0,
6059 OPC_RecordChild1,
6060 OPC_Scope, 20,
6061 OPC_CheckChild1Type, MVT::f32,
6062 OPC_SwitchType , 6, MVT::i32,
6063 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I32_TRUNC_S_F32),
6064 MVT::i32, 1, 2,
6065 6, MVT::i64,
6066 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I64_TRUNC_S_F32),
6067 MVT::i64, 1, 2,
6068 0,
6069 20,
6070 OPC_CheckChild1Type, MVT::f64,
6071 OPC_SwitchType , 6, MVT::i32,
6072 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I32_TRUNC_S_F64),
6073 MVT::i32, 1, 2,
6074 6, MVT::i64,
6075 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I64_TRUNC_S_F64),
6076 MVT::i64, 1, 2,
6077 0,
6078 0,
6079 49,
6080 OPC_CheckChild0Integer, 17|128,116|128,0,
6081 OPC_RecordChild1,
6082 OPC_Scope, 20,
6083 OPC_CheckChild1Type, MVT::f32,
6084 OPC_SwitchType , 6, MVT::i32,
6085 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I32_TRUNC_U_F32),
6086 MVT::i32, 1, 2,
6087 6, MVT::i64,
6088 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I64_TRUNC_U_F32),
6089 MVT::i64, 1, 2,
6090 0,
6091 20,
6092 OPC_CheckChild1Type, MVT::f64,
6093 OPC_SwitchType , 6, MVT::i32,
6094 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I32_TRUNC_U_F64),
6095 MVT::i32, 1, 2,
6096 6, MVT::i64,
6097 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I64_TRUNC_U_F64),
6098 MVT::i64, 1, 2,
6099 0,
6100 0,
6101 43,
6102 OPC_CheckChild0Integer, 69|128,115|128,0,
6103 OPC_RecordChild1,
6104 OPC_Scope, 8,
6105 OPC_CheckChild1Type, MVT::v16i8,
6106 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANYTRUE),
6107 MVT::i32, 1, 2,
6108 8,
6109 OPC_CheckChild1Type, MVT::v8i16,
6110 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANYTRUE),
6111 MVT::i32, 1, 2,
6112 8,
6113 OPC_CheckChild1Type, MVT::v4i32,
6114 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANYTRUE),
6115 MVT::i32, 1, 2,
6116 8,
6117 OPC_CheckChild1Type, MVT::v2i64,
6118 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANYTRUE),
6119 MVT::i32, 1, 2,
6120 0,
6121 47,
6122 OPC_CheckChild0Integer, 68|128,115|128,0,
6123 OPC_RecordChild1,
6124 OPC_Scope, 9,
6125 OPC_CheckChild1Type, MVT::v16i8,
6126 OPC_CheckPatternPredicate0,
6127 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ALLTRUE_I8x16),
6128 MVT::i32, 1, 2,
6129 9,
6130 OPC_CheckChild1Type, MVT::v8i16,
6131 OPC_CheckPatternPredicate0,
6132 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ALLTRUE_I16x8),
6133 MVT::i32, 1, 2,
6134 9,
6135 OPC_CheckChild1Type, MVT::v4i32,
6136 OPC_CheckPatternPredicate0,
6137 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ALLTRUE_I32x4),
6138 MVT::i32, 1, 2,
6139 9,
6140 OPC_CheckChild1Type, MVT::v2i64,
6141 OPC_CheckPatternPredicate0,
6142 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ALLTRUE_I64x2),
6143 MVT::i32, 1, 2,
6144 0,
6145 47,
6146 OPC_CheckChild0Integer, 71|128,115|128,0,
6147 OPC_RecordChild1,
6148 OPC_Scope, 9,
6149 OPC_CheckChild1Type, MVT::v16i8,
6150 OPC_CheckPatternPredicate0,
6151 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITMASK_I8x16),
6152 MVT::i32, 1, 2,
6153 9,
6154 OPC_CheckChild1Type, MVT::v8i16,
6155 OPC_CheckPatternPredicate0,
6156 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITMASK_I16x8),
6157 MVT::i32, 1, 2,
6158 9,
6159 OPC_CheckChild1Type, MVT::v4i32,
6160 OPC_CheckPatternPredicate0,
6161 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITMASK_I32x4),
6162 MVT::i32, 1, 2,
6163 9,
6164 OPC_CheckChild1Type, MVT::v2i64,
6165 OPC_CheckPatternPredicate0,
6166 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITMASK_I64x2),
6167 MVT::i32, 1, 2,
6168 0,
6169 11,
6170 OPC_CheckChild0Integer, 102|128,115|128,0,
6171 OPC_CheckPatternPredicate6,
6172 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::REF_NULL_FUNCREF),
6173 127|128,1, 0,
6174 12,
6175 OPC_CheckChild0Integer, 99|128,115|128,0,
6176 OPC_RecordChild1,
6177 OPC_CheckPatternPredicate6,
6178 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::REF_IS_NULL_FUNCREF),
6179 MVT::i32, 1, 2,
6180 11,
6181 OPC_CheckChild0Integer, 101|128,115|128,0,
6182 OPC_CheckPatternPredicate6,
6183 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::REF_NULL_EXTERNREF),
6184 0|128,2, 0,
6185 12,
6186 OPC_CheckChild0Integer, 98|128,115|128,0,
6187 OPC_RecordChild1,
6188 OPC_CheckPatternPredicate6,
6189 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::REF_IS_NULL_EXTERNREF),
6190 MVT::i32, 1, 2,
6191 11,
6192 OPC_CheckChild0Integer, 100|128,115|128,0,
6193 OPC_CheckPatternPredicate6,
6194 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::REF_NULL_EXNREF),
6195 1|128,2, 0,
6196 12,
6197 OPC_CheckChild0Integer, 97|128,115|128,0,
6198 OPC_RecordChild1,
6199 OPC_CheckPatternPredicate6,
6200 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::REF_IS_NULL_EXNREF),
6201 MVT::i32, 1, 2,
6202 22,
6203 OPC_CheckChild0Integer, 77|128,115|128,0,
6204 OPC_RecordChild1,
6205 OPC_RecordChild2,
6206 OPC_MoveChild2,
6207 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
6208 OPC_CheckPredicate, 15,
6209 OPC_MoveParent,
6210 OPC_CheckPatternPredicate, 16,
6211 OPC_EmitConvertToTarget1,
6212 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EXTRACT_LANE_F16x8),
6213 MVT::f32, 2, 39,
6214 12,
6215 OPC_CheckChild0Integer, 123|128,115|128,0,
6216 OPC_RecordChild1,
6217 OPC_RecordChild2,
6218 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SWIZZLE),
6219 MVT::v16i8, 2, 16,
6220 1|128,1,
6221 OPC_CheckChild0Integer, 72|128,115|128,0,
6222 OPC_RecordChild1,
6223 OPC_SwitchType , 14, MVT::v16i8,
6224 OPC_CheckChild1Type, MVT::v16i8,
6225 OPC_RecordChild2,
6226 OPC_CheckChild2Type, MVT::v16i8,
6227 OPC_RecordChild3,
6228 OPC_CheckChild3Type, MVT::v16i8,
6229 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
6230 MVT::v16i8, 3, 41,
6231 14, MVT::v8i16,
6232 OPC_CheckChild1Type, MVT::v8i16,
6233 OPC_RecordChild2,
6234 OPC_CheckChild2Type, MVT::v8i16,
6235 OPC_RecordChild3,
6236 OPC_CheckChild3Type, MVT::v8i16,
6237 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
6238 MVT::v8i16, 3, 41,
6239 14, MVT::v4i32,
6240 OPC_CheckChild1Type, MVT::v4i32,
6241 OPC_RecordChild2,
6242 OPC_CheckChild2Type, MVT::v4i32,
6243 OPC_RecordChild3,
6244 OPC_CheckChild3Type, MVT::v4i32,
6245 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
6246 MVT::v4i32, 3, 41,
6247 14, MVT::v2i64,
6248 OPC_CheckChild1Type, MVT::v2i64,
6249 OPC_RecordChild2,
6250 OPC_CheckChild2Type, MVT::v2i64,
6251 OPC_RecordChild3,
6252 OPC_CheckChild3Type, MVT::v2i64,
6253 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
6254 MVT::v2i64, 3, 41,
6255 18, 11|128,1,
6256 OPC_CheckChild1Type, 11|128,1,
6257 OPC_RecordChild2,
6258 OPC_CheckChild2Type, 11|128,1,
6259 OPC_RecordChild3,
6260 OPC_CheckChild3Type, 11|128,1,
6261 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
6262 11|128,1, 3, 41,
6263 18, 29|128,1,
6264 OPC_CheckChild1Type, 29|128,1,
6265 OPC_RecordChild2,
6266 OPC_CheckChild2Type, 29|128,1,
6267 OPC_RecordChild3,
6268 OPC_CheckChild3Type, 29|128,1,
6269 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
6270 29|128,1, 3, 41,
6271 14, MVT::v8f16,
6272 OPC_CheckChild1Type, MVT::v8f16,
6273 OPC_RecordChild2,
6274 OPC_CheckChild2Type, MVT::v8f16,
6275 OPC_RecordChild3,
6276 OPC_CheckChild3Type, MVT::v8f16,
6277 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
6278 MVT::v8f16, 3, 41,
6279 0,
6280 35,
6281 OPC_CheckChild0Integer, 70|128,115|128,0,
6282 OPC_RecordChild1,
6283 OPC_SwitchType , 12, MVT::v16i8,
6284 OPC_CheckChild1Type, MVT::v16i8,
6285 OPC_RecordChild2,
6286 OPC_CheckChild2Type, MVT::v16i8,
6287 OPC_CheckPatternPredicate0,
6288 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::AVGR_U_I8x16),
6289 MVT::v16i8, 2, 16,
6290 12, MVT::v8i16,
6291 OPC_CheckChild1Type, MVT::v8i16,
6292 OPC_RecordChild2,
6293 OPC_CheckChild2Type, MVT::v8i16,
6294 OPC_CheckPatternPredicate0,
6295 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::AVGR_U_I16x8),
6296 MVT::v8i16, 2, 16,
6297 0,
6298 13,
6299 OPC_CheckChild0Integer, 74|128,115|128,0,
6300 OPC_RecordChild1,
6301 OPC_RecordChild2,
6302 OPC_CheckPatternPredicate0,
6303 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
6304 MVT::v4i32, 2, 16,
6305 35,
6306 OPC_CheckChild0Integer, 91|128,115|128,0,
6307 OPC_RecordChild1,
6308 OPC_SwitchType , 12, MVT::v16i8,
6309 OPC_CheckChild1Type, MVT::v8i16,
6310 OPC_RecordChild2,
6311 OPC_CheckChild2Type, MVT::v8i16,
6312 OPC_CheckPatternPredicate0,
6313 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
6314 MVT::v16i8, 2, 16,
6315 12, MVT::v8i16,
6316 OPC_CheckChild1Type, MVT::v4i32,
6317 OPC_RecordChild2,
6318 OPC_CheckChild2Type, MVT::v4i32,
6319 OPC_CheckPatternPredicate0,
6320 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
6321 MVT::v8i16, 2, 16,
6322 0,
6323 35,
6324 OPC_CheckChild0Integer, 92|128,115|128,0,
6325 OPC_RecordChild1,
6326 OPC_SwitchType , 12, MVT::v16i8,
6327 OPC_CheckChild1Type, MVT::v8i16,
6328 OPC_RecordChild2,
6329 OPC_CheckChild2Type, MVT::v8i16,
6330 OPC_CheckPatternPredicate0,
6331 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
6332 MVT::v16i8, 2, 16,
6333 12, MVT::v8i16,
6334 OPC_CheckChild1Type, MVT::v4i32,
6335 OPC_RecordChild2,
6336 OPC_CheckChild2Type, MVT::v4i32,
6337 OPC_CheckPatternPredicate0,
6338 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
6339 MVT::v8i16, 2, 16,
6340 0,
6341 27,
6342 OPC_CheckChild0Integer, 76|128,115|128,0,
6343 OPC_RecordChild1,
6344 OPC_SwitchType , 8, MVT::v4i32,
6345 OPC_CheckChild1Type, MVT::v8i16,
6346 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_u_I32x4),
6347 MVT::v4i32, 1, 2,
6348 8, MVT::v8i16,
6349 OPC_CheckChild1Type, MVT::v16i8,
6350 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_u_I16x8),
6351 MVT::v8i16, 1, 2,
6352 0,
6353 27,
6354 OPC_CheckChild0Integer, 75|128,115|128,0,
6355 OPC_RecordChild1,
6356 OPC_SwitchType , 8, MVT::v4i32,
6357 OPC_CheckChild1Type, MVT::v8i16,
6358 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_s_I32x4),
6359 MVT::v4i32, 1, 2,
6360 8, MVT::v8i16,
6361 OPC_CheckChild1Type, MVT::v16i8,
6362 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_s_I16x8),
6363 MVT::v8i16, 1, 2,
6364 0,
6365 13,
6366 OPC_CheckChild0Integer, 96|128,115|128,0,
6367 OPC_RecordChild1,
6368 OPC_RecordChild2,
6369 OPC_CheckPatternPredicate0,
6370 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::Q15MULR_SAT_S_I16x8),
6371 MVT::v8i16, 2, 16,
6372 13,
6373 OPC_CheckChild0Integer, 113|128,115|128,0,
6374 OPC_RecordChild1,
6375 OPC_RecordChild2,
6376 OPC_CheckPatternPredicate5,
6377 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_SWIZZLE),
6378 MVT::v16i8, 2, 16,
6379 12,
6380 OPC_CheckChild0Integer, 114|128,115|128,0,
6381 OPC_RecordChild1,
6382 OPC_CheckPatternPredicate5,
6383 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::int_wasm_relaxed_trunc_signed_I32x4),
6384 MVT::v4i32, 1, 2,
6385 12,
6386 OPC_CheckChild0Integer, 116|128,115|128,0,
6387 OPC_RecordChild1,
6388 OPC_CheckPatternPredicate5,
6389 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::int_wasm_relaxed_trunc_unsigned_I32x4),
6390 MVT::v4i32, 1, 2,
6391 12,
6392 OPC_CheckChild0Integer, 115|128,115|128,0,
6393 OPC_RecordChild1,
6394 OPC_CheckPatternPredicate5,
6395 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::int_wasm_relaxed_trunc_signed_zero_I32x4),
6396 MVT::v4i32, 1, 2,
6397 12,
6398 OPC_CheckChild0Integer, 117|128,115|128,0,
6399 OPC_RecordChild1,
6400 OPC_CheckPatternPredicate5,
6401 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::int_wasm_relaxed_trunc_unsigned_zero_I32x4),
6402 MVT::v4i32, 1, 2,
6403 75,
6404 OPC_CheckChild0Integer, 107|128,115|128,0,
6405 OPC_RecordChild1,
6406 OPC_SwitchType , 15, MVT::v16i8,
6407 OPC_CheckChild1Type, MVT::v16i8,
6408 OPC_RecordChild2,
6409 OPC_CheckChild2Type, MVT::v16i8,
6410 OPC_RecordChild3,
6411 OPC_CheckChild3Type, MVT::v16i8,
6412 OPC_CheckPatternPredicate5,
6413 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LANESELECT_I8x16),
6414 MVT::v16i8, 3, 41,
6415 15, MVT::v8i16,
6416 OPC_CheckChild1Type, MVT::v8i16,
6417 OPC_RecordChild2,
6418 OPC_CheckChild2Type, MVT::v8i16,
6419 OPC_RecordChild3,
6420 OPC_CheckChild3Type, MVT::v8i16,
6421 OPC_CheckPatternPredicate5,
6422 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LANESELECT_I16x8),
6423 MVT::v8i16, 3, 41,
6424 15, MVT::v4i32,
6425 OPC_CheckChild1Type, MVT::v4i32,
6426 OPC_RecordChild2,
6427 OPC_CheckChild2Type, MVT::v4i32,
6428 OPC_RecordChild3,
6429 OPC_CheckChild3Type, MVT::v4i32,
6430 OPC_CheckPatternPredicate5,
6431 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LANESELECT_I32x4),
6432 MVT::v4i32, 3, 41,
6433 15, MVT::v2i64,
6434 OPC_CheckChild1Type, MVT::v2i64,
6435 OPC_RecordChild2,
6436 OPC_CheckChild2Type, MVT::v2i64,
6437 OPC_RecordChild3,
6438 OPC_CheckChild3Type, MVT::v2i64,
6439 OPC_CheckPatternPredicate5,
6440 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::LANESELECT_I64x2),
6441 MVT::v2i64, 3, 41,
6442 0,
6443 13,
6444 OPC_CheckChild0Integer, 112|128,115|128,0,
6445 OPC_RecordChild1,
6446 OPC_RecordChild2,
6447 OPC_CheckPatternPredicate5,
6448 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_Q15MULR_S_I16x8),
6449 MVT::v8i16, 2, 16,
6450 13,
6451 OPC_CheckChild0Integer, 106|128,115|128,0,
6452 OPC_RecordChild1,
6453 OPC_RecordChild2,
6454 OPC_CheckPatternPredicate5,
6455 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
6456 MVT::v8i16, 2, 16,
6457 14,
6458 OPC_CheckChild0Integer, 105|128,115|128,0,
6459 OPC_RecordChild1,
6460 OPC_RecordChild2,
6461 OPC_RecordChild3,
6462 OPC_CheckPatternPredicate5,
6463 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT_ADD),
6464 MVT::v4i32, 3, 41,
6465 116,
6466 OPC_CheckChild0Integer, 121|128,115|128,0,
6467 OPC_Scope, 99,
6468 OPC_MoveChild1,
6469 OPC_SwitchOpcode , 42, TARGET_VAL(ISD::INTRINSIC_W_CHAIN),
6470 OPC_RecordMemRef,
6471 OPC_RecordNode,
6472 OPC_CheckFoldableChainNode,
6473 OPC_CheckChild1Integer, 82|128,115|128,0,
6474 OPC_RecordChild2,
6475 OPC_Scope, 15,
6476 OPC_CheckChild2TypeI32,
6477 OPC_MoveParent,
6478 OPC_CheckPatternPredicate3,
6479 OPC_CheckComplexPat2, /*#*/1,
6480 OPC_EmitMergeInputChains1_0,
6481 OPC_EmitIntegerI32, 0,
6482 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD16_SPLAT_A32), 0|OPFL_Chain|OPFL_MemRefs,
6483 MVT::v8f16, 3, 56,
6484 15,
6485 OPC_CheckChild2TypeI64,
6486 OPC_MoveParent,
6487 OPC_CheckPatternPredicate4,
6488 OPC_CheckComplexPat3, /*#*/1,
6489 OPC_EmitMergeInputChains1_0,
6490 OPC_EmitIntegerI32, 0,
6491 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD16_SPLAT_A64), 0|OPFL_Chain|OPFL_MemRefs,
6492 MVT::v8f16, 3, 56,
6493 0,
6494 48, TARGET_VAL(ISD::LOAD),
6495 OPC_RecordMemRef,
6496 OPC_RecordNode,
6497 OPC_CheckFoldableChainNode,
6498 OPC_RecordChild1,
6499 OPC_Scope, 20,
6500 OPC_CheckChild1TypeI32,
6501 OPC_CheckPredicate7,
6502 OPC_CheckPredicate, 9,
6503 OPC_CheckPredicate, 21,
6504 OPC_MoveParent,
6505 OPC_CheckPatternPredicate3,
6506 OPC_CheckComplexPat2, /*#*/1,
6507 OPC_EmitMergeInputChains1_0,
6508 OPC_EmitIntegerI32, 0,
6509 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD16_SPLAT_A32), 0|OPFL_Chain|OPFL_MemRefs,
6510 MVT::v8f16, 3, 56,
6511 20,
6512 OPC_CheckChild1TypeI64,
6513 OPC_CheckPredicate7,
6514 OPC_CheckPredicate, 9,
6515 OPC_CheckPredicate, 21,
6516 OPC_MoveParent,
6517 OPC_CheckPatternPredicate4,
6518 OPC_CheckComplexPat3, /*#*/1,
6519 OPC_EmitMergeInputChains1_0,
6520 OPC_EmitIntegerI32, 0,
6521 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD16_SPLAT_A64), 0|OPFL_Chain|OPFL_MemRefs,
6522 MVT::v8f16, 3, 56,
6523 0,
6524 0,
6525 9,
6526 OPC_RecordChild1,
6527 OPC_CheckPatternPredicate, 16,
6528 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SPLAT_F16x8),
6529 MVT::v8f16, 1, 2,
6530 0,
6531 23,
6532 OPC_CheckChild0Integer, 118|128,115|128,0,
6533 OPC_RecordChild1,
6534 OPC_RecordChild2,
6535 OPC_MoveChild2,
6536 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
6537 OPC_CheckPredicate, 15,
6538 OPC_MoveParent,
6539 OPC_RecordChild3,
6540 OPC_CheckPatternPredicate, 16,
6541 OPC_EmitConvertToTarget1,
6542 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::REPLACE_LANE_F16x8),
6543 MVT::v8f16, 3, 44,
6544 54,
6545 OPC_CheckChild0Integer, 94|128,115|128,0,
6546 OPC_RecordChild1,
6547 OPC_SwitchType , 14, 11|128,1,
6548 OPC_CheckChild1Type, 11|128,1,
6549 OPC_RecordChild2,
6550 OPC_CheckChild2Type, 11|128,1,
6551 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMIN_F32x4),
6552 11|128,1, 2, 16,
6553 14, 29|128,1,
6554 OPC_CheckChild1Type, 29|128,1,
6555 OPC_RecordChild2,
6556 OPC_CheckChild2Type, 29|128,1,
6557 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMIN_F64x2),
6558 29|128,1, 2, 16,
6559 11, MVT::v8f16,
6560 OPC_CheckChild1Type, MVT::v8f16,
6561 OPC_RecordChild2,
6562 OPC_CheckChild2Type, MVT::v8f16,
6563 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMIN_F16x8),
6564 MVT::v8f16, 2, 16,
6565 0,
6566 54,
6567 OPC_CheckChild0Integer, 93|128,115|128,0,
6568 OPC_RecordChild1,
6569 OPC_SwitchType , 14, 11|128,1,
6570 OPC_CheckChild1Type, 11|128,1,
6571 OPC_RecordChild2,
6572 OPC_CheckChild2Type, 11|128,1,
6573 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMAX_F32x4),
6574 11|128,1, 2, 16,
6575 14, 29|128,1,
6576 OPC_CheckChild1Type, 29|128,1,
6577 OPC_RecordChild2,
6578 OPC_CheckChild2Type, 29|128,1,
6579 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMAX_F64x2),
6580 29|128,1, 2, 16,
6581 11, MVT::v8f16,
6582 OPC_CheckChild1Type, MVT::v8f16,
6583 OPC_RecordChild2,
6584 OPC_CheckChild2Type, MVT::v8f16,
6585 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMAX_F16x8),
6586 MVT::v8f16, 2, 16,
6587 0,
6588 69,
6589 OPC_CheckChild0Integer, 108|128,115|128,0,
6590 OPC_RecordChild1,
6591 OPC_SwitchType , 20, 11|128,1,
6592 OPC_CheckChild1Type, 11|128,1,
6593 OPC_RecordChild2,
6594 OPC_CheckChild2Type, 11|128,1,
6595 OPC_RecordChild3,
6596 OPC_CheckChild3Type, 11|128,1,
6597 OPC_CheckPatternPredicate, 13,
6598 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MADD_F32x4),
6599 11|128,1, 3, 41,
6600 20, 29|128,1,
6601 OPC_CheckChild1Type, 29|128,1,
6602 OPC_RecordChild2,
6603 OPC_CheckChild2Type, 29|128,1,
6604 OPC_RecordChild3,
6605 OPC_CheckChild3Type, 29|128,1,
6606 OPC_CheckPatternPredicate, 13,
6607 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MADD_F64x2),
6608 29|128,1, 3, 41,
6609 14, MVT::v8f16,
6610 OPC_CheckChild1Type, MVT::v8f16,
6611 OPC_RecordChild2,
6612 OPC_CheckChild2Type, MVT::v8f16,
6613 OPC_RecordChild3,
6614 OPC_CheckChild3Type, MVT::v8f16,
6615 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MADD_F16x8),
6616 MVT::v8f16, 3, 41,
6617 0,
6618 69,
6619 OPC_CheckChild0Integer, 111|128,115|128,0,
6620 OPC_RecordChild1,
6621 OPC_SwitchType , 20, 11|128,1,
6622 OPC_CheckChild1Type, 11|128,1,
6623 OPC_RecordChild2,
6624 OPC_CheckChild2Type, 11|128,1,
6625 OPC_RecordChild3,
6626 OPC_CheckChild3Type, 11|128,1,
6627 OPC_CheckPatternPredicate, 13,
6628 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NMADD_F32x4),
6629 11|128,1, 3, 41,
6630 20, 29|128,1,
6631 OPC_CheckChild1Type, 29|128,1,
6632 OPC_RecordChild2,
6633 OPC_CheckChild2Type, 29|128,1,
6634 OPC_RecordChild3,
6635 OPC_CheckChild3Type, 29|128,1,
6636 OPC_CheckPatternPredicate, 13,
6637 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NMADD_F64x2),
6638 29|128,1, 3, 41,
6639 14, MVT::v8f16,
6640 OPC_CheckChild1Type, MVT::v8f16,
6641 OPC_RecordChild2,
6642 OPC_CheckChild2Type, MVT::v8f16,
6643 OPC_RecordChild3,
6644 OPC_CheckChild3Type, MVT::v8f16,
6645 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NMADD_F16x8),
6646 MVT::v8f16, 3, 41,
6647 0,
6648 43,
6649 OPC_CheckChild0Integer, 110|128,115|128,0,
6650 OPC_RecordChild1,
6651 OPC_SwitchType , 15, 11|128,1,
6652 OPC_CheckChild1Type, 11|128,1,
6653 OPC_RecordChild2,
6654 OPC_CheckChild2Type, 11|128,1,
6655 OPC_CheckPatternPredicate5,
6656 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMIN_F32x4),
6657 11|128,1, 2, 16,
6658 15, 29|128,1,
6659 OPC_CheckChild1Type, 29|128,1,
6660 OPC_RecordChild2,
6661 OPC_CheckChild2Type, 29|128,1,
6662 OPC_CheckPatternPredicate5,
6663 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMIN_F64x2),
6664 29|128,1, 2, 16,
6665 0,
6666 43,
6667 OPC_CheckChild0Integer, 109|128,115|128,0,
6668 OPC_RecordChild1,
6669 OPC_SwitchType , 15, 11|128,1,
6670 OPC_CheckChild1Type, 11|128,1,
6671 OPC_RecordChild2,
6672 OPC_CheckChild2Type, 11|128,1,
6673 OPC_CheckPatternPredicate5,
6674 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMAX_F32x4),
6675 11|128,1, 2, 16,
6676 15, 29|128,1,
6677 OPC_CheckChild1Type, 29|128,1,
6678 OPC_RecordChild2,
6679 OPC_CheckChild2Type, 29|128,1,
6680 OPC_CheckPatternPredicate5,
6681 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMAX_F64x2),
6682 29|128,1, 2, 16,
6683 0,
6684 15,
6685 OPC_CheckChild0Integer, 104|128,115|128,0,
6686 OPC_RecordChild1,
6687 OPC_RecordChild2,
6688 OPC_RecordChild3,
6689 OPC_CheckPatternPredicate5,
6690 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT_BFLOAT),
6691 11|128,1, 3, 41,
6692 0,
6693 127, TARGET_VAL(ISD::EXTRACT_VECTOR_ELT),
6694 OPC_RecordChild0,
6695 OPC_Scope, 19,
6696 OPC_CheckChild0Type, MVT::v16i8,
6697 OPC_RecordChild1,
6698 OPC_MoveChild1,
6699 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
6700 OPC_CheckPredicate, 20,
6701 OPC_CheckTypeI32,
6702 OPC_MoveParent,
6703 OPC_CheckTypeI32,
6704 OPC_EmitConvertToTarget1,
6705 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EXTRACT_LANE_I8x16_u),
6706 MVT::i32, 2, 39,
6707 19,
6708 OPC_CheckChild0Type, MVT::v8i16,
6709 OPC_RecordChild1,
6710 OPC_MoveChild1,
6711 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
6712 OPC_CheckPredicate, 15,
6713 OPC_CheckTypeI32,
6714 OPC_MoveParent,
6715 OPC_CheckTypeI32,
6716 OPC_EmitConvertToTarget1,
6717 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EXTRACT_LANE_I16x8_u),
6718 MVT::i32, 2, 39,
6719 19,
6720 OPC_CheckChild0Type, MVT::v4i32,
6721 OPC_RecordChild1,
6722 OPC_MoveChild1,
6723 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
6724 OPC_CheckPredicate, 11,
6725 OPC_CheckTypeI32,
6726 OPC_MoveParent,
6727 OPC_CheckTypeI32,
6728 OPC_EmitConvertToTarget1,
6729 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EXTRACT_LANE_I32x4),
6730 MVT::i32, 2, 39,
6731 19,
6732 OPC_CheckChild0Type, MVT::v2i64,
6733 OPC_RecordChild1,
6734 OPC_MoveChild1,
6735 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
6736 OPC_CheckPredicate, 12,
6737 OPC_CheckTypeI32,
6738 OPC_MoveParent,
6739 OPC_CheckTypeI64,
6740 OPC_EmitConvertToTarget1,
6741 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EXTRACT_LANE_I64x2),
6742 MVT::i64, 2, 39,
6743 21,
6744 OPC_CheckChild0Type, 11|128,1,
6745 OPC_RecordChild1,
6746 OPC_MoveChild1,
6747 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
6748 OPC_CheckPredicate, 11,
6749 OPC_CheckTypeI32,
6750 OPC_MoveParent,
6751 OPC_CheckType, MVT::f32,
6752 OPC_EmitConvertToTarget1,
6753 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EXTRACT_LANE_F32x4),
6754 MVT::f32, 2, 39,
6755 21,
6756 OPC_CheckChild0Type, 29|128,1,
6757 OPC_RecordChild1,
6758 OPC_MoveChild1,
6759 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
6760 OPC_CheckPredicate, 12,
6761 OPC_CheckTypeI32,
6762 OPC_MoveParent,
6763 OPC_CheckType, MVT::f64,
6764 OPC_EmitConvertToTarget1,
6765 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EXTRACT_LANE_F64x2),
6766 MVT::f64, 2, 39,
6767 0,
6768 2|128,1, TARGET_VAL(WebAssemblyISD::ARGUMENT),
6769 OPC_RecordChild0,
6770 OPC_MoveChild0,
6771 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
6772 OPC_MoveParent,
6773 OPC_SwitchType , 6, MVT::i32,
6774 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ARGUMENT_i32),
6775 MVT::i32, 1, 2,
6776 6, MVT::i64,
6777 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ARGUMENT_i64),
6778 MVT::i64, 1, 2,
6779 7, 127|128,1,
6780 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ARGUMENT_funcref),
6781 127|128,1, 1, 2,
6782 7, 0|128,2,
6783 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ARGUMENT_externref),
6784 0|128,2, 1, 2,
6785 7, 1|128,2,
6786 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ARGUMENT_exnref),
6787 1|128,2, 1, 2,
6788 6, MVT::f32,
6789 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ARGUMENT_f32),
6790 MVT::f32, 1, 2,
6791 6, MVT::f64,
6792 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ARGUMENT_f64),
6793 MVT::f64, 1, 2,
6794 6, MVT::v16i8,
6795 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ARGUMENT_v16i8),
6796 MVT::v16i8, 1, 2,
6797 6, MVT::v8i16,
6798 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ARGUMENT_v8i16),
6799 MVT::v8i16, 1, 2,
6800 6, MVT::v4i32,
6801 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ARGUMENT_v4i32),
6802 MVT::v4i32, 1, 2,
6803 6, MVT::v2i64,
6804 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ARGUMENT_v2i64),
6805 MVT::v2i64, 1, 2,
6806 7, 11|128,1,
6807 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ARGUMENT_v4f32),
6808 11|128,1, 1, 2,
6809 7, 29|128,1,
6810 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ARGUMENT_v2f64),
6811 29|128,1, 1, 2,
6812 6, MVT::v8f16,
6813 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ARGUMENT_v8f16),
6814 MVT::v8f16, 1, 2,
6815 0,
6816 28|128,1, TARGET_VAL(WebAssemblyISD::LOCAL_GET),
6817 OPC_RecordNode,
6818 OPC_RecordChild1,
6819 OPC_MoveChild1,
6820 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
6821 OPC_MoveParent,
6822 OPC_SwitchType , 7, MVT::i32,
6823 OPC_EmitMergeInputChains1_0,
6824 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::LOCAL_GET_I32),
6825 MVT::i32, 1, 17,
6826 7, MVT::i64,
6827 OPC_EmitMergeInputChains1_0,
6828 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::LOCAL_GET_I64),
6829 MVT::i64, 1, 17,
6830 9, 127|128,1,
6831 OPC_CheckPatternPredicate6,
6832 OPC_EmitMergeInputChains1_0,
6833 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::LOCAL_GET_FUNCREF),
6834 127|128,1, 1, 17,
6835 9, 0|128,2,
6836 OPC_CheckPatternPredicate6,
6837 OPC_EmitMergeInputChains1_0,
6838 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::LOCAL_GET_EXTERNREF),
6839 0|128,2, 1, 17,
6840 10, 1|128,2,
6841 OPC_CheckPatternPredicate, 8,
6842 OPC_EmitMergeInputChains1_0,
6843 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::LOCAL_GET_EXNREF),
6844 1|128,2, 1, 17,
6845 7, MVT::f32,
6846 OPC_EmitMergeInputChains1_0,
6847 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::LOCAL_GET_F32),
6848 MVT::f32, 1, 17,
6849 7, MVT::f64,
6850 OPC_EmitMergeInputChains1_0,
6851 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::LOCAL_GET_F64),
6852 MVT::f64, 1, 17,
6853 8, MVT::v2i64,
6854 OPC_CheckPatternPredicate0,
6855 OPC_EmitMergeInputChains1_0,
6856 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::LOCAL_GET_V128),
6857 MVT::v2i64, 1, 17,
6858 8, MVT::v4i32,
6859 OPC_CheckPatternPredicate0,
6860 OPC_EmitMergeInputChains1_0,
6861 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::LOCAL_GET_V128),
6862 MVT::v4i32, 1, 17,
6863 8, MVT::v16i8,
6864 OPC_CheckPatternPredicate0,
6865 OPC_EmitMergeInputChains1_0,
6866 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::LOCAL_GET_V128),
6867 MVT::v16i8, 1, 17,
6868 8, MVT::v8i16,
6869 OPC_CheckPatternPredicate0,
6870 OPC_EmitMergeInputChains1_0,
6871 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::LOCAL_GET_V128),
6872 MVT::v8i16, 1, 17,
6873 8, MVT::v8f16,
6874 OPC_CheckPatternPredicate0,
6875 OPC_EmitMergeInputChains1_0,
6876 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::LOCAL_GET_V128),
6877 MVT::v8f16, 1, 17,
6878 9, 11|128,1,
6879 OPC_CheckPatternPredicate0,
6880 OPC_EmitMergeInputChains1_0,
6881 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::LOCAL_GET_V128),
6882 11|128,1, 1, 17,
6883 9, 29|128,1,
6884 OPC_CheckPatternPredicate0,
6885 OPC_EmitMergeInputChains1_0,
6886 OPC_MorphNodeTo1Chain, TARGET_VAL(WebAssembly::LOCAL_GET_V128),
6887 29|128,1, 1, 17,
6888 0,
6889 22|128,1, TARGET_VAL(WebAssemblyISD::LOCAL_SET),
6890 OPC_RecordNode,
6891 OPC_RecordChild1,
6892 OPC_MoveChild1,
6893 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
6894 OPC_MoveParent,
6895 OPC_RecordChild2,
6896 OPC_Scope, 7,
6897 OPC_CheckChild2TypeI32,
6898 OPC_EmitMergeInputChains1_0,
6899 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::LOCAL_SET_I32),
6900 2, 42,
6901 7,
6902 OPC_CheckChild2TypeI64,
6903 OPC_EmitMergeInputChains1_0,
6904 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::LOCAL_SET_I64),
6905 2, 42,
6906 8,
6907 OPC_CheckChild2Type, MVT::f32,
6908 OPC_EmitMergeInputChains1_0,
6909 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::LOCAL_SET_F32),
6910 2, 42,
6911 8,
6912 OPC_CheckChild2Type, MVT::f64,
6913 OPC_EmitMergeInputChains1_0,
6914 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::LOCAL_SET_F64),
6915 2, 42,
6916 9,
6917 OPC_CheckChild2Type, MVT::v2i64,
6918 OPC_CheckPatternPredicate0,
6919 OPC_EmitMergeInputChains1_0,
6920 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::LOCAL_SET_V128),
6921 2, 42,
6922 9,
6923 OPC_CheckChild2Type, MVT::v4i32,
6924 OPC_CheckPatternPredicate0,
6925 OPC_EmitMergeInputChains1_0,
6926 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::LOCAL_SET_V128),
6927 2, 42,
6928 9,
6929 OPC_CheckChild2Type, MVT::v16i8,
6930 OPC_CheckPatternPredicate0,
6931 OPC_EmitMergeInputChains1_0,
6932 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::LOCAL_SET_V128),
6933 2, 42,
6934 9,
6935 OPC_CheckChild2Type, MVT::v8i16,
6936 OPC_CheckPatternPredicate0,
6937 OPC_EmitMergeInputChains1_0,
6938 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::LOCAL_SET_V128),
6939 2, 42,
6940 9,
6941 OPC_CheckChild2Type, MVT::v8f16,
6942 OPC_CheckPatternPredicate0,
6943 OPC_EmitMergeInputChains1_0,
6944 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::LOCAL_SET_V128),
6945 2, 42,
6946 10,
6947 OPC_CheckChild2Type, 11|128,1,
6948 OPC_CheckPatternPredicate0,
6949 OPC_EmitMergeInputChains1_0,
6950 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::LOCAL_SET_V128),
6951 2, 42,
6952 10,
6953 OPC_CheckChild2Type, 29|128,1,
6954 OPC_CheckPatternPredicate0,
6955 OPC_EmitMergeInputChains1_0,
6956 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::LOCAL_SET_V128),
6957 2, 42,
6958 10,
6959 OPC_CheckChild2Type, 127|128,1,
6960 OPC_CheckPatternPredicate6,
6961 OPC_EmitMergeInputChains1_0,
6962 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::LOCAL_SET_FUNCREF),
6963 2, 42,
6964 10,
6965 OPC_CheckChild2Type, 0|128,2,
6966 OPC_CheckPatternPredicate6,
6967 OPC_EmitMergeInputChains1_0,
6968 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::LOCAL_SET_EXTERNREF),
6969 2, 42,
6970 11,
6971 OPC_CheckChild2Type, 1|128,2,
6972 OPC_CheckPatternPredicate, 8,
6973 OPC_EmitMergeInputChains1_0,
6974 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::LOCAL_SET_EXNREF),
6975 2, 42,
6976 0,
6977 0|128,1, TARGET_VAL(WebAssemblyISD::Wrapper),
6978 OPC_RecordChild0,
6979 OPC_MoveChild0,
6980 OPC_SwitchOpcode , 47, TARGET_VAL(ISD::TargetGlobalAddress),
6981 OPC_MoveParent,
6982 OPC_SwitchType , 20, MVT::i32,
6983 OPC_Scope, 8,
6984 OPC_CheckPatternPredicate, 17,
6985 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_I32),
6986 MVT::i32, 1, 2,
6987 8,
6988 OPC_CheckPatternPredicate, 14,
6989 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GLOBAL_GET_I32),
6990 MVT::i32, 1, 2,
6991 0,
6992 20, MVT::i64,
6993 OPC_Scope, 8,
6994 OPC_CheckPatternPredicate, 18,
6995 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_I64),
6996 MVT::i64, 1, 2,
6997 8,
6998 OPC_CheckPatternPredicate, 15,
6999 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GLOBAL_GET_I64),
7000 MVT::i64, 1, 2,
7001 0,
7002 0,
7003 21, TARGET_VAL(ISD::TargetGlobalTLSAddress),
7004 OPC_MoveParent,
7005 OPC_SwitchType , 7, MVT::i32,
7006 OPC_CheckPatternPredicate3,
7007 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GLOBAL_GET_I32),
7008 MVT::i32, 1, 2,
7009 7, MVT::i64,
7010 OPC_CheckPatternPredicate4,
7011 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GLOBAL_GET_I64),
7012 MVT::i64, 1, 2,
7013 0,
7014 47, TARGET_VAL(ISD::TargetExternalSymbol),
7015 OPC_MoveParent,
7016 OPC_SwitchType , 20, MVT::i32,
7017 OPC_Scope, 8,
7018 OPC_CheckPatternPredicate, 14,
7019 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GLOBAL_GET_I32),
7020 MVT::i32, 1, 2,
7021 8,
7022 OPC_CheckPatternPredicate, 17,
7023 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_I32),
7024 MVT::i32, 1, 2,
7025 0,
7026 20, MVT::i64,
7027 OPC_Scope, 8,
7028 OPC_CheckPatternPredicate, 15,
7029 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::GLOBAL_GET_I64),
7030 MVT::i64, 1, 2,
7031 8,
7032 OPC_CheckPatternPredicate, 18,
7033 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_I64),
7034 MVT::i64, 1, 2,
7035 0,
7036 0,
7037 0,
7038 80, TARGET_VAL(WebAssemblyISD::WrapperREL),
7039 OPC_RecordChild0,
7040 OPC_MoveChild0,
7041 OPC_SwitchOpcode , 23, TARGET_VAL(ISD::TargetGlobalAddress),
7042 OPC_MoveParent,
7043 OPC_SwitchType , 8, MVT::i32,
7044 OPC_CheckPatternPredicate, 14,
7045 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_I32),
7046 MVT::i32, 1, 2,
7047 8, MVT::i64,
7048 OPC_CheckPatternPredicate, 15,
7049 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_I64),
7050 MVT::i64, 1, 2,
7051 0,
7052 21, TARGET_VAL(ISD::TargetGlobalTLSAddress),
7053 OPC_MoveParent,
7054 OPC_SwitchType , 7, MVT::i32,
7055 OPC_CheckPatternPredicate3,
7056 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_I32),
7057 MVT::i32, 1, 2,
7058 7, MVT::i64,
7059 OPC_CheckPatternPredicate4,
7060 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_I64),
7061 MVT::i64, 1, 2,
7062 0,
7063 23, TARGET_VAL(ISD::TargetExternalSymbol),
7064 OPC_MoveParent,
7065 OPC_SwitchType , 8, MVT::i32,
7066 OPC_CheckPatternPredicate, 14,
7067 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_I32),
7068 MVT::i32, 1, 2,
7069 8, MVT::i64,
7070 OPC_CheckPatternPredicate, 15,
7071 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_I64),
7072 MVT::i64, 1, 2,
7073 0,
7074 0,
7075 41, TARGET_VAL(WebAssemblyISD::MEMSET),
7076 OPC_RecordNode,
7077 OPC_RecordChild1,
7078 OPC_MoveChild1,
7079 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
7080 OPC_CheckTypeI32,
7081 OPC_MoveParent,
7082 OPC_RecordChild2,
7083 OPC_Scope, 14,
7084 OPC_CheckChild2TypeI32,
7085 OPC_RecordChild3,
7086 OPC_CheckChild3TypeI32,
7087 OPC_RecordChild4,
7088 OPC_CheckChild4TypeI32,
7089 OPC_CheckPatternPredicate, 9,
7090 OPC_EmitMergeInputChains1_0,
7091 OPC_EmitConvertToTarget1,
7092 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::MEMSET_A32),
7093 4, 69,
7094 14,
7095 OPC_CheckChild2TypeI64,
7096 OPC_RecordChild3,
7097 OPC_CheckChild3TypeI32,
7098 OPC_RecordChild4,
7099 OPC_CheckChild4TypeI64,
7100 OPC_CheckPatternPredicate, 9,
7101 OPC_EmitMergeInputChains1_0,
7102 OPC_EmitConvertToTarget1,
7103 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::MEMSET_A64),
7104 4, 69,
7105 0,
7106 21, TARGET_VAL(ISD::Constant),
7107 OPC_RecordNode,
7108 OPC_SwitchType , 7, MVT::i32,
7109 OPC_EmitConvertToTarget0,
7110 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_I32),
7111 MVT::i32, 1, 17,
7112 7, MVT::i64,
7113 OPC_EmitConvertToTarget0,
7114 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_I64),
7115 MVT::i64, 1, 17,
7116 0,
7117 13, TARGET_VAL(ISD::BR),
7118 OPC_RecordNode,
7119 OPC_RecordChild1,
7120 OPC_MoveChild1,
7121 OPC_CheckOpcode, TARGET_VAL(ISD::BasicBlock),
7122 OPC_MoveParent,
7123 OPC_EmitMergeInputChains1_0,
7124 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::BR),
7125 1, 17,
7126 22, TARGET_VAL(WebAssemblyISD::BR_TABLE),
7127 OPC_RecordNode,
7128 OPC_RecordChild1,
7129 OPC_Scope, 8,
7130 OPC_CheckChild1TypeI32,
7131 OPC_EmitMergeInputChains1_0,
7132 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::BR_TABLE_I32), 0|OPFL_Chain|OPFL_Variadic1,
7133 1, 17,
7134 8,
7135 OPC_CheckChild1TypeI64,
7136 OPC_EmitMergeInputChains1_0,
7137 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::BR_TABLE_I64), 0|OPFL_Chain|OPFL_Variadic1,
7138 1, 17,
7139 0,
7140 7, TARGET_VAL(WebAssemblyISD::RETURN),
7141 OPC_RecordNode,
7142 OPC_EmitMergeInputChains1_0,
7143 OPC_MorphNodeTo0, TARGET_VAL(WebAssembly::RETURN), 0|OPFL_Chain|OPFL_Variadic0,
7144 0,
7145 6, TARGET_VAL(ISD::TRAP),
7146 OPC_RecordNode,
7147 OPC_EmitMergeInputChains1_0,
7148 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::UNREACHABLE),
7149 0,
7150 6, TARGET_VAL(ISD::DEBUGTRAP),
7151 OPC_RecordNode,
7152 OPC_EmitMergeInputChains1_0,
7153 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::DEBUG_UNREACHABLE),
7154 0,
7155 15, TARGET_VAL(ISD::CLEANUPRET),
7156 OPC_RecordNode,
7157 OPC_RecordChild1,
7158 OPC_MoveChild1,
7159 OPC_CheckOpcode, TARGET_VAL(ISD::BasicBlock),
7160 OPC_MoveParent,
7161 OPC_CheckPatternPredicate, 19,
7162 OPC_EmitMergeInputChains1_0,
7163 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::CLEANUPRET),
7164 1, 17,
7165 20, TARGET_VAL(ISD::CATCHRET),
7166 OPC_RecordNode,
7167 OPC_RecordChild1,
7168 OPC_MoveChild1,
7169 OPC_CheckOpcode, TARGET_VAL(ISD::BasicBlock),
7170 OPC_MoveSibling2,
7171 OPC_CheckOpcode, TARGET_VAL(ISD::BasicBlock),
7172 OPC_RecordNode,
7173 OPC_MoveParent,
7174 OPC_CheckPatternPredicate, 19,
7175 OPC_EmitMergeInputChains1_0,
7176 OPC_MorphNodeTo0Chain, TARGET_VAL(WebAssembly::CATCHRET),
7177 2, 42,
7178 7, TARGET_VAL(ISD::TRUNCATE),
7179 OPC_RecordChild0,
7180 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I32_WRAP_I64),
7181 MVT::i32, 1, 2,
7182 7, TARGET_VAL(ISD::SIGN_EXTEND),
7183 OPC_RecordChild0,
7184 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I64_EXTEND_S_I32),
7185 MVT::i64, 1, 2,
7186 4|128,1, TARGET_VAL(ISD::FP_TO_SINT),
7187 OPC_RecordChild0,
7188 OPC_Scope, 48,
7189 OPC_CheckChild0Type, MVT::f32,
7190 OPC_SwitchType , 20, MVT::i32,
7191 OPC_Scope, 8,
7192 OPC_CheckPatternPredicate, 10,
7193 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I32_TRUNC_S_SAT_F32),
7194 MVT::i32, 1, 2,
7195 8,
7196 OPC_CheckPatternPredicate, 11,
7197 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::FP_TO_SINT_I32_F32),
7198 MVT::i32, 1, 2,
7199 0,
7200 20, MVT::i64,
7201 OPC_Scope, 8,
7202 OPC_CheckPatternPredicate, 10,
7203 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I64_TRUNC_S_SAT_F32),
7204 MVT::i64, 1, 2,
7205 8,
7206 OPC_CheckPatternPredicate, 11,
7207 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::FP_TO_SINT_I64_F32),
7208 MVT::i64, 1, 2,
7209 0,
7210 0,
7211 48,
7212 OPC_CheckChild0Type, MVT::f64,
7213 OPC_SwitchType , 20, MVT::i32,
7214 OPC_Scope, 8,
7215 OPC_CheckPatternPredicate, 10,
7216 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I32_TRUNC_S_SAT_F64),
7217 MVT::i32, 1, 2,
7218 8,
7219 OPC_CheckPatternPredicate, 11,
7220 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::FP_TO_SINT_I32_F64),
7221 MVT::i32, 1, 2,
7222 0,
7223 20, MVT::i64,
7224 OPC_Scope, 8,
7225 OPC_CheckPatternPredicate, 10,
7226 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I64_TRUNC_S_SAT_F64),
7227 MVT::i64, 1, 2,
7228 8,
7229 OPC_CheckPatternPredicate, 11,
7230 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::FP_TO_SINT_I64_F64),
7231 MVT::i64, 1, 2,
7232 0,
7233 0,
7234 20,
7235 OPC_CheckType, MVT::v4i32,
7236 OPC_Scope, 7,
7237 OPC_CheckPatternPredicate5,
7238 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::int_wasm_relaxed_trunc_signed_I32x4),
7239 MVT::v4i32, 1, 2,
7240 7,
7241 OPC_CheckPatternPredicate0,
7242 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::fp_to_sint_I32x4),
7243 MVT::v4i32, 1, 2,
7244 0,
7245 9,
7246 OPC_CheckType, MVT::v8i16,
7247 OPC_CheckPatternPredicate7,
7248 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::fp_to_sint_I16x8),
7249 MVT::v8i16, 1, 2,
7250 0,
7251 4|128,1, TARGET_VAL(ISD::FP_TO_UINT),
7252 OPC_RecordChild0,
7253 OPC_Scope, 48,
7254 OPC_CheckChild0Type, MVT::f32,
7255 OPC_SwitchType , 20, MVT::i32,
7256 OPC_Scope, 8,
7257 OPC_CheckPatternPredicate, 10,
7258 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I32_TRUNC_U_SAT_F32),
7259 MVT::i32, 1, 2,
7260 8,
7261 OPC_CheckPatternPredicate, 11,
7262 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::FP_TO_UINT_I32_F32),
7263 MVT::i32, 1, 2,
7264 0,
7265 20, MVT::i64,
7266 OPC_Scope, 8,
7267 OPC_CheckPatternPredicate, 10,
7268 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I64_TRUNC_U_SAT_F32),
7269 MVT::i64, 1, 2,
7270 8,
7271 OPC_CheckPatternPredicate, 11,
7272 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::FP_TO_UINT_I64_F32),
7273 MVT::i64, 1, 2,
7274 0,
7275 0,
7276 48,
7277 OPC_CheckChild0Type, MVT::f64,
7278 OPC_SwitchType , 20, MVT::i32,
7279 OPC_Scope, 8,
7280 OPC_CheckPatternPredicate, 10,
7281 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I32_TRUNC_U_SAT_F64),
7282 MVT::i32, 1, 2,
7283 8,
7284 OPC_CheckPatternPredicate, 11,
7285 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::FP_TO_UINT_I32_F64),
7286 MVT::i32, 1, 2,
7287 0,
7288 20, MVT::i64,
7289 OPC_Scope, 8,
7290 OPC_CheckPatternPredicate, 10,
7291 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I64_TRUNC_U_SAT_F64),
7292 MVT::i64, 1, 2,
7293 8,
7294 OPC_CheckPatternPredicate, 11,
7295 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::FP_TO_UINT_I64_F64),
7296 MVT::i64, 1, 2,
7297 0,
7298 0,
7299 20,
7300 OPC_CheckType, MVT::v4i32,
7301 OPC_Scope, 7,
7302 OPC_CheckPatternPredicate5,
7303 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::int_wasm_relaxed_trunc_unsigned_I32x4),
7304 MVT::v4i32, 1, 2,
7305 7,
7306 OPC_CheckPatternPredicate0,
7307 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::fp_to_uint_I32x4),
7308 MVT::v4i32, 1, 2,
7309 0,
7310 9,
7311 OPC_CheckType, MVT::v8i16,
7312 OPC_CheckPatternPredicate7,
7313 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::fp_to_uint_I16x8),
7314 MVT::v8i16, 1, 2,
7315 0,
7316 87, TARGET_VAL(ISD::FP_TO_SINT_SAT),
7317 OPC_RecordChild0,
7318 OPC_Scope, 27,
7319 OPC_CheckChild0Type, MVT::f32,
7320 OPC_MoveChild1,
7321 OPC_Scope, 10,
7322 OPC_CheckValueType, MVT::i32,
7323 OPC_MoveParent,
7324 OPC_CheckTypeI32,
7325 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I32_TRUNC_S_SAT_F32),
7326 MVT::i32, 1, 2,
7327 10,
7328 OPC_CheckValueType, MVT::i64,
7329 OPC_MoveParent,
7330 OPC_CheckTypeI64,
7331 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I64_TRUNC_S_SAT_F32),
7332 MVT::i64, 1, 2,
7333 0,
7334 27,
7335 OPC_CheckChild0Type, MVT::f64,
7336 OPC_MoveChild1,
7337 OPC_Scope, 10,
7338 OPC_CheckValueType, MVT::i32,
7339 OPC_MoveParent,
7340 OPC_CheckTypeI32,
7341 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I32_TRUNC_S_SAT_F64),
7342 MVT::i32, 1, 2,
7343 10,
7344 OPC_CheckValueType, MVT::i64,
7345 OPC_MoveParent,
7346 OPC_CheckTypeI64,
7347 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I64_TRUNC_S_SAT_F64),
7348 MVT::i64, 1, 2,
7349 0,
7350 27,
7351 OPC_MoveChild1,
7352 OPC_Scope, 11,
7353 OPC_CheckValueType, MVT::i32,
7354 OPC_MoveParent,
7355 OPC_CheckType, MVT::v4i32,
7356 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::fp_to_sint_I32x4),
7357 MVT::v4i32, 1, 2,
7358 11,
7359 OPC_CheckValueType, MVT::i16,
7360 OPC_MoveParent,
7361 OPC_CheckType, MVT::v8i16,
7362 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::fp_to_sint_I16x8),
7363 MVT::v8i16, 1, 2,
7364 0,
7365 0,
7366 87, TARGET_VAL(ISD::FP_TO_UINT_SAT),
7367 OPC_RecordChild0,
7368 OPC_Scope, 27,
7369 OPC_CheckChild0Type, MVT::f32,
7370 OPC_MoveChild1,
7371 OPC_Scope, 10,
7372 OPC_CheckValueType, MVT::i32,
7373 OPC_MoveParent,
7374 OPC_CheckTypeI32,
7375 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I32_TRUNC_U_SAT_F32),
7376 MVT::i32, 1, 2,
7377 10,
7378 OPC_CheckValueType, MVT::i64,
7379 OPC_MoveParent,
7380 OPC_CheckTypeI64,
7381 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I64_TRUNC_U_SAT_F32),
7382 MVT::i64, 1, 2,
7383 0,
7384 27,
7385 OPC_CheckChild0Type, MVT::f64,
7386 OPC_MoveChild1,
7387 OPC_Scope, 10,
7388 OPC_CheckValueType, MVT::i32,
7389 OPC_MoveParent,
7390 OPC_CheckTypeI32,
7391 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I32_TRUNC_U_SAT_F64),
7392 MVT::i32, 1, 2,
7393 10,
7394 OPC_CheckValueType, MVT::i64,
7395 OPC_MoveParent,
7396 OPC_CheckTypeI64,
7397 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I64_TRUNC_U_SAT_F64),
7398 MVT::i64, 1, 2,
7399 0,
7400 27,
7401 OPC_MoveChild1,
7402 OPC_Scope, 11,
7403 OPC_CheckValueType, MVT::i32,
7404 OPC_MoveParent,
7405 OPC_CheckType, MVT::v4i32,
7406 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::fp_to_uint_I32x4),
7407 MVT::v4i32, 1, 2,
7408 11,
7409 OPC_CheckValueType, MVT::i16,
7410 OPC_MoveParent,
7411 OPC_CheckType, MVT::v8i16,
7412 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::fp_to_uint_I16x8),
7413 MVT::v8i16, 1, 2,
7414 0,
7415 0,
7416 46|128,2, TARGET_VAL(ISD::BITCAST),
7417 OPC_RecordChild0,
7418 OPC_Scope, 9,
7419 OPC_CheckChild0Type, MVT::f32,
7420 OPC_CheckTypeI32,
7421 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I32_REINTERPRET_F32),
7422 MVT::i32, 1, 2,
7423 9,
7424 OPC_CheckChild0Type, MVT::f64,
7425 OPC_CheckTypeI64,
7426 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::I64_REINTERPRET_F64),
7427 MVT::i64, 1, 2,
7428 9,
7429 OPC_CheckChild0TypeI32,
7430 OPC_CheckType, MVT::f32,
7431 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::F32_REINTERPRET_I32),
7432 MVT::f32, 1, 2,
7433 9,
7434 OPC_CheckChild0TypeI64,
7435 OPC_CheckType, MVT::f64,
7436 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::F64_REINTERPRET_I64),
7437 MVT::f64, 1, 2,
7438 36,
7439 OPC_CheckChild0Type, MVT::v8i16,
7440 OPC_SwitchType , 3, MVT::v16i8,
7441 OPC_CompleteMatch, 1, 0,
7442
7443 3, MVT::v4i32,
7444 OPC_CompleteMatch, 1, 0,
7445
7446 3, MVT::v2i64,
7447 OPC_CompleteMatch, 1, 0,
7448
7449 3, 11|128,1,
7450 OPC_CompleteMatch, 1, 0,
7451
7452 3, 29|128,1,
7453 OPC_CompleteMatch, 1, 0,
7454
7455 3, MVT::v8f16,
7456 OPC_CompleteMatch, 1, 0,
7457
7458 0,
7459 36,
7460 OPC_CheckChild0Type, MVT::v4i32,
7461 OPC_SwitchType , 3, MVT::v16i8,
7462 OPC_CompleteMatch, 1, 0,
7463
7464 3, MVT::v8i16,
7465 OPC_CompleteMatch, 1, 0,
7466
7467 3, MVT::v2i64,
7468 OPC_CompleteMatch, 1, 0,
7469
7470 3, 11|128,1,
7471 OPC_CompleteMatch, 1, 0,
7472
7473 3, 29|128,1,
7474 OPC_CompleteMatch, 1, 0,
7475
7476 3, MVT::v8f16,
7477 OPC_CompleteMatch, 1, 0,
7478
7479 0,
7480 36,
7481 OPC_CheckChild0Type, MVT::v2i64,
7482 OPC_SwitchType , 3, MVT::v16i8,
7483 OPC_CompleteMatch, 1, 0,
7484
7485 3, MVT::v8i16,
7486 OPC_CompleteMatch, 1, 0,
7487
7488 3, MVT::v4i32,
7489 OPC_CompleteMatch, 1, 0,
7490
7491 3, 11|128,1,
7492 OPC_CompleteMatch, 1, 0,
7493
7494 3, 29|128,1,
7495 OPC_CompleteMatch, 1, 0,
7496
7497 3, MVT::v8f16,
7498 OPC_CompleteMatch, 1, 0,
7499
7500 0,
7501 36,
7502 OPC_CheckChild0Type, 11|128,1,
7503 OPC_SwitchType , 3, MVT::v16i8,
7504 OPC_CompleteMatch, 1, 0,
7505
7506 3, MVT::v8i16,
7507 OPC_CompleteMatch, 1, 0,
7508
7509 3, MVT::v4i32,
7510 OPC_CompleteMatch, 1, 0,
7511
7512 3, MVT::v2i64,
7513 OPC_CompleteMatch, 1, 0,
7514
7515 3, 29|128,1,
7516 OPC_CompleteMatch, 1, 0,
7517
7518 3, MVT::v8f16,
7519 OPC_CompleteMatch, 1, 0,
7520
7521 0,
7522 36,
7523 OPC_CheckChild0Type, 29|128,1,
7524 OPC_SwitchType , 3, MVT::v16i8,
7525 OPC_CompleteMatch, 1, 0,
7526
7527 3, MVT::v8i16,
7528 OPC_CompleteMatch, 1, 0,
7529
7530 3, MVT::v4i32,
7531 OPC_CompleteMatch, 1, 0,
7532
7533 3, MVT::v2i64,
7534 OPC_CompleteMatch, 1, 0,
7535
7536 3, 11|128,1,
7537 OPC_CompleteMatch, 1, 0,
7538
7539 3, MVT::v8f16,
7540 OPC_CompleteMatch, 1, 0,
7541
7542 0,
7543 36,
7544 OPC_CheckChild0Type, MVT::v8f16,
7545 OPC_SwitchType , 3, MVT::v16i8,
7546 OPC_CompleteMatch, 1, 0,
7547
7548 3, MVT::v8i16,
7549 OPC_CompleteMatch, 1, 0,
7550
7551 3, MVT::v4i32,
7552 OPC_CompleteMatch, 1, 0,
7553
7554 3, MVT::v2i64,
7555 OPC_CompleteMatch, 1, 0,
7556
7557 3, 11|128,1,
7558 OPC_CompleteMatch, 1, 0,
7559
7560 3, 29|128,1,
7561 OPC_CompleteMatch, 1, 0,
7562
7563 0,
7564 36,
7565 OPC_CheckChild0Type, MVT::v16i8,
7566 OPC_SwitchType , 3, MVT::v8i16,
7567 OPC_CompleteMatch, 1, 0,
7568
7569 3, MVT::v4i32,
7570 OPC_CompleteMatch, 1, 0,
7571
7572 3, MVT::v2i64,
7573 OPC_CompleteMatch, 1, 0,
7574
7575 3, 11|128,1,
7576 OPC_CompleteMatch, 1, 0,
7577
7578 3, 29|128,1,
7579 OPC_CompleteMatch, 1, 0,
7580
7581 3, MVT::v8f16,
7582 OPC_CompleteMatch, 1, 0,
7583
7584 0,
7585 0,
7586 3|128,81, TARGET_VAL(ISD::ADD),
7587 OPC_Scope, 20,
7588 OPC_RecordChild0,
7589 OPC_RecordChild1,
7590 OPC_SwitchType , 6, MVT::i32,
7591 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ADD_I32),
7592 MVT::i32, 2, 16,
7593 6, MVT::i64,
7594 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ADD_I64),
7595 MVT::i64, 2, 16,
7596 0,
7597 33|128,80,
7598 OPC_MoveChild0,
7599 OPC_SwitchOpcode , 96|128,70, TARGET_VAL(WebAssemblyISD::SHUFFLE),
7600 OPC_MoveChild0,
7601 OPC_SwitchOpcode , 11|128,59, TARGET_VAL(ISD::MUL),
7602 OPC_MoveChild0,
7603 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
7604 OPC_RecordChild0,
7605 OPC_Scope, 64|128,29,
7606 OPC_CheckChild0Type, MVT::v8i16,
7607 OPC_MoveSibling1,
7608 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
7609 OPC_RecordChild0,
7610 OPC_CheckChild0Type, MVT::v8i16,
7611 OPC_MoveParent,
7612 OPC_CheckType, MVT::v4i32,
7613 OPC_MoveSibling1,
7614 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
7615 OPC_MoveChild0,
7616 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
7617 OPC_Scope, 8|128,4,
7618 OPC_CheckChild0Same, 0,
7619 OPC_MoveSibling1,
7620 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
7621 OPC_CheckChild0Same, 1,
7622 OPC_MoveParent,
7623 OPC_CheckType, MVT::v4i32,
7624 OPC_MoveParent,
7625 OPC_CheckChild2Integer, 0,
7626 OPC_CheckChild2TypeI32,
7627 OPC_CheckChild3Integer, 1,
7628 OPC_CheckChild3TypeI32,
7629 OPC_CheckChild4Integer, 2,
7630 OPC_CheckChild4TypeI32,
7631 OPC_MoveChild5,
7632 OPC_CheckInteger, 3,
7633 OPC_CheckTypeI32,
7634 OPC_MoveSibling6,
7635 OPC_CheckInteger, 8,
7636 OPC_CheckTypeI32,
7637 OPC_MoveSibling7,
7638 OPC_CheckInteger, 9,
7639 OPC_CheckTypeI32,
7640 OPC_MoveSibling, 8,
7641 OPC_CheckInteger, 10,
7642 OPC_CheckTypeI32,
7643 OPC_MoveSibling, 9,
7644 OPC_CheckInteger, 11,
7645 OPC_CheckTypeI32,
7646 OPC_MoveSibling, 10,
7647 OPC_CheckInteger, 16,
7648 OPC_CheckTypeI32,
7649 OPC_MoveSibling, 11,
7650 OPC_CheckInteger, 17,
7651 OPC_CheckTypeI32,
7652 OPC_MoveSibling, 12,
7653 OPC_CheckInteger, 18,
7654 OPC_CheckTypeI32,
7655 OPC_MoveSibling, 13,
7656 OPC_CheckInteger, 19,
7657 OPC_CheckTypeI32,
7658 OPC_MoveSibling, 14,
7659 OPC_CheckInteger, 24,
7660 OPC_CheckTypeI32,
7661 OPC_MoveSibling, 15,
7662 OPC_CheckInteger, 25,
7663 OPC_CheckTypeI32,
7664 OPC_MoveSibling, 16,
7665 OPC_CheckInteger, 26,
7666 OPC_CheckTypeI32,
7667 OPC_MoveSibling, 17,
7668 OPC_CheckInteger, 27,
7669 OPC_CheckTypeI32,
7670 OPC_MoveParent,
7671 OPC_MoveSibling1,
7672 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
7673 OPC_MoveChild0,
7674 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
7675 OPC_MoveChild0,
7676 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
7677 OPC_Scope, 81|128,1,
7678 OPC_CheckChild0Same, 0,
7679 OPC_MoveSibling1,
7680 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
7681 OPC_CheckChild0Same, 1,
7682 OPC_MoveParent,
7683 OPC_CheckType, MVT::v4i32,
7684 OPC_MoveSibling1,
7685 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
7686 OPC_MoveChild0,
7687 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
7688 OPC_Scope, 93,
7689 OPC_CheckChild0Same, 0,
7690 OPC_MoveSibling1,
7691 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
7692 OPC_CheckChild0Same, 1,
7693 OPC_MoveParent,
7694 OPC_CheckType, MVT::v4i32,
7695 OPC_MoveParent,
7696 OPC_CheckChild2Integer, 4,
7697 OPC_CheckChild2TypeI32,
7698 OPC_CheckChild3Integer, 5,
7699 OPC_CheckChild3TypeI32,
7700 OPC_CheckChild4Integer, 6,
7701 OPC_CheckChild4TypeI32,
7702 OPC_MoveChild5,
7703 OPC_CheckInteger, 7,
7704 OPC_CheckTypeI32,
7705 OPC_MoveSibling6,
7706 OPC_CheckInteger, 12,
7707 OPC_CheckTypeI32,
7708 OPC_MoveSibling7,
7709 OPC_CheckInteger, 13,
7710 OPC_CheckTypeI32,
7711 OPC_MoveSibling, 8,
7712 OPC_CheckInteger, 14,
7713 OPC_CheckTypeI32,
7714 OPC_MoveSibling, 9,
7715 OPC_CheckInteger, 15,
7716 OPC_CheckTypeI32,
7717 OPC_MoveSibling, 10,
7718 OPC_CheckInteger, 20,
7719 OPC_CheckTypeI32,
7720 OPC_MoveSibling, 11,
7721 OPC_CheckInteger, 21,
7722 OPC_CheckTypeI32,
7723 OPC_MoveSibling, 12,
7724 OPC_CheckInteger, 22,
7725 OPC_CheckTypeI32,
7726 OPC_MoveSibling, 13,
7727 OPC_CheckInteger, 23,
7728 OPC_CheckTypeI32,
7729 OPC_MoveSibling, 14,
7730 OPC_CheckInteger, 28,
7731 OPC_CheckTypeI32,
7732 OPC_MoveSibling, 15,
7733 OPC_CheckInteger, 29,
7734 OPC_CheckTypeI32,
7735 OPC_MoveSibling, 16,
7736 OPC_CheckInteger, 30,
7737 OPC_CheckTypeI32,
7738 OPC_MoveSibling, 17,
7739 OPC_CheckInteger, 31,
7740 OPC_CheckTypeI32,
7741 OPC_MoveParent,
7742 OPC_MoveParent,
7743 OPC_CheckType, MVT::v4i32,
7744 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
7745 MVT::v4i32, 2, 16,
7746 93,
7747 OPC_CheckChild0Same, 1,
7748 OPC_MoveSibling1,
7749 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
7750 OPC_CheckChild0Same, 0,
7751 OPC_MoveParent,
7752 OPC_CheckType, MVT::v4i32,
7753 OPC_MoveParent,
7754 OPC_CheckChild2Integer, 4,
7755 OPC_CheckChild2TypeI32,
7756 OPC_CheckChild3Integer, 5,
7757 OPC_CheckChild3TypeI32,
7758 OPC_CheckChild4Integer, 6,
7759 OPC_CheckChild4TypeI32,
7760 OPC_MoveChild5,
7761 OPC_CheckInteger, 7,
7762 OPC_CheckTypeI32,
7763 OPC_MoveSibling6,
7764 OPC_CheckInteger, 12,
7765 OPC_CheckTypeI32,
7766 OPC_MoveSibling7,
7767 OPC_CheckInteger, 13,
7768 OPC_CheckTypeI32,
7769 OPC_MoveSibling, 8,
7770 OPC_CheckInteger, 14,
7771 OPC_CheckTypeI32,
7772 OPC_MoveSibling, 9,
7773 OPC_CheckInteger, 15,
7774 OPC_CheckTypeI32,
7775 OPC_MoveSibling, 10,
7776 OPC_CheckInteger, 20,
7777 OPC_CheckTypeI32,
7778 OPC_MoveSibling, 11,
7779 OPC_CheckInteger, 21,
7780 OPC_CheckTypeI32,
7781 OPC_MoveSibling, 12,
7782 OPC_CheckInteger, 22,
7783 OPC_CheckTypeI32,
7784 OPC_MoveSibling, 13,
7785 OPC_CheckInteger, 23,
7786 OPC_CheckTypeI32,
7787 OPC_MoveSibling, 14,
7788 OPC_CheckInteger, 28,
7789 OPC_CheckTypeI32,
7790 OPC_MoveSibling, 15,
7791 OPC_CheckInteger, 29,
7792 OPC_CheckTypeI32,
7793 OPC_MoveSibling, 16,
7794 OPC_CheckInteger, 30,
7795 OPC_CheckTypeI32,
7796 OPC_MoveSibling, 17,
7797 OPC_CheckInteger, 31,
7798 OPC_CheckTypeI32,
7799 OPC_MoveParent,
7800 OPC_MoveParent,
7801 OPC_CheckType, MVT::v4i32,
7802 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
7803 MVT::v4i32, 2, 16,
7804 0,
7805 81|128,1,
7806 OPC_CheckChild0Same, 1,
7807 OPC_MoveSibling1,
7808 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
7809 OPC_CheckChild0Same, 0,
7810 OPC_MoveParent,
7811 OPC_CheckType, MVT::v4i32,
7812 OPC_MoveSibling1,
7813 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
7814 OPC_MoveChild0,
7815 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
7816 OPC_Scope, 93,
7817 OPC_CheckChild0Same, 0,
7818 OPC_MoveSibling1,
7819 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
7820 OPC_CheckChild0Same, 1,
7821 OPC_MoveParent,
7822 OPC_CheckType, MVT::v4i32,
7823 OPC_MoveParent,
7824 OPC_CheckChild2Integer, 4,
7825 OPC_CheckChild2TypeI32,
7826 OPC_CheckChild3Integer, 5,
7827 OPC_CheckChild3TypeI32,
7828 OPC_CheckChild4Integer, 6,
7829 OPC_CheckChild4TypeI32,
7830 OPC_MoveChild5,
7831 OPC_CheckInteger, 7,
7832 OPC_CheckTypeI32,
7833 OPC_MoveSibling6,
7834 OPC_CheckInteger, 12,
7835 OPC_CheckTypeI32,
7836 OPC_MoveSibling7,
7837 OPC_CheckInteger, 13,
7838 OPC_CheckTypeI32,
7839 OPC_MoveSibling, 8,
7840 OPC_CheckInteger, 14,
7841 OPC_CheckTypeI32,
7842 OPC_MoveSibling, 9,
7843 OPC_CheckInteger, 15,
7844 OPC_CheckTypeI32,
7845 OPC_MoveSibling, 10,
7846 OPC_CheckInteger, 20,
7847 OPC_CheckTypeI32,
7848 OPC_MoveSibling, 11,
7849 OPC_CheckInteger, 21,
7850 OPC_CheckTypeI32,
7851 OPC_MoveSibling, 12,
7852 OPC_CheckInteger, 22,
7853 OPC_CheckTypeI32,
7854 OPC_MoveSibling, 13,
7855 OPC_CheckInteger, 23,
7856 OPC_CheckTypeI32,
7857 OPC_MoveSibling, 14,
7858 OPC_CheckInteger, 28,
7859 OPC_CheckTypeI32,
7860 OPC_MoveSibling, 15,
7861 OPC_CheckInteger, 29,
7862 OPC_CheckTypeI32,
7863 OPC_MoveSibling, 16,
7864 OPC_CheckInteger, 30,
7865 OPC_CheckTypeI32,
7866 OPC_MoveSibling, 17,
7867 OPC_CheckInteger, 31,
7868 OPC_CheckTypeI32,
7869 OPC_MoveParent,
7870 OPC_MoveParent,
7871 OPC_CheckType, MVT::v4i32,
7872 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
7873 MVT::v4i32, 2, 16,
7874 93,
7875 OPC_CheckChild0Same, 1,
7876 OPC_MoveSibling1,
7877 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
7878 OPC_CheckChild0Same, 0,
7879 OPC_MoveParent,
7880 OPC_CheckType, MVT::v4i32,
7881 OPC_MoveParent,
7882 OPC_CheckChild2Integer, 4,
7883 OPC_CheckChild2TypeI32,
7884 OPC_CheckChild3Integer, 5,
7885 OPC_CheckChild3TypeI32,
7886 OPC_CheckChild4Integer, 6,
7887 OPC_CheckChild4TypeI32,
7888 OPC_MoveChild5,
7889 OPC_CheckInteger, 7,
7890 OPC_CheckTypeI32,
7891 OPC_MoveSibling6,
7892 OPC_CheckInteger, 12,
7893 OPC_CheckTypeI32,
7894 OPC_MoveSibling7,
7895 OPC_CheckInteger, 13,
7896 OPC_CheckTypeI32,
7897 OPC_MoveSibling, 8,
7898 OPC_CheckInteger, 14,
7899 OPC_CheckTypeI32,
7900 OPC_MoveSibling, 9,
7901 OPC_CheckInteger, 15,
7902 OPC_CheckTypeI32,
7903 OPC_MoveSibling, 10,
7904 OPC_CheckInteger, 20,
7905 OPC_CheckTypeI32,
7906 OPC_MoveSibling, 11,
7907 OPC_CheckInteger, 21,
7908 OPC_CheckTypeI32,
7909 OPC_MoveSibling, 12,
7910 OPC_CheckInteger, 22,
7911 OPC_CheckTypeI32,
7912 OPC_MoveSibling, 13,
7913 OPC_CheckInteger, 23,
7914 OPC_CheckTypeI32,
7915 OPC_MoveSibling, 14,
7916 OPC_CheckInteger, 28,
7917 OPC_CheckTypeI32,
7918 OPC_MoveSibling, 15,
7919 OPC_CheckInteger, 29,
7920 OPC_CheckTypeI32,
7921 OPC_MoveSibling, 16,
7922 OPC_CheckInteger, 30,
7923 OPC_CheckTypeI32,
7924 OPC_MoveSibling, 17,
7925 OPC_CheckInteger, 31,
7926 OPC_CheckTypeI32,
7927 OPC_MoveParent,
7928 OPC_MoveParent,
7929 OPC_CheckType, MVT::v4i32,
7930 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
7931 MVT::v4i32, 2, 16,
7932 0,
7933 0,
7934 67|128,6,
7935 OPC_CheckChild0Same, 1,
7936 OPC_MoveSibling1,
7937 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
7938 OPC_CheckChild0Same, 0,
7939 OPC_MoveParent,
7940 OPC_CheckType, MVT::v4i32,
7941 OPC_MoveParent,
7942 OPC_CheckChild2Integer, 0,
7943 OPC_CheckChild2TypeI32,
7944 OPC_CheckChild3Integer, 1,
7945 OPC_CheckChild3TypeI32,
7946 OPC_CheckChild4Integer, 2,
7947 OPC_CheckChild4TypeI32,
7948 OPC_MoveChild5,
7949 OPC_CheckInteger, 3,
7950 OPC_CheckTypeI32,
7951 OPC_MoveSibling6,
7952 OPC_CheckInteger, 8,
7953 OPC_CheckTypeI32,
7954 OPC_MoveSibling7,
7955 OPC_CheckInteger, 9,
7956 OPC_CheckTypeI32,
7957 OPC_MoveSibling, 8,
7958 OPC_CheckInteger, 10,
7959 OPC_CheckTypeI32,
7960 OPC_MoveSibling, 9,
7961 OPC_CheckInteger, 11,
7962 OPC_CheckTypeI32,
7963 OPC_MoveSibling, 10,
7964 OPC_CheckInteger, 16,
7965 OPC_CheckTypeI32,
7966 OPC_MoveSibling, 11,
7967 OPC_CheckInteger, 17,
7968 OPC_CheckTypeI32,
7969 OPC_MoveSibling, 12,
7970 OPC_CheckInteger, 18,
7971 OPC_CheckTypeI32,
7972 OPC_MoveSibling, 13,
7973 OPC_CheckInteger, 19,
7974 OPC_CheckTypeI32,
7975 OPC_MoveSibling, 14,
7976 OPC_CheckInteger, 24,
7977 OPC_CheckTypeI32,
7978 OPC_MoveSibling, 15,
7979 OPC_CheckInteger, 25,
7980 OPC_CheckTypeI32,
7981 OPC_MoveSibling, 16,
7982 OPC_CheckInteger, 26,
7983 OPC_CheckTypeI32,
7984 OPC_MoveSibling, 17,
7985 OPC_CheckInteger, 27,
7986 OPC_CheckTypeI32,
7987 OPC_MoveParent,
7988 OPC_MoveSibling1,
7989 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
7990 OPC_MoveChild0,
7991 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
7992 OPC_MoveChild0,
7993 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
7994 OPC_Scope, 81|128,1,
7995 OPC_CheckChild0Same, 0,
7996 OPC_MoveSibling1,
7997 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
7998 OPC_CheckChild0Same, 1,
7999 OPC_MoveParent,
8000 OPC_CheckType, MVT::v4i32,
8001 OPC_MoveSibling1,
8002 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
8003 OPC_MoveChild0,
8004 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
8005 OPC_Scope, 93,
8006 OPC_CheckChild0Same, 0,
8007 OPC_MoveSibling1,
8008 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
8009 OPC_CheckChild0Same, 1,
8010 OPC_MoveParent,
8011 OPC_CheckType, MVT::v4i32,
8012 OPC_MoveParent,
8013 OPC_CheckChild2Integer, 4,
8014 OPC_CheckChild2TypeI32,
8015 OPC_CheckChild3Integer, 5,
8016 OPC_CheckChild3TypeI32,
8017 OPC_CheckChild4Integer, 6,
8018 OPC_CheckChild4TypeI32,
8019 OPC_MoveChild5,
8020 OPC_CheckInteger, 7,
8021 OPC_CheckTypeI32,
8022 OPC_MoveSibling6,
8023 OPC_CheckInteger, 12,
8024 OPC_CheckTypeI32,
8025 OPC_MoveSibling7,
8026 OPC_CheckInteger, 13,
8027 OPC_CheckTypeI32,
8028 OPC_MoveSibling, 8,
8029 OPC_CheckInteger, 14,
8030 OPC_CheckTypeI32,
8031 OPC_MoveSibling, 9,
8032 OPC_CheckInteger, 15,
8033 OPC_CheckTypeI32,
8034 OPC_MoveSibling, 10,
8035 OPC_CheckInteger, 20,
8036 OPC_CheckTypeI32,
8037 OPC_MoveSibling, 11,
8038 OPC_CheckInteger, 21,
8039 OPC_CheckTypeI32,
8040 OPC_MoveSibling, 12,
8041 OPC_CheckInteger, 22,
8042 OPC_CheckTypeI32,
8043 OPC_MoveSibling, 13,
8044 OPC_CheckInteger, 23,
8045 OPC_CheckTypeI32,
8046 OPC_MoveSibling, 14,
8047 OPC_CheckInteger, 28,
8048 OPC_CheckTypeI32,
8049 OPC_MoveSibling, 15,
8050 OPC_CheckInteger, 29,
8051 OPC_CheckTypeI32,
8052 OPC_MoveSibling, 16,
8053 OPC_CheckInteger, 30,
8054 OPC_CheckTypeI32,
8055 OPC_MoveSibling, 17,
8056 OPC_CheckInteger, 31,
8057 OPC_CheckTypeI32,
8058 OPC_MoveParent,
8059 OPC_MoveParent,
8060 OPC_CheckType, MVT::v4i32,
8061 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
8062 MVT::v4i32, 2, 16,
8063 93,
8064 OPC_CheckChild0Same, 1,
8065 OPC_MoveSibling1,
8066 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
8067 OPC_CheckChild0Same, 0,
8068 OPC_MoveParent,
8069 OPC_CheckType, MVT::v4i32,
8070 OPC_MoveParent,
8071 OPC_CheckChild2Integer, 4,
8072 OPC_CheckChild2TypeI32,
8073 OPC_CheckChild3Integer, 5,
8074 OPC_CheckChild3TypeI32,
8075 OPC_CheckChild4Integer, 6,
8076 OPC_CheckChild4TypeI32,
8077 OPC_MoveChild5,
8078 OPC_CheckInteger, 7,
8079 OPC_CheckTypeI32,
8080 OPC_MoveSibling6,
8081 OPC_CheckInteger, 12,
8082 OPC_CheckTypeI32,
8083 OPC_MoveSibling7,
8084 OPC_CheckInteger, 13,
8085 OPC_CheckTypeI32,
8086 OPC_MoveSibling, 8,
8087 OPC_CheckInteger, 14,
8088 OPC_CheckTypeI32,
8089 OPC_MoveSibling, 9,
8090 OPC_CheckInteger, 15,
8091 OPC_CheckTypeI32,
8092 OPC_MoveSibling, 10,
8093 OPC_CheckInteger, 20,
8094 OPC_CheckTypeI32,
8095 OPC_MoveSibling, 11,
8096 OPC_CheckInteger, 21,
8097 OPC_CheckTypeI32,
8098 OPC_MoveSibling, 12,
8099 OPC_CheckInteger, 22,
8100 OPC_CheckTypeI32,
8101 OPC_MoveSibling, 13,
8102 OPC_CheckInteger, 23,
8103 OPC_CheckTypeI32,
8104 OPC_MoveSibling, 14,
8105 OPC_CheckInteger, 28,
8106 OPC_CheckTypeI32,
8107 OPC_MoveSibling, 15,
8108 OPC_CheckInteger, 29,
8109 OPC_CheckTypeI32,
8110 OPC_MoveSibling, 16,
8111 OPC_CheckInteger, 30,
8112 OPC_CheckTypeI32,
8113 OPC_MoveSibling, 17,
8114 OPC_CheckInteger, 31,
8115 OPC_CheckTypeI32,
8116 OPC_MoveParent,
8117 OPC_MoveParent,
8118 OPC_CheckType, MVT::v4i32,
8119 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
8120 MVT::v4i32, 2, 16,
8121 0,
8122 57|128,2,
8123 OPC_CheckChild0Same, 1,
8124 OPC_MoveSibling1,
8125 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
8126 OPC_CheckChild0Same, 0,
8127 OPC_MoveParent,
8128 OPC_CheckType, MVT::v4i32,
8129 OPC_MoveSibling1,
8130 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
8131 OPC_MoveChild0,
8132 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
8133 OPC_Scope, 93,
8134 OPC_CheckChild0Same, 0,
8135 OPC_MoveSibling1,
8136 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
8137 OPC_CheckChild0Same, 1,
8138 OPC_MoveParent,
8139 OPC_CheckType, MVT::v4i32,
8140 OPC_MoveParent,
8141 OPC_CheckChild2Integer, 4,
8142 OPC_CheckChild2TypeI32,
8143 OPC_CheckChild3Integer, 5,
8144 OPC_CheckChild3TypeI32,
8145 OPC_CheckChild4Integer, 6,
8146 OPC_CheckChild4TypeI32,
8147 OPC_MoveChild5,
8148 OPC_CheckInteger, 7,
8149 OPC_CheckTypeI32,
8150 OPC_MoveSibling6,
8151 OPC_CheckInteger, 12,
8152 OPC_CheckTypeI32,
8153 OPC_MoveSibling7,
8154 OPC_CheckInteger, 13,
8155 OPC_CheckTypeI32,
8156 OPC_MoveSibling, 8,
8157 OPC_CheckInteger, 14,
8158 OPC_CheckTypeI32,
8159 OPC_MoveSibling, 9,
8160 OPC_CheckInteger, 15,
8161 OPC_CheckTypeI32,
8162 OPC_MoveSibling, 10,
8163 OPC_CheckInteger, 20,
8164 OPC_CheckTypeI32,
8165 OPC_MoveSibling, 11,
8166 OPC_CheckInteger, 21,
8167 OPC_CheckTypeI32,
8168 OPC_MoveSibling, 12,
8169 OPC_CheckInteger, 22,
8170 OPC_CheckTypeI32,
8171 OPC_MoveSibling, 13,
8172 OPC_CheckInteger, 23,
8173 OPC_CheckTypeI32,
8174 OPC_MoveSibling, 14,
8175 OPC_CheckInteger, 28,
8176 OPC_CheckTypeI32,
8177 OPC_MoveSibling, 15,
8178 OPC_CheckInteger, 29,
8179 OPC_CheckTypeI32,
8180 OPC_MoveSibling, 16,
8181 OPC_CheckInteger, 30,
8182 OPC_CheckTypeI32,
8183 OPC_MoveSibling, 17,
8184 OPC_CheckInteger, 31,
8185 OPC_CheckTypeI32,
8186 OPC_MoveParent,
8187 OPC_MoveParent,
8188 OPC_CheckType, MVT::v4i32,
8189 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
8190 MVT::v4i32, 2, 16,
8191 103,
8192 OPC_CheckChild0Same, 1,
8193 OPC_MoveSibling1,
8194 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
8195 OPC_CheckChild0Same, 0,
8196 OPC_MoveParent,
8197 OPC_CheckType, MVT::v4i32,
8198 OPC_MoveParent,
8199 OPC_CheckChild2Integer, 4,
8200 OPC_CheckChild2TypeI32,
8201 OPC_CheckChild3Integer, 5,
8202 OPC_CheckChild3TypeI32,
8203 OPC_CheckChild4Integer, 6,
8204 OPC_CheckChild4TypeI32,
8205 OPC_MoveChild5,
8206 OPC_CheckInteger, 7,
8207 OPC_CheckTypeI32,
8208 OPC_MoveSibling6,
8209 OPC_CheckInteger, 12,
8210 OPC_CheckTypeI32,
8211 OPC_MoveSibling7,
8212 OPC_CheckInteger, 13,
8213 OPC_CheckTypeI32,
8214 OPC_MoveSibling, 8,
8215 OPC_CheckInteger, 14,
8216 OPC_CheckTypeI32,
8217 OPC_MoveSibling, 9,
8218 OPC_CheckInteger, 15,
8219 OPC_CheckTypeI32,
8220 OPC_MoveSibling, 10,
8221 OPC_CheckInteger, 20,
8222 OPC_CheckTypeI32,
8223 OPC_MoveSibling, 11,
8224 OPC_CheckInteger, 21,
8225 OPC_CheckTypeI32,
8226 OPC_MoveSibling, 12,
8227 OPC_CheckInteger, 22,
8228 OPC_CheckTypeI32,
8229 OPC_MoveSibling, 13,
8230 OPC_CheckInteger, 23,
8231 OPC_CheckTypeI32,
8232 OPC_MoveSibling, 14,
8233 OPC_CheckInteger, 28,
8234 OPC_CheckTypeI32,
8235 OPC_MoveSibling, 15,
8236 OPC_CheckInteger, 29,
8237 OPC_CheckTypeI32,
8238 OPC_MoveSibling, 16,
8239 OPC_CheckInteger, 30,
8240 OPC_CheckTypeI32,
8241 OPC_MoveSibling, 17,
8242 OPC_CheckInteger, 31,
8243 OPC_CheckTypeI32,
8244 OPC_MoveParent,
8245 OPC_MoveParent,
8246 OPC_CheckType, MVT::v4i32,
8247 OPC_Scope, 6,
8248 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
8249 MVT::v4i32, 2, 16,
8250 6,
8251 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
8252 MVT::v4i32, 2, 1,
8253 0,
8254 93,
8255 OPC_CheckChild0Same, 0,
8256 OPC_MoveSibling1,
8257 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
8258 OPC_CheckChild0Same, 1,
8259 OPC_MoveParent,
8260 OPC_CheckType, MVT::v4i32,
8261 OPC_MoveParent,
8262 OPC_CheckChild2Integer, 4,
8263 OPC_CheckChild2TypeI32,
8264 OPC_CheckChild3Integer, 5,
8265 OPC_CheckChild3TypeI32,
8266 OPC_CheckChild4Integer, 6,
8267 OPC_CheckChild4TypeI32,
8268 OPC_MoveChild5,
8269 OPC_CheckInteger, 7,
8270 OPC_CheckTypeI32,
8271 OPC_MoveSibling6,
8272 OPC_CheckInteger, 12,
8273 OPC_CheckTypeI32,
8274 OPC_MoveSibling7,
8275 OPC_CheckInteger, 13,
8276 OPC_CheckTypeI32,
8277 OPC_MoveSibling, 8,
8278 OPC_CheckInteger, 14,
8279 OPC_CheckTypeI32,
8280 OPC_MoveSibling, 9,
8281 OPC_CheckInteger, 15,
8282 OPC_CheckTypeI32,
8283 OPC_MoveSibling, 10,
8284 OPC_CheckInteger, 20,
8285 OPC_CheckTypeI32,
8286 OPC_MoveSibling, 11,
8287 OPC_CheckInteger, 21,
8288 OPC_CheckTypeI32,
8289 OPC_MoveSibling, 12,
8290 OPC_CheckInteger, 22,
8291 OPC_CheckTypeI32,
8292 OPC_MoveSibling, 13,
8293 OPC_CheckInteger, 23,
8294 OPC_CheckTypeI32,
8295 OPC_MoveSibling, 14,
8296 OPC_CheckInteger, 28,
8297 OPC_CheckTypeI32,
8298 OPC_MoveSibling, 15,
8299 OPC_CheckInteger, 29,
8300 OPC_CheckTypeI32,
8301 OPC_MoveSibling, 16,
8302 OPC_CheckInteger, 30,
8303 OPC_CheckTypeI32,
8304 OPC_MoveSibling, 17,
8305 OPC_CheckInteger, 31,
8306 OPC_CheckTypeI32,
8307 OPC_MoveParent,
8308 OPC_MoveParent,
8309 OPC_CheckType, MVT::v4i32,
8310 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
8311 MVT::v4i32, 2, 1,
8312 0,
8313 81|128,1,
8314 OPC_CheckChild0Same, 0,
8315 OPC_MoveSibling1,
8316 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
8317 OPC_CheckChild0Same, 1,
8318 OPC_MoveParent,
8319 OPC_CheckType, MVT::v4i32,
8320 OPC_MoveSibling1,
8321 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
8322 OPC_MoveChild0,
8323 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
8324 OPC_Scope, 93,
8325 OPC_CheckChild0Same, 1,
8326 OPC_MoveSibling1,
8327 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
8328 OPC_CheckChild0Same, 0,
8329 OPC_MoveParent,
8330 OPC_CheckType, MVT::v4i32,
8331 OPC_MoveParent,
8332 OPC_CheckChild2Integer, 4,
8333 OPC_CheckChild2TypeI32,
8334 OPC_CheckChild3Integer, 5,
8335 OPC_CheckChild3TypeI32,
8336 OPC_CheckChild4Integer, 6,
8337 OPC_CheckChild4TypeI32,
8338 OPC_MoveChild5,
8339 OPC_CheckInteger, 7,
8340 OPC_CheckTypeI32,
8341 OPC_MoveSibling6,
8342 OPC_CheckInteger, 12,
8343 OPC_CheckTypeI32,
8344 OPC_MoveSibling7,
8345 OPC_CheckInteger, 13,
8346 OPC_CheckTypeI32,
8347 OPC_MoveSibling, 8,
8348 OPC_CheckInteger, 14,
8349 OPC_CheckTypeI32,
8350 OPC_MoveSibling, 9,
8351 OPC_CheckInteger, 15,
8352 OPC_CheckTypeI32,
8353 OPC_MoveSibling, 10,
8354 OPC_CheckInteger, 20,
8355 OPC_CheckTypeI32,
8356 OPC_MoveSibling, 11,
8357 OPC_CheckInteger, 21,
8358 OPC_CheckTypeI32,
8359 OPC_MoveSibling, 12,
8360 OPC_CheckInteger, 22,
8361 OPC_CheckTypeI32,
8362 OPC_MoveSibling, 13,
8363 OPC_CheckInteger, 23,
8364 OPC_CheckTypeI32,
8365 OPC_MoveSibling, 14,
8366 OPC_CheckInteger, 28,
8367 OPC_CheckTypeI32,
8368 OPC_MoveSibling, 15,
8369 OPC_CheckInteger, 29,
8370 OPC_CheckTypeI32,
8371 OPC_MoveSibling, 16,
8372 OPC_CheckInteger, 30,
8373 OPC_CheckTypeI32,
8374 OPC_MoveSibling, 17,
8375 OPC_CheckInteger, 31,
8376 OPC_CheckTypeI32,
8377 OPC_MoveParent,
8378 OPC_MoveParent,
8379 OPC_CheckType, MVT::v4i32,
8380 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
8381 MVT::v4i32, 2, 1,
8382 93,
8383 OPC_CheckChild0Same, 0,
8384 OPC_MoveSibling1,
8385 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
8386 OPC_CheckChild0Same, 1,
8387 OPC_MoveParent,
8388 OPC_CheckType, MVT::v4i32,
8389 OPC_MoveParent,
8390 OPC_CheckChild2Integer, 4,
8391 OPC_CheckChild2TypeI32,
8392 OPC_CheckChild3Integer, 5,
8393 OPC_CheckChild3TypeI32,
8394 OPC_CheckChild4Integer, 6,
8395 OPC_CheckChild4TypeI32,
8396 OPC_MoveChild5,
8397 OPC_CheckInteger, 7,
8398 OPC_CheckTypeI32,
8399 OPC_MoveSibling6,
8400 OPC_CheckInteger, 12,
8401 OPC_CheckTypeI32,
8402 OPC_MoveSibling7,
8403 OPC_CheckInteger, 13,
8404 OPC_CheckTypeI32,
8405 OPC_MoveSibling, 8,
8406 OPC_CheckInteger, 14,
8407 OPC_CheckTypeI32,
8408 OPC_MoveSibling, 9,
8409 OPC_CheckInteger, 15,
8410 OPC_CheckTypeI32,
8411 OPC_MoveSibling, 10,
8412 OPC_CheckInteger, 20,
8413 OPC_CheckTypeI32,
8414 OPC_MoveSibling, 11,
8415 OPC_CheckInteger, 21,
8416 OPC_CheckTypeI32,
8417 OPC_MoveSibling, 12,
8418 OPC_CheckInteger, 22,
8419 OPC_CheckTypeI32,
8420 OPC_MoveSibling, 13,
8421 OPC_CheckInteger, 23,
8422 OPC_CheckTypeI32,
8423 OPC_MoveSibling, 14,
8424 OPC_CheckInteger, 28,
8425 OPC_CheckTypeI32,
8426 OPC_MoveSibling, 15,
8427 OPC_CheckInteger, 29,
8428 OPC_CheckTypeI32,
8429 OPC_MoveSibling, 16,
8430 OPC_CheckInteger, 30,
8431 OPC_CheckTypeI32,
8432 OPC_MoveSibling, 17,
8433 OPC_CheckInteger, 31,
8434 OPC_CheckTypeI32,
8435 OPC_MoveParent,
8436 OPC_MoveParent,
8437 OPC_CheckType, MVT::v4i32,
8438 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
8439 MVT::v4i32, 2, 1,
8440 0,
8441 0,
8442 10|128,8,
8443 OPC_CheckChild0Same, 0,
8444 OPC_MoveSibling1,
8445 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
8446 OPC_CheckChild0Same, 1,
8447 OPC_MoveParent,
8448 OPC_CheckType, MVT::v4i32,
8449 OPC_MoveParent,
8450 OPC_Scope, 124|128,3,
8451 OPC_CheckChild2Integer, 0,
8452 OPC_CheckChild2TypeI32,
8453 OPC_CheckChild3Integer, 1,
8454 OPC_CheckChild3TypeI32,
8455 OPC_CheckChild4Integer, 2,
8456 OPC_CheckChild4TypeI32,
8457 OPC_MoveChild5,
8458 OPC_CheckInteger, 3,
8459 OPC_CheckTypeI32,
8460 OPC_MoveSibling6,
8461 OPC_CheckInteger, 8,
8462 OPC_CheckTypeI32,
8463 OPC_MoveSibling7,
8464 OPC_CheckInteger, 9,
8465 OPC_CheckTypeI32,
8466 OPC_MoveSibling, 8,
8467 OPC_CheckInteger, 10,
8468 OPC_CheckTypeI32,
8469 OPC_MoveSibling, 9,
8470 OPC_CheckInteger, 11,
8471 OPC_CheckTypeI32,
8472 OPC_MoveSibling, 10,
8473 OPC_CheckInteger, 16,
8474 OPC_CheckTypeI32,
8475 OPC_MoveSibling, 11,
8476 OPC_CheckInteger, 17,
8477 OPC_CheckTypeI32,
8478 OPC_MoveSibling, 12,
8479 OPC_CheckInteger, 18,
8480 OPC_CheckTypeI32,
8481 OPC_MoveSibling, 13,
8482 OPC_CheckInteger, 19,
8483 OPC_CheckTypeI32,
8484 OPC_MoveSibling, 14,
8485 OPC_CheckInteger, 24,
8486 OPC_CheckTypeI32,
8487 OPC_MoveSibling, 15,
8488 OPC_CheckInteger, 25,
8489 OPC_CheckTypeI32,
8490 OPC_MoveSibling, 16,
8491 OPC_CheckInteger, 26,
8492 OPC_CheckTypeI32,
8493 OPC_MoveSibling, 17,
8494 OPC_CheckInteger, 27,
8495 OPC_CheckTypeI32,
8496 OPC_MoveParent,
8497 OPC_MoveSibling1,
8498 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
8499 OPC_MoveChild0,
8500 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
8501 OPC_MoveChild0,
8502 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
8503 OPC_Scope, 81|128,1,
8504 OPC_CheckChild0Same, 1,
8505 OPC_MoveSibling1,
8506 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
8507 OPC_CheckChild0Same, 0,
8508 OPC_MoveParent,
8509 OPC_CheckType, MVT::v4i32,
8510 OPC_MoveSibling1,
8511 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
8512 OPC_MoveChild0,
8513 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
8514 OPC_Scope, 93,
8515 OPC_CheckChild0Same, 1,
8516 OPC_MoveSibling1,
8517 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
8518 OPC_CheckChild0Same, 0,
8519 OPC_MoveParent,
8520 OPC_CheckType, MVT::v4i32,
8521 OPC_MoveParent,
8522 OPC_CheckChild2Integer, 4,
8523 OPC_CheckChild2TypeI32,
8524 OPC_CheckChild3Integer, 5,
8525 OPC_CheckChild3TypeI32,
8526 OPC_CheckChild4Integer, 6,
8527 OPC_CheckChild4TypeI32,
8528 OPC_MoveChild5,
8529 OPC_CheckInteger, 7,
8530 OPC_CheckTypeI32,
8531 OPC_MoveSibling6,
8532 OPC_CheckInteger, 12,
8533 OPC_CheckTypeI32,
8534 OPC_MoveSibling7,
8535 OPC_CheckInteger, 13,
8536 OPC_CheckTypeI32,
8537 OPC_MoveSibling, 8,
8538 OPC_CheckInteger, 14,
8539 OPC_CheckTypeI32,
8540 OPC_MoveSibling, 9,
8541 OPC_CheckInteger, 15,
8542 OPC_CheckTypeI32,
8543 OPC_MoveSibling, 10,
8544 OPC_CheckInteger, 20,
8545 OPC_CheckTypeI32,
8546 OPC_MoveSibling, 11,
8547 OPC_CheckInteger, 21,
8548 OPC_CheckTypeI32,
8549 OPC_MoveSibling, 12,
8550 OPC_CheckInteger, 22,
8551 OPC_CheckTypeI32,
8552 OPC_MoveSibling, 13,
8553 OPC_CheckInteger, 23,
8554 OPC_CheckTypeI32,
8555 OPC_MoveSibling, 14,
8556 OPC_CheckInteger, 28,
8557 OPC_CheckTypeI32,
8558 OPC_MoveSibling, 15,
8559 OPC_CheckInteger, 29,
8560 OPC_CheckTypeI32,
8561 OPC_MoveSibling, 16,
8562 OPC_CheckInteger, 30,
8563 OPC_CheckTypeI32,
8564 OPC_MoveSibling, 17,
8565 OPC_CheckInteger, 31,
8566 OPC_CheckTypeI32,
8567 OPC_MoveParent,
8568 OPC_MoveParent,
8569 OPC_CheckType, MVT::v4i32,
8570 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
8571 MVT::v4i32, 2, 1,
8572 93,
8573 OPC_CheckChild0Same, 0,
8574 OPC_MoveSibling1,
8575 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
8576 OPC_CheckChild0Same, 1,
8577 OPC_MoveParent,
8578 OPC_CheckType, MVT::v4i32,
8579 OPC_MoveParent,
8580 OPC_CheckChild2Integer, 4,
8581 OPC_CheckChild2TypeI32,
8582 OPC_CheckChild3Integer, 5,
8583 OPC_CheckChild3TypeI32,
8584 OPC_CheckChild4Integer, 6,
8585 OPC_CheckChild4TypeI32,
8586 OPC_MoveChild5,
8587 OPC_CheckInteger, 7,
8588 OPC_CheckTypeI32,
8589 OPC_MoveSibling6,
8590 OPC_CheckInteger, 12,
8591 OPC_CheckTypeI32,
8592 OPC_MoveSibling7,
8593 OPC_CheckInteger, 13,
8594 OPC_CheckTypeI32,
8595 OPC_MoveSibling, 8,
8596 OPC_CheckInteger, 14,
8597 OPC_CheckTypeI32,
8598 OPC_MoveSibling, 9,
8599 OPC_CheckInteger, 15,
8600 OPC_CheckTypeI32,
8601 OPC_MoveSibling, 10,
8602 OPC_CheckInteger, 20,
8603 OPC_CheckTypeI32,
8604 OPC_MoveSibling, 11,
8605 OPC_CheckInteger, 21,
8606 OPC_CheckTypeI32,
8607 OPC_MoveSibling, 12,
8608 OPC_CheckInteger, 22,
8609 OPC_CheckTypeI32,
8610 OPC_MoveSibling, 13,
8611 OPC_CheckInteger, 23,
8612 OPC_CheckTypeI32,
8613 OPC_MoveSibling, 14,
8614 OPC_CheckInteger, 28,
8615 OPC_CheckTypeI32,
8616 OPC_MoveSibling, 15,
8617 OPC_CheckInteger, 29,
8618 OPC_CheckTypeI32,
8619 OPC_MoveSibling, 16,
8620 OPC_CheckInteger, 30,
8621 OPC_CheckTypeI32,
8622 OPC_MoveSibling, 17,
8623 OPC_CheckInteger, 31,
8624 OPC_CheckTypeI32,
8625 OPC_MoveParent,
8626 OPC_MoveParent,
8627 OPC_CheckType, MVT::v4i32,
8628 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
8629 MVT::v4i32, 2, 1,
8630 0,
8631 81|128,1,
8632 OPC_CheckChild0Same, 0,
8633 OPC_MoveSibling1,
8634 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
8635 OPC_CheckChild0Same, 1,
8636 OPC_MoveParent,
8637 OPC_CheckType, MVT::v4i32,
8638 OPC_MoveSibling1,
8639 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
8640 OPC_MoveChild0,
8641 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
8642 OPC_Scope, 93,
8643 OPC_CheckChild0Same, 1,
8644 OPC_MoveSibling1,
8645 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
8646 OPC_CheckChild0Same, 0,
8647 OPC_MoveParent,
8648 OPC_CheckType, MVT::v4i32,
8649 OPC_MoveParent,
8650 OPC_CheckChild2Integer, 4,
8651 OPC_CheckChild2TypeI32,
8652 OPC_CheckChild3Integer, 5,
8653 OPC_CheckChild3TypeI32,
8654 OPC_CheckChild4Integer, 6,
8655 OPC_CheckChild4TypeI32,
8656 OPC_MoveChild5,
8657 OPC_CheckInteger, 7,
8658 OPC_CheckTypeI32,
8659 OPC_MoveSibling6,
8660 OPC_CheckInteger, 12,
8661 OPC_CheckTypeI32,
8662 OPC_MoveSibling7,
8663 OPC_CheckInteger, 13,
8664 OPC_CheckTypeI32,
8665 OPC_MoveSibling, 8,
8666 OPC_CheckInteger, 14,
8667 OPC_CheckTypeI32,
8668 OPC_MoveSibling, 9,
8669 OPC_CheckInteger, 15,
8670 OPC_CheckTypeI32,
8671 OPC_MoveSibling, 10,
8672 OPC_CheckInteger, 20,
8673 OPC_CheckTypeI32,
8674 OPC_MoveSibling, 11,
8675 OPC_CheckInteger, 21,
8676 OPC_CheckTypeI32,
8677 OPC_MoveSibling, 12,
8678 OPC_CheckInteger, 22,
8679 OPC_CheckTypeI32,
8680 OPC_MoveSibling, 13,
8681 OPC_CheckInteger, 23,
8682 OPC_CheckTypeI32,
8683 OPC_MoveSibling, 14,
8684 OPC_CheckInteger, 28,
8685 OPC_CheckTypeI32,
8686 OPC_MoveSibling, 15,
8687 OPC_CheckInteger, 29,
8688 OPC_CheckTypeI32,
8689 OPC_MoveSibling, 16,
8690 OPC_CheckInteger, 30,
8691 OPC_CheckTypeI32,
8692 OPC_MoveSibling, 17,
8693 OPC_CheckInteger, 31,
8694 OPC_CheckTypeI32,
8695 OPC_MoveParent,
8696 OPC_MoveParent,
8697 OPC_CheckType, MVT::v4i32,
8698 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
8699 MVT::v4i32, 2, 1,
8700 93,
8701 OPC_CheckChild0Same, 0,
8702 OPC_MoveSibling1,
8703 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
8704 OPC_CheckChild0Same, 1,
8705 OPC_MoveParent,
8706 OPC_CheckType, MVT::v4i32,
8707 OPC_MoveParent,
8708 OPC_CheckChild2Integer, 4,
8709 OPC_CheckChild2TypeI32,
8710 OPC_CheckChild3Integer, 5,
8711 OPC_CheckChild3TypeI32,
8712 OPC_CheckChild4Integer, 6,
8713 OPC_CheckChild4TypeI32,
8714 OPC_MoveChild5,
8715 OPC_CheckInteger, 7,
8716 OPC_CheckTypeI32,
8717 OPC_MoveSibling6,
8718 OPC_CheckInteger, 12,
8719 OPC_CheckTypeI32,
8720 OPC_MoveSibling7,
8721 OPC_CheckInteger, 13,
8722 OPC_CheckTypeI32,
8723 OPC_MoveSibling, 8,
8724 OPC_CheckInteger, 14,
8725 OPC_CheckTypeI32,
8726 OPC_MoveSibling, 9,
8727 OPC_CheckInteger, 15,
8728 OPC_CheckTypeI32,
8729 OPC_MoveSibling, 10,
8730 OPC_CheckInteger, 20,
8731 OPC_CheckTypeI32,
8732 OPC_MoveSibling, 11,
8733 OPC_CheckInteger, 21,
8734 OPC_CheckTypeI32,
8735 OPC_MoveSibling, 12,
8736 OPC_CheckInteger, 22,
8737 OPC_CheckTypeI32,
8738 OPC_MoveSibling, 13,
8739 OPC_CheckInteger, 23,
8740 OPC_CheckTypeI32,
8741 OPC_MoveSibling, 14,
8742 OPC_CheckInteger, 28,
8743 OPC_CheckTypeI32,
8744 OPC_MoveSibling, 15,
8745 OPC_CheckInteger, 29,
8746 OPC_CheckTypeI32,
8747 OPC_MoveSibling, 16,
8748 OPC_CheckInteger, 30,
8749 OPC_CheckTypeI32,
8750 OPC_MoveSibling, 17,
8751 OPC_CheckInteger, 31,
8752 OPC_CheckTypeI32,
8753 OPC_MoveParent,
8754 OPC_MoveParent,
8755 OPC_CheckType, MVT::v4i32,
8756 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
8757 MVT::v4i32, 2, 1,
8758 0,
8759 0,
8760 124|128,3,
8761 OPC_CheckChild2Integer, 4,
8762 OPC_CheckChild2TypeI32,
8763 OPC_CheckChild3Integer, 5,
8764 OPC_CheckChild3TypeI32,
8765 OPC_CheckChild4Integer, 6,
8766 OPC_CheckChild4TypeI32,
8767 OPC_MoveChild5,
8768 OPC_CheckInteger, 7,
8769 OPC_CheckTypeI32,
8770 OPC_MoveSibling6,
8771 OPC_CheckInteger, 12,
8772 OPC_CheckTypeI32,
8773 OPC_MoveSibling7,
8774 OPC_CheckInteger, 13,
8775 OPC_CheckTypeI32,
8776 OPC_MoveSibling, 8,
8777 OPC_CheckInteger, 14,
8778 OPC_CheckTypeI32,
8779 OPC_MoveSibling, 9,
8780 OPC_CheckInteger, 15,
8781 OPC_CheckTypeI32,
8782 OPC_MoveSibling, 10,
8783 OPC_CheckInteger, 20,
8784 OPC_CheckTypeI32,
8785 OPC_MoveSibling, 11,
8786 OPC_CheckInteger, 21,
8787 OPC_CheckTypeI32,
8788 OPC_MoveSibling, 12,
8789 OPC_CheckInteger, 22,
8790 OPC_CheckTypeI32,
8791 OPC_MoveSibling, 13,
8792 OPC_CheckInteger, 23,
8793 OPC_CheckTypeI32,
8794 OPC_MoveSibling, 14,
8795 OPC_CheckInteger, 28,
8796 OPC_CheckTypeI32,
8797 OPC_MoveSibling, 15,
8798 OPC_CheckInteger, 29,
8799 OPC_CheckTypeI32,
8800 OPC_MoveSibling, 16,
8801 OPC_CheckInteger, 30,
8802 OPC_CheckTypeI32,
8803 OPC_MoveSibling, 17,
8804 OPC_CheckInteger, 31,
8805 OPC_CheckTypeI32,
8806 OPC_MoveParent,
8807 OPC_MoveSibling1,
8808 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
8809 OPC_MoveChild0,
8810 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
8811 OPC_MoveChild0,
8812 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
8813 OPC_Scope, 81|128,1,
8814 OPC_CheckChild0Same, 0,
8815 OPC_MoveSibling1,
8816 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
8817 OPC_CheckChild0Same, 1,
8818 OPC_MoveParent,
8819 OPC_CheckType, MVT::v4i32,
8820 OPC_MoveSibling1,
8821 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
8822 OPC_MoveChild0,
8823 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
8824 OPC_Scope, 93,
8825 OPC_CheckChild0Same, 0,
8826 OPC_MoveSibling1,
8827 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
8828 OPC_CheckChild0Same, 1,
8829 OPC_MoveParent,
8830 OPC_CheckType, MVT::v4i32,
8831 OPC_MoveParent,
8832 OPC_CheckChild2Integer, 0,
8833 OPC_CheckChild2TypeI32,
8834 OPC_CheckChild3Integer, 1,
8835 OPC_CheckChild3TypeI32,
8836 OPC_CheckChild4Integer, 2,
8837 OPC_CheckChild4TypeI32,
8838 OPC_MoveChild5,
8839 OPC_CheckInteger, 3,
8840 OPC_CheckTypeI32,
8841 OPC_MoveSibling6,
8842 OPC_CheckInteger, 8,
8843 OPC_CheckTypeI32,
8844 OPC_MoveSibling7,
8845 OPC_CheckInteger, 9,
8846 OPC_CheckTypeI32,
8847 OPC_MoveSibling, 8,
8848 OPC_CheckInteger, 10,
8849 OPC_CheckTypeI32,
8850 OPC_MoveSibling, 9,
8851 OPC_CheckInteger, 11,
8852 OPC_CheckTypeI32,
8853 OPC_MoveSibling, 10,
8854 OPC_CheckInteger, 16,
8855 OPC_CheckTypeI32,
8856 OPC_MoveSibling, 11,
8857 OPC_CheckInteger, 17,
8858 OPC_CheckTypeI32,
8859 OPC_MoveSibling, 12,
8860 OPC_CheckInteger, 18,
8861 OPC_CheckTypeI32,
8862 OPC_MoveSibling, 13,
8863 OPC_CheckInteger, 19,
8864 OPC_CheckTypeI32,
8865 OPC_MoveSibling, 14,
8866 OPC_CheckInteger, 24,
8867 OPC_CheckTypeI32,
8868 OPC_MoveSibling, 15,
8869 OPC_CheckInteger, 25,
8870 OPC_CheckTypeI32,
8871 OPC_MoveSibling, 16,
8872 OPC_CheckInteger, 26,
8873 OPC_CheckTypeI32,
8874 OPC_MoveSibling, 17,
8875 OPC_CheckInteger, 27,
8876 OPC_CheckTypeI32,
8877 OPC_MoveParent,
8878 OPC_MoveParent,
8879 OPC_CheckType, MVT::v4i32,
8880 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
8881 MVT::v4i32, 2, 16,
8882 93,
8883 OPC_CheckChild0Same, 1,
8884 OPC_MoveSibling1,
8885 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
8886 OPC_CheckChild0Same, 0,
8887 OPC_MoveParent,
8888 OPC_CheckType, MVT::v4i32,
8889 OPC_MoveParent,
8890 OPC_CheckChild2Integer, 0,
8891 OPC_CheckChild2TypeI32,
8892 OPC_CheckChild3Integer, 1,
8893 OPC_CheckChild3TypeI32,
8894 OPC_CheckChild4Integer, 2,
8895 OPC_CheckChild4TypeI32,
8896 OPC_MoveChild5,
8897 OPC_CheckInteger, 3,
8898 OPC_CheckTypeI32,
8899 OPC_MoveSibling6,
8900 OPC_CheckInteger, 8,
8901 OPC_CheckTypeI32,
8902 OPC_MoveSibling7,
8903 OPC_CheckInteger, 9,
8904 OPC_CheckTypeI32,
8905 OPC_MoveSibling, 8,
8906 OPC_CheckInteger, 10,
8907 OPC_CheckTypeI32,
8908 OPC_MoveSibling, 9,
8909 OPC_CheckInteger, 11,
8910 OPC_CheckTypeI32,
8911 OPC_MoveSibling, 10,
8912 OPC_CheckInteger, 16,
8913 OPC_CheckTypeI32,
8914 OPC_MoveSibling, 11,
8915 OPC_CheckInteger, 17,
8916 OPC_CheckTypeI32,
8917 OPC_MoveSibling, 12,
8918 OPC_CheckInteger, 18,
8919 OPC_CheckTypeI32,
8920 OPC_MoveSibling, 13,
8921 OPC_CheckInteger, 19,
8922 OPC_CheckTypeI32,
8923 OPC_MoveSibling, 14,
8924 OPC_CheckInteger, 24,
8925 OPC_CheckTypeI32,
8926 OPC_MoveSibling, 15,
8927 OPC_CheckInteger, 25,
8928 OPC_CheckTypeI32,
8929 OPC_MoveSibling, 16,
8930 OPC_CheckInteger, 26,
8931 OPC_CheckTypeI32,
8932 OPC_MoveSibling, 17,
8933 OPC_CheckInteger, 27,
8934 OPC_CheckTypeI32,
8935 OPC_MoveParent,
8936 OPC_MoveParent,
8937 OPC_CheckType, MVT::v4i32,
8938 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
8939 MVT::v4i32, 2, 16,
8940 0,
8941 81|128,1,
8942 OPC_CheckChild0Same, 1,
8943 OPC_MoveSibling1,
8944 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
8945 OPC_CheckChild0Same, 0,
8946 OPC_MoveParent,
8947 OPC_CheckType, MVT::v4i32,
8948 OPC_MoveSibling1,
8949 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
8950 OPC_MoveChild0,
8951 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
8952 OPC_Scope, 93,
8953 OPC_CheckChild0Same, 0,
8954 OPC_MoveSibling1,
8955 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
8956 OPC_CheckChild0Same, 1,
8957 OPC_MoveParent,
8958 OPC_CheckType, MVT::v4i32,
8959 OPC_MoveParent,
8960 OPC_CheckChild2Integer, 0,
8961 OPC_CheckChild2TypeI32,
8962 OPC_CheckChild3Integer, 1,
8963 OPC_CheckChild3TypeI32,
8964 OPC_CheckChild4Integer, 2,
8965 OPC_CheckChild4TypeI32,
8966 OPC_MoveChild5,
8967 OPC_CheckInteger, 3,
8968 OPC_CheckTypeI32,
8969 OPC_MoveSibling6,
8970 OPC_CheckInteger, 8,
8971 OPC_CheckTypeI32,
8972 OPC_MoveSibling7,
8973 OPC_CheckInteger, 9,
8974 OPC_CheckTypeI32,
8975 OPC_MoveSibling, 8,
8976 OPC_CheckInteger, 10,
8977 OPC_CheckTypeI32,
8978 OPC_MoveSibling, 9,
8979 OPC_CheckInteger, 11,
8980 OPC_CheckTypeI32,
8981 OPC_MoveSibling, 10,
8982 OPC_CheckInteger, 16,
8983 OPC_CheckTypeI32,
8984 OPC_MoveSibling, 11,
8985 OPC_CheckInteger, 17,
8986 OPC_CheckTypeI32,
8987 OPC_MoveSibling, 12,
8988 OPC_CheckInteger, 18,
8989 OPC_CheckTypeI32,
8990 OPC_MoveSibling, 13,
8991 OPC_CheckInteger, 19,
8992 OPC_CheckTypeI32,
8993 OPC_MoveSibling, 14,
8994 OPC_CheckInteger, 24,
8995 OPC_CheckTypeI32,
8996 OPC_MoveSibling, 15,
8997 OPC_CheckInteger, 25,
8998 OPC_CheckTypeI32,
8999 OPC_MoveSibling, 16,
9000 OPC_CheckInteger, 26,
9001 OPC_CheckTypeI32,
9002 OPC_MoveSibling, 17,
9003 OPC_CheckInteger, 27,
9004 OPC_CheckTypeI32,
9005 OPC_MoveParent,
9006 OPC_MoveParent,
9007 OPC_CheckType, MVT::v4i32,
9008 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
9009 MVT::v4i32, 2, 16,
9010 93,
9011 OPC_CheckChild0Same, 1,
9012 OPC_MoveSibling1,
9013 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
9014 OPC_CheckChild0Same, 0,
9015 OPC_MoveParent,
9016 OPC_CheckType, MVT::v4i32,
9017 OPC_MoveParent,
9018 OPC_CheckChild2Integer, 0,
9019 OPC_CheckChild2TypeI32,
9020 OPC_CheckChild3Integer, 1,
9021 OPC_CheckChild3TypeI32,
9022 OPC_CheckChild4Integer, 2,
9023 OPC_CheckChild4TypeI32,
9024 OPC_MoveChild5,
9025 OPC_CheckInteger, 3,
9026 OPC_CheckTypeI32,
9027 OPC_MoveSibling6,
9028 OPC_CheckInteger, 8,
9029 OPC_CheckTypeI32,
9030 OPC_MoveSibling7,
9031 OPC_CheckInteger, 9,
9032 OPC_CheckTypeI32,
9033 OPC_MoveSibling, 8,
9034 OPC_CheckInteger, 10,
9035 OPC_CheckTypeI32,
9036 OPC_MoveSibling, 9,
9037 OPC_CheckInteger, 11,
9038 OPC_CheckTypeI32,
9039 OPC_MoveSibling, 10,
9040 OPC_CheckInteger, 16,
9041 OPC_CheckTypeI32,
9042 OPC_MoveSibling, 11,
9043 OPC_CheckInteger, 17,
9044 OPC_CheckTypeI32,
9045 OPC_MoveSibling, 12,
9046 OPC_CheckInteger, 18,
9047 OPC_CheckTypeI32,
9048 OPC_MoveSibling, 13,
9049 OPC_CheckInteger, 19,
9050 OPC_CheckTypeI32,
9051 OPC_MoveSibling, 14,
9052 OPC_CheckInteger, 24,
9053 OPC_CheckTypeI32,
9054 OPC_MoveSibling, 15,
9055 OPC_CheckInteger, 25,
9056 OPC_CheckTypeI32,
9057 OPC_MoveSibling, 16,
9058 OPC_CheckInteger, 26,
9059 OPC_CheckTypeI32,
9060 OPC_MoveSibling, 17,
9061 OPC_CheckInteger, 27,
9062 OPC_CheckTypeI32,
9063 OPC_MoveParent,
9064 OPC_MoveParent,
9065 OPC_CheckType, MVT::v4i32,
9066 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
9067 MVT::v4i32, 2, 16,
9068 0,
9069 0,
9070 0,
9071 67|128,6,
9072 OPC_CheckChild0Same, 1,
9073 OPC_MoveSibling1,
9074 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
9075 OPC_CheckChild0Same, 0,
9076 OPC_MoveParent,
9077 OPC_CheckType, MVT::v4i32,
9078 OPC_MoveParent,
9079 OPC_CheckChild2Integer, 4,
9080 OPC_CheckChild2TypeI32,
9081 OPC_CheckChild3Integer, 5,
9082 OPC_CheckChild3TypeI32,
9083 OPC_CheckChild4Integer, 6,
9084 OPC_CheckChild4TypeI32,
9085 OPC_MoveChild5,
9086 OPC_CheckInteger, 7,
9087 OPC_CheckTypeI32,
9088 OPC_MoveSibling6,
9089 OPC_CheckInteger, 12,
9090 OPC_CheckTypeI32,
9091 OPC_MoveSibling7,
9092 OPC_CheckInteger, 13,
9093 OPC_CheckTypeI32,
9094 OPC_MoveSibling, 8,
9095 OPC_CheckInteger, 14,
9096 OPC_CheckTypeI32,
9097 OPC_MoveSibling, 9,
9098 OPC_CheckInteger, 15,
9099 OPC_CheckTypeI32,
9100 OPC_MoveSibling, 10,
9101 OPC_CheckInteger, 20,
9102 OPC_CheckTypeI32,
9103 OPC_MoveSibling, 11,
9104 OPC_CheckInteger, 21,
9105 OPC_CheckTypeI32,
9106 OPC_MoveSibling, 12,
9107 OPC_CheckInteger, 22,
9108 OPC_CheckTypeI32,
9109 OPC_MoveSibling, 13,
9110 OPC_CheckInteger, 23,
9111 OPC_CheckTypeI32,
9112 OPC_MoveSibling, 14,
9113 OPC_CheckInteger, 28,
9114 OPC_CheckTypeI32,
9115 OPC_MoveSibling, 15,
9116 OPC_CheckInteger, 29,
9117 OPC_CheckTypeI32,
9118 OPC_MoveSibling, 16,
9119 OPC_CheckInteger, 30,
9120 OPC_CheckTypeI32,
9121 OPC_MoveSibling, 17,
9122 OPC_CheckInteger, 31,
9123 OPC_CheckTypeI32,
9124 OPC_MoveParent,
9125 OPC_MoveSibling1,
9126 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
9127 OPC_MoveChild0,
9128 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
9129 OPC_MoveChild0,
9130 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
9131 OPC_Scope, 81|128,1,
9132 OPC_CheckChild0Same, 0,
9133 OPC_MoveSibling1,
9134 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
9135 OPC_CheckChild0Same, 1,
9136 OPC_MoveParent,
9137 OPC_CheckType, MVT::v4i32,
9138 OPC_MoveSibling1,
9139 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
9140 OPC_MoveChild0,
9141 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
9142 OPC_Scope, 93,
9143 OPC_CheckChild0Same, 0,
9144 OPC_MoveSibling1,
9145 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
9146 OPC_CheckChild0Same, 1,
9147 OPC_MoveParent,
9148 OPC_CheckType, MVT::v4i32,
9149 OPC_MoveParent,
9150 OPC_CheckChild2Integer, 0,
9151 OPC_CheckChild2TypeI32,
9152 OPC_CheckChild3Integer, 1,
9153 OPC_CheckChild3TypeI32,
9154 OPC_CheckChild4Integer, 2,
9155 OPC_CheckChild4TypeI32,
9156 OPC_MoveChild5,
9157 OPC_CheckInteger, 3,
9158 OPC_CheckTypeI32,
9159 OPC_MoveSibling6,
9160 OPC_CheckInteger, 8,
9161 OPC_CheckTypeI32,
9162 OPC_MoveSibling7,
9163 OPC_CheckInteger, 9,
9164 OPC_CheckTypeI32,
9165 OPC_MoveSibling, 8,
9166 OPC_CheckInteger, 10,
9167 OPC_CheckTypeI32,
9168 OPC_MoveSibling, 9,
9169 OPC_CheckInteger, 11,
9170 OPC_CheckTypeI32,
9171 OPC_MoveSibling, 10,
9172 OPC_CheckInteger, 16,
9173 OPC_CheckTypeI32,
9174 OPC_MoveSibling, 11,
9175 OPC_CheckInteger, 17,
9176 OPC_CheckTypeI32,
9177 OPC_MoveSibling, 12,
9178 OPC_CheckInteger, 18,
9179 OPC_CheckTypeI32,
9180 OPC_MoveSibling, 13,
9181 OPC_CheckInteger, 19,
9182 OPC_CheckTypeI32,
9183 OPC_MoveSibling, 14,
9184 OPC_CheckInteger, 24,
9185 OPC_CheckTypeI32,
9186 OPC_MoveSibling, 15,
9187 OPC_CheckInteger, 25,
9188 OPC_CheckTypeI32,
9189 OPC_MoveSibling, 16,
9190 OPC_CheckInteger, 26,
9191 OPC_CheckTypeI32,
9192 OPC_MoveSibling, 17,
9193 OPC_CheckInteger, 27,
9194 OPC_CheckTypeI32,
9195 OPC_MoveParent,
9196 OPC_MoveParent,
9197 OPC_CheckType, MVT::v4i32,
9198 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
9199 MVT::v4i32, 2, 16,
9200 93,
9201 OPC_CheckChild0Same, 1,
9202 OPC_MoveSibling1,
9203 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
9204 OPC_CheckChild0Same, 0,
9205 OPC_MoveParent,
9206 OPC_CheckType, MVT::v4i32,
9207 OPC_MoveParent,
9208 OPC_CheckChild2Integer, 0,
9209 OPC_CheckChild2TypeI32,
9210 OPC_CheckChild3Integer, 1,
9211 OPC_CheckChild3TypeI32,
9212 OPC_CheckChild4Integer, 2,
9213 OPC_CheckChild4TypeI32,
9214 OPC_MoveChild5,
9215 OPC_CheckInteger, 3,
9216 OPC_CheckTypeI32,
9217 OPC_MoveSibling6,
9218 OPC_CheckInteger, 8,
9219 OPC_CheckTypeI32,
9220 OPC_MoveSibling7,
9221 OPC_CheckInteger, 9,
9222 OPC_CheckTypeI32,
9223 OPC_MoveSibling, 8,
9224 OPC_CheckInteger, 10,
9225 OPC_CheckTypeI32,
9226 OPC_MoveSibling, 9,
9227 OPC_CheckInteger, 11,
9228 OPC_CheckTypeI32,
9229 OPC_MoveSibling, 10,
9230 OPC_CheckInteger, 16,
9231 OPC_CheckTypeI32,
9232 OPC_MoveSibling, 11,
9233 OPC_CheckInteger, 17,
9234 OPC_CheckTypeI32,
9235 OPC_MoveSibling, 12,
9236 OPC_CheckInteger, 18,
9237 OPC_CheckTypeI32,
9238 OPC_MoveSibling, 13,
9239 OPC_CheckInteger, 19,
9240 OPC_CheckTypeI32,
9241 OPC_MoveSibling, 14,
9242 OPC_CheckInteger, 24,
9243 OPC_CheckTypeI32,
9244 OPC_MoveSibling, 15,
9245 OPC_CheckInteger, 25,
9246 OPC_CheckTypeI32,
9247 OPC_MoveSibling, 16,
9248 OPC_CheckInteger, 26,
9249 OPC_CheckTypeI32,
9250 OPC_MoveSibling, 17,
9251 OPC_CheckInteger, 27,
9252 OPC_CheckTypeI32,
9253 OPC_MoveParent,
9254 OPC_MoveParent,
9255 OPC_CheckType, MVT::v4i32,
9256 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
9257 MVT::v4i32, 2, 16,
9258 0,
9259 57|128,2,
9260 OPC_CheckChild0Same, 1,
9261 OPC_MoveSibling1,
9262 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
9263 OPC_CheckChild0Same, 0,
9264 OPC_MoveParent,
9265 OPC_CheckType, MVT::v4i32,
9266 OPC_MoveSibling1,
9267 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
9268 OPC_MoveChild0,
9269 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
9270 OPC_Scope, 93,
9271 OPC_CheckChild0Same, 0,
9272 OPC_MoveSibling1,
9273 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
9274 OPC_CheckChild0Same, 1,
9275 OPC_MoveParent,
9276 OPC_CheckType, MVT::v4i32,
9277 OPC_MoveParent,
9278 OPC_CheckChild2Integer, 0,
9279 OPC_CheckChild2TypeI32,
9280 OPC_CheckChild3Integer, 1,
9281 OPC_CheckChild3TypeI32,
9282 OPC_CheckChild4Integer, 2,
9283 OPC_CheckChild4TypeI32,
9284 OPC_MoveChild5,
9285 OPC_CheckInteger, 3,
9286 OPC_CheckTypeI32,
9287 OPC_MoveSibling6,
9288 OPC_CheckInteger, 8,
9289 OPC_CheckTypeI32,
9290 OPC_MoveSibling7,
9291 OPC_CheckInteger, 9,
9292 OPC_CheckTypeI32,
9293 OPC_MoveSibling, 8,
9294 OPC_CheckInteger, 10,
9295 OPC_CheckTypeI32,
9296 OPC_MoveSibling, 9,
9297 OPC_CheckInteger, 11,
9298 OPC_CheckTypeI32,
9299 OPC_MoveSibling, 10,
9300 OPC_CheckInteger, 16,
9301 OPC_CheckTypeI32,
9302 OPC_MoveSibling, 11,
9303 OPC_CheckInteger, 17,
9304 OPC_CheckTypeI32,
9305 OPC_MoveSibling, 12,
9306 OPC_CheckInteger, 18,
9307 OPC_CheckTypeI32,
9308 OPC_MoveSibling, 13,
9309 OPC_CheckInteger, 19,
9310 OPC_CheckTypeI32,
9311 OPC_MoveSibling, 14,
9312 OPC_CheckInteger, 24,
9313 OPC_CheckTypeI32,
9314 OPC_MoveSibling, 15,
9315 OPC_CheckInteger, 25,
9316 OPC_CheckTypeI32,
9317 OPC_MoveSibling, 16,
9318 OPC_CheckInteger, 26,
9319 OPC_CheckTypeI32,
9320 OPC_MoveSibling, 17,
9321 OPC_CheckInteger, 27,
9322 OPC_CheckTypeI32,
9323 OPC_MoveParent,
9324 OPC_MoveParent,
9325 OPC_CheckType, MVT::v4i32,
9326 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
9327 MVT::v4i32, 2, 16,
9328 103,
9329 OPC_CheckChild0Same, 1,
9330 OPC_MoveSibling1,
9331 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
9332 OPC_CheckChild0Same, 0,
9333 OPC_MoveParent,
9334 OPC_CheckType, MVT::v4i32,
9335 OPC_MoveParent,
9336 OPC_CheckChild2Integer, 0,
9337 OPC_CheckChild2TypeI32,
9338 OPC_CheckChild3Integer, 1,
9339 OPC_CheckChild3TypeI32,
9340 OPC_CheckChild4Integer, 2,
9341 OPC_CheckChild4TypeI32,
9342 OPC_MoveChild5,
9343 OPC_CheckInteger, 3,
9344 OPC_CheckTypeI32,
9345 OPC_MoveSibling6,
9346 OPC_CheckInteger, 8,
9347 OPC_CheckTypeI32,
9348 OPC_MoveSibling7,
9349 OPC_CheckInteger, 9,
9350 OPC_CheckTypeI32,
9351 OPC_MoveSibling, 8,
9352 OPC_CheckInteger, 10,
9353 OPC_CheckTypeI32,
9354 OPC_MoveSibling, 9,
9355 OPC_CheckInteger, 11,
9356 OPC_CheckTypeI32,
9357 OPC_MoveSibling, 10,
9358 OPC_CheckInteger, 16,
9359 OPC_CheckTypeI32,
9360 OPC_MoveSibling, 11,
9361 OPC_CheckInteger, 17,
9362 OPC_CheckTypeI32,
9363 OPC_MoveSibling, 12,
9364 OPC_CheckInteger, 18,
9365 OPC_CheckTypeI32,
9366 OPC_MoveSibling, 13,
9367 OPC_CheckInteger, 19,
9368 OPC_CheckTypeI32,
9369 OPC_MoveSibling, 14,
9370 OPC_CheckInteger, 24,
9371 OPC_CheckTypeI32,
9372 OPC_MoveSibling, 15,
9373 OPC_CheckInteger, 25,
9374 OPC_CheckTypeI32,
9375 OPC_MoveSibling, 16,
9376 OPC_CheckInteger, 26,
9377 OPC_CheckTypeI32,
9378 OPC_MoveSibling, 17,
9379 OPC_CheckInteger, 27,
9380 OPC_CheckTypeI32,
9381 OPC_MoveParent,
9382 OPC_MoveParent,
9383 OPC_CheckType, MVT::v4i32,
9384 OPC_Scope, 6,
9385 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
9386 MVT::v4i32, 2, 16,
9387 6,
9388 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
9389 MVT::v4i32, 2, 1,
9390 0,
9391 93,
9392 OPC_CheckChild0Same, 0,
9393 OPC_MoveSibling1,
9394 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
9395 OPC_CheckChild0Same, 1,
9396 OPC_MoveParent,
9397 OPC_CheckType, MVT::v4i32,
9398 OPC_MoveParent,
9399 OPC_CheckChild2Integer, 0,
9400 OPC_CheckChild2TypeI32,
9401 OPC_CheckChild3Integer, 1,
9402 OPC_CheckChild3TypeI32,
9403 OPC_CheckChild4Integer, 2,
9404 OPC_CheckChild4TypeI32,
9405 OPC_MoveChild5,
9406 OPC_CheckInteger, 3,
9407 OPC_CheckTypeI32,
9408 OPC_MoveSibling6,
9409 OPC_CheckInteger, 8,
9410 OPC_CheckTypeI32,
9411 OPC_MoveSibling7,
9412 OPC_CheckInteger, 9,
9413 OPC_CheckTypeI32,
9414 OPC_MoveSibling, 8,
9415 OPC_CheckInteger, 10,
9416 OPC_CheckTypeI32,
9417 OPC_MoveSibling, 9,
9418 OPC_CheckInteger, 11,
9419 OPC_CheckTypeI32,
9420 OPC_MoveSibling, 10,
9421 OPC_CheckInteger, 16,
9422 OPC_CheckTypeI32,
9423 OPC_MoveSibling, 11,
9424 OPC_CheckInteger, 17,
9425 OPC_CheckTypeI32,
9426 OPC_MoveSibling, 12,
9427 OPC_CheckInteger, 18,
9428 OPC_CheckTypeI32,
9429 OPC_MoveSibling, 13,
9430 OPC_CheckInteger, 19,
9431 OPC_CheckTypeI32,
9432 OPC_MoveSibling, 14,
9433 OPC_CheckInteger, 24,
9434 OPC_CheckTypeI32,
9435 OPC_MoveSibling, 15,
9436 OPC_CheckInteger, 25,
9437 OPC_CheckTypeI32,
9438 OPC_MoveSibling, 16,
9439 OPC_CheckInteger, 26,
9440 OPC_CheckTypeI32,
9441 OPC_MoveSibling, 17,
9442 OPC_CheckInteger, 27,
9443 OPC_CheckTypeI32,
9444 OPC_MoveParent,
9445 OPC_MoveParent,
9446 OPC_CheckType, MVT::v4i32,
9447 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
9448 MVT::v4i32, 2, 1,
9449 0,
9450 81|128,1,
9451 OPC_CheckChild0Same, 0,
9452 OPC_MoveSibling1,
9453 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
9454 OPC_CheckChild0Same, 1,
9455 OPC_MoveParent,
9456 OPC_CheckType, MVT::v4i32,
9457 OPC_MoveSibling1,
9458 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
9459 OPC_MoveChild0,
9460 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
9461 OPC_Scope, 93,
9462 OPC_CheckChild0Same, 1,
9463 OPC_MoveSibling1,
9464 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
9465 OPC_CheckChild0Same, 0,
9466 OPC_MoveParent,
9467 OPC_CheckType, MVT::v4i32,
9468 OPC_MoveParent,
9469 OPC_CheckChild2Integer, 0,
9470 OPC_CheckChild2TypeI32,
9471 OPC_CheckChild3Integer, 1,
9472 OPC_CheckChild3TypeI32,
9473 OPC_CheckChild4Integer, 2,
9474 OPC_CheckChild4TypeI32,
9475 OPC_MoveChild5,
9476 OPC_CheckInteger, 3,
9477 OPC_CheckTypeI32,
9478 OPC_MoveSibling6,
9479 OPC_CheckInteger, 8,
9480 OPC_CheckTypeI32,
9481 OPC_MoveSibling7,
9482 OPC_CheckInteger, 9,
9483 OPC_CheckTypeI32,
9484 OPC_MoveSibling, 8,
9485 OPC_CheckInteger, 10,
9486 OPC_CheckTypeI32,
9487 OPC_MoveSibling, 9,
9488 OPC_CheckInteger, 11,
9489 OPC_CheckTypeI32,
9490 OPC_MoveSibling, 10,
9491 OPC_CheckInteger, 16,
9492 OPC_CheckTypeI32,
9493 OPC_MoveSibling, 11,
9494 OPC_CheckInteger, 17,
9495 OPC_CheckTypeI32,
9496 OPC_MoveSibling, 12,
9497 OPC_CheckInteger, 18,
9498 OPC_CheckTypeI32,
9499 OPC_MoveSibling, 13,
9500 OPC_CheckInteger, 19,
9501 OPC_CheckTypeI32,
9502 OPC_MoveSibling, 14,
9503 OPC_CheckInteger, 24,
9504 OPC_CheckTypeI32,
9505 OPC_MoveSibling, 15,
9506 OPC_CheckInteger, 25,
9507 OPC_CheckTypeI32,
9508 OPC_MoveSibling, 16,
9509 OPC_CheckInteger, 26,
9510 OPC_CheckTypeI32,
9511 OPC_MoveSibling, 17,
9512 OPC_CheckInteger, 27,
9513 OPC_CheckTypeI32,
9514 OPC_MoveParent,
9515 OPC_MoveParent,
9516 OPC_CheckType, MVT::v4i32,
9517 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
9518 MVT::v4i32, 2, 1,
9519 93,
9520 OPC_CheckChild0Same, 0,
9521 OPC_MoveSibling1,
9522 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
9523 OPC_CheckChild0Same, 1,
9524 OPC_MoveParent,
9525 OPC_CheckType, MVT::v4i32,
9526 OPC_MoveParent,
9527 OPC_CheckChild2Integer, 0,
9528 OPC_CheckChild2TypeI32,
9529 OPC_CheckChild3Integer, 1,
9530 OPC_CheckChild3TypeI32,
9531 OPC_CheckChild4Integer, 2,
9532 OPC_CheckChild4TypeI32,
9533 OPC_MoveChild5,
9534 OPC_CheckInteger, 3,
9535 OPC_CheckTypeI32,
9536 OPC_MoveSibling6,
9537 OPC_CheckInteger, 8,
9538 OPC_CheckTypeI32,
9539 OPC_MoveSibling7,
9540 OPC_CheckInteger, 9,
9541 OPC_CheckTypeI32,
9542 OPC_MoveSibling, 8,
9543 OPC_CheckInteger, 10,
9544 OPC_CheckTypeI32,
9545 OPC_MoveSibling, 9,
9546 OPC_CheckInteger, 11,
9547 OPC_CheckTypeI32,
9548 OPC_MoveSibling, 10,
9549 OPC_CheckInteger, 16,
9550 OPC_CheckTypeI32,
9551 OPC_MoveSibling, 11,
9552 OPC_CheckInteger, 17,
9553 OPC_CheckTypeI32,
9554 OPC_MoveSibling, 12,
9555 OPC_CheckInteger, 18,
9556 OPC_CheckTypeI32,
9557 OPC_MoveSibling, 13,
9558 OPC_CheckInteger, 19,
9559 OPC_CheckTypeI32,
9560 OPC_MoveSibling, 14,
9561 OPC_CheckInteger, 24,
9562 OPC_CheckTypeI32,
9563 OPC_MoveSibling, 15,
9564 OPC_CheckInteger, 25,
9565 OPC_CheckTypeI32,
9566 OPC_MoveSibling, 16,
9567 OPC_CheckInteger, 26,
9568 OPC_CheckTypeI32,
9569 OPC_MoveSibling, 17,
9570 OPC_CheckInteger, 27,
9571 OPC_CheckTypeI32,
9572 OPC_MoveParent,
9573 OPC_MoveParent,
9574 OPC_CheckType, MVT::v4i32,
9575 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
9576 MVT::v4i32, 2, 1,
9577 0,
9578 0,
9579 8|128,4,
9580 OPC_CheckChild0Same, 0,
9581 OPC_MoveSibling1,
9582 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
9583 OPC_CheckChild0Same, 1,
9584 OPC_MoveParent,
9585 OPC_CheckType, MVT::v4i32,
9586 OPC_MoveParent,
9587 OPC_CheckChild2Integer, 4,
9588 OPC_CheckChild2TypeI32,
9589 OPC_CheckChild3Integer, 5,
9590 OPC_CheckChild3TypeI32,
9591 OPC_CheckChild4Integer, 6,
9592 OPC_CheckChild4TypeI32,
9593 OPC_MoveChild5,
9594 OPC_CheckInteger, 7,
9595 OPC_CheckTypeI32,
9596 OPC_MoveSibling6,
9597 OPC_CheckInteger, 12,
9598 OPC_CheckTypeI32,
9599 OPC_MoveSibling7,
9600 OPC_CheckInteger, 13,
9601 OPC_CheckTypeI32,
9602 OPC_MoveSibling, 8,
9603 OPC_CheckInteger, 14,
9604 OPC_CheckTypeI32,
9605 OPC_MoveSibling, 9,
9606 OPC_CheckInteger, 15,
9607 OPC_CheckTypeI32,
9608 OPC_MoveSibling, 10,
9609 OPC_CheckInteger, 20,
9610 OPC_CheckTypeI32,
9611 OPC_MoveSibling, 11,
9612 OPC_CheckInteger, 21,
9613 OPC_CheckTypeI32,
9614 OPC_MoveSibling, 12,
9615 OPC_CheckInteger, 22,
9616 OPC_CheckTypeI32,
9617 OPC_MoveSibling, 13,
9618 OPC_CheckInteger, 23,
9619 OPC_CheckTypeI32,
9620 OPC_MoveSibling, 14,
9621 OPC_CheckInteger, 28,
9622 OPC_CheckTypeI32,
9623 OPC_MoveSibling, 15,
9624 OPC_CheckInteger, 29,
9625 OPC_CheckTypeI32,
9626 OPC_MoveSibling, 16,
9627 OPC_CheckInteger, 30,
9628 OPC_CheckTypeI32,
9629 OPC_MoveSibling, 17,
9630 OPC_CheckInteger, 31,
9631 OPC_CheckTypeI32,
9632 OPC_MoveParent,
9633 OPC_MoveSibling1,
9634 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
9635 OPC_MoveChild0,
9636 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
9637 OPC_MoveChild0,
9638 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
9639 OPC_Scope, 81|128,1,
9640 OPC_CheckChild0Same, 1,
9641 OPC_MoveSibling1,
9642 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
9643 OPC_CheckChild0Same, 0,
9644 OPC_MoveParent,
9645 OPC_CheckType, MVT::v4i32,
9646 OPC_MoveSibling1,
9647 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
9648 OPC_MoveChild0,
9649 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
9650 OPC_Scope, 93,
9651 OPC_CheckChild0Same, 1,
9652 OPC_MoveSibling1,
9653 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
9654 OPC_CheckChild0Same, 0,
9655 OPC_MoveParent,
9656 OPC_CheckType, MVT::v4i32,
9657 OPC_MoveParent,
9658 OPC_CheckChild2Integer, 0,
9659 OPC_CheckChild2TypeI32,
9660 OPC_CheckChild3Integer, 1,
9661 OPC_CheckChild3TypeI32,
9662 OPC_CheckChild4Integer, 2,
9663 OPC_CheckChild4TypeI32,
9664 OPC_MoveChild5,
9665 OPC_CheckInteger, 3,
9666 OPC_CheckTypeI32,
9667 OPC_MoveSibling6,
9668 OPC_CheckInteger, 8,
9669 OPC_CheckTypeI32,
9670 OPC_MoveSibling7,
9671 OPC_CheckInteger, 9,
9672 OPC_CheckTypeI32,
9673 OPC_MoveSibling, 8,
9674 OPC_CheckInteger, 10,
9675 OPC_CheckTypeI32,
9676 OPC_MoveSibling, 9,
9677 OPC_CheckInteger, 11,
9678 OPC_CheckTypeI32,
9679 OPC_MoveSibling, 10,
9680 OPC_CheckInteger, 16,
9681 OPC_CheckTypeI32,
9682 OPC_MoveSibling, 11,
9683 OPC_CheckInteger, 17,
9684 OPC_CheckTypeI32,
9685 OPC_MoveSibling, 12,
9686 OPC_CheckInteger, 18,
9687 OPC_CheckTypeI32,
9688 OPC_MoveSibling, 13,
9689 OPC_CheckInteger, 19,
9690 OPC_CheckTypeI32,
9691 OPC_MoveSibling, 14,
9692 OPC_CheckInteger, 24,
9693 OPC_CheckTypeI32,
9694 OPC_MoveSibling, 15,
9695 OPC_CheckInteger, 25,
9696 OPC_CheckTypeI32,
9697 OPC_MoveSibling, 16,
9698 OPC_CheckInteger, 26,
9699 OPC_CheckTypeI32,
9700 OPC_MoveSibling, 17,
9701 OPC_CheckInteger, 27,
9702 OPC_CheckTypeI32,
9703 OPC_MoveParent,
9704 OPC_MoveParent,
9705 OPC_CheckType, MVT::v4i32,
9706 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
9707 MVT::v4i32, 2, 1,
9708 93,
9709 OPC_CheckChild0Same, 0,
9710 OPC_MoveSibling1,
9711 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
9712 OPC_CheckChild0Same, 1,
9713 OPC_MoveParent,
9714 OPC_CheckType, MVT::v4i32,
9715 OPC_MoveParent,
9716 OPC_CheckChild2Integer, 0,
9717 OPC_CheckChild2TypeI32,
9718 OPC_CheckChild3Integer, 1,
9719 OPC_CheckChild3TypeI32,
9720 OPC_CheckChild4Integer, 2,
9721 OPC_CheckChild4TypeI32,
9722 OPC_MoveChild5,
9723 OPC_CheckInteger, 3,
9724 OPC_CheckTypeI32,
9725 OPC_MoveSibling6,
9726 OPC_CheckInteger, 8,
9727 OPC_CheckTypeI32,
9728 OPC_MoveSibling7,
9729 OPC_CheckInteger, 9,
9730 OPC_CheckTypeI32,
9731 OPC_MoveSibling, 8,
9732 OPC_CheckInteger, 10,
9733 OPC_CheckTypeI32,
9734 OPC_MoveSibling, 9,
9735 OPC_CheckInteger, 11,
9736 OPC_CheckTypeI32,
9737 OPC_MoveSibling, 10,
9738 OPC_CheckInteger, 16,
9739 OPC_CheckTypeI32,
9740 OPC_MoveSibling, 11,
9741 OPC_CheckInteger, 17,
9742 OPC_CheckTypeI32,
9743 OPC_MoveSibling, 12,
9744 OPC_CheckInteger, 18,
9745 OPC_CheckTypeI32,
9746 OPC_MoveSibling, 13,
9747 OPC_CheckInteger, 19,
9748 OPC_CheckTypeI32,
9749 OPC_MoveSibling, 14,
9750 OPC_CheckInteger, 24,
9751 OPC_CheckTypeI32,
9752 OPC_MoveSibling, 15,
9753 OPC_CheckInteger, 25,
9754 OPC_CheckTypeI32,
9755 OPC_MoveSibling, 16,
9756 OPC_CheckInteger, 26,
9757 OPC_CheckTypeI32,
9758 OPC_MoveSibling, 17,
9759 OPC_CheckInteger, 27,
9760 OPC_CheckTypeI32,
9761 OPC_MoveParent,
9762 OPC_MoveParent,
9763 OPC_CheckType, MVT::v4i32,
9764 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
9765 MVT::v4i32, 2, 1,
9766 0,
9767 81|128,1,
9768 OPC_CheckChild0Same, 0,
9769 OPC_MoveSibling1,
9770 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
9771 OPC_CheckChild0Same, 1,
9772 OPC_MoveParent,
9773 OPC_CheckType, MVT::v4i32,
9774 OPC_MoveSibling1,
9775 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
9776 OPC_MoveChild0,
9777 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
9778 OPC_Scope, 93,
9779 OPC_CheckChild0Same, 1,
9780 OPC_MoveSibling1,
9781 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
9782 OPC_CheckChild0Same, 0,
9783 OPC_MoveParent,
9784 OPC_CheckType, MVT::v4i32,
9785 OPC_MoveParent,
9786 OPC_CheckChild2Integer, 0,
9787 OPC_CheckChild2TypeI32,
9788 OPC_CheckChild3Integer, 1,
9789 OPC_CheckChild3TypeI32,
9790 OPC_CheckChild4Integer, 2,
9791 OPC_CheckChild4TypeI32,
9792 OPC_MoveChild5,
9793 OPC_CheckInteger, 3,
9794 OPC_CheckTypeI32,
9795 OPC_MoveSibling6,
9796 OPC_CheckInteger, 8,
9797 OPC_CheckTypeI32,
9798 OPC_MoveSibling7,
9799 OPC_CheckInteger, 9,
9800 OPC_CheckTypeI32,
9801 OPC_MoveSibling, 8,
9802 OPC_CheckInteger, 10,
9803 OPC_CheckTypeI32,
9804 OPC_MoveSibling, 9,
9805 OPC_CheckInteger, 11,
9806 OPC_CheckTypeI32,
9807 OPC_MoveSibling, 10,
9808 OPC_CheckInteger, 16,
9809 OPC_CheckTypeI32,
9810 OPC_MoveSibling, 11,
9811 OPC_CheckInteger, 17,
9812 OPC_CheckTypeI32,
9813 OPC_MoveSibling, 12,
9814 OPC_CheckInteger, 18,
9815 OPC_CheckTypeI32,
9816 OPC_MoveSibling, 13,
9817 OPC_CheckInteger, 19,
9818 OPC_CheckTypeI32,
9819 OPC_MoveSibling, 14,
9820 OPC_CheckInteger, 24,
9821 OPC_CheckTypeI32,
9822 OPC_MoveSibling, 15,
9823 OPC_CheckInteger, 25,
9824 OPC_CheckTypeI32,
9825 OPC_MoveSibling, 16,
9826 OPC_CheckInteger, 26,
9827 OPC_CheckTypeI32,
9828 OPC_MoveSibling, 17,
9829 OPC_CheckInteger, 27,
9830 OPC_CheckTypeI32,
9831 OPC_MoveParent,
9832 OPC_MoveParent,
9833 OPC_CheckType, MVT::v4i32,
9834 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
9835 MVT::v4i32, 2, 1,
9836 93,
9837 OPC_CheckChild0Same, 0,
9838 OPC_MoveSibling1,
9839 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
9840 OPC_CheckChild0Same, 1,
9841 OPC_MoveParent,
9842 OPC_CheckType, MVT::v4i32,
9843 OPC_MoveParent,
9844 OPC_CheckChild2Integer, 0,
9845 OPC_CheckChild2TypeI32,
9846 OPC_CheckChild3Integer, 1,
9847 OPC_CheckChild3TypeI32,
9848 OPC_CheckChild4Integer, 2,
9849 OPC_CheckChild4TypeI32,
9850 OPC_MoveChild5,
9851 OPC_CheckInteger, 3,
9852 OPC_CheckTypeI32,
9853 OPC_MoveSibling6,
9854 OPC_CheckInteger, 8,
9855 OPC_CheckTypeI32,
9856 OPC_MoveSibling7,
9857 OPC_CheckInteger, 9,
9858 OPC_CheckTypeI32,
9859 OPC_MoveSibling, 8,
9860 OPC_CheckInteger, 10,
9861 OPC_CheckTypeI32,
9862 OPC_MoveSibling, 9,
9863 OPC_CheckInteger, 11,
9864 OPC_CheckTypeI32,
9865 OPC_MoveSibling, 10,
9866 OPC_CheckInteger, 16,
9867 OPC_CheckTypeI32,
9868 OPC_MoveSibling, 11,
9869 OPC_CheckInteger, 17,
9870 OPC_CheckTypeI32,
9871 OPC_MoveSibling, 12,
9872 OPC_CheckInteger, 18,
9873 OPC_CheckTypeI32,
9874 OPC_MoveSibling, 13,
9875 OPC_CheckInteger, 19,
9876 OPC_CheckTypeI32,
9877 OPC_MoveSibling, 14,
9878 OPC_CheckInteger, 24,
9879 OPC_CheckTypeI32,
9880 OPC_MoveSibling, 15,
9881 OPC_CheckInteger, 25,
9882 OPC_CheckTypeI32,
9883 OPC_MoveSibling, 16,
9884 OPC_CheckInteger, 26,
9885 OPC_CheckTypeI32,
9886 OPC_MoveSibling, 17,
9887 OPC_CheckInteger, 27,
9888 OPC_CheckTypeI32,
9889 OPC_MoveParent,
9890 OPC_MoveParent,
9891 OPC_CheckType, MVT::v4i32,
9892 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
9893 MVT::v4i32, 2, 1,
9894 0,
9895 0,
9896 0,
9897 64|128,29,
9898 OPC_CheckChild0Type, MVT::v16i8,
9899 OPC_MoveSibling1,
9900 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
9901 OPC_RecordChild0,
9902 OPC_CheckChild0Type, MVT::v16i8,
9903 OPC_MoveParent,
9904 OPC_CheckType, MVT::v8i16,
9905 OPC_MoveSibling1,
9906 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
9907 OPC_MoveChild0,
9908 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
9909 OPC_Scope, 8|128,4,
9910 OPC_CheckChild0Same, 0,
9911 OPC_MoveSibling1,
9912 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
9913 OPC_CheckChild0Same, 1,
9914 OPC_MoveParent,
9915 OPC_CheckType, MVT::v8i16,
9916 OPC_MoveParent,
9917 OPC_CheckChild2Integer, 0,
9918 OPC_CheckChild2TypeI32,
9919 OPC_CheckChild3Integer, 1,
9920 OPC_CheckChild3TypeI32,
9921 OPC_CheckChild4Integer, 4,
9922 OPC_CheckChild4TypeI32,
9923 OPC_MoveChild5,
9924 OPC_CheckInteger, 5,
9925 OPC_CheckTypeI32,
9926 OPC_MoveSibling6,
9927 OPC_CheckInteger, 8,
9928 OPC_CheckTypeI32,
9929 OPC_MoveSibling7,
9930 OPC_CheckInteger, 9,
9931 OPC_CheckTypeI32,
9932 OPC_MoveSibling, 8,
9933 OPC_CheckInteger, 12,
9934 OPC_CheckTypeI32,
9935 OPC_MoveSibling, 9,
9936 OPC_CheckInteger, 13,
9937 OPC_CheckTypeI32,
9938 OPC_MoveSibling, 10,
9939 OPC_CheckInteger, 16,
9940 OPC_CheckTypeI32,
9941 OPC_MoveSibling, 11,
9942 OPC_CheckInteger, 17,
9943 OPC_CheckTypeI32,
9944 OPC_MoveSibling, 12,
9945 OPC_CheckInteger, 20,
9946 OPC_CheckTypeI32,
9947 OPC_MoveSibling, 13,
9948 OPC_CheckInteger, 21,
9949 OPC_CheckTypeI32,
9950 OPC_MoveSibling, 14,
9951 OPC_CheckInteger, 24,
9952 OPC_CheckTypeI32,
9953 OPC_MoveSibling, 15,
9954 OPC_CheckInteger, 25,
9955 OPC_CheckTypeI32,
9956 OPC_MoveSibling, 16,
9957 OPC_CheckInteger, 28,
9958 OPC_CheckTypeI32,
9959 OPC_MoveSibling, 17,
9960 OPC_CheckInteger, 29,
9961 OPC_CheckTypeI32,
9962 OPC_MoveParent,
9963 OPC_MoveSibling1,
9964 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
9965 OPC_MoveChild0,
9966 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
9967 OPC_MoveChild0,
9968 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
9969 OPC_Scope, 81|128,1,
9970 OPC_CheckChild0Same, 0,
9971 OPC_MoveSibling1,
9972 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
9973 OPC_CheckChild0Same, 1,
9974 OPC_MoveParent,
9975 OPC_CheckType, MVT::v8i16,
9976 OPC_MoveSibling1,
9977 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
9978 OPC_MoveChild0,
9979 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
9980 OPC_Scope, 93,
9981 OPC_CheckChild0Same, 0,
9982 OPC_MoveSibling1,
9983 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
9984 OPC_CheckChild0Same, 1,
9985 OPC_MoveParent,
9986 OPC_CheckType, MVT::v8i16,
9987 OPC_MoveParent,
9988 OPC_CheckChild2Integer, 2,
9989 OPC_CheckChild2TypeI32,
9990 OPC_CheckChild3Integer, 3,
9991 OPC_CheckChild3TypeI32,
9992 OPC_CheckChild4Integer, 6,
9993 OPC_CheckChild4TypeI32,
9994 OPC_MoveChild5,
9995 OPC_CheckInteger, 7,
9996 OPC_CheckTypeI32,
9997 OPC_MoveSibling6,
9998 OPC_CheckInteger, 10,
9999 OPC_CheckTypeI32,
10000 OPC_MoveSibling7,
10001 OPC_CheckInteger, 11,
10002 OPC_CheckTypeI32,
10003 OPC_MoveSibling, 8,
10004 OPC_CheckInteger, 14,
10005 OPC_CheckTypeI32,
10006 OPC_MoveSibling, 9,
10007 OPC_CheckInteger, 15,
10008 OPC_CheckTypeI32,
10009 OPC_MoveSibling, 10,
10010 OPC_CheckInteger, 18,
10011 OPC_CheckTypeI32,
10012 OPC_MoveSibling, 11,
10013 OPC_CheckInteger, 19,
10014 OPC_CheckTypeI32,
10015 OPC_MoveSibling, 12,
10016 OPC_CheckInteger, 22,
10017 OPC_CheckTypeI32,
10018 OPC_MoveSibling, 13,
10019 OPC_CheckInteger, 23,
10020 OPC_CheckTypeI32,
10021 OPC_MoveSibling, 14,
10022 OPC_CheckInteger, 26,
10023 OPC_CheckTypeI32,
10024 OPC_MoveSibling, 15,
10025 OPC_CheckInteger, 27,
10026 OPC_CheckTypeI32,
10027 OPC_MoveSibling, 16,
10028 OPC_CheckInteger, 30,
10029 OPC_CheckTypeI32,
10030 OPC_MoveSibling, 17,
10031 OPC_CheckInteger, 31,
10032 OPC_CheckTypeI32,
10033 OPC_MoveParent,
10034 OPC_MoveParent,
10035 OPC_CheckType, MVT::v8i16,
10036 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
10037 MVT::v8i16, 2, 16,
10038 93,
10039 OPC_CheckChild0Same, 1,
10040 OPC_MoveSibling1,
10041 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
10042 OPC_CheckChild0Same, 0,
10043 OPC_MoveParent,
10044 OPC_CheckType, MVT::v8i16,
10045 OPC_MoveParent,
10046 OPC_CheckChild2Integer, 2,
10047 OPC_CheckChild2TypeI32,
10048 OPC_CheckChild3Integer, 3,
10049 OPC_CheckChild3TypeI32,
10050 OPC_CheckChild4Integer, 6,
10051 OPC_CheckChild4TypeI32,
10052 OPC_MoveChild5,
10053 OPC_CheckInteger, 7,
10054 OPC_CheckTypeI32,
10055 OPC_MoveSibling6,
10056 OPC_CheckInteger, 10,
10057 OPC_CheckTypeI32,
10058 OPC_MoveSibling7,
10059 OPC_CheckInteger, 11,
10060 OPC_CheckTypeI32,
10061 OPC_MoveSibling, 8,
10062 OPC_CheckInteger, 14,
10063 OPC_CheckTypeI32,
10064 OPC_MoveSibling, 9,
10065 OPC_CheckInteger, 15,
10066 OPC_CheckTypeI32,
10067 OPC_MoveSibling, 10,
10068 OPC_CheckInteger, 18,
10069 OPC_CheckTypeI32,
10070 OPC_MoveSibling, 11,
10071 OPC_CheckInteger, 19,
10072 OPC_CheckTypeI32,
10073 OPC_MoveSibling, 12,
10074 OPC_CheckInteger, 22,
10075 OPC_CheckTypeI32,
10076 OPC_MoveSibling, 13,
10077 OPC_CheckInteger, 23,
10078 OPC_CheckTypeI32,
10079 OPC_MoveSibling, 14,
10080 OPC_CheckInteger, 26,
10081 OPC_CheckTypeI32,
10082 OPC_MoveSibling, 15,
10083 OPC_CheckInteger, 27,
10084 OPC_CheckTypeI32,
10085 OPC_MoveSibling, 16,
10086 OPC_CheckInteger, 30,
10087 OPC_CheckTypeI32,
10088 OPC_MoveSibling, 17,
10089 OPC_CheckInteger, 31,
10090 OPC_CheckTypeI32,
10091 OPC_MoveParent,
10092 OPC_MoveParent,
10093 OPC_CheckType, MVT::v8i16,
10094 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
10095 MVT::v8i16, 2, 16,
10096 0,
10097 81|128,1,
10098 OPC_CheckChild0Same, 1,
10099 OPC_MoveSibling1,
10100 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
10101 OPC_CheckChild0Same, 0,
10102 OPC_MoveParent,
10103 OPC_CheckType, MVT::v8i16,
10104 OPC_MoveSibling1,
10105 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
10106 OPC_MoveChild0,
10107 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
10108 OPC_Scope, 93,
10109 OPC_CheckChild0Same, 0,
10110 OPC_MoveSibling1,
10111 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
10112 OPC_CheckChild0Same, 1,
10113 OPC_MoveParent,
10114 OPC_CheckType, MVT::v8i16,
10115 OPC_MoveParent,
10116 OPC_CheckChild2Integer, 2,
10117 OPC_CheckChild2TypeI32,
10118 OPC_CheckChild3Integer, 3,
10119 OPC_CheckChild3TypeI32,
10120 OPC_CheckChild4Integer, 6,
10121 OPC_CheckChild4TypeI32,
10122 OPC_MoveChild5,
10123 OPC_CheckInteger, 7,
10124 OPC_CheckTypeI32,
10125 OPC_MoveSibling6,
10126 OPC_CheckInteger, 10,
10127 OPC_CheckTypeI32,
10128 OPC_MoveSibling7,
10129 OPC_CheckInteger, 11,
10130 OPC_CheckTypeI32,
10131 OPC_MoveSibling, 8,
10132 OPC_CheckInteger, 14,
10133 OPC_CheckTypeI32,
10134 OPC_MoveSibling, 9,
10135 OPC_CheckInteger, 15,
10136 OPC_CheckTypeI32,
10137 OPC_MoveSibling, 10,
10138 OPC_CheckInteger, 18,
10139 OPC_CheckTypeI32,
10140 OPC_MoveSibling, 11,
10141 OPC_CheckInteger, 19,
10142 OPC_CheckTypeI32,
10143 OPC_MoveSibling, 12,
10144 OPC_CheckInteger, 22,
10145 OPC_CheckTypeI32,
10146 OPC_MoveSibling, 13,
10147 OPC_CheckInteger, 23,
10148 OPC_CheckTypeI32,
10149 OPC_MoveSibling, 14,
10150 OPC_CheckInteger, 26,
10151 OPC_CheckTypeI32,
10152 OPC_MoveSibling, 15,
10153 OPC_CheckInteger, 27,
10154 OPC_CheckTypeI32,
10155 OPC_MoveSibling, 16,
10156 OPC_CheckInteger, 30,
10157 OPC_CheckTypeI32,
10158 OPC_MoveSibling, 17,
10159 OPC_CheckInteger, 31,
10160 OPC_CheckTypeI32,
10161 OPC_MoveParent,
10162 OPC_MoveParent,
10163 OPC_CheckType, MVT::v8i16,
10164 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
10165 MVT::v8i16, 2, 16,
10166 93,
10167 OPC_CheckChild0Same, 1,
10168 OPC_MoveSibling1,
10169 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
10170 OPC_CheckChild0Same, 0,
10171 OPC_MoveParent,
10172 OPC_CheckType, MVT::v8i16,
10173 OPC_MoveParent,
10174 OPC_CheckChild2Integer, 2,
10175 OPC_CheckChild2TypeI32,
10176 OPC_CheckChild3Integer, 3,
10177 OPC_CheckChild3TypeI32,
10178 OPC_CheckChild4Integer, 6,
10179 OPC_CheckChild4TypeI32,
10180 OPC_MoveChild5,
10181 OPC_CheckInteger, 7,
10182 OPC_CheckTypeI32,
10183 OPC_MoveSibling6,
10184 OPC_CheckInteger, 10,
10185 OPC_CheckTypeI32,
10186 OPC_MoveSibling7,
10187 OPC_CheckInteger, 11,
10188 OPC_CheckTypeI32,
10189 OPC_MoveSibling, 8,
10190 OPC_CheckInteger, 14,
10191 OPC_CheckTypeI32,
10192 OPC_MoveSibling, 9,
10193 OPC_CheckInteger, 15,
10194 OPC_CheckTypeI32,
10195 OPC_MoveSibling, 10,
10196 OPC_CheckInteger, 18,
10197 OPC_CheckTypeI32,
10198 OPC_MoveSibling, 11,
10199 OPC_CheckInteger, 19,
10200 OPC_CheckTypeI32,
10201 OPC_MoveSibling, 12,
10202 OPC_CheckInteger, 22,
10203 OPC_CheckTypeI32,
10204 OPC_MoveSibling, 13,
10205 OPC_CheckInteger, 23,
10206 OPC_CheckTypeI32,
10207 OPC_MoveSibling, 14,
10208 OPC_CheckInteger, 26,
10209 OPC_CheckTypeI32,
10210 OPC_MoveSibling, 15,
10211 OPC_CheckInteger, 27,
10212 OPC_CheckTypeI32,
10213 OPC_MoveSibling, 16,
10214 OPC_CheckInteger, 30,
10215 OPC_CheckTypeI32,
10216 OPC_MoveSibling, 17,
10217 OPC_CheckInteger, 31,
10218 OPC_CheckTypeI32,
10219 OPC_MoveParent,
10220 OPC_MoveParent,
10221 OPC_CheckType, MVT::v8i16,
10222 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
10223 MVT::v8i16, 2, 16,
10224 0,
10225 0,
10226 67|128,6,
10227 OPC_CheckChild0Same, 1,
10228 OPC_MoveSibling1,
10229 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
10230 OPC_CheckChild0Same, 0,
10231 OPC_MoveParent,
10232 OPC_CheckType, MVT::v8i16,
10233 OPC_MoveParent,
10234 OPC_CheckChild2Integer, 0,
10235 OPC_CheckChild2TypeI32,
10236 OPC_CheckChild3Integer, 1,
10237 OPC_CheckChild3TypeI32,
10238 OPC_CheckChild4Integer, 4,
10239 OPC_CheckChild4TypeI32,
10240 OPC_MoveChild5,
10241 OPC_CheckInteger, 5,
10242 OPC_CheckTypeI32,
10243 OPC_MoveSibling6,
10244 OPC_CheckInteger, 8,
10245 OPC_CheckTypeI32,
10246 OPC_MoveSibling7,
10247 OPC_CheckInteger, 9,
10248 OPC_CheckTypeI32,
10249 OPC_MoveSibling, 8,
10250 OPC_CheckInteger, 12,
10251 OPC_CheckTypeI32,
10252 OPC_MoveSibling, 9,
10253 OPC_CheckInteger, 13,
10254 OPC_CheckTypeI32,
10255 OPC_MoveSibling, 10,
10256 OPC_CheckInteger, 16,
10257 OPC_CheckTypeI32,
10258 OPC_MoveSibling, 11,
10259 OPC_CheckInteger, 17,
10260 OPC_CheckTypeI32,
10261 OPC_MoveSibling, 12,
10262 OPC_CheckInteger, 20,
10263 OPC_CheckTypeI32,
10264 OPC_MoveSibling, 13,
10265 OPC_CheckInteger, 21,
10266 OPC_CheckTypeI32,
10267 OPC_MoveSibling, 14,
10268 OPC_CheckInteger, 24,
10269 OPC_CheckTypeI32,
10270 OPC_MoveSibling, 15,
10271 OPC_CheckInteger, 25,
10272 OPC_CheckTypeI32,
10273 OPC_MoveSibling, 16,
10274 OPC_CheckInteger, 28,
10275 OPC_CheckTypeI32,
10276 OPC_MoveSibling, 17,
10277 OPC_CheckInteger, 29,
10278 OPC_CheckTypeI32,
10279 OPC_MoveParent,
10280 OPC_MoveSibling1,
10281 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
10282 OPC_MoveChild0,
10283 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
10284 OPC_MoveChild0,
10285 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
10286 OPC_Scope, 81|128,1,
10287 OPC_CheckChild0Same, 0,
10288 OPC_MoveSibling1,
10289 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
10290 OPC_CheckChild0Same, 1,
10291 OPC_MoveParent,
10292 OPC_CheckType, MVT::v8i16,
10293 OPC_MoveSibling1,
10294 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
10295 OPC_MoveChild0,
10296 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
10297 OPC_Scope, 93,
10298 OPC_CheckChild0Same, 0,
10299 OPC_MoveSibling1,
10300 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
10301 OPC_CheckChild0Same, 1,
10302 OPC_MoveParent,
10303 OPC_CheckType, MVT::v8i16,
10304 OPC_MoveParent,
10305 OPC_CheckChild2Integer, 2,
10306 OPC_CheckChild2TypeI32,
10307 OPC_CheckChild3Integer, 3,
10308 OPC_CheckChild3TypeI32,
10309 OPC_CheckChild4Integer, 6,
10310 OPC_CheckChild4TypeI32,
10311 OPC_MoveChild5,
10312 OPC_CheckInteger, 7,
10313 OPC_CheckTypeI32,
10314 OPC_MoveSibling6,
10315 OPC_CheckInteger, 10,
10316 OPC_CheckTypeI32,
10317 OPC_MoveSibling7,
10318 OPC_CheckInteger, 11,
10319 OPC_CheckTypeI32,
10320 OPC_MoveSibling, 8,
10321 OPC_CheckInteger, 14,
10322 OPC_CheckTypeI32,
10323 OPC_MoveSibling, 9,
10324 OPC_CheckInteger, 15,
10325 OPC_CheckTypeI32,
10326 OPC_MoveSibling, 10,
10327 OPC_CheckInteger, 18,
10328 OPC_CheckTypeI32,
10329 OPC_MoveSibling, 11,
10330 OPC_CheckInteger, 19,
10331 OPC_CheckTypeI32,
10332 OPC_MoveSibling, 12,
10333 OPC_CheckInteger, 22,
10334 OPC_CheckTypeI32,
10335 OPC_MoveSibling, 13,
10336 OPC_CheckInteger, 23,
10337 OPC_CheckTypeI32,
10338 OPC_MoveSibling, 14,
10339 OPC_CheckInteger, 26,
10340 OPC_CheckTypeI32,
10341 OPC_MoveSibling, 15,
10342 OPC_CheckInteger, 27,
10343 OPC_CheckTypeI32,
10344 OPC_MoveSibling, 16,
10345 OPC_CheckInteger, 30,
10346 OPC_CheckTypeI32,
10347 OPC_MoveSibling, 17,
10348 OPC_CheckInteger, 31,
10349 OPC_CheckTypeI32,
10350 OPC_MoveParent,
10351 OPC_MoveParent,
10352 OPC_CheckType, MVT::v8i16,
10353 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
10354 MVT::v8i16, 2, 16,
10355 93,
10356 OPC_CheckChild0Same, 1,
10357 OPC_MoveSibling1,
10358 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
10359 OPC_CheckChild0Same, 0,
10360 OPC_MoveParent,
10361 OPC_CheckType, MVT::v8i16,
10362 OPC_MoveParent,
10363 OPC_CheckChild2Integer, 2,
10364 OPC_CheckChild2TypeI32,
10365 OPC_CheckChild3Integer, 3,
10366 OPC_CheckChild3TypeI32,
10367 OPC_CheckChild4Integer, 6,
10368 OPC_CheckChild4TypeI32,
10369 OPC_MoveChild5,
10370 OPC_CheckInteger, 7,
10371 OPC_CheckTypeI32,
10372 OPC_MoveSibling6,
10373 OPC_CheckInteger, 10,
10374 OPC_CheckTypeI32,
10375 OPC_MoveSibling7,
10376 OPC_CheckInteger, 11,
10377 OPC_CheckTypeI32,
10378 OPC_MoveSibling, 8,
10379 OPC_CheckInteger, 14,
10380 OPC_CheckTypeI32,
10381 OPC_MoveSibling, 9,
10382 OPC_CheckInteger, 15,
10383 OPC_CheckTypeI32,
10384 OPC_MoveSibling, 10,
10385 OPC_CheckInteger, 18,
10386 OPC_CheckTypeI32,
10387 OPC_MoveSibling, 11,
10388 OPC_CheckInteger, 19,
10389 OPC_CheckTypeI32,
10390 OPC_MoveSibling, 12,
10391 OPC_CheckInteger, 22,
10392 OPC_CheckTypeI32,
10393 OPC_MoveSibling, 13,
10394 OPC_CheckInteger, 23,
10395 OPC_CheckTypeI32,
10396 OPC_MoveSibling, 14,
10397 OPC_CheckInteger, 26,
10398 OPC_CheckTypeI32,
10399 OPC_MoveSibling, 15,
10400 OPC_CheckInteger, 27,
10401 OPC_CheckTypeI32,
10402 OPC_MoveSibling, 16,
10403 OPC_CheckInteger, 30,
10404 OPC_CheckTypeI32,
10405 OPC_MoveSibling, 17,
10406 OPC_CheckInteger, 31,
10407 OPC_CheckTypeI32,
10408 OPC_MoveParent,
10409 OPC_MoveParent,
10410 OPC_CheckType, MVT::v8i16,
10411 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
10412 MVT::v8i16, 2, 16,
10413 0,
10414 57|128,2,
10415 OPC_CheckChild0Same, 1,
10416 OPC_MoveSibling1,
10417 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
10418 OPC_CheckChild0Same, 0,
10419 OPC_MoveParent,
10420 OPC_CheckType, MVT::v8i16,
10421 OPC_MoveSibling1,
10422 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
10423 OPC_MoveChild0,
10424 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
10425 OPC_Scope, 93,
10426 OPC_CheckChild0Same, 0,
10427 OPC_MoveSibling1,
10428 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
10429 OPC_CheckChild0Same, 1,
10430 OPC_MoveParent,
10431 OPC_CheckType, MVT::v8i16,
10432 OPC_MoveParent,
10433 OPC_CheckChild2Integer, 2,
10434 OPC_CheckChild2TypeI32,
10435 OPC_CheckChild3Integer, 3,
10436 OPC_CheckChild3TypeI32,
10437 OPC_CheckChild4Integer, 6,
10438 OPC_CheckChild4TypeI32,
10439 OPC_MoveChild5,
10440 OPC_CheckInteger, 7,
10441 OPC_CheckTypeI32,
10442 OPC_MoveSibling6,
10443 OPC_CheckInteger, 10,
10444 OPC_CheckTypeI32,
10445 OPC_MoveSibling7,
10446 OPC_CheckInteger, 11,
10447 OPC_CheckTypeI32,
10448 OPC_MoveSibling, 8,
10449 OPC_CheckInteger, 14,
10450 OPC_CheckTypeI32,
10451 OPC_MoveSibling, 9,
10452 OPC_CheckInteger, 15,
10453 OPC_CheckTypeI32,
10454 OPC_MoveSibling, 10,
10455 OPC_CheckInteger, 18,
10456 OPC_CheckTypeI32,
10457 OPC_MoveSibling, 11,
10458 OPC_CheckInteger, 19,
10459 OPC_CheckTypeI32,
10460 OPC_MoveSibling, 12,
10461 OPC_CheckInteger, 22,
10462 OPC_CheckTypeI32,
10463 OPC_MoveSibling, 13,
10464 OPC_CheckInteger, 23,
10465 OPC_CheckTypeI32,
10466 OPC_MoveSibling, 14,
10467 OPC_CheckInteger, 26,
10468 OPC_CheckTypeI32,
10469 OPC_MoveSibling, 15,
10470 OPC_CheckInteger, 27,
10471 OPC_CheckTypeI32,
10472 OPC_MoveSibling, 16,
10473 OPC_CheckInteger, 30,
10474 OPC_CheckTypeI32,
10475 OPC_MoveSibling, 17,
10476 OPC_CheckInteger, 31,
10477 OPC_CheckTypeI32,
10478 OPC_MoveParent,
10479 OPC_MoveParent,
10480 OPC_CheckType, MVT::v8i16,
10481 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
10482 MVT::v8i16, 2, 16,
10483 103,
10484 OPC_CheckChild0Same, 1,
10485 OPC_MoveSibling1,
10486 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
10487 OPC_CheckChild0Same, 0,
10488 OPC_MoveParent,
10489 OPC_CheckType, MVT::v8i16,
10490 OPC_MoveParent,
10491 OPC_CheckChild2Integer, 2,
10492 OPC_CheckChild2TypeI32,
10493 OPC_CheckChild3Integer, 3,
10494 OPC_CheckChild3TypeI32,
10495 OPC_CheckChild4Integer, 6,
10496 OPC_CheckChild4TypeI32,
10497 OPC_MoveChild5,
10498 OPC_CheckInteger, 7,
10499 OPC_CheckTypeI32,
10500 OPC_MoveSibling6,
10501 OPC_CheckInteger, 10,
10502 OPC_CheckTypeI32,
10503 OPC_MoveSibling7,
10504 OPC_CheckInteger, 11,
10505 OPC_CheckTypeI32,
10506 OPC_MoveSibling, 8,
10507 OPC_CheckInteger, 14,
10508 OPC_CheckTypeI32,
10509 OPC_MoveSibling, 9,
10510 OPC_CheckInteger, 15,
10511 OPC_CheckTypeI32,
10512 OPC_MoveSibling, 10,
10513 OPC_CheckInteger, 18,
10514 OPC_CheckTypeI32,
10515 OPC_MoveSibling, 11,
10516 OPC_CheckInteger, 19,
10517 OPC_CheckTypeI32,
10518 OPC_MoveSibling, 12,
10519 OPC_CheckInteger, 22,
10520 OPC_CheckTypeI32,
10521 OPC_MoveSibling, 13,
10522 OPC_CheckInteger, 23,
10523 OPC_CheckTypeI32,
10524 OPC_MoveSibling, 14,
10525 OPC_CheckInteger, 26,
10526 OPC_CheckTypeI32,
10527 OPC_MoveSibling, 15,
10528 OPC_CheckInteger, 27,
10529 OPC_CheckTypeI32,
10530 OPC_MoveSibling, 16,
10531 OPC_CheckInteger, 30,
10532 OPC_CheckTypeI32,
10533 OPC_MoveSibling, 17,
10534 OPC_CheckInteger, 31,
10535 OPC_CheckTypeI32,
10536 OPC_MoveParent,
10537 OPC_MoveParent,
10538 OPC_CheckType, MVT::v8i16,
10539 OPC_Scope, 6,
10540 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
10541 MVT::v8i16, 2, 16,
10542 6,
10543 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
10544 MVT::v8i16, 2, 1,
10545 0,
10546 93,
10547 OPC_CheckChild0Same, 0,
10548 OPC_MoveSibling1,
10549 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
10550 OPC_CheckChild0Same, 1,
10551 OPC_MoveParent,
10552 OPC_CheckType, MVT::v8i16,
10553 OPC_MoveParent,
10554 OPC_CheckChild2Integer, 2,
10555 OPC_CheckChild2TypeI32,
10556 OPC_CheckChild3Integer, 3,
10557 OPC_CheckChild3TypeI32,
10558 OPC_CheckChild4Integer, 6,
10559 OPC_CheckChild4TypeI32,
10560 OPC_MoveChild5,
10561 OPC_CheckInteger, 7,
10562 OPC_CheckTypeI32,
10563 OPC_MoveSibling6,
10564 OPC_CheckInteger, 10,
10565 OPC_CheckTypeI32,
10566 OPC_MoveSibling7,
10567 OPC_CheckInteger, 11,
10568 OPC_CheckTypeI32,
10569 OPC_MoveSibling, 8,
10570 OPC_CheckInteger, 14,
10571 OPC_CheckTypeI32,
10572 OPC_MoveSibling, 9,
10573 OPC_CheckInteger, 15,
10574 OPC_CheckTypeI32,
10575 OPC_MoveSibling, 10,
10576 OPC_CheckInteger, 18,
10577 OPC_CheckTypeI32,
10578 OPC_MoveSibling, 11,
10579 OPC_CheckInteger, 19,
10580 OPC_CheckTypeI32,
10581 OPC_MoveSibling, 12,
10582 OPC_CheckInteger, 22,
10583 OPC_CheckTypeI32,
10584 OPC_MoveSibling, 13,
10585 OPC_CheckInteger, 23,
10586 OPC_CheckTypeI32,
10587 OPC_MoveSibling, 14,
10588 OPC_CheckInteger, 26,
10589 OPC_CheckTypeI32,
10590 OPC_MoveSibling, 15,
10591 OPC_CheckInteger, 27,
10592 OPC_CheckTypeI32,
10593 OPC_MoveSibling, 16,
10594 OPC_CheckInteger, 30,
10595 OPC_CheckTypeI32,
10596 OPC_MoveSibling, 17,
10597 OPC_CheckInteger, 31,
10598 OPC_CheckTypeI32,
10599 OPC_MoveParent,
10600 OPC_MoveParent,
10601 OPC_CheckType, MVT::v8i16,
10602 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
10603 MVT::v8i16, 2, 1,
10604 0,
10605 81|128,1,
10606 OPC_CheckChild0Same, 0,
10607 OPC_MoveSibling1,
10608 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
10609 OPC_CheckChild0Same, 1,
10610 OPC_MoveParent,
10611 OPC_CheckType, MVT::v8i16,
10612 OPC_MoveSibling1,
10613 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
10614 OPC_MoveChild0,
10615 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
10616 OPC_Scope, 93,
10617 OPC_CheckChild0Same, 1,
10618 OPC_MoveSibling1,
10619 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
10620 OPC_CheckChild0Same, 0,
10621 OPC_MoveParent,
10622 OPC_CheckType, MVT::v8i16,
10623 OPC_MoveParent,
10624 OPC_CheckChild2Integer, 2,
10625 OPC_CheckChild2TypeI32,
10626 OPC_CheckChild3Integer, 3,
10627 OPC_CheckChild3TypeI32,
10628 OPC_CheckChild4Integer, 6,
10629 OPC_CheckChild4TypeI32,
10630 OPC_MoveChild5,
10631 OPC_CheckInteger, 7,
10632 OPC_CheckTypeI32,
10633 OPC_MoveSibling6,
10634 OPC_CheckInteger, 10,
10635 OPC_CheckTypeI32,
10636 OPC_MoveSibling7,
10637 OPC_CheckInteger, 11,
10638 OPC_CheckTypeI32,
10639 OPC_MoveSibling, 8,
10640 OPC_CheckInteger, 14,
10641 OPC_CheckTypeI32,
10642 OPC_MoveSibling, 9,
10643 OPC_CheckInteger, 15,
10644 OPC_CheckTypeI32,
10645 OPC_MoveSibling, 10,
10646 OPC_CheckInteger, 18,
10647 OPC_CheckTypeI32,
10648 OPC_MoveSibling, 11,
10649 OPC_CheckInteger, 19,
10650 OPC_CheckTypeI32,
10651 OPC_MoveSibling, 12,
10652 OPC_CheckInteger, 22,
10653 OPC_CheckTypeI32,
10654 OPC_MoveSibling, 13,
10655 OPC_CheckInteger, 23,
10656 OPC_CheckTypeI32,
10657 OPC_MoveSibling, 14,
10658 OPC_CheckInteger, 26,
10659 OPC_CheckTypeI32,
10660 OPC_MoveSibling, 15,
10661 OPC_CheckInteger, 27,
10662 OPC_CheckTypeI32,
10663 OPC_MoveSibling, 16,
10664 OPC_CheckInteger, 30,
10665 OPC_CheckTypeI32,
10666 OPC_MoveSibling, 17,
10667 OPC_CheckInteger, 31,
10668 OPC_CheckTypeI32,
10669 OPC_MoveParent,
10670 OPC_MoveParent,
10671 OPC_CheckType, MVT::v8i16,
10672 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
10673 MVT::v8i16, 2, 1,
10674 93,
10675 OPC_CheckChild0Same, 0,
10676 OPC_MoveSibling1,
10677 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
10678 OPC_CheckChild0Same, 1,
10679 OPC_MoveParent,
10680 OPC_CheckType, MVT::v8i16,
10681 OPC_MoveParent,
10682 OPC_CheckChild2Integer, 2,
10683 OPC_CheckChild2TypeI32,
10684 OPC_CheckChild3Integer, 3,
10685 OPC_CheckChild3TypeI32,
10686 OPC_CheckChild4Integer, 6,
10687 OPC_CheckChild4TypeI32,
10688 OPC_MoveChild5,
10689 OPC_CheckInteger, 7,
10690 OPC_CheckTypeI32,
10691 OPC_MoveSibling6,
10692 OPC_CheckInteger, 10,
10693 OPC_CheckTypeI32,
10694 OPC_MoveSibling7,
10695 OPC_CheckInteger, 11,
10696 OPC_CheckTypeI32,
10697 OPC_MoveSibling, 8,
10698 OPC_CheckInteger, 14,
10699 OPC_CheckTypeI32,
10700 OPC_MoveSibling, 9,
10701 OPC_CheckInteger, 15,
10702 OPC_CheckTypeI32,
10703 OPC_MoveSibling, 10,
10704 OPC_CheckInteger, 18,
10705 OPC_CheckTypeI32,
10706 OPC_MoveSibling, 11,
10707 OPC_CheckInteger, 19,
10708 OPC_CheckTypeI32,
10709 OPC_MoveSibling, 12,
10710 OPC_CheckInteger, 22,
10711 OPC_CheckTypeI32,
10712 OPC_MoveSibling, 13,
10713 OPC_CheckInteger, 23,
10714 OPC_CheckTypeI32,
10715 OPC_MoveSibling, 14,
10716 OPC_CheckInteger, 26,
10717 OPC_CheckTypeI32,
10718 OPC_MoveSibling, 15,
10719 OPC_CheckInteger, 27,
10720 OPC_CheckTypeI32,
10721 OPC_MoveSibling, 16,
10722 OPC_CheckInteger, 30,
10723 OPC_CheckTypeI32,
10724 OPC_MoveSibling, 17,
10725 OPC_CheckInteger, 31,
10726 OPC_CheckTypeI32,
10727 OPC_MoveParent,
10728 OPC_MoveParent,
10729 OPC_CheckType, MVT::v8i16,
10730 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
10731 MVT::v8i16, 2, 1,
10732 0,
10733 0,
10734 10|128,8,
10735 OPC_CheckChild0Same, 0,
10736 OPC_MoveSibling1,
10737 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
10738 OPC_CheckChild0Same, 1,
10739 OPC_MoveParent,
10740 OPC_CheckType, MVT::v8i16,
10741 OPC_MoveParent,
10742 OPC_Scope, 124|128,3,
10743 OPC_CheckChild2Integer, 0,
10744 OPC_CheckChild2TypeI32,
10745 OPC_CheckChild3Integer, 1,
10746 OPC_CheckChild3TypeI32,
10747 OPC_CheckChild4Integer, 4,
10748 OPC_CheckChild4TypeI32,
10749 OPC_MoveChild5,
10750 OPC_CheckInteger, 5,
10751 OPC_CheckTypeI32,
10752 OPC_MoveSibling6,
10753 OPC_CheckInteger, 8,
10754 OPC_CheckTypeI32,
10755 OPC_MoveSibling7,
10756 OPC_CheckInteger, 9,
10757 OPC_CheckTypeI32,
10758 OPC_MoveSibling, 8,
10759 OPC_CheckInteger, 12,
10760 OPC_CheckTypeI32,
10761 OPC_MoveSibling, 9,
10762 OPC_CheckInteger, 13,
10763 OPC_CheckTypeI32,
10764 OPC_MoveSibling, 10,
10765 OPC_CheckInteger, 16,
10766 OPC_CheckTypeI32,
10767 OPC_MoveSibling, 11,
10768 OPC_CheckInteger, 17,
10769 OPC_CheckTypeI32,
10770 OPC_MoveSibling, 12,
10771 OPC_CheckInteger, 20,
10772 OPC_CheckTypeI32,
10773 OPC_MoveSibling, 13,
10774 OPC_CheckInteger, 21,
10775 OPC_CheckTypeI32,
10776 OPC_MoveSibling, 14,
10777 OPC_CheckInteger, 24,
10778 OPC_CheckTypeI32,
10779 OPC_MoveSibling, 15,
10780 OPC_CheckInteger, 25,
10781 OPC_CheckTypeI32,
10782 OPC_MoveSibling, 16,
10783 OPC_CheckInteger, 28,
10784 OPC_CheckTypeI32,
10785 OPC_MoveSibling, 17,
10786 OPC_CheckInteger, 29,
10787 OPC_CheckTypeI32,
10788 OPC_MoveParent,
10789 OPC_MoveSibling1,
10790 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
10791 OPC_MoveChild0,
10792 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
10793 OPC_MoveChild0,
10794 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
10795 OPC_Scope, 81|128,1,
10796 OPC_CheckChild0Same, 1,
10797 OPC_MoveSibling1,
10798 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
10799 OPC_CheckChild0Same, 0,
10800 OPC_MoveParent,
10801 OPC_CheckType, MVT::v8i16,
10802 OPC_MoveSibling1,
10803 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
10804 OPC_MoveChild0,
10805 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
10806 OPC_Scope, 93,
10807 OPC_CheckChild0Same, 1,
10808 OPC_MoveSibling1,
10809 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
10810 OPC_CheckChild0Same, 0,
10811 OPC_MoveParent,
10812 OPC_CheckType, MVT::v8i16,
10813 OPC_MoveParent,
10814 OPC_CheckChild2Integer, 2,
10815 OPC_CheckChild2TypeI32,
10816 OPC_CheckChild3Integer, 3,
10817 OPC_CheckChild3TypeI32,
10818 OPC_CheckChild4Integer, 6,
10819 OPC_CheckChild4TypeI32,
10820 OPC_MoveChild5,
10821 OPC_CheckInteger, 7,
10822 OPC_CheckTypeI32,
10823 OPC_MoveSibling6,
10824 OPC_CheckInteger, 10,
10825 OPC_CheckTypeI32,
10826 OPC_MoveSibling7,
10827 OPC_CheckInteger, 11,
10828 OPC_CheckTypeI32,
10829 OPC_MoveSibling, 8,
10830 OPC_CheckInteger, 14,
10831 OPC_CheckTypeI32,
10832 OPC_MoveSibling, 9,
10833 OPC_CheckInteger, 15,
10834 OPC_CheckTypeI32,
10835 OPC_MoveSibling, 10,
10836 OPC_CheckInteger, 18,
10837 OPC_CheckTypeI32,
10838 OPC_MoveSibling, 11,
10839 OPC_CheckInteger, 19,
10840 OPC_CheckTypeI32,
10841 OPC_MoveSibling, 12,
10842 OPC_CheckInteger, 22,
10843 OPC_CheckTypeI32,
10844 OPC_MoveSibling, 13,
10845 OPC_CheckInteger, 23,
10846 OPC_CheckTypeI32,
10847 OPC_MoveSibling, 14,
10848 OPC_CheckInteger, 26,
10849 OPC_CheckTypeI32,
10850 OPC_MoveSibling, 15,
10851 OPC_CheckInteger, 27,
10852 OPC_CheckTypeI32,
10853 OPC_MoveSibling, 16,
10854 OPC_CheckInteger, 30,
10855 OPC_CheckTypeI32,
10856 OPC_MoveSibling, 17,
10857 OPC_CheckInteger, 31,
10858 OPC_CheckTypeI32,
10859 OPC_MoveParent,
10860 OPC_MoveParent,
10861 OPC_CheckType, MVT::v8i16,
10862 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
10863 MVT::v8i16, 2, 1,
10864 93,
10865 OPC_CheckChild0Same, 0,
10866 OPC_MoveSibling1,
10867 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
10868 OPC_CheckChild0Same, 1,
10869 OPC_MoveParent,
10870 OPC_CheckType, MVT::v8i16,
10871 OPC_MoveParent,
10872 OPC_CheckChild2Integer, 2,
10873 OPC_CheckChild2TypeI32,
10874 OPC_CheckChild3Integer, 3,
10875 OPC_CheckChild3TypeI32,
10876 OPC_CheckChild4Integer, 6,
10877 OPC_CheckChild4TypeI32,
10878 OPC_MoveChild5,
10879 OPC_CheckInteger, 7,
10880 OPC_CheckTypeI32,
10881 OPC_MoveSibling6,
10882 OPC_CheckInteger, 10,
10883 OPC_CheckTypeI32,
10884 OPC_MoveSibling7,
10885 OPC_CheckInteger, 11,
10886 OPC_CheckTypeI32,
10887 OPC_MoveSibling, 8,
10888 OPC_CheckInteger, 14,
10889 OPC_CheckTypeI32,
10890 OPC_MoveSibling, 9,
10891 OPC_CheckInteger, 15,
10892 OPC_CheckTypeI32,
10893 OPC_MoveSibling, 10,
10894 OPC_CheckInteger, 18,
10895 OPC_CheckTypeI32,
10896 OPC_MoveSibling, 11,
10897 OPC_CheckInteger, 19,
10898 OPC_CheckTypeI32,
10899 OPC_MoveSibling, 12,
10900 OPC_CheckInteger, 22,
10901 OPC_CheckTypeI32,
10902 OPC_MoveSibling, 13,
10903 OPC_CheckInteger, 23,
10904 OPC_CheckTypeI32,
10905 OPC_MoveSibling, 14,
10906 OPC_CheckInteger, 26,
10907 OPC_CheckTypeI32,
10908 OPC_MoveSibling, 15,
10909 OPC_CheckInteger, 27,
10910 OPC_CheckTypeI32,
10911 OPC_MoveSibling, 16,
10912 OPC_CheckInteger, 30,
10913 OPC_CheckTypeI32,
10914 OPC_MoveSibling, 17,
10915 OPC_CheckInteger, 31,
10916 OPC_CheckTypeI32,
10917 OPC_MoveParent,
10918 OPC_MoveParent,
10919 OPC_CheckType, MVT::v8i16,
10920 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
10921 MVT::v8i16, 2, 1,
10922 0,
10923 81|128,1,
10924 OPC_CheckChild0Same, 0,
10925 OPC_MoveSibling1,
10926 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
10927 OPC_CheckChild0Same, 1,
10928 OPC_MoveParent,
10929 OPC_CheckType, MVT::v8i16,
10930 OPC_MoveSibling1,
10931 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
10932 OPC_MoveChild0,
10933 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
10934 OPC_Scope, 93,
10935 OPC_CheckChild0Same, 1,
10936 OPC_MoveSibling1,
10937 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
10938 OPC_CheckChild0Same, 0,
10939 OPC_MoveParent,
10940 OPC_CheckType, MVT::v8i16,
10941 OPC_MoveParent,
10942 OPC_CheckChild2Integer, 2,
10943 OPC_CheckChild2TypeI32,
10944 OPC_CheckChild3Integer, 3,
10945 OPC_CheckChild3TypeI32,
10946 OPC_CheckChild4Integer, 6,
10947 OPC_CheckChild4TypeI32,
10948 OPC_MoveChild5,
10949 OPC_CheckInteger, 7,
10950 OPC_CheckTypeI32,
10951 OPC_MoveSibling6,
10952 OPC_CheckInteger, 10,
10953 OPC_CheckTypeI32,
10954 OPC_MoveSibling7,
10955 OPC_CheckInteger, 11,
10956 OPC_CheckTypeI32,
10957 OPC_MoveSibling, 8,
10958 OPC_CheckInteger, 14,
10959 OPC_CheckTypeI32,
10960 OPC_MoveSibling, 9,
10961 OPC_CheckInteger, 15,
10962 OPC_CheckTypeI32,
10963 OPC_MoveSibling, 10,
10964 OPC_CheckInteger, 18,
10965 OPC_CheckTypeI32,
10966 OPC_MoveSibling, 11,
10967 OPC_CheckInteger, 19,
10968 OPC_CheckTypeI32,
10969 OPC_MoveSibling, 12,
10970 OPC_CheckInteger, 22,
10971 OPC_CheckTypeI32,
10972 OPC_MoveSibling, 13,
10973 OPC_CheckInteger, 23,
10974 OPC_CheckTypeI32,
10975 OPC_MoveSibling, 14,
10976 OPC_CheckInteger, 26,
10977 OPC_CheckTypeI32,
10978 OPC_MoveSibling, 15,
10979 OPC_CheckInteger, 27,
10980 OPC_CheckTypeI32,
10981 OPC_MoveSibling, 16,
10982 OPC_CheckInteger, 30,
10983 OPC_CheckTypeI32,
10984 OPC_MoveSibling, 17,
10985 OPC_CheckInteger, 31,
10986 OPC_CheckTypeI32,
10987 OPC_MoveParent,
10988 OPC_MoveParent,
10989 OPC_CheckType, MVT::v8i16,
10990 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
10991 MVT::v8i16, 2, 1,
10992 93,
10993 OPC_CheckChild0Same, 0,
10994 OPC_MoveSibling1,
10995 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
10996 OPC_CheckChild0Same, 1,
10997 OPC_MoveParent,
10998 OPC_CheckType, MVT::v8i16,
10999 OPC_MoveParent,
11000 OPC_CheckChild2Integer, 2,
11001 OPC_CheckChild2TypeI32,
11002 OPC_CheckChild3Integer, 3,
11003 OPC_CheckChild3TypeI32,
11004 OPC_CheckChild4Integer, 6,
11005 OPC_CheckChild4TypeI32,
11006 OPC_MoveChild5,
11007 OPC_CheckInteger, 7,
11008 OPC_CheckTypeI32,
11009 OPC_MoveSibling6,
11010 OPC_CheckInteger, 10,
11011 OPC_CheckTypeI32,
11012 OPC_MoveSibling7,
11013 OPC_CheckInteger, 11,
11014 OPC_CheckTypeI32,
11015 OPC_MoveSibling, 8,
11016 OPC_CheckInteger, 14,
11017 OPC_CheckTypeI32,
11018 OPC_MoveSibling, 9,
11019 OPC_CheckInteger, 15,
11020 OPC_CheckTypeI32,
11021 OPC_MoveSibling, 10,
11022 OPC_CheckInteger, 18,
11023 OPC_CheckTypeI32,
11024 OPC_MoveSibling, 11,
11025 OPC_CheckInteger, 19,
11026 OPC_CheckTypeI32,
11027 OPC_MoveSibling, 12,
11028 OPC_CheckInteger, 22,
11029 OPC_CheckTypeI32,
11030 OPC_MoveSibling, 13,
11031 OPC_CheckInteger, 23,
11032 OPC_CheckTypeI32,
11033 OPC_MoveSibling, 14,
11034 OPC_CheckInteger, 26,
11035 OPC_CheckTypeI32,
11036 OPC_MoveSibling, 15,
11037 OPC_CheckInteger, 27,
11038 OPC_CheckTypeI32,
11039 OPC_MoveSibling, 16,
11040 OPC_CheckInteger, 30,
11041 OPC_CheckTypeI32,
11042 OPC_MoveSibling, 17,
11043 OPC_CheckInteger, 31,
11044 OPC_CheckTypeI32,
11045 OPC_MoveParent,
11046 OPC_MoveParent,
11047 OPC_CheckType, MVT::v8i16,
11048 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
11049 MVT::v8i16, 2, 1,
11050 0,
11051 0,
11052 124|128,3,
11053 OPC_CheckChild2Integer, 2,
11054 OPC_CheckChild2TypeI32,
11055 OPC_CheckChild3Integer, 3,
11056 OPC_CheckChild3TypeI32,
11057 OPC_CheckChild4Integer, 6,
11058 OPC_CheckChild4TypeI32,
11059 OPC_MoveChild5,
11060 OPC_CheckInteger, 7,
11061 OPC_CheckTypeI32,
11062 OPC_MoveSibling6,
11063 OPC_CheckInteger, 10,
11064 OPC_CheckTypeI32,
11065 OPC_MoveSibling7,
11066 OPC_CheckInteger, 11,
11067 OPC_CheckTypeI32,
11068 OPC_MoveSibling, 8,
11069 OPC_CheckInteger, 14,
11070 OPC_CheckTypeI32,
11071 OPC_MoveSibling, 9,
11072 OPC_CheckInteger, 15,
11073 OPC_CheckTypeI32,
11074 OPC_MoveSibling, 10,
11075 OPC_CheckInteger, 18,
11076 OPC_CheckTypeI32,
11077 OPC_MoveSibling, 11,
11078 OPC_CheckInteger, 19,
11079 OPC_CheckTypeI32,
11080 OPC_MoveSibling, 12,
11081 OPC_CheckInteger, 22,
11082 OPC_CheckTypeI32,
11083 OPC_MoveSibling, 13,
11084 OPC_CheckInteger, 23,
11085 OPC_CheckTypeI32,
11086 OPC_MoveSibling, 14,
11087 OPC_CheckInteger, 26,
11088 OPC_CheckTypeI32,
11089 OPC_MoveSibling, 15,
11090 OPC_CheckInteger, 27,
11091 OPC_CheckTypeI32,
11092 OPC_MoveSibling, 16,
11093 OPC_CheckInteger, 30,
11094 OPC_CheckTypeI32,
11095 OPC_MoveSibling, 17,
11096 OPC_CheckInteger, 31,
11097 OPC_CheckTypeI32,
11098 OPC_MoveParent,
11099 OPC_MoveSibling1,
11100 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
11101 OPC_MoveChild0,
11102 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
11103 OPC_MoveChild0,
11104 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
11105 OPC_Scope, 81|128,1,
11106 OPC_CheckChild0Same, 0,
11107 OPC_MoveSibling1,
11108 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
11109 OPC_CheckChild0Same, 1,
11110 OPC_MoveParent,
11111 OPC_CheckType, MVT::v8i16,
11112 OPC_MoveSibling1,
11113 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
11114 OPC_MoveChild0,
11115 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
11116 OPC_Scope, 93,
11117 OPC_CheckChild0Same, 0,
11118 OPC_MoveSibling1,
11119 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
11120 OPC_CheckChild0Same, 1,
11121 OPC_MoveParent,
11122 OPC_CheckType, MVT::v8i16,
11123 OPC_MoveParent,
11124 OPC_CheckChild2Integer, 0,
11125 OPC_CheckChild2TypeI32,
11126 OPC_CheckChild3Integer, 1,
11127 OPC_CheckChild3TypeI32,
11128 OPC_CheckChild4Integer, 4,
11129 OPC_CheckChild4TypeI32,
11130 OPC_MoveChild5,
11131 OPC_CheckInteger, 5,
11132 OPC_CheckTypeI32,
11133 OPC_MoveSibling6,
11134 OPC_CheckInteger, 8,
11135 OPC_CheckTypeI32,
11136 OPC_MoveSibling7,
11137 OPC_CheckInteger, 9,
11138 OPC_CheckTypeI32,
11139 OPC_MoveSibling, 8,
11140 OPC_CheckInteger, 12,
11141 OPC_CheckTypeI32,
11142 OPC_MoveSibling, 9,
11143 OPC_CheckInteger, 13,
11144 OPC_CheckTypeI32,
11145 OPC_MoveSibling, 10,
11146 OPC_CheckInteger, 16,
11147 OPC_CheckTypeI32,
11148 OPC_MoveSibling, 11,
11149 OPC_CheckInteger, 17,
11150 OPC_CheckTypeI32,
11151 OPC_MoveSibling, 12,
11152 OPC_CheckInteger, 20,
11153 OPC_CheckTypeI32,
11154 OPC_MoveSibling, 13,
11155 OPC_CheckInteger, 21,
11156 OPC_CheckTypeI32,
11157 OPC_MoveSibling, 14,
11158 OPC_CheckInteger, 24,
11159 OPC_CheckTypeI32,
11160 OPC_MoveSibling, 15,
11161 OPC_CheckInteger, 25,
11162 OPC_CheckTypeI32,
11163 OPC_MoveSibling, 16,
11164 OPC_CheckInteger, 28,
11165 OPC_CheckTypeI32,
11166 OPC_MoveSibling, 17,
11167 OPC_CheckInteger, 29,
11168 OPC_CheckTypeI32,
11169 OPC_MoveParent,
11170 OPC_MoveParent,
11171 OPC_CheckType, MVT::v8i16,
11172 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
11173 MVT::v8i16, 2, 16,
11174 93,
11175 OPC_CheckChild0Same, 1,
11176 OPC_MoveSibling1,
11177 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
11178 OPC_CheckChild0Same, 0,
11179 OPC_MoveParent,
11180 OPC_CheckType, MVT::v8i16,
11181 OPC_MoveParent,
11182 OPC_CheckChild2Integer, 0,
11183 OPC_CheckChild2TypeI32,
11184 OPC_CheckChild3Integer, 1,
11185 OPC_CheckChild3TypeI32,
11186 OPC_CheckChild4Integer, 4,
11187 OPC_CheckChild4TypeI32,
11188 OPC_MoveChild5,
11189 OPC_CheckInteger, 5,
11190 OPC_CheckTypeI32,
11191 OPC_MoveSibling6,
11192 OPC_CheckInteger, 8,
11193 OPC_CheckTypeI32,
11194 OPC_MoveSibling7,
11195 OPC_CheckInteger, 9,
11196 OPC_CheckTypeI32,
11197 OPC_MoveSibling, 8,
11198 OPC_CheckInteger, 12,
11199 OPC_CheckTypeI32,
11200 OPC_MoveSibling, 9,
11201 OPC_CheckInteger, 13,
11202 OPC_CheckTypeI32,
11203 OPC_MoveSibling, 10,
11204 OPC_CheckInteger, 16,
11205 OPC_CheckTypeI32,
11206 OPC_MoveSibling, 11,
11207 OPC_CheckInteger, 17,
11208 OPC_CheckTypeI32,
11209 OPC_MoveSibling, 12,
11210 OPC_CheckInteger, 20,
11211 OPC_CheckTypeI32,
11212 OPC_MoveSibling, 13,
11213 OPC_CheckInteger, 21,
11214 OPC_CheckTypeI32,
11215 OPC_MoveSibling, 14,
11216 OPC_CheckInteger, 24,
11217 OPC_CheckTypeI32,
11218 OPC_MoveSibling, 15,
11219 OPC_CheckInteger, 25,
11220 OPC_CheckTypeI32,
11221 OPC_MoveSibling, 16,
11222 OPC_CheckInteger, 28,
11223 OPC_CheckTypeI32,
11224 OPC_MoveSibling, 17,
11225 OPC_CheckInteger, 29,
11226 OPC_CheckTypeI32,
11227 OPC_MoveParent,
11228 OPC_MoveParent,
11229 OPC_CheckType, MVT::v8i16,
11230 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
11231 MVT::v8i16, 2, 16,
11232 0,
11233 81|128,1,
11234 OPC_CheckChild0Same, 1,
11235 OPC_MoveSibling1,
11236 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
11237 OPC_CheckChild0Same, 0,
11238 OPC_MoveParent,
11239 OPC_CheckType, MVT::v8i16,
11240 OPC_MoveSibling1,
11241 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
11242 OPC_MoveChild0,
11243 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
11244 OPC_Scope, 93,
11245 OPC_CheckChild0Same, 0,
11246 OPC_MoveSibling1,
11247 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
11248 OPC_CheckChild0Same, 1,
11249 OPC_MoveParent,
11250 OPC_CheckType, MVT::v8i16,
11251 OPC_MoveParent,
11252 OPC_CheckChild2Integer, 0,
11253 OPC_CheckChild2TypeI32,
11254 OPC_CheckChild3Integer, 1,
11255 OPC_CheckChild3TypeI32,
11256 OPC_CheckChild4Integer, 4,
11257 OPC_CheckChild4TypeI32,
11258 OPC_MoveChild5,
11259 OPC_CheckInteger, 5,
11260 OPC_CheckTypeI32,
11261 OPC_MoveSibling6,
11262 OPC_CheckInteger, 8,
11263 OPC_CheckTypeI32,
11264 OPC_MoveSibling7,
11265 OPC_CheckInteger, 9,
11266 OPC_CheckTypeI32,
11267 OPC_MoveSibling, 8,
11268 OPC_CheckInteger, 12,
11269 OPC_CheckTypeI32,
11270 OPC_MoveSibling, 9,
11271 OPC_CheckInteger, 13,
11272 OPC_CheckTypeI32,
11273 OPC_MoveSibling, 10,
11274 OPC_CheckInteger, 16,
11275 OPC_CheckTypeI32,
11276 OPC_MoveSibling, 11,
11277 OPC_CheckInteger, 17,
11278 OPC_CheckTypeI32,
11279 OPC_MoveSibling, 12,
11280 OPC_CheckInteger, 20,
11281 OPC_CheckTypeI32,
11282 OPC_MoveSibling, 13,
11283 OPC_CheckInteger, 21,
11284 OPC_CheckTypeI32,
11285 OPC_MoveSibling, 14,
11286 OPC_CheckInteger, 24,
11287 OPC_CheckTypeI32,
11288 OPC_MoveSibling, 15,
11289 OPC_CheckInteger, 25,
11290 OPC_CheckTypeI32,
11291 OPC_MoveSibling, 16,
11292 OPC_CheckInteger, 28,
11293 OPC_CheckTypeI32,
11294 OPC_MoveSibling, 17,
11295 OPC_CheckInteger, 29,
11296 OPC_CheckTypeI32,
11297 OPC_MoveParent,
11298 OPC_MoveParent,
11299 OPC_CheckType, MVT::v8i16,
11300 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
11301 MVT::v8i16, 2, 16,
11302 93,
11303 OPC_CheckChild0Same, 1,
11304 OPC_MoveSibling1,
11305 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
11306 OPC_CheckChild0Same, 0,
11307 OPC_MoveParent,
11308 OPC_CheckType, MVT::v8i16,
11309 OPC_MoveParent,
11310 OPC_CheckChild2Integer, 0,
11311 OPC_CheckChild2TypeI32,
11312 OPC_CheckChild3Integer, 1,
11313 OPC_CheckChild3TypeI32,
11314 OPC_CheckChild4Integer, 4,
11315 OPC_CheckChild4TypeI32,
11316 OPC_MoveChild5,
11317 OPC_CheckInteger, 5,
11318 OPC_CheckTypeI32,
11319 OPC_MoveSibling6,
11320 OPC_CheckInteger, 8,
11321 OPC_CheckTypeI32,
11322 OPC_MoveSibling7,
11323 OPC_CheckInteger, 9,
11324 OPC_CheckTypeI32,
11325 OPC_MoveSibling, 8,
11326 OPC_CheckInteger, 12,
11327 OPC_CheckTypeI32,
11328 OPC_MoveSibling, 9,
11329 OPC_CheckInteger, 13,
11330 OPC_CheckTypeI32,
11331 OPC_MoveSibling, 10,
11332 OPC_CheckInteger, 16,
11333 OPC_CheckTypeI32,
11334 OPC_MoveSibling, 11,
11335 OPC_CheckInteger, 17,
11336 OPC_CheckTypeI32,
11337 OPC_MoveSibling, 12,
11338 OPC_CheckInteger, 20,
11339 OPC_CheckTypeI32,
11340 OPC_MoveSibling, 13,
11341 OPC_CheckInteger, 21,
11342 OPC_CheckTypeI32,
11343 OPC_MoveSibling, 14,
11344 OPC_CheckInteger, 24,
11345 OPC_CheckTypeI32,
11346 OPC_MoveSibling, 15,
11347 OPC_CheckInteger, 25,
11348 OPC_CheckTypeI32,
11349 OPC_MoveSibling, 16,
11350 OPC_CheckInteger, 28,
11351 OPC_CheckTypeI32,
11352 OPC_MoveSibling, 17,
11353 OPC_CheckInteger, 29,
11354 OPC_CheckTypeI32,
11355 OPC_MoveParent,
11356 OPC_MoveParent,
11357 OPC_CheckType, MVT::v8i16,
11358 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
11359 MVT::v8i16, 2, 16,
11360 0,
11361 0,
11362 0,
11363 67|128,6,
11364 OPC_CheckChild0Same, 1,
11365 OPC_MoveSibling1,
11366 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
11367 OPC_CheckChild0Same, 0,
11368 OPC_MoveParent,
11369 OPC_CheckType, MVT::v8i16,
11370 OPC_MoveParent,
11371 OPC_CheckChild2Integer, 2,
11372 OPC_CheckChild2TypeI32,
11373 OPC_CheckChild3Integer, 3,
11374 OPC_CheckChild3TypeI32,
11375 OPC_CheckChild4Integer, 6,
11376 OPC_CheckChild4TypeI32,
11377 OPC_MoveChild5,
11378 OPC_CheckInteger, 7,
11379 OPC_CheckTypeI32,
11380 OPC_MoveSibling6,
11381 OPC_CheckInteger, 10,
11382 OPC_CheckTypeI32,
11383 OPC_MoveSibling7,
11384 OPC_CheckInteger, 11,
11385 OPC_CheckTypeI32,
11386 OPC_MoveSibling, 8,
11387 OPC_CheckInteger, 14,
11388 OPC_CheckTypeI32,
11389 OPC_MoveSibling, 9,
11390 OPC_CheckInteger, 15,
11391 OPC_CheckTypeI32,
11392 OPC_MoveSibling, 10,
11393 OPC_CheckInteger, 18,
11394 OPC_CheckTypeI32,
11395 OPC_MoveSibling, 11,
11396 OPC_CheckInteger, 19,
11397 OPC_CheckTypeI32,
11398 OPC_MoveSibling, 12,
11399 OPC_CheckInteger, 22,
11400 OPC_CheckTypeI32,
11401 OPC_MoveSibling, 13,
11402 OPC_CheckInteger, 23,
11403 OPC_CheckTypeI32,
11404 OPC_MoveSibling, 14,
11405 OPC_CheckInteger, 26,
11406 OPC_CheckTypeI32,
11407 OPC_MoveSibling, 15,
11408 OPC_CheckInteger, 27,
11409 OPC_CheckTypeI32,
11410 OPC_MoveSibling, 16,
11411 OPC_CheckInteger, 30,
11412 OPC_CheckTypeI32,
11413 OPC_MoveSibling, 17,
11414 OPC_CheckInteger, 31,
11415 OPC_CheckTypeI32,
11416 OPC_MoveParent,
11417 OPC_MoveSibling1,
11418 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
11419 OPC_MoveChild0,
11420 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
11421 OPC_MoveChild0,
11422 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
11423 OPC_Scope, 81|128,1,
11424 OPC_CheckChild0Same, 0,
11425 OPC_MoveSibling1,
11426 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
11427 OPC_CheckChild0Same, 1,
11428 OPC_MoveParent,
11429 OPC_CheckType, MVT::v8i16,
11430 OPC_MoveSibling1,
11431 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
11432 OPC_MoveChild0,
11433 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
11434 OPC_Scope, 93,
11435 OPC_CheckChild0Same, 0,
11436 OPC_MoveSibling1,
11437 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
11438 OPC_CheckChild0Same, 1,
11439 OPC_MoveParent,
11440 OPC_CheckType, MVT::v8i16,
11441 OPC_MoveParent,
11442 OPC_CheckChild2Integer, 0,
11443 OPC_CheckChild2TypeI32,
11444 OPC_CheckChild3Integer, 1,
11445 OPC_CheckChild3TypeI32,
11446 OPC_CheckChild4Integer, 4,
11447 OPC_CheckChild4TypeI32,
11448 OPC_MoveChild5,
11449 OPC_CheckInteger, 5,
11450 OPC_CheckTypeI32,
11451 OPC_MoveSibling6,
11452 OPC_CheckInteger, 8,
11453 OPC_CheckTypeI32,
11454 OPC_MoveSibling7,
11455 OPC_CheckInteger, 9,
11456 OPC_CheckTypeI32,
11457 OPC_MoveSibling, 8,
11458 OPC_CheckInteger, 12,
11459 OPC_CheckTypeI32,
11460 OPC_MoveSibling, 9,
11461 OPC_CheckInteger, 13,
11462 OPC_CheckTypeI32,
11463 OPC_MoveSibling, 10,
11464 OPC_CheckInteger, 16,
11465 OPC_CheckTypeI32,
11466 OPC_MoveSibling, 11,
11467 OPC_CheckInteger, 17,
11468 OPC_CheckTypeI32,
11469 OPC_MoveSibling, 12,
11470 OPC_CheckInteger, 20,
11471 OPC_CheckTypeI32,
11472 OPC_MoveSibling, 13,
11473 OPC_CheckInteger, 21,
11474 OPC_CheckTypeI32,
11475 OPC_MoveSibling, 14,
11476 OPC_CheckInteger, 24,
11477 OPC_CheckTypeI32,
11478 OPC_MoveSibling, 15,
11479 OPC_CheckInteger, 25,
11480 OPC_CheckTypeI32,
11481 OPC_MoveSibling, 16,
11482 OPC_CheckInteger, 28,
11483 OPC_CheckTypeI32,
11484 OPC_MoveSibling, 17,
11485 OPC_CheckInteger, 29,
11486 OPC_CheckTypeI32,
11487 OPC_MoveParent,
11488 OPC_MoveParent,
11489 OPC_CheckType, MVT::v8i16,
11490 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
11491 MVT::v8i16, 2, 16,
11492 93,
11493 OPC_CheckChild0Same, 1,
11494 OPC_MoveSibling1,
11495 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
11496 OPC_CheckChild0Same, 0,
11497 OPC_MoveParent,
11498 OPC_CheckType, MVT::v8i16,
11499 OPC_MoveParent,
11500 OPC_CheckChild2Integer, 0,
11501 OPC_CheckChild2TypeI32,
11502 OPC_CheckChild3Integer, 1,
11503 OPC_CheckChild3TypeI32,
11504 OPC_CheckChild4Integer, 4,
11505 OPC_CheckChild4TypeI32,
11506 OPC_MoveChild5,
11507 OPC_CheckInteger, 5,
11508 OPC_CheckTypeI32,
11509 OPC_MoveSibling6,
11510 OPC_CheckInteger, 8,
11511 OPC_CheckTypeI32,
11512 OPC_MoveSibling7,
11513 OPC_CheckInteger, 9,
11514 OPC_CheckTypeI32,
11515 OPC_MoveSibling, 8,
11516 OPC_CheckInteger, 12,
11517 OPC_CheckTypeI32,
11518 OPC_MoveSibling, 9,
11519 OPC_CheckInteger, 13,
11520 OPC_CheckTypeI32,
11521 OPC_MoveSibling, 10,
11522 OPC_CheckInteger, 16,
11523 OPC_CheckTypeI32,
11524 OPC_MoveSibling, 11,
11525 OPC_CheckInteger, 17,
11526 OPC_CheckTypeI32,
11527 OPC_MoveSibling, 12,
11528 OPC_CheckInteger, 20,
11529 OPC_CheckTypeI32,
11530 OPC_MoveSibling, 13,
11531 OPC_CheckInteger, 21,
11532 OPC_CheckTypeI32,
11533 OPC_MoveSibling, 14,
11534 OPC_CheckInteger, 24,
11535 OPC_CheckTypeI32,
11536 OPC_MoveSibling, 15,
11537 OPC_CheckInteger, 25,
11538 OPC_CheckTypeI32,
11539 OPC_MoveSibling, 16,
11540 OPC_CheckInteger, 28,
11541 OPC_CheckTypeI32,
11542 OPC_MoveSibling, 17,
11543 OPC_CheckInteger, 29,
11544 OPC_CheckTypeI32,
11545 OPC_MoveParent,
11546 OPC_MoveParent,
11547 OPC_CheckType, MVT::v8i16,
11548 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
11549 MVT::v8i16, 2, 16,
11550 0,
11551 57|128,2,
11552 OPC_CheckChild0Same, 1,
11553 OPC_MoveSibling1,
11554 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
11555 OPC_CheckChild0Same, 0,
11556 OPC_MoveParent,
11557 OPC_CheckType, MVT::v8i16,
11558 OPC_MoveSibling1,
11559 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
11560 OPC_MoveChild0,
11561 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
11562 OPC_Scope, 93,
11563 OPC_CheckChild0Same, 0,
11564 OPC_MoveSibling1,
11565 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
11566 OPC_CheckChild0Same, 1,
11567 OPC_MoveParent,
11568 OPC_CheckType, MVT::v8i16,
11569 OPC_MoveParent,
11570 OPC_CheckChild2Integer, 0,
11571 OPC_CheckChild2TypeI32,
11572 OPC_CheckChild3Integer, 1,
11573 OPC_CheckChild3TypeI32,
11574 OPC_CheckChild4Integer, 4,
11575 OPC_CheckChild4TypeI32,
11576 OPC_MoveChild5,
11577 OPC_CheckInteger, 5,
11578 OPC_CheckTypeI32,
11579 OPC_MoveSibling6,
11580 OPC_CheckInteger, 8,
11581 OPC_CheckTypeI32,
11582 OPC_MoveSibling7,
11583 OPC_CheckInteger, 9,
11584 OPC_CheckTypeI32,
11585 OPC_MoveSibling, 8,
11586 OPC_CheckInteger, 12,
11587 OPC_CheckTypeI32,
11588 OPC_MoveSibling, 9,
11589 OPC_CheckInteger, 13,
11590 OPC_CheckTypeI32,
11591 OPC_MoveSibling, 10,
11592 OPC_CheckInteger, 16,
11593 OPC_CheckTypeI32,
11594 OPC_MoveSibling, 11,
11595 OPC_CheckInteger, 17,
11596 OPC_CheckTypeI32,
11597 OPC_MoveSibling, 12,
11598 OPC_CheckInteger, 20,
11599 OPC_CheckTypeI32,
11600 OPC_MoveSibling, 13,
11601 OPC_CheckInteger, 21,
11602 OPC_CheckTypeI32,
11603 OPC_MoveSibling, 14,
11604 OPC_CheckInteger, 24,
11605 OPC_CheckTypeI32,
11606 OPC_MoveSibling, 15,
11607 OPC_CheckInteger, 25,
11608 OPC_CheckTypeI32,
11609 OPC_MoveSibling, 16,
11610 OPC_CheckInteger, 28,
11611 OPC_CheckTypeI32,
11612 OPC_MoveSibling, 17,
11613 OPC_CheckInteger, 29,
11614 OPC_CheckTypeI32,
11615 OPC_MoveParent,
11616 OPC_MoveParent,
11617 OPC_CheckType, MVT::v8i16,
11618 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
11619 MVT::v8i16, 2, 16,
11620 103,
11621 OPC_CheckChild0Same, 1,
11622 OPC_MoveSibling1,
11623 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
11624 OPC_CheckChild0Same, 0,
11625 OPC_MoveParent,
11626 OPC_CheckType, MVT::v8i16,
11627 OPC_MoveParent,
11628 OPC_CheckChild2Integer, 0,
11629 OPC_CheckChild2TypeI32,
11630 OPC_CheckChild3Integer, 1,
11631 OPC_CheckChild3TypeI32,
11632 OPC_CheckChild4Integer, 4,
11633 OPC_CheckChild4TypeI32,
11634 OPC_MoveChild5,
11635 OPC_CheckInteger, 5,
11636 OPC_CheckTypeI32,
11637 OPC_MoveSibling6,
11638 OPC_CheckInteger, 8,
11639 OPC_CheckTypeI32,
11640 OPC_MoveSibling7,
11641 OPC_CheckInteger, 9,
11642 OPC_CheckTypeI32,
11643 OPC_MoveSibling, 8,
11644 OPC_CheckInteger, 12,
11645 OPC_CheckTypeI32,
11646 OPC_MoveSibling, 9,
11647 OPC_CheckInteger, 13,
11648 OPC_CheckTypeI32,
11649 OPC_MoveSibling, 10,
11650 OPC_CheckInteger, 16,
11651 OPC_CheckTypeI32,
11652 OPC_MoveSibling, 11,
11653 OPC_CheckInteger, 17,
11654 OPC_CheckTypeI32,
11655 OPC_MoveSibling, 12,
11656 OPC_CheckInteger, 20,
11657 OPC_CheckTypeI32,
11658 OPC_MoveSibling, 13,
11659 OPC_CheckInteger, 21,
11660 OPC_CheckTypeI32,
11661 OPC_MoveSibling, 14,
11662 OPC_CheckInteger, 24,
11663 OPC_CheckTypeI32,
11664 OPC_MoveSibling, 15,
11665 OPC_CheckInteger, 25,
11666 OPC_CheckTypeI32,
11667 OPC_MoveSibling, 16,
11668 OPC_CheckInteger, 28,
11669 OPC_CheckTypeI32,
11670 OPC_MoveSibling, 17,
11671 OPC_CheckInteger, 29,
11672 OPC_CheckTypeI32,
11673 OPC_MoveParent,
11674 OPC_MoveParent,
11675 OPC_CheckType, MVT::v8i16,
11676 OPC_Scope, 6,
11677 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
11678 MVT::v8i16, 2, 16,
11679 6,
11680 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
11681 MVT::v8i16, 2, 1,
11682 0,
11683 93,
11684 OPC_CheckChild0Same, 0,
11685 OPC_MoveSibling1,
11686 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
11687 OPC_CheckChild0Same, 1,
11688 OPC_MoveParent,
11689 OPC_CheckType, MVT::v8i16,
11690 OPC_MoveParent,
11691 OPC_CheckChild2Integer, 0,
11692 OPC_CheckChild2TypeI32,
11693 OPC_CheckChild3Integer, 1,
11694 OPC_CheckChild3TypeI32,
11695 OPC_CheckChild4Integer, 4,
11696 OPC_CheckChild4TypeI32,
11697 OPC_MoveChild5,
11698 OPC_CheckInteger, 5,
11699 OPC_CheckTypeI32,
11700 OPC_MoveSibling6,
11701 OPC_CheckInteger, 8,
11702 OPC_CheckTypeI32,
11703 OPC_MoveSibling7,
11704 OPC_CheckInteger, 9,
11705 OPC_CheckTypeI32,
11706 OPC_MoveSibling, 8,
11707 OPC_CheckInteger, 12,
11708 OPC_CheckTypeI32,
11709 OPC_MoveSibling, 9,
11710 OPC_CheckInteger, 13,
11711 OPC_CheckTypeI32,
11712 OPC_MoveSibling, 10,
11713 OPC_CheckInteger, 16,
11714 OPC_CheckTypeI32,
11715 OPC_MoveSibling, 11,
11716 OPC_CheckInteger, 17,
11717 OPC_CheckTypeI32,
11718 OPC_MoveSibling, 12,
11719 OPC_CheckInteger, 20,
11720 OPC_CheckTypeI32,
11721 OPC_MoveSibling, 13,
11722 OPC_CheckInteger, 21,
11723 OPC_CheckTypeI32,
11724 OPC_MoveSibling, 14,
11725 OPC_CheckInteger, 24,
11726 OPC_CheckTypeI32,
11727 OPC_MoveSibling, 15,
11728 OPC_CheckInteger, 25,
11729 OPC_CheckTypeI32,
11730 OPC_MoveSibling, 16,
11731 OPC_CheckInteger, 28,
11732 OPC_CheckTypeI32,
11733 OPC_MoveSibling, 17,
11734 OPC_CheckInteger, 29,
11735 OPC_CheckTypeI32,
11736 OPC_MoveParent,
11737 OPC_MoveParent,
11738 OPC_CheckType, MVT::v8i16,
11739 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
11740 MVT::v8i16, 2, 1,
11741 0,
11742 81|128,1,
11743 OPC_CheckChild0Same, 0,
11744 OPC_MoveSibling1,
11745 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
11746 OPC_CheckChild0Same, 1,
11747 OPC_MoveParent,
11748 OPC_CheckType, MVT::v8i16,
11749 OPC_MoveSibling1,
11750 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
11751 OPC_MoveChild0,
11752 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
11753 OPC_Scope, 93,
11754 OPC_CheckChild0Same, 1,
11755 OPC_MoveSibling1,
11756 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
11757 OPC_CheckChild0Same, 0,
11758 OPC_MoveParent,
11759 OPC_CheckType, MVT::v8i16,
11760 OPC_MoveParent,
11761 OPC_CheckChild2Integer, 0,
11762 OPC_CheckChild2TypeI32,
11763 OPC_CheckChild3Integer, 1,
11764 OPC_CheckChild3TypeI32,
11765 OPC_CheckChild4Integer, 4,
11766 OPC_CheckChild4TypeI32,
11767 OPC_MoveChild5,
11768 OPC_CheckInteger, 5,
11769 OPC_CheckTypeI32,
11770 OPC_MoveSibling6,
11771 OPC_CheckInteger, 8,
11772 OPC_CheckTypeI32,
11773 OPC_MoveSibling7,
11774 OPC_CheckInteger, 9,
11775 OPC_CheckTypeI32,
11776 OPC_MoveSibling, 8,
11777 OPC_CheckInteger, 12,
11778 OPC_CheckTypeI32,
11779 OPC_MoveSibling, 9,
11780 OPC_CheckInteger, 13,
11781 OPC_CheckTypeI32,
11782 OPC_MoveSibling, 10,
11783 OPC_CheckInteger, 16,
11784 OPC_CheckTypeI32,
11785 OPC_MoveSibling, 11,
11786 OPC_CheckInteger, 17,
11787 OPC_CheckTypeI32,
11788 OPC_MoveSibling, 12,
11789 OPC_CheckInteger, 20,
11790 OPC_CheckTypeI32,
11791 OPC_MoveSibling, 13,
11792 OPC_CheckInteger, 21,
11793 OPC_CheckTypeI32,
11794 OPC_MoveSibling, 14,
11795 OPC_CheckInteger, 24,
11796 OPC_CheckTypeI32,
11797 OPC_MoveSibling, 15,
11798 OPC_CheckInteger, 25,
11799 OPC_CheckTypeI32,
11800 OPC_MoveSibling, 16,
11801 OPC_CheckInteger, 28,
11802 OPC_CheckTypeI32,
11803 OPC_MoveSibling, 17,
11804 OPC_CheckInteger, 29,
11805 OPC_CheckTypeI32,
11806 OPC_MoveParent,
11807 OPC_MoveParent,
11808 OPC_CheckType, MVT::v8i16,
11809 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
11810 MVT::v8i16, 2, 1,
11811 93,
11812 OPC_CheckChild0Same, 0,
11813 OPC_MoveSibling1,
11814 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
11815 OPC_CheckChild0Same, 1,
11816 OPC_MoveParent,
11817 OPC_CheckType, MVT::v8i16,
11818 OPC_MoveParent,
11819 OPC_CheckChild2Integer, 0,
11820 OPC_CheckChild2TypeI32,
11821 OPC_CheckChild3Integer, 1,
11822 OPC_CheckChild3TypeI32,
11823 OPC_CheckChild4Integer, 4,
11824 OPC_CheckChild4TypeI32,
11825 OPC_MoveChild5,
11826 OPC_CheckInteger, 5,
11827 OPC_CheckTypeI32,
11828 OPC_MoveSibling6,
11829 OPC_CheckInteger, 8,
11830 OPC_CheckTypeI32,
11831 OPC_MoveSibling7,
11832 OPC_CheckInteger, 9,
11833 OPC_CheckTypeI32,
11834 OPC_MoveSibling, 8,
11835 OPC_CheckInteger, 12,
11836 OPC_CheckTypeI32,
11837 OPC_MoveSibling, 9,
11838 OPC_CheckInteger, 13,
11839 OPC_CheckTypeI32,
11840 OPC_MoveSibling, 10,
11841 OPC_CheckInteger, 16,
11842 OPC_CheckTypeI32,
11843 OPC_MoveSibling, 11,
11844 OPC_CheckInteger, 17,
11845 OPC_CheckTypeI32,
11846 OPC_MoveSibling, 12,
11847 OPC_CheckInteger, 20,
11848 OPC_CheckTypeI32,
11849 OPC_MoveSibling, 13,
11850 OPC_CheckInteger, 21,
11851 OPC_CheckTypeI32,
11852 OPC_MoveSibling, 14,
11853 OPC_CheckInteger, 24,
11854 OPC_CheckTypeI32,
11855 OPC_MoveSibling, 15,
11856 OPC_CheckInteger, 25,
11857 OPC_CheckTypeI32,
11858 OPC_MoveSibling, 16,
11859 OPC_CheckInteger, 28,
11860 OPC_CheckTypeI32,
11861 OPC_MoveSibling, 17,
11862 OPC_CheckInteger, 29,
11863 OPC_CheckTypeI32,
11864 OPC_MoveParent,
11865 OPC_MoveParent,
11866 OPC_CheckType, MVT::v8i16,
11867 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
11868 MVT::v8i16, 2, 1,
11869 0,
11870 0,
11871 8|128,4,
11872 OPC_CheckChild0Same, 0,
11873 OPC_MoveSibling1,
11874 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
11875 OPC_CheckChild0Same, 1,
11876 OPC_MoveParent,
11877 OPC_CheckType, MVT::v8i16,
11878 OPC_MoveParent,
11879 OPC_CheckChild2Integer, 2,
11880 OPC_CheckChild2TypeI32,
11881 OPC_CheckChild3Integer, 3,
11882 OPC_CheckChild3TypeI32,
11883 OPC_CheckChild4Integer, 6,
11884 OPC_CheckChild4TypeI32,
11885 OPC_MoveChild5,
11886 OPC_CheckInteger, 7,
11887 OPC_CheckTypeI32,
11888 OPC_MoveSibling6,
11889 OPC_CheckInteger, 10,
11890 OPC_CheckTypeI32,
11891 OPC_MoveSibling7,
11892 OPC_CheckInteger, 11,
11893 OPC_CheckTypeI32,
11894 OPC_MoveSibling, 8,
11895 OPC_CheckInteger, 14,
11896 OPC_CheckTypeI32,
11897 OPC_MoveSibling, 9,
11898 OPC_CheckInteger, 15,
11899 OPC_CheckTypeI32,
11900 OPC_MoveSibling, 10,
11901 OPC_CheckInteger, 18,
11902 OPC_CheckTypeI32,
11903 OPC_MoveSibling, 11,
11904 OPC_CheckInteger, 19,
11905 OPC_CheckTypeI32,
11906 OPC_MoveSibling, 12,
11907 OPC_CheckInteger, 22,
11908 OPC_CheckTypeI32,
11909 OPC_MoveSibling, 13,
11910 OPC_CheckInteger, 23,
11911 OPC_CheckTypeI32,
11912 OPC_MoveSibling, 14,
11913 OPC_CheckInteger, 26,
11914 OPC_CheckTypeI32,
11915 OPC_MoveSibling, 15,
11916 OPC_CheckInteger, 27,
11917 OPC_CheckTypeI32,
11918 OPC_MoveSibling, 16,
11919 OPC_CheckInteger, 30,
11920 OPC_CheckTypeI32,
11921 OPC_MoveSibling, 17,
11922 OPC_CheckInteger, 31,
11923 OPC_CheckTypeI32,
11924 OPC_MoveParent,
11925 OPC_MoveSibling1,
11926 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
11927 OPC_MoveChild0,
11928 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
11929 OPC_MoveChild0,
11930 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
11931 OPC_Scope, 81|128,1,
11932 OPC_CheckChild0Same, 1,
11933 OPC_MoveSibling1,
11934 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
11935 OPC_CheckChild0Same, 0,
11936 OPC_MoveParent,
11937 OPC_CheckType, MVT::v8i16,
11938 OPC_MoveSibling1,
11939 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
11940 OPC_MoveChild0,
11941 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
11942 OPC_Scope, 93,
11943 OPC_CheckChild0Same, 1,
11944 OPC_MoveSibling1,
11945 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
11946 OPC_CheckChild0Same, 0,
11947 OPC_MoveParent,
11948 OPC_CheckType, MVT::v8i16,
11949 OPC_MoveParent,
11950 OPC_CheckChild2Integer, 0,
11951 OPC_CheckChild2TypeI32,
11952 OPC_CheckChild3Integer, 1,
11953 OPC_CheckChild3TypeI32,
11954 OPC_CheckChild4Integer, 4,
11955 OPC_CheckChild4TypeI32,
11956 OPC_MoveChild5,
11957 OPC_CheckInteger, 5,
11958 OPC_CheckTypeI32,
11959 OPC_MoveSibling6,
11960 OPC_CheckInteger, 8,
11961 OPC_CheckTypeI32,
11962 OPC_MoveSibling7,
11963 OPC_CheckInteger, 9,
11964 OPC_CheckTypeI32,
11965 OPC_MoveSibling, 8,
11966 OPC_CheckInteger, 12,
11967 OPC_CheckTypeI32,
11968 OPC_MoveSibling, 9,
11969 OPC_CheckInteger, 13,
11970 OPC_CheckTypeI32,
11971 OPC_MoveSibling, 10,
11972 OPC_CheckInteger, 16,
11973 OPC_CheckTypeI32,
11974 OPC_MoveSibling, 11,
11975 OPC_CheckInteger, 17,
11976 OPC_CheckTypeI32,
11977 OPC_MoveSibling, 12,
11978 OPC_CheckInteger, 20,
11979 OPC_CheckTypeI32,
11980 OPC_MoveSibling, 13,
11981 OPC_CheckInteger, 21,
11982 OPC_CheckTypeI32,
11983 OPC_MoveSibling, 14,
11984 OPC_CheckInteger, 24,
11985 OPC_CheckTypeI32,
11986 OPC_MoveSibling, 15,
11987 OPC_CheckInteger, 25,
11988 OPC_CheckTypeI32,
11989 OPC_MoveSibling, 16,
11990 OPC_CheckInteger, 28,
11991 OPC_CheckTypeI32,
11992 OPC_MoveSibling, 17,
11993 OPC_CheckInteger, 29,
11994 OPC_CheckTypeI32,
11995 OPC_MoveParent,
11996 OPC_MoveParent,
11997 OPC_CheckType, MVT::v8i16,
11998 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
11999 MVT::v8i16, 2, 1,
12000 93,
12001 OPC_CheckChild0Same, 0,
12002 OPC_MoveSibling1,
12003 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
12004 OPC_CheckChild0Same, 1,
12005 OPC_MoveParent,
12006 OPC_CheckType, MVT::v8i16,
12007 OPC_MoveParent,
12008 OPC_CheckChild2Integer, 0,
12009 OPC_CheckChild2TypeI32,
12010 OPC_CheckChild3Integer, 1,
12011 OPC_CheckChild3TypeI32,
12012 OPC_CheckChild4Integer, 4,
12013 OPC_CheckChild4TypeI32,
12014 OPC_MoveChild5,
12015 OPC_CheckInteger, 5,
12016 OPC_CheckTypeI32,
12017 OPC_MoveSibling6,
12018 OPC_CheckInteger, 8,
12019 OPC_CheckTypeI32,
12020 OPC_MoveSibling7,
12021 OPC_CheckInteger, 9,
12022 OPC_CheckTypeI32,
12023 OPC_MoveSibling, 8,
12024 OPC_CheckInteger, 12,
12025 OPC_CheckTypeI32,
12026 OPC_MoveSibling, 9,
12027 OPC_CheckInteger, 13,
12028 OPC_CheckTypeI32,
12029 OPC_MoveSibling, 10,
12030 OPC_CheckInteger, 16,
12031 OPC_CheckTypeI32,
12032 OPC_MoveSibling, 11,
12033 OPC_CheckInteger, 17,
12034 OPC_CheckTypeI32,
12035 OPC_MoveSibling, 12,
12036 OPC_CheckInteger, 20,
12037 OPC_CheckTypeI32,
12038 OPC_MoveSibling, 13,
12039 OPC_CheckInteger, 21,
12040 OPC_CheckTypeI32,
12041 OPC_MoveSibling, 14,
12042 OPC_CheckInteger, 24,
12043 OPC_CheckTypeI32,
12044 OPC_MoveSibling, 15,
12045 OPC_CheckInteger, 25,
12046 OPC_CheckTypeI32,
12047 OPC_MoveSibling, 16,
12048 OPC_CheckInteger, 28,
12049 OPC_CheckTypeI32,
12050 OPC_MoveSibling, 17,
12051 OPC_CheckInteger, 29,
12052 OPC_CheckTypeI32,
12053 OPC_MoveParent,
12054 OPC_MoveParent,
12055 OPC_CheckType, MVT::v8i16,
12056 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
12057 MVT::v8i16, 2, 1,
12058 0,
12059 81|128,1,
12060 OPC_CheckChild0Same, 0,
12061 OPC_MoveSibling1,
12062 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
12063 OPC_CheckChild0Same, 1,
12064 OPC_MoveParent,
12065 OPC_CheckType, MVT::v8i16,
12066 OPC_MoveSibling1,
12067 OPC_CheckOpcode, TARGET_VAL(ISD::MUL),
12068 OPC_MoveChild0,
12069 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
12070 OPC_Scope, 93,
12071 OPC_CheckChild0Same, 1,
12072 OPC_MoveSibling1,
12073 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
12074 OPC_CheckChild0Same, 0,
12075 OPC_MoveParent,
12076 OPC_CheckType, MVT::v8i16,
12077 OPC_MoveParent,
12078 OPC_CheckChild2Integer, 0,
12079 OPC_CheckChild2TypeI32,
12080 OPC_CheckChild3Integer, 1,
12081 OPC_CheckChild3TypeI32,
12082 OPC_CheckChild4Integer, 4,
12083 OPC_CheckChild4TypeI32,
12084 OPC_MoveChild5,
12085 OPC_CheckInteger, 5,
12086 OPC_CheckTypeI32,
12087 OPC_MoveSibling6,
12088 OPC_CheckInteger, 8,
12089 OPC_CheckTypeI32,
12090 OPC_MoveSibling7,
12091 OPC_CheckInteger, 9,
12092 OPC_CheckTypeI32,
12093 OPC_MoveSibling, 8,
12094 OPC_CheckInteger, 12,
12095 OPC_CheckTypeI32,
12096 OPC_MoveSibling, 9,
12097 OPC_CheckInteger, 13,
12098 OPC_CheckTypeI32,
12099 OPC_MoveSibling, 10,
12100 OPC_CheckInteger, 16,
12101 OPC_CheckTypeI32,
12102 OPC_MoveSibling, 11,
12103 OPC_CheckInteger, 17,
12104 OPC_CheckTypeI32,
12105 OPC_MoveSibling, 12,
12106 OPC_CheckInteger, 20,
12107 OPC_CheckTypeI32,
12108 OPC_MoveSibling, 13,
12109 OPC_CheckInteger, 21,
12110 OPC_CheckTypeI32,
12111 OPC_MoveSibling, 14,
12112 OPC_CheckInteger, 24,
12113 OPC_CheckTypeI32,
12114 OPC_MoveSibling, 15,
12115 OPC_CheckInteger, 25,
12116 OPC_CheckTypeI32,
12117 OPC_MoveSibling, 16,
12118 OPC_CheckInteger, 28,
12119 OPC_CheckTypeI32,
12120 OPC_MoveSibling, 17,
12121 OPC_CheckInteger, 29,
12122 OPC_CheckTypeI32,
12123 OPC_MoveParent,
12124 OPC_MoveParent,
12125 OPC_CheckType, MVT::v8i16,
12126 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
12127 MVT::v8i16, 2, 1,
12128 93,
12129 OPC_CheckChild0Same, 0,
12130 OPC_MoveSibling1,
12131 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
12132 OPC_CheckChild0Same, 1,
12133 OPC_MoveParent,
12134 OPC_CheckType, MVT::v8i16,
12135 OPC_MoveParent,
12136 OPC_CheckChild2Integer, 0,
12137 OPC_CheckChild2TypeI32,
12138 OPC_CheckChild3Integer, 1,
12139 OPC_CheckChild3TypeI32,
12140 OPC_CheckChild4Integer, 4,
12141 OPC_CheckChild4TypeI32,
12142 OPC_MoveChild5,
12143 OPC_CheckInteger, 5,
12144 OPC_CheckTypeI32,
12145 OPC_MoveSibling6,
12146 OPC_CheckInteger, 8,
12147 OPC_CheckTypeI32,
12148 OPC_MoveSibling7,
12149 OPC_CheckInteger, 9,
12150 OPC_CheckTypeI32,
12151 OPC_MoveSibling, 8,
12152 OPC_CheckInteger, 12,
12153 OPC_CheckTypeI32,
12154 OPC_MoveSibling, 9,
12155 OPC_CheckInteger, 13,
12156 OPC_CheckTypeI32,
12157 OPC_MoveSibling, 10,
12158 OPC_CheckInteger, 16,
12159 OPC_CheckTypeI32,
12160 OPC_MoveSibling, 11,
12161 OPC_CheckInteger, 17,
12162 OPC_CheckTypeI32,
12163 OPC_MoveSibling, 12,
12164 OPC_CheckInteger, 20,
12165 OPC_CheckTypeI32,
12166 OPC_MoveSibling, 13,
12167 OPC_CheckInteger, 21,
12168 OPC_CheckTypeI32,
12169 OPC_MoveSibling, 14,
12170 OPC_CheckInteger, 24,
12171 OPC_CheckTypeI32,
12172 OPC_MoveSibling, 15,
12173 OPC_CheckInteger, 25,
12174 OPC_CheckTypeI32,
12175 OPC_MoveSibling, 16,
12176 OPC_CheckInteger, 28,
12177 OPC_CheckTypeI32,
12178 OPC_MoveSibling, 17,
12179 OPC_CheckInteger, 29,
12180 OPC_CheckTypeI32,
12181 OPC_MoveParent,
12182 OPC_MoveParent,
12183 OPC_CheckType, MVT::v8i16,
12184 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT),
12185 MVT::v8i16, 2, 1,
12186 0,
12187 0,
12188 0,
12189 0,
12190 99|128,5, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
12191 OPC_RecordChild0,
12192 OPC_SwitchType , 109|128,2, MVT::v4i32,
12193 OPC_CheckChild0Type, MVT::v8i16,
12194 OPC_MoveSibling1,
12195 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
12196 OPC_CheckChild0Same, 0,
12197 OPC_CheckType, MVT::v4i32,
12198 OPC_MoveParent,
12199 OPC_Scope, 46|128,1,
12200 OPC_CheckChild2Integer, 0,
12201 OPC_CheckChild2TypeI32,
12202 OPC_CheckChild3Integer, 1,
12203 OPC_CheckChild3TypeI32,
12204 OPC_CheckChild4Integer, 2,
12205 OPC_CheckChild4TypeI32,
12206 OPC_MoveChild5,
12207 OPC_CheckInteger, 3,
12208 OPC_CheckTypeI32,
12209 OPC_MoveSibling6,
12210 OPC_CheckInteger, 8,
12211 OPC_CheckTypeI32,
12212 OPC_MoveSibling7,
12213 OPC_CheckInteger, 9,
12214 OPC_CheckTypeI32,
12215 OPC_MoveSibling, 8,
12216 OPC_CheckInteger, 10,
12217 OPC_CheckTypeI32,
12218 OPC_MoveSibling, 9,
12219 OPC_CheckInteger, 11,
12220 OPC_CheckTypeI32,
12221 OPC_MoveSibling, 10,
12222 OPC_CheckInteger, 16,
12223 OPC_CheckTypeI32,
12224 OPC_MoveSibling, 11,
12225 OPC_CheckInteger, 17,
12226 OPC_CheckTypeI32,
12227 OPC_MoveSibling, 12,
12228 OPC_CheckInteger, 18,
12229 OPC_CheckTypeI32,
12230 OPC_MoveSibling, 13,
12231 OPC_CheckInteger, 19,
12232 OPC_CheckTypeI32,
12233 OPC_MoveSibling, 14,
12234 OPC_CheckInteger, 24,
12235 OPC_CheckTypeI32,
12236 OPC_MoveSibling, 15,
12237 OPC_CheckInteger, 25,
12238 OPC_CheckTypeI32,
12239 OPC_MoveSibling, 16,
12240 OPC_CheckInteger, 26,
12241 OPC_CheckTypeI32,
12242 OPC_MoveSibling, 17,
12243 OPC_CheckInteger, 27,
12244 OPC_CheckTypeI32,
12245 OPC_MoveParent,
12246 OPC_MoveSibling1,
12247 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
12248 OPC_MoveChild0,
12249 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
12250 OPC_CheckChild0Same, 0,
12251 OPC_CheckType, MVT::v4i32,
12252 OPC_MoveSibling1,
12253 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
12254 OPC_CheckChild0Same, 0,
12255 OPC_CheckType, MVT::v4i32,
12256 OPC_MoveParent,
12257 OPC_CheckChild2Integer, 4,
12258 OPC_CheckChild2TypeI32,
12259 OPC_CheckChild3Integer, 5,
12260 OPC_CheckChild3TypeI32,
12261 OPC_CheckChild4Integer, 6,
12262 OPC_CheckChild4TypeI32,
12263 OPC_MoveChild5,
12264 OPC_CheckInteger, 7,
12265 OPC_CheckTypeI32,
12266 OPC_MoveSibling6,
12267 OPC_CheckInteger, 12,
12268 OPC_CheckTypeI32,
12269 OPC_MoveSibling7,
12270 OPC_CheckInteger, 13,
12271 OPC_CheckTypeI32,
12272 OPC_MoveSibling, 8,
12273 OPC_CheckInteger, 14,
12274 OPC_CheckTypeI32,
12275 OPC_MoveSibling, 9,
12276 OPC_CheckInteger, 15,
12277 OPC_CheckTypeI32,
12278 OPC_MoveSibling, 10,
12279 OPC_CheckInteger, 20,
12280 OPC_CheckTypeI32,
12281 OPC_MoveSibling, 11,
12282 OPC_CheckInteger, 21,
12283 OPC_CheckTypeI32,
12284 OPC_MoveSibling, 12,
12285 OPC_CheckInteger, 22,
12286 OPC_CheckTypeI32,
12287 OPC_MoveSibling, 13,
12288 OPC_CheckInteger, 23,
12289 OPC_CheckTypeI32,
12290 OPC_MoveSibling, 14,
12291 OPC_CheckInteger, 28,
12292 OPC_CheckTypeI32,
12293 OPC_MoveSibling, 15,
12294 OPC_CheckInteger, 29,
12295 OPC_CheckTypeI32,
12296 OPC_MoveSibling, 16,
12297 OPC_CheckInteger, 30,
12298 OPC_CheckTypeI32,
12299 OPC_MoveSibling, 17,
12300 OPC_CheckInteger, 31,
12301 OPC_CheckTypeI32,
12302 OPC_MoveParent,
12303 OPC_MoveParent,
12304 OPC_CheckType, MVT::v4i32,
12305 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_s_I32x4),
12306 MVT::v4i32, 1, 2,
12307 46|128,1,
12308 OPC_CheckChild2Integer, 4,
12309 OPC_CheckChild2TypeI32,
12310 OPC_CheckChild3Integer, 5,
12311 OPC_CheckChild3TypeI32,
12312 OPC_CheckChild4Integer, 6,
12313 OPC_CheckChild4TypeI32,
12314 OPC_MoveChild5,
12315 OPC_CheckInteger, 7,
12316 OPC_CheckTypeI32,
12317 OPC_MoveSibling6,
12318 OPC_CheckInteger, 12,
12319 OPC_CheckTypeI32,
12320 OPC_MoveSibling7,
12321 OPC_CheckInteger, 13,
12322 OPC_CheckTypeI32,
12323 OPC_MoveSibling, 8,
12324 OPC_CheckInteger, 14,
12325 OPC_CheckTypeI32,
12326 OPC_MoveSibling, 9,
12327 OPC_CheckInteger, 15,
12328 OPC_CheckTypeI32,
12329 OPC_MoveSibling, 10,
12330 OPC_CheckInteger, 20,
12331 OPC_CheckTypeI32,
12332 OPC_MoveSibling, 11,
12333 OPC_CheckInteger, 21,
12334 OPC_CheckTypeI32,
12335 OPC_MoveSibling, 12,
12336 OPC_CheckInteger, 22,
12337 OPC_CheckTypeI32,
12338 OPC_MoveSibling, 13,
12339 OPC_CheckInteger, 23,
12340 OPC_CheckTypeI32,
12341 OPC_MoveSibling, 14,
12342 OPC_CheckInteger, 28,
12343 OPC_CheckTypeI32,
12344 OPC_MoveSibling, 15,
12345 OPC_CheckInteger, 29,
12346 OPC_CheckTypeI32,
12347 OPC_MoveSibling, 16,
12348 OPC_CheckInteger, 30,
12349 OPC_CheckTypeI32,
12350 OPC_MoveSibling, 17,
12351 OPC_CheckInteger, 31,
12352 OPC_CheckTypeI32,
12353 OPC_MoveParent,
12354 OPC_MoveSibling1,
12355 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
12356 OPC_MoveChild0,
12357 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
12358 OPC_CheckChild0Same, 0,
12359 OPC_CheckType, MVT::v4i32,
12360 OPC_MoveSibling1,
12361 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
12362 OPC_CheckChild0Same, 0,
12363 OPC_CheckType, MVT::v4i32,
12364 OPC_MoveParent,
12365 OPC_CheckChild2Integer, 0,
12366 OPC_CheckChild2TypeI32,
12367 OPC_CheckChild3Integer, 1,
12368 OPC_CheckChild3TypeI32,
12369 OPC_CheckChild4Integer, 2,
12370 OPC_CheckChild4TypeI32,
12371 OPC_MoveChild5,
12372 OPC_CheckInteger, 3,
12373 OPC_CheckTypeI32,
12374 OPC_MoveSibling6,
12375 OPC_CheckInteger, 8,
12376 OPC_CheckTypeI32,
12377 OPC_MoveSibling7,
12378 OPC_CheckInteger, 9,
12379 OPC_CheckTypeI32,
12380 OPC_MoveSibling, 8,
12381 OPC_CheckInteger, 10,
12382 OPC_CheckTypeI32,
12383 OPC_MoveSibling, 9,
12384 OPC_CheckInteger, 11,
12385 OPC_CheckTypeI32,
12386 OPC_MoveSibling, 10,
12387 OPC_CheckInteger, 16,
12388 OPC_CheckTypeI32,
12389 OPC_MoveSibling, 11,
12390 OPC_CheckInteger, 17,
12391 OPC_CheckTypeI32,
12392 OPC_MoveSibling, 12,
12393 OPC_CheckInteger, 18,
12394 OPC_CheckTypeI32,
12395 OPC_MoveSibling, 13,
12396 OPC_CheckInteger, 19,
12397 OPC_CheckTypeI32,
12398 OPC_MoveSibling, 14,
12399 OPC_CheckInteger, 24,
12400 OPC_CheckTypeI32,
12401 OPC_MoveSibling, 15,
12402 OPC_CheckInteger, 25,
12403 OPC_CheckTypeI32,
12404 OPC_MoveSibling, 16,
12405 OPC_CheckInteger, 26,
12406 OPC_CheckTypeI32,
12407 OPC_MoveSibling, 17,
12408 OPC_CheckInteger, 27,
12409 OPC_CheckTypeI32,
12410 OPC_MoveParent,
12411 OPC_MoveParent,
12412 OPC_CheckType, MVT::v4i32,
12413 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_s_I32x4),
12414 MVT::v4i32, 1, 2,
12415 0,
12416 109|128,2, MVT::v8i16,
12417 OPC_CheckChild0Type, MVT::v16i8,
12418 OPC_MoveSibling1,
12419 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
12420 OPC_CheckChild0Same, 0,
12421 OPC_CheckType, MVT::v8i16,
12422 OPC_MoveParent,
12423 OPC_Scope, 46|128,1,
12424 OPC_CheckChild2Integer, 0,
12425 OPC_CheckChild2TypeI32,
12426 OPC_CheckChild3Integer, 1,
12427 OPC_CheckChild3TypeI32,
12428 OPC_CheckChild4Integer, 4,
12429 OPC_CheckChild4TypeI32,
12430 OPC_MoveChild5,
12431 OPC_CheckInteger, 5,
12432 OPC_CheckTypeI32,
12433 OPC_MoveSibling6,
12434 OPC_CheckInteger, 8,
12435 OPC_CheckTypeI32,
12436 OPC_MoveSibling7,
12437 OPC_CheckInteger, 9,
12438 OPC_CheckTypeI32,
12439 OPC_MoveSibling, 8,
12440 OPC_CheckInteger, 12,
12441 OPC_CheckTypeI32,
12442 OPC_MoveSibling, 9,
12443 OPC_CheckInteger, 13,
12444 OPC_CheckTypeI32,
12445 OPC_MoveSibling, 10,
12446 OPC_CheckInteger, 16,
12447 OPC_CheckTypeI32,
12448 OPC_MoveSibling, 11,
12449 OPC_CheckInteger, 17,
12450 OPC_CheckTypeI32,
12451 OPC_MoveSibling, 12,
12452 OPC_CheckInteger, 20,
12453 OPC_CheckTypeI32,
12454 OPC_MoveSibling, 13,
12455 OPC_CheckInteger, 21,
12456 OPC_CheckTypeI32,
12457 OPC_MoveSibling, 14,
12458 OPC_CheckInteger, 24,
12459 OPC_CheckTypeI32,
12460 OPC_MoveSibling, 15,
12461 OPC_CheckInteger, 25,
12462 OPC_CheckTypeI32,
12463 OPC_MoveSibling, 16,
12464 OPC_CheckInteger, 28,
12465 OPC_CheckTypeI32,
12466 OPC_MoveSibling, 17,
12467 OPC_CheckInteger, 29,
12468 OPC_CheckTypeI32,
12469 OPC_MoveParent,
12470 OPC_MoveSibling1,
12471 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
12472 OPC_MoveChild0,
12473 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
12474 OPC_CheckChild0Same, 0,
12475 OPC_CheckType, MVT::v8i16,
12476 OPC_MoveSibling1,
12477 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
12478 OPC_CheckChild0Same, 0,
12479 OPC_CheckType, MVT::v8i16,
12480 OPC_MoveParent,
12481 OPC_CheckChild2Integer, 2,
12482 OPC_CheckChild2TypeI32,
12483 OPC_CheckChild3Integer, 3,
12484 OPC_CheckChild3TypeI32,
12485 OPC_CheckChild4Integer, 6,
12486 OPC_CheckChild4TypeI32,
12487 OPC_MoveChild5,
12488 OPC_CheckInteger, 7,
12489 OPC_CheckTypeI32,
12490 OPC_MoveSibling6,
12491 OPC_CheckInteger, 10,
12492 OPC_CheckTypeI32,
12493 OPC_MoveSibling7,
12494 OPC_CheckInteger, 11,
12495 OPC_CheckTypeI32,
12496 OPC_MoveSibling, 8,
12497 OPC_CheckInteger, 14,
12498 OPC_CheckTypeI32,
12499 OPC_MoveSibling, 9,
12500 OPC_CheckInteger, 15,
12501 OPC_CheckTypeI32,
12502 OPC_MoveSibling, 10,
12503 OPC_CheckInteger, 18,
12504 OPC_CheckTypeI32,
12505 OPC_MoveSibling, 11,
12506 OPC_CheckInteger, 19,
12507 OPC_CheckTypeI32,
12508 OPC_MoveSibling, 12,
12509 OPC_CheckInteger, 22,
12510 OPC_CheckTypeI32,
12511 OPC_MoveSibling, 13,
12512 OPC_CheckInteger, 23,
12513 OPC_CheckTypeI32,
12514 OPC_MoveSibling, 14,
12515 OPC_CheckInteger, 26,
12516 OPC_CheckTypeI32,
12517 OPC_MoveSibling, 15,
12518 OPC_CheckInteger, 27,
12519 OPC_CheckTypeI32,
12520 OPC_MoveSibling, 16,
12521 OPC_CheckInteger, 30,
12522 OPC_CheckTypeI32,
12523 OPC_MoveSibling, 17,
12524 OPC_CheckInteger, 31,
12525 OPC_CheckTypeI32,
12526 OPC_MoveParent,
12527 OPC_MoveParent,
12528 OPC_CheckType, MVT::v8i16,
12529 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_s_I16x8),
12530 MVT::v8i16, 1, 2,
12531 46|128,1,
12532 OPC_CheckChild2Integer, 2,
12533 OPC_CheckChild2TypeI32,
12534 OPC_CheckChild3Integer, 3,
12535 OPC_CheckChild3TypeI32,
12536 OPC_CheckChild4Integer, 6,
12537 OPC_CheckChild4TypeI32,
12538 OPC_MoveChild5,
12539 OPC_CheckInteger, 7,
12540 OPC_CheckTypeI32,
12541 OPC_MoveSibling6,
12542 OPC_CheckInteger, 10,
12543 OPC_CheckTypeI32,
12544 OPC_MoveSibling7,
12545 OPC_CheckInteger, 11,
12546 OPC_CheckTypeI32,
12547 OPC_MoveSibling, 8,
12548 OPC_CheckInteger, 14,
12549 OPC_CheckTypeI32,
12550 OPC_MoveSibling, 9,
12551 OPC_CheckInteger, 15,
12552 OPC_CheckTypeI32,
12553 OPC_MoveSibling, 10,
12554 OPC_CheckInteger, 18,
12555 OPC_CheckTypeI32,
12556 OPC_MoveSibling, 11,
12557 OPC_CheckInteger, 19,
12558 OPC_CheckTypeI32,
12559 OPC_MoveSibling, 12,
12560 OPC_CheckInteger, 22,
12561 OPC_CheckTypeI32,
12562 OPC_MoveSibling, 13,
12563 OPC_CheckInteger, 23,
12564 OPC_CheckTypeI32,
12565 OPC_MoveSibling, 14,
12566 OPC_CheckInteger, 26,
12567 OPC_CheckTypeI32,
12568 OPC_MoveSibling, 15,
12569 OPC_CheckInteger, 27,
12570 OPC_CheckTypeI32,
12571 OPC_MoveSibling, 16,
12572 OPC_CheckInteger, 30,
12573 OPC_CheckTypeI32,
12574 OPC_MoveSibling, 17,
12575 OPC_CheckInteger, 31,
12576 OPC_CheckTypeI32,
12577 OPC_MoveParent,
12578 OPC_MoveSibling1,
12579 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
12580 OPC_MoveChild0,
12581 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
12582 OPC_CheckChild0Same, 0,
12583 OPC_CheckType, MVT::v8i16,
12584 OPC_MoveSibling1,
12585 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
12586 OPC_CheckChild0Same, 0,
12587 OPC_CheckType, MVT::v8i16,
12588 OPC_MoveParent,
12589 OPC_CheckChild2Integer, 0,
12590 OPC_CheckChild2TypeI32,
12591 OPC_CheckChild3Integer, 1,
12592 OPC_CheckChild3TypeI32,
12593 OPC_CheckChild4Integer, 4,
12594 OPC_CheckChild4TypeI32,
12595 OPC_MoveChild5,
12596 OPC_CheckInteger, 5,
12597 OPC_CheckTypeI32,
12598 OPC_MoveSibling6,
12599 OPC_CheckInteger, 8,
12600 OPC_CheckTypeI32,
12601 OPC_MoveSibling7,
12602 OPC_CheckInteger, 9,
12603 OPC_CheckTypeI32,
12604 OPC_MoveSibling, 8,
12605 OPC_CheckInteger, 12,
12606 OPC_CheckTypeI32,
12607 OPC_MoveSibling, 9,
12608 OPC_CheckInteger, 13,
12609 OPC_CheckTypeI32,
12610 OPC_MoveSibling, 10,
12611 OPC_CheckInteger, 16,
12612 OPC_CheckTypeI32,
12613 OPC_MoveSibling, 11,
12614 OPC_CheckInteger, 17,
12615 OPC_CheckTypeI32,
12616 OPC_MoveSibling, 12,
12617 OPC_CheckInteger, 20,
12618 OPC_CheckTypeI32,
12619 OPC_MoveSibling, 13,
12620 OPC_CheckInteger, 21,
12621 OPC_CheckTypeI32,
12622 OPC_MoveSibling, 14,
12623 OPC_CheckInteger, 24,
12624 OPC_CheckTypeI32,
12625 OPC_MoveSibling, 15,
12626 OPC_CheckInteger, 25,
12627 OPC_CheckTypeI32,
12628 OPC_MoveSibling, 16,
12629 OPC_CheckInteger, 28,
12630 OPC_CheckTypeI32,
12631 OPC_MoveSibling, 17,
12632 OPC_CheckInteger, 29,
12633 OPC_CheckTypeI32,
12634 OPC_MoveParent,
12635 OPC_MoveParent,
12636 OPC_CheckType, MVT::v8i16,
12637 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_s_I16x8),
12638 MVT::v8i16, 1, 2,
12639 0,
12640 0,
12641 99|128,5, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_U),
12642 OPC_RecordChild0,
12643 OPC_SwitchType , 109|128,2, MVT::v4i32,
12644 OPC_CheckChild0Type, MVT::v8i16,
12645 OPC_MoveSibling1,
12646 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_U),
12647 OPC_CheckChild0Same, 0,
12648 OPC_CheckType, MVT::v4i32,
12649 OPC_MoveParent,
12650 OPC_Scope, 46|128,1,
12651 OPC_CheckChild2Integer, 0,
12652 OPC_CheckChild2TypeI32,
12653 OPC_CheckChild3Integer, 1,
12654 OPC_CheckChild3TypeI32,
12655 OPC_CheckChild4Integer, 2,
12656 OPC_CheckChild4TypeI32,
12657 OPC_MoveChild5,
12658 OPC_CheckInteger, 3,
12659 OPC_CheckTypeI32,
12660 OPC_MoveSibling6,
12661 OPC_CheckInteger, 8,
12662 OPC_CheckTypeI32,
12663 OPC_MoveSibling7,
12664 OPC_CheckInteger, 9,
12665 OPC_CheckTypeI32,
12666 OPC_MoveSibling, 8,
12667 OPC_CheckInteger, 10,
12668 OPC_CheckTypeI32,
12669 OPC_MoveSibling, 9,
12670 OPC_CheckInteger, 11,
12671 OPC_CheckTypeI32,
12672 OPC_MoveSibling, 10,
12673 OPC_CheckInteger, 16,
12674 OPC_CheckTypeI32,
12675 OPC_MoveSibling, 11,
12676 OPC_CheckInteger, 17,
12677 OPC_CheckTypeI32,
12678 OPC_MoveSibling, 12,
12679 OPC_CheckInteger, 18,
12680 OPC_CheckTypeI32,
12681 OPC_MoveSibling, 13,
12682 OPC_CheckInteger, 19,
12683 OPC_CheckTypeI32,
12684 OPC_MoveSibling, 14,
12685 OPC_CheckInteger, 24,
12686 OPC_CheckTypeI32,
12687 OPC_MoveSibling, 15,
12688 OPC_CheckInteger, 25,
12689 OPC_CheckTypeI32,
12690 OPC_MoveSibling, 16,
12691 OPC_CheckInteger, 26,
12692 OPC_CheckTypeI32,
12693 OPC_MoveSibling, 17,
12694 OPC_CheckInteger, 27,
12695 OPC_CheckTypeI32,
12696 OPC_MoveParent,
12697 OPC_MoveSibling1,
12698 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
12699 OPC_MoveChild0,
12700 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_U),
12701 OPC_CheckChild0Same, 0,
12702 OPC_CheckType, MVT::v4i32,
12703 OPC_MoveSibling1,
12704 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_U),
12705 OPC_CheckChild0Same, 0,
12706 OPC_CheckType, MVT::v4i32,
12707 OPC_MoveParent,
12708 OPC_CheckChild2Integer, 4,
12709 OPC_CheckChild2TypeI32,
12710 OPC_CheckChild3Integer, 5,
12711 OPC_CheckChild3TypeI32,
12712 OPC_CheckChild4Integer, 6,
12713 OPC_CheckChild4TypeI32,
12714 OPC_MoveChild5,
12715 OPC_CheckInteger, 7,
12716 OPC_CheckTypeI32,
12717 OPC_MoveSibling6,
12718 OPC_CheckInteger, 12,
12719 OPC_CheckTypeI32,
12720 OPC_MoveSibling7,
12721 OPC_CheckInteger, 13,
12722 OPC_CheckTypeI32,
12723 OPC_MoveSibling, 8,
12724 OPC_CheckInteger, 14,
12725 OPC_CheckTypeI32,
12726 OPC_MoveSibling, 9,
12727 OPC_CheckInteger, 15,
12728 OPC_CheckTypeI32,
12729 OPC_MoveSibling, 10,
12730 OPC_CheckInteger, 20,
12731 OPC_CheckTypeI32,
12732 OPC_MoveSibling, 11,
12733 OPC_CheckInteger, 21,
12734 OPC_CheckTypeI32,
12735 OPC_MoveSibling, 12,
12736 OPC_CheckInteger, 22,
12737 OPC_CheckTypeI32,
12738 OPC_MoveSibling, 13,
12739 OPC_CheckInteger, 23,
12740 OPC_CheckTypeI32,
12741 OPC_MoveSibling, 14,
12742 OPC_CheckInteger, 28,
12743 OPC_CheckTypeI32,
12744 OPC_MoveSibling, 15,
12745 OPC_CheckInteger, 29,
12746 OPC_CheckTypeI32,
12747 OPC_MoveSibling, 16,
12748 OPC_CheckInteger, 30,
12749 OPC_CheckTypeI32,
12750 OPC_MoveSibling, 17,
12751 OPC_CheckInteger, 31,
12752 OPC_CheckTypeI32,
12753 OPC_MoveParent,
12754 OPC_MoveParent,
12755 OPC_CheckType, MVT::v4i32,
12756 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_u_I32x4),
12757 MVT::v4i32, 1, 2,
12758 46|128,1,
12759 OPC_CheckChild2Integer, 4,
12760 OPC_CheckChild2TypeI32,
12761 OPC_CheckChild3Integer, 5,
12762 OPC_CheckChild3TypeI32,
12763 OPC_CheckChild4Integer, 6,
12764 OPC_CheckChild4TypeI32,
12765 OPC_MoveChild5,
12766 OPC_CheckInteger, 7,
12767 OPC_CheckTypeI32,
12768 OPC_MoveSibling6,
12769 OPC_CheckInteger, 12,
12770 OPC_CheckTypeI32,
12771 OPC_MoveSibling7,
12772 OPC_CheckInteger, 13,
12773 OPC_CheckTypeI32,
12774 OPC_MoveSibling, 8,
12775 OPC_CheckInteger, 14,
12776 OPC_CheckTypeI32,
12777 OPC_MoveSibling, 9,
12778 OPC_CheckInteger, 15,
12779 OPC_CheckTypeI32,
12780 OPC_MoveSibling, 10,
12781 OPC_CheckInteger, 20,
12782 OPC_CheckTypeI32,
12783 OPC_MoveSibling, 11,
12784 OPC_CheckInteger, 21,
12785 OPC_CheckTypeI32,
12786 OPC_MoveSibling, 12,
12787 OPC_CheckInteger, 22,
12788 OPC_CheckTypeI32,
12789 OPC_MoveSibling, 13,
12790 OPC_CheckInteger, 23,
12791 OPC_CheckTypeI32,
12792 OPC_MoveSibling, 14,
12793 OPC_CheckInteger, 28,
12794 OPC_CheckTypeI32,
12795 OPC_MoveSibling, 15,
12796 OPC_CheckInteger, 29,
12797 OPC_CheckTypeI32,
12798 OPC_MoveSibling, 16,
12799 OPC_CheckInteger, 30,
12800 OPC_CheckTypeI32,
12801 OPC_MoveSibling, 17,
12802 OPC_CheckInteger, 31,
12803 OPC_CheckTypeI32,
12804 OPC_MoveParent,
12805 OPC_MoveSibling1,
12806 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
12807 OPC_MoveChild0,
12808 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_U),
12809 OPC_CheckChild0Same, 0,
12810 OPC_CheckType, MVT::v4i32,
12811 OPC_MoveSibling1,
12812 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_U),
12813 OPC_CheckChild0Same, 0,
12814 OPC_CheckType, MVT::v4i32,
12815 OPC_MoveParent,
12816 OPC_CheckChild2Integer, 0,
12817 OPC_CheckChild2TypeI32,
12818 OPC_CheckChild3Integer, 1,
12819 OPC_CheckChild3TypeI32,
12820 OPC_CheckChild4Integer, 2,
12821 OPC_CheckChild4TypeI32,
12822 OPC_MoveChild5,
12823 OPC_CheckInteger, 3,
12824 OPC_CheckTypeI32,
12825 OPC_MoveSibling6,
12826 OPC_CheckInteger, 8,
12827 OPC_CheckTypeI32,
12828 OPC_MoveSibling7,
12829 OPC_CheckInteger, 9,
12830 OPC_CheckTypeI32,
12831 OPC_MoveSibling, 8,
12832 OPC_CheckInteger, 10,
12833 OPC_CheckTypeI32,
12834 OPC_MoveSibling, 9,
12835 OPC_CheckInteger, 11,
12836 OPC_CheckTypeI32,
12837 OPC_MoveSibling, 10,
12838 OPC_CheckInteger, 16,
12839 OPC_CheckTypeI32,
12840 OPC_MoveSibling, 11,
12841 OPC_CheckInteger, 17,
12842 OPC_CheckTypeI32,
12843 OPC_MoveSibling, 12,
12844 OPC_CheckInteger, 18,
12845 OPC_CheckTypeI32,
12846 OPC_MoveSibling, 13,
12847 OPC_CheckInteger, 19,
12848 OPC_CheckTypeI32,
12849 OPC_MoveSibling, 14,
12850 OPC_CheckInteger, 24,
12851 OPC_CheckTypeI32,
12852 OPC_MoveSibling, 15,
12853 OPC_CheckInteger, 25,
12854 OPC_CheckTypeI32,
12855 OPC_MoveSibling, 16,
12856 OPC_CheckInteger, 26,
12857 OPC_CheckTypeI32,
12858 OPC_MoveSibling, 17,
12859 OPC_CheckInteger, 27,
12860 OPC_CheckTypeI32,
12861 OPC_MoveParent,
12862 OPC_MoveParent,
12863 OPC_CheckType, MVT::v4i32,
12864 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_u_I32x4),
12865 MVT::v4i32, 1, 2,
12866 0,
12867 109|128,2, MVT::v8i16,
12868 OPC_CheckChild0Type, MVT::v16i8,
12869 OPC_MoveSibling1,
12870 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_U),
12871 OPC_CheckChild0Same, 0,
12872 OPC_CheckType, MVT::v8i16,
12873 OPC_MoveParent,
12874 OPC_Scope, 46|128,1,
12875 OPC_CheckChild2Integer, 0,
12876 OPC_CheckChild2TypeI32,
12877 OPC_CheckChild3Integer, 1,
12878 OPC_CheckChild3TypeI32,
12879 OPC_CheckChild4Integer, 4,
12880 OPC_CheckChild4TypeI32,
12881 OPC_MoveChild5,
12882 OPC_CheckInteger, 5,
12883 OPC_CheckTypeI32,
12884 OPC_MoveSibling6,
12885 OPC_CheckInteger, 8,
12886 OPC_CheckTypeI32,
12887 OPC_MoveSibling7,
12888 OPC_CheckInteger, 9,
12889 OPC_CheckTypeI32,
12890 OPC_MoveSibling, 8,
12891 OPC_CheckInteger, 12,
12892 OPC_CheckTypeI32,
12893 OPC_MoveSibling, 9,
12894 OPC_CheckInteger, 13,
12895 OPC_CheckTypeI32,
12896 OPC_MoveSibling, 10,
12897 OPC_CheckInteger, 16,
12898 OPC_CheckTypeI32,
12899 OPC_MoveSibling, 11,
12900 OPC_CheckInteger, 17,
12901 OPC_CheckTypeI32,
12902 OPC_MoveSibling, 12,
12903 OPC_CheckInteger, 20,
12904 OPC_CheckTypeI32,
12905 OPC_MoveSibling, 13,
12906 OPC_CheckInteger, 21,
12907 OPC_CheckTypeI32,
12908 OPC_MoveSibling, 14,
12909 OPC_CheckInteger, 24,
12910 OPC_CheckTypeI32,
12911 OPC_MoveSibling, 15,
12912 OPC_CheckInteger, 25,
12913 OPC_CheckTypeI32,
12914 OPC_MoveSibling, 16,
12915 OPC_CheckInteger, 28,
12916 OPC_CheckTypeI32,
12917 OPC_MoveSibling, 17,
12918 OPC_CheckInteger, 29,
12919 OPC_CheckTypeI32,
12920 OPC_MoveParent,
12921 OPC_MoveSibling1,
12922 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
12923 OPC_MoveChild0,
12924 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_U),
12925 OPC_CheckChild0Same, 0,
12926 OPC_CheckType, MVT::v8i16,
12927 OPC_MoveSibling1,
12928 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_U),
12929 OPC_CheckChild0Same, 0,
12930 OPC_CheckType, MVT::v8i16,
12931 OPC_MoveParent,
12932 OPC_CheckChild2Integer, 2,
12933 OPC_CheckChild2TypeI32,
12934 OPC_CheckChild3Integer, 3,
12935 OPC_CheckChild3TypeI32,
12936 OPC_CheckChild4Integer, 6,
12937 OPC_CheckChild4TypeI32,
12938 OPC_MoveChild5,
12939 OPC_CheckInteger, 7,
12940 OPC_CheckTypeI32,
12941 OPC_MoveSibling6,
12942 OPC_CheckInteger, 10,
12943 OPC_CheckTypeI32,
12944 OPC_MoveSibling7,
12945 OPC_CheckInteger, 11,
12946 OPC_CheckTypeI32,
12947 OPC_MoveSibling, 8,
12948 OPC_CheckInteger, 14,
12949 OPC_CheckTypeI32,
12950 OPC_MoveSibling, 9,
12951 OPC_CheckInteger, 15,
12952 OPC_CheckTypeI32,
12953 OPC_MoveSibling, 10,
12954 OPC_CheckInteger, 18,
12955 OPC_CheckTypeI32,
12956 OPC_MoveSibling, 11,
12957 OPC_CheckInteger, 19,
12958 OPC_CheckTypeI32,
12959 OPC_MoveSibling, 12,
12960 OPC_CheckInteger, 22,
12961 OPC_CheckTypeI32,
12962 OPC_MoveSibling, 13,
12963 OPC_CheckInteger, 23,
12964 OPC_CheckTypeI32,
12965 OPC_MoveSibling, 14,
12966 OPC_CheckInteger, 26,
12967 OPC_CheckTypeI32,
12968 OPC_MoveSibling, 15,
12969 OPC_CheckInteger, 27,
12970 OPC_CheckTypeI32,
12971 OPC_MoveSibling, 16,
12972 OPC_CheckInteger, 30,
12973 OPC_CheckTypeI32,
12974 OPC_MoveSibling, 17,
12975 OPC_CheckInteger, 31,
12976 OPC_CheckTypeI32,
12977 OPC_MoveParent,
12978 OPC_MoveParent,
12979 OPC_CheckType, MVT::v8i16,
12980 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_u_I16x8),
12981 MVT::v8i16, 1, 2,
12982 46|128,1,
12983 OPC_CheckChild2Integer, 2,
12984 OPC_CheckChild2TypeI32,
12985 OPC_CheckChild3Integer, 3,
12986 OPC_CheckChild3TypeI32,
12987 OPC_CheckChild4Integer, 6,
12988 OPC_CheckChild4TypeI32,
12989 OPC_MoveChild5,
12990 OPC_CheckInteger, 7,
12991 OPC_CheckTypeI32,
12992 OPC_MoveSibling6,
12993 OPC_CheckInteger, 10,
12994 OPC_CheckTypeI32,
12995 OPC_MoveSibling7,
12996 OPC_CheckInteger, 11,
12997 OPC_CheckTypeI32,
12998 OPC_MoveSibling, 8,
12999 OPC_CheckInteger, 14,
13000 OPC_CheckTypeI32,
13001 OPC_MoveSibling, 9,
13002 OPC_CheckInteger, 15,
13003 OPC_CheckTypeI32,
13004 OPC_MoveSibling, 10,
13005 OPC_CheckInteger, 18,
13006 OPC_CheckTypeI32,
13007 OPC_MoveSibling, 11,
13008 OPC_CheckInteger, 19,
13009 OPC_CheckTypeI32,
13010 OPC_MoveSibling, 12,
13011 OPC_CheckInteger, 22,
13012 OPC_CheckTypeI32,
13013 OPC_MoveSibling, 13,
13014 OPC_CheckInteger, 23,
13015 OPC_CheckTypeI32,
13016 OPC_MoveSibling, 14,
13017 OPC_CheckInteger, 26,
13018 OPC_CheckTypeI32,
13019 OPC_MoveSibling, 15,
13020 OPC_CheckInteger, 27,
13021 OPC_CheckTypeI32,
13022 OPC_MoveSibling, 16,
13023 OPC_CheckInteger, 30,
13024 OPC_CheckTypeI32,
13025 OPC_MoveSibling, 17,
13026 OPC_CheckInteger, 31,
13027 OPC_CheckTypeI32,
13028 OPC_MoveParent,
13029 OPC_MoveSibling1,
13030 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
13031 OPC_MoveChild0,
13032 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_U),
13033 OPC_CheckChild0Same, 0,
13034 OPC_CheckType, MVT::v8i16,
13035 OPC_MoveSibling1,
13036 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_U),
13037 OPC_CheckChild0Same, 0,
13038 OPC_CheckType, MVT::v8i16,
13039 OPC_MoveParent,
13040 OPC_CheckChild2Integer, 0,
13041 OPC_CheckChild2TypeI32,
13042 OPC_CheckChild3Integer, 1,
13043 OPC_CheckChild3TypeI32,
13044 OPC_CheckChild4Integer, 4,
13045 OPC_CheckChild4TypeI32,
13046 OPC_MoveChild5,
13047 OPC_CheckInteger, 5,
13048 OPC_CheckTypeI32,
13049 OPC_MoveSibling6,
13050 OPC_CheckInteger, 8,
13051 OPC_CheckTypeI32,
13052 OPC_MoveSibling7,
13053 OPC_CheckInteger, 9,
13054 OPC_CheckTypeI32,
13055 OPC_MoveSibling, 8,
13056 OPC_CheckInteger, 12,
13057 OPC_CheckTypeI32,
13058 OPC_MoveSibling, 9,
13059 OPC_CheckInteger, 13,
13060 OPC_CheckTypeI32,
13061 OPC_MoveSibling, 10,
13062 OPC_CheckInteger, 16,
13063 OPC_CheckTypeI32,
13064 OPC_MoveSibling, 11,
13065 OPC_CheckInteger, 17,
13066 OPC_CheckTypeI32,
13067 OPC_MoveSibling, 12,
13068 OPC_CheckInteger, 20,
13069 OPC_CheckTypeI32,
13070 OPC_MoveSibling, 13,
13071 OPC_CheckInteger, 21,
13072 OPC_CheckTypeI32,
13073 OPC_MoveSibling, 14,
13074 OPC_CheckInteger, 24,
13075 OPC_CheckTypeI32,
13076 OPC_MoveSibling, 15,
13077 OPC_CheckInteger, 25,
13078 OPC_CheckTypeI32,
13079 OPC_MoveSibling, 16,
13080 OPC_CheckInteger, 28,
13081 OPC_CheckTypeI32,
13082 OPC_MoveSibling, 17,
13083 OPC_CheckInteger, 29,
13084 OPC_CheckTypeI32,
13085 OPC_MoveParent,
13086 OPC_MoveParent,
13087 OPC_CheckType, MVT::v8i16,
13088 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_u_I16x8),
13089 MVT::v8i16, 1, 2,
13090 0,
13091 0,
13092 0,
13093 75|128,4, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
13094 OPC_MoveChild0,
13095 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
13096 OPC_RecordChild0,
13097 OPC_Scope, 32|128,2,
13098 OPC_CheckChild0Type, MVT::v8i16,
13099 OPC_CheckChild1Type, MVT::v8i16,
13100 OPC_Scope, 11|128,1,
13101 OPC_CheckChild2Integer, 0,
13102 OPC_CheckChild2TypeI32,
13103 OPC_CheckChild3Integer, 1,
13104 OPC_CheckChild3TypeI32,
13105 OPC_CheckChild4Integer, 4,
13106 OPC_CheckChild4TypeI32,
13107 OPC_MoveChild5,
13108 OPC_CheckInteger, 5,
13109 OPC_CheckTypeI32,
13110 OPC_MoveSibling6,
13111 OPC_CheckInteger, 8,
13112 OPC_CheckTypeI32,
13113 OPC_MoveSibling7,
13114 OPC_CheckInteger, 9,
13115 OPC_CheckTypeI32,
13116 OPC_MoveSibling, 8,
13117 OPC_CheckInteger, 12,
13118 OPC_CheckTypeI32,
13119 OPC_MoveSibling, 9,
13120 OPC_CheckInteger, 13,
13121 OPC_CheckTypeI32,
13122 OPC_MoveSibling, 10,
13123 OPC_CheckTypeI32,
13124 OPC_MoveSibling, 11,
13125 OPC_CheckTypeI32,
13126 OPC_MoveSibling, 12,
13127 OPC_CheckTypeI32,
13128 OPC_MoveSibling, 13,
13129 OPC_CheckTypeI32,
13130 OPC_MoveSibling, 14,
13131 OPC_CheckTypeI32,
13132 OPC_MoveSibling, 15,
13133 OPC_CheckTypeI32,
13134 OPC_MoveSibling, 16,
13135 OPC_CheckTypeI32,
13136 OPC_MoveSibling, 17,
13137 OPC_CheckTypeI32,
13138 OPC_MoveParent,
13139 OPC_CheckType, MVT::v8i16,
13140 OPC_MoveParent,
13141 OPC_MoveSibling1,
13142 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
13143 OPC_MoveChild0,
13144 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
13145 OPC_CheckChild0Same, 0,
13146 OPC_CheckChild1Type, MVT::v8i16,
13147 OPC_CheckChild2Integer, 2,
13148 OPC_CheckChild2TypeI32,
13149 OPC_CheckChild3Integer, 3,
13150 OPC_CheckChild3TypeI32,
13151 OPC_CheckChild4Integer, 6,
13152 OPC_CheckChild4TypeI32,
13153 OPC_MoveChild5,
13154 OPC_CheckInteger, 7,
13155 OPC_CheckTypeI32,
13156 OPC_MoveSibling6,
13157 OPC_CheckInteger, 10,
13158 OPC_CheckTypeI32,
13159 OPC_MoveSibling7,
13160 OPC_CheckInteger, 11,
13161 OPC_CheckTypeI32,
13162 OPC_MoveSibling, 8,
13163 OPC_CheckInteger, 14,
13164 OPC_CheckTypeI32,
13165 OPC_MoveSibling, 9,
13166 OPC_CheckInteger, 15,
13167 OPC_CheckTypeI32,
13168 OPC_MoveSibling, 10,
13169 OPC_CheckTypeI32,
13170 OPC_MoveSibling, 11,
13171 OPC_CheckTypeI32,
13172 OPC_MoveSibling, 12,
13173 OPC_CheckTypeI32,
13174 OPC_MoveSibling, 13,
13175 OPC_CheckTypeI32,
13176 OPC_MoveSibling, 14,
13177 OPC_CheckTypeI32,
13178 OPC_MoveSibling, 15,
13179 OPC_CheckTypeI32,
13180 OPC_MoveSibling, 16,
13181 OPC_CheckTypeI32,
13182 OPC_MoveSibling, 17,
13183 OPC_CheckTypeI32,
13184 OPC_MoveParent,
13185 OPC_CheckType, MVT::v8i16,
13186 OPC_MoveParent,
13187 OPC_MoveParent,
13188 OPC_CheckType, MVT::v4i32,
13189 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_s_I32x4),
13190 MVT::v4i32, 1, 2,
13191 11|128,1,
13192 OPC_CheckChild2Integer, 2,
13193 OPC_CheckChild2TypeI32,
13194 OPC_CheckChild3Integer, 3,
13195 OPC_CheckChild3TypeI32,
13196 OPC_CheckChild4Integer, 6,
13197 OPC_CheckChild4TypeI32,
13198 OPC_MoveChild5,
13199 OPC_CheckInteger, 7,
13200 OPC_CheckTypeI32,
13201 OPC_MoveSibling6,
13202 OPC_CheckInteger, 10,
13203 OPC_CheckTypeI32,
13204 OPC_MoveSibling7,
13205 OPC_CheckInteger, 11,
13206 OPC_CheckTypeI32,
13207 OPC_MoveSibling, 8,
13208 OPC_CheckInteger, 14,
13209 OPC_CheckTypeI32,
13210 OPC_MoveSibling, 9,
13211 OPC_CheckInteger, 15,
13212 OPC_CheckTypeI32,
13213 OPC_MoveSibling, 10,
13214 OPC_CheckTypeI32,
13215 OPC_MoveSibling, 11,
13216 OPC_CheckTypeI32,
13217 OPC_MoveSibling, 12,
13218 OPC_CheckTypeI32,
13219 OPC_MoveSibling, 13,
13220 OPC_CheckTypeI32,
13221 OPC_MoveSibling, 14,
13222 OPC_CheckTypeI32,
13223 OPC_MoveSibling, 15,
13224 OPC_CheckTypeI32,
13225 OPC_MoveSibling, 16,
13226 OPC_CheckTypeI32,
13227 OPC_MoveSibling, 17,
13228 OPC_CheckTypeI32,
13229 OPC_MoveParent,
13230 OPC_CheckType, MVT::v8i16,
13231 OPC_MoveParent,
13232 OPC_MoveSibling1,
13233 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
13234 OPC_MoveChild0,
13235 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
13236 OPC_CheckChild0Same, 0,
13237 OPC_CheckChild1Type, MVT::v8i16,
13238 OPC_CheckChild2Integer, 0,
13239 OPC_CheckChild2TypeI32,
13240 OPC_CheckChild3Integer, 1,
13241 OPC_CheckChild3TypeI32,
13242 OPC_CheckChild4Integer, 4,
13243 OPC_CheckChild4TypeI32,
13244 OPC_MoveChild5,
13245 OPC_CheckInteger, 5,
13246 OPC_CheckTypeI32,
13247 OPC_MoveSibling6,
13248 OPC_CheckInteger, 8,
13249 OPC_CheckTypeI32,
13250 OPC_MoveSibling7,
13251 OPC_CheckInteger, 9,
13252 OPC_CheckTypeI32,
13253 OPC_MoveSibling, 8,
13254 OPC_CheckInteger, 12,
13255 OPC_CheckTypeI32,
13256 OPC_MoveSibling, 9,
13257 OPC_CheckInteger, 13,
13258 OPC_CheckTypeI32,
13259 OPC_MoveSibling, 10,
13260 OPC_CheckTypeI32,
13261 OPC_MoveSibling, 11,
13262 OPC_CheckTypeI32,
13263 OPC_MoveSibling, 12,
13264 OPC_CheckTypeI32,
13265 OPC_MoveSibling, 13,
13266 OPC_CheckTypeI32,
13267 OPC_MoveSibling, 14,
13268 OPC_CheckTypeI32,
13269 OPC_MoveSibling, 15,
13270 OPC_CheckTypeI32,
13271 OPC_MoveSibling, 16,
13272 OPC_CheckTypeI32,
13273 OPC_MoveSibling, 17,
13274 OPC_CheckTypeI32,
13275 OPC_MoveParent,
13276 OPC_CheckType, MVT::v8i16,
13277 OPC_MoveParent,
13278 OPC_MoveParent,
13279 OPC_CheckType, MVT::v4i32,
13280 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_s_I32x4),
13281 MVT::v4i32, 1, 2,
13282 0,
13283 32|128,2,
13284 OPC_CheckChild0Type, MVT::v16i8,
13285 OPC_CheckChild1Type, MVT::v16i8,
13286 OPC_Scope, 11|128,1,
13287 OPC_CheckChild2Integer, 0,
13288 OPC_CheckChild2TypeI32,
13289 OPC_CheckChild3Integer, 2,
13290 OPC_CheckChild3TypeI32,
13291 OPC_CheckChild4Integer, 4,
13292 OPC_CheckChild4TypeI32,
13293 OPC_MoveChild5,
13294 OPC_CheckInteger, 6,
13295 OPC_CheckTypeI32,
13296 OPC_MoveSibling6,
13297 OPC_CheckInteger, 8,
13298 OPC_CheckTypeI32,
13299 OPC_MoveSibling7,
13300 OPC_CheckInteger, 10,
13301 OPC_CheckTypeI32,
13302 OPC_MoveSibling, 8,
13303 OPC_CheckInteger, 12,
13304 OPC_CheckTypeI32,
13305 OPC_MoveSibling, 9,
13306 OPC_CheckInteger, 14,
13307 OPC_CheckTypeI32,
13308 OPC_MoveSibling, 10,
13309 OPC_CheckTypeI32,
13310 OPC_MoveSibling, 11,
13311 OPC_CheckTypeI32,
13312 OPC_MoveSibling, 12,
13313 OPC_CheckTypeI32,
13314 OPC_MoveSibling, 13,
13315 OPC_CheckTypeI32,
13316 OPC_MoveSibling, 14,
13317 OPC_CheckTypeI32,
13318 OPC_MoveSibling, 15,
13319 OPC_CheckTypeI32,
13320 OPC_MoveSibling, 16,
13321 OPC_CheckTypeI32,
13322 OPC_MoveSibling, 17,
13323 OPC_CheckTypeI32,
13324 OPC_MoveParent,
13325 OPC_CheckType, MVT::v16i8,
13326 OPC_MoveParent,
13327 OPC_MoveSibling1,
13328 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
13329 OPC_MoveChild0,
13330 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
13331 OPC_CheckChild0Same, 0,
13332 OPC_CheckChild1Type, MVT::v16i8,
13333 OPC_CheckChild2Integer, 1,
13334 OPC_CheckChild2TypeI32,
13335 OPC_CheckChild3Integer, 3,
13336 OPC_CheckChild3TypeI32,
13337 OPC_CheckChild4Integer, 5,
13338 OPC_CheckChild4TypeI32,
13339 OPC_MoveChild5,
13340 OPC_CheckInteger, 7,
13341 OPC_CheckTypeI32,
13342 OPC_MoveSibling6,
13343 OPC_CheckInteger, 9,
13344 OPC_CheckTypeI32,
13345 OPC_MoveSibling7,
13346 OPC_CheckInteger, 11,
13347 OPC_CheckTypeI32,
13348 OPC_MoveSibling, 8,
13349 OPC_CheckInteger, 13,
13350 OPC_CheckTypeI32,
13351 OPC_MoveSibling, 9,
13352 OPC_CheckInteger, 15,
13353 OPC_CheckTypeI32,
13354 OPC_MoveSibling, 10,
13355 OPC_CheckTypeI32,
13356 OPC_MoveSibling, 11,
13357 OPC_CheckTypeI32,
13358 OPC_MoveSibling, 12,
13359 OPC_CheckTypeI32,
13360 OPC_MoveSibling, 13,
13361 OPC_CheckTypeI32,
13362 OPC_MoveSibling, 14,
13363 OPC_CheckTypeI32,
13364 OPC_MoveSibling, 15,
13365 OPC_CheckTypeI32,
13366 OPC_MoveSibling, 16,
13367 OPC_CheckTypeI32,
13368 OPC_MoveSibling, 17,
13369 OPC_CheckTypeI32,
13370 OPC_MoveParent,
13371 OPC_CheckType, MVT::v16i8,
13372 OPC_MoveParent,
13373 OPC_MoveParent,
13374 OPC_CheckType, MVT::v8i16,
13375 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_s_I16x8),
13376 MVT::v8i16, 1, 2,
13377 11|128,1,
13378 OPC_CheckChild2Integer, 1,
13379 OPC_CheckChild2TypeI32,
13380 OPC_CheckChild3Integer, 3,
13381 OPC_CheckChild3TypeI32,
13382 OPC_CheckChild4Integer, 5,
13383 OPC_CheckChild4TypeI32,
13384 OPC_MoveChild5,
13385 OPC_CheckInteger, 7,
13386 OPC_CheckTypeI32,
13387 OPC_MoveSibling6,
13388 OPC_CheckInteger, 9,
13389 OPC_CheckTypeI32,
13390 OPC_MoveSibling7,
13391 OPC_CheckInteger, 11,
13392 OPC_CheckTypeI32,
13393 OPC_MoveSibling, 8,
13394 OPC_CheckInteger, 13,
13395 OPC_CheckTypeI32,
13396 OPC_MoveSibling, 9,
13397 OPC_CheckInteger, 15,
13398 OPC_CheckTypeI32,
13399 OPC_MoveSibling, 10,
13400 OPC_CheckTypeI32,
13401 OPC_MoveSibling, 11,
13402 OPC_CheckTypeI32,
13403 OPC_MoveSibling, 12,
13404 OPC_CheckTypeI32,
13405 OPC_MoveSibling, 13,
13406 OPC_CheckTypeI32,
13407 OPC_MoveSibling, 14,
13408 OPC_CheckTypeI32,
13409 OPC_MoveSibling, 15,
13410 OPC_CheckTypeI32,
13411 OPC_MoveSibling, 16,
13412 OPC_CheckTypeI32,
13413 OPC_MoveSibling, 17,
13414 OPC_CheckTypeI32,
13415 OPC_MoveParent,
13416 OPC_CheckType, MVT::v16i8,
13417 OPC_MoveParent,
13418 OPC_MoveSibling1,
13419 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
13420 OPC_MoveChild0,
13421 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
13422 OPC_CheckChild0Same, 0,
13423 OPC_CheckChild1Type, MVT::v16i8,
13424 OPC_CheckChild2Integer, 0,
13425 OPC_CheckChild2TypeI32,
13426 OPC_CheckChild3Integer, 2,
13427 OPC_CheckChild3TypeI32,
13428 OPC_CheckChild4Integer, 4,
13429 OPC_CheckChild4TypeI32,
13430 OPC_MoveChild5,
13431 OPC_CheckInteger, 6,
13432 OPC_CheckTypeI32,
13433 OPC_MoveSibling6,
13434 OPC_CheckInteger, 8,
13435 OPC_CheckTypeI32,
13436 OPC_MoveSibling7,
13437 OPC_CheckInteger, 10,
13438 OPC_CheckTypeI32,
13439 OPC_MoveSibling, 8,
13440 OPC_CheckInteger, 12,
13441 OPC_CheckTypeI32,
13442 OPC_MoveSibling, 9,
13443 OPC_CheckInteger, 14,
13444 OPC_CheckTypeI32,
13445 OPC_MoveSibling, 10,
13446 OPC_CheckTypeI32,
13447 OPC_MoveSibling, 11,
13448 OPC_CheckTypeI32,
13449 OPC_MoveSibling, 12,
13450 OPC_CheckTypeI32,
13451 OPC_MoveSibling, 13,
13452 OPC_CheckTypeI32,
13453 OPC_MoveSibling, 14,
13454 OPC_CheckTypeI32,
13455 OPC_MoveSibling, 15,
13456 OPC_CheckTypeI32,
13457 OPC_MoveSibling, 16,
13458 OPC_CheckTypeI32,
13459 OPC_MoveSibling, 17,
13460 OPC_CheckTypeI32,
13461 OPC_MoveParent,
13462 OPC_CheckType, MVT::v16i8,
13463 OPC_MoveParent,
13464 OPC_MoveParent,
13465 OPC_CheckType, MVT::v8i16,
13466 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_s_I16x8),
13467 MVT::v8i16, 1, 2,
13468 0,
13469 0,
13470 75|128,4, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_U),
13471 OPC_MoveChild0,
13472 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
13473 OPC_RecordChild0,
13474 OPC_Scope, 32|128,2,
13475 OPC_CheckChild0Type, MVT::v8i16,
13476 OPC_CheckChild1Type, MVT::v8i16,
13477 OPC_Scope, 11|128,1,
13478 OPC_CheckChild2Integer, 0,
13479 OPC_CheckChild2TypeI32,
13480 OPC_CheckChild3Integer, 1,
13481 OPC_CheckChild3TypeI32,
13482 OPC_CheckChild4Integer, 4,
13483 OPC_CheckChild4TypeI32,
13484 OPC_MoveChild5,
13485 OPC_CheckInteger, 5,
13486 OPC_CheckTypeI32,
13487 OPC_MoveSibling6,
13488 OPC_CheckInteger, 8,
13489 OPC_CheckTypeI32,
13490 OPC_MoveSibling7,
13491 OPC_CheckInteger, 9,
13492 OPC_CheckTypeI32,
13493 OPC_MoveSibling, 8,
13494 OPC_CheckInteger, 12,
13495 OPC_CheckTypeI32,
13496 OPC_MoveSibling, 9,
13497 OPC_CheckInteger, 13,
13498 OPC_CheckTypeI32,
13499 OPC_MoveSibling, 10,
13500 OPC_CheckTypeI32,
13501 OPC_MoveSibling, 11,
13502 OPC_CheckTypeI32,
13503 OPC_MoveSibling, 12,
13504 OPC_CheckTypeI32,
13505 OPC_MoveSibling, 13,
13506 OPC_CheckTypeI32,
13507 OPC_MoveSibling, 14,
13508 OPC_CheckTypeI32,
13509 OPC_MoveSibling, 15,
13510 OPC_CheckTypeI32,
13511 OPC_MoveSibling, 16,
13512 OPC_CheckTypeI32,
13513 OPC_MoveSibling, 17,
13514 OPC_CheckTypeI32,
13515 OPC_MoveParent,
13516 OPC_CheckType, MVT::v8i16,
13517 OPC_MoveParent,
13518 OPC_MoveSibling1,
13519 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_U),
13520 OPC_MoveChild0,
13521 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
13522 OPC_CheckChild0Same, 0,
13523 OPC_CheckChild1Type, MVT::v8i16,
13524 OPC_CheckChild2Integer, 2,
13525 OPC_CheckChild2TypeI32,
13526 OPC_CheckChild3Integer, 3,
13527 OPC_CheckChild3TypeI32,
13528 OPC_CheckChild4Integer, 6,
13529 OPC_CheckChild4TypeI32,
13530 OPC_MoveChild5,
13531 OPC_CheckInteger, 7,
13532 OPC_CheckTypeI32,
13533 OPC_MoveSibling6,
13534 OPC_CheckInteger, 10,
13535 OPC_CheckTypeI32,
13536 OPC_MoveSibling7,
13537 OPC_CheckInteger, 11,
13538 OPC_CheckTypeI32,
13539 OPC_MoveSibling, 8,
13540 OPC_CheckInteger, 14,
13541 OPC_CheckTypeI32,
13542 OPC_MoveSibling, 9,
13543 OPC_CheckInteger, 15,
13544 OPC_CheckTypeI32,
13545 OPC_MoveSibling, 10,
13546 OPC_CheckTypeI32,
13547 OPC_MoveSibling, 11,
13548 OPC_CheckTypeI32,
13549 OPC_MoveSibling, 12,
13550 OPC_CheckTypeI32,
13551 OPC_MoveSibling, 13,
13552 OPC_CheckTypeI32,
13553 OPC_MoveSibling, 14,
13554 OPC_CheckTypeI32,
13555 OPC_MoveSibling, 15,
13556 OPC_CheckTypeI32,
13557 OPC_MoveSibling, 16,
13558 OPC_CheckTypeI32,
13559 OPC_MoveSibling, 17,
13560 OPC_CheckTypeI32,
13561 OPC_MoveParent,
13562 OPC_CheckType, MVT::v8i16,
13563 OPC_MoveParent,
13564 OPC_MoveParent,
13565 OPC_CheckType, MVT::v4i32,
13566 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_u_I32x4),
13567 MVT::v4i32, 1, 2,
13568 11|128,1,
13569 OPC_CheckChild2Integer, 2,
13570 OPC_CheckChild2TypeI32,
13571 OPC_CheckChild3Integer, 3,
13572 OPC_CheckChild3TypeI32,
13573 OPC_CheckChild4Integer, 6,
13574 OPC_CheckChild4TypeI32,
13575 OPC_MoveChild5,
13576 OPC_CheckInteger, 7,
13577 OPC_CheckTypeI32,
13578 OPC_MoveSibling6,
13579 OPC_CheckInteger, 10,
13580 OPC_CheckTypeI32,
13581 OPC_MoveSibling7,
13582 OPC_CheckInteger, 11,
13583 OPC_CheckTypeI32,
13584 OPC_MoveSibling, 8,
13585 OPC_CheckInteger, 14,
13586 OPC_CheckTypeI32,
13587 OPC_MoveSibling, 9,
13588 OPC_CheckInteger, 15,
13589 OPC_CheckTypeI32,
13590 OPC_MoveSibling, 10,
13591 OPC_CheckTypeI32,
13592 OPC_MoveSibling, 11,
13593 OPC_CheckTypeI32,
13594 OPC_MoveSibling, 12,
13595 OPC_CheckTypeI32,
13596 OPC_MoveSibling, 13,
13597 OPC_CheckTypeI32,
13598 OPC_MoveSibling, 14,
13599 OPC_CheckTypeI32,
13600 OPC_MoveSibling, 15,
13601 OPC_CheckTypeI32,
13602 OPC_MoveSibling, 16,
13603 OPC_CheckTypeI32,
13604 OPC_MoveSibling, 17,
13605 OPC_CheckTypeI32,
13606 OPC_MoveParent,
13607 OPC_CheckType, MVT::v8i16,
13608 OPC_MoveParent,
13609 OPC_MoveSibling1,
13610 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_U),
13611 OPC_MoveChild0,
13612 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
13613 OPC_CheckChild0Same, 0,
13614 OPC_CheckChild1Type, MVT::v8i16,
13615 OPC_CheckChild2Integer, 0,
13616 OPC_CheckChild2TypeI32,
13617 OPC_CheckChild3Integer, 1,
13618 OPC_CheckChild3TypeI32,
13619 OPC_CheckChild4Integer, 4,
13620 OPC_CheckChild4TypeI32,
13621 OPC_MoveChild5,
13622 OPC_CheckInteger, 5,
13623 OPC_CheckTypeI32,
13624 OPC_MoveSibling6,
13625 OPC_CheckInteger, 8,
13626 OPC_CheckTypeI32,
13627 OPC_MoveSibling7,
13628 OPC_CheckInteger, 9,
13629 OPC_CheckTypeI32,
13630 OPC_MoveSibling, 8,
13631 OPC_CheckInteger, 12,
13632 OPC_CheckTypeI32,
13633 OPC_MoveSibling, 9,
13634 OPC_CheckInteger, 13,
13635 OPC_CheckTypeI32,
13636 OPC_MoveSibling, 10,
13637 OPC_CheckTypeI32,
13638 OPC_MoveSibling, 11,
13639 OPC_CheckTypeI32,
13640 OPC_MoveSibling, 12,
13641 OPC_CheckTypeI32,
13642 OPC_MoveSibling, 13,
13643 OPC_CheckTypeI32,
13644 OPC_MoveSibling, 14,
13645 OPC_CheckTypeI32,
13646 OPC_MoveSibling, 15,
13647 OPC_CheckTypeI32,
13648 OPC_MoveSibling, 16,
13649 OPC_CheckTypeI32,
13650 OPC_MoveSibling, 17,
13651 OPC_CheckTypeI32,
13652 OPC_MoveParent,
13653 OPC_CheckType, MVT::v8i16,
13654 OPC_MoveParent,
13655 OPC_MoveParent,
13656 OPC_CheckType, MVT::v4i32,
13657 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_u_I32x4),
13658 MVT::v4i32, 1, 2,
13659 0,
13660 32|128,2,
13661 OPC_CheckChild0Type, MVT::v16i8,
13662 OPC_CheckChild1Type, MVT::v16i8,
13663 OPC_Scope, 11|128,1,
13664 OPC_CheckChild2Integer, 0,
13665 OPC_CheckChild2TypeI32,
13666 OPC_CheckChild3Integer, 2,
13667 OPC_CheckChild3TypeI32,
13668 OPC_CheckChild4Integer, 4,
13669 OPC_CheckChild4TypeI32,
13670 OPC_MoveChild5,
13671 OPC_CheckInteger, 6,
13672 OPC_CheckTypeI32,
13673 OPC_MoveSibling6,
13674 OPC_CheckInteger, 8,
13675 OPC_CheckTypeI32,
13676 OPC_MoveSibling7,
13677 OPC_CheckInteger, 10,
13678 OPC_CheckTypeI32,
13679 OPC_MoveSibling, 8,
13680 OPC_CheckInteger, 12,
13681 OPC_CheckTypeI32,
13682 OPC_MoveSibling, 9,
13683 OPC_CheckInteger, 14,
13684 OPC_CheckTypeI32,
13685 OPC_MoveSibling, 10,
13686 OPC_CheckTypeI32,
13687 OPC_MoveSibling, 11,
13688 OPC_CheckTypeI32,
13689 OPC_MoveSibling, 12,
13690 OPC_CheckTypeI32,
13691 OPC_MoveSibling, 13,
13692 OPC_CheckTypeI32,
13693 OPC_MoveSibling, 14,
13694 OPC_CheckTypeI32,
13695 OPC_MoveSibling, 15,
13696 OPC_CheckTypeI32,
13697 OPC_MoveSibling, 16,
13698 OPC_CheckTypeI32,
13699 OPC_MoveSibling, 17,
13700 OPC_CheckTypeI32,
13701 OPC_MoveParent,
13702 OPC_CheckType, MVT::v16i8,
13703 OPC_MoveParent,
13704 OPC_MoveSibling1,
13705 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_U),
13706 OPC_MoveChild0,
13707 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
13708 OPC_CheckChild0Same, 0,
13709 OPC_CheckChild1Type, MVT::v16i8,
13710 OPC_CheckChild2Integer, 1,
13711 OPC_CheckChild2TypeI32,
13712 OPC_CheckChild3Integer, 3,
13713 OPC_CheckChild3TypeI32,
13714 OPC_CheckChild4Integer, 5,
13715 OPC_CheckChild4TypeI32,
13716 OPC_MoveChild5,
13717 OPC_CheckInteger, 7,
13718 OPC_CheckTypeI32,
13719 OPC_MoveSibling6,
13720 OPC_CheckInteger, 9,
13721 OPC_CheckTypeI32,
13722 OPC_MoveSibling7,
13723 OPC_CheckInteger, 11,
13724 OPC_CheckTypeI32,
13725 OPC_MoveSibling, 8,
13726 OPC_CheckInteger, 13,
13727 OPC_CheckTypeI32,
13728 OPC_MoveSibling, 9,
13729 OPC_CheckInteger, 15,
13730 OPC_CheckTypeI32,
13731 OPC_MoveSibling, 10,
13732 OPC_CheckTypeI32,
13733 OPC_MoveSibling, 11,
13734 OPC_CheckTypeI32,
13735 OPC_MoveSibling, 12,
13736 OPC_CheckTypeI32,
13737 OPC_MoveSibling, 13,
13738 OPC_CheckTypeI32,
13739 OPC_MoveSibling, 14,
13740 OPC_CheckTypeI32,
13741 OPC_MoveSibling, 15,
13742 OPC_CheckTypeI32,
13743 OPC_MoveSibling, 16,
13744 OPC_CheckTypeI32,
13745 OPC_MoveSibling, 17,
13746 OPC_CheckTypeI32,
13747 OPC_MoveParent,
13748 OPC_CheckType, MVT::v16i8,
13749 OPC_MoveParent,
13750 OPC_MoveParent,
13751 OPC_CheckType, MVT::v8i16,
13752 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_u_I16x8),
13753 MVT::v8i16, 1, 2,
13754 11|128,1,
13755 OPC_CheckChild2Integer, 1,
13756 OPC_CheckChild2TypeI32,
13757 OPC_CheckChild3Integer, 3,
13758 OPC_CheckChild3TypeI32,
13759 OPC_CheckChild4Integer, 5,
13760 OPC_CheckChild4TypeI32,
13761 OPC_MoveChild5,
13762 OPC_CheckInteger, 7,
13763 OPC_CheckTypeI32,
13764 OPC_MoveSibling6,
13765 OPC_CheckInteger, 9,
13766 OPC_CheckTypeI32,
13767 OPC_MoveSibling7,
13768 OPC_CheckInteger, 11,
13769 OPC_CheckTypeI32,
13770 OPC_MoveSibling, 8,
13771 OPC_CheckInteger, 13,
13772 OPC_CheckTypeI32,
13773 OPC_MoveSibling, 9,
13774 OPC_CheckInteger, 15,
13775 OPC_CheckTypeI32,
13776 OPC_MoveSibling, 10,
13777 OPC_CheckTypeI32,
13778 OPC_MoveSibling, 11,
13779 OPC_CheckTypeI32,
13780 OPC_MoveSibling, 12,
13781 OPC_CheckTypeI32,
13782 OPC_MoveSibling, 13,
13783 OPC_CheckTypeI32,
13784 OPC_MoveSibling, 14,
13785 OPC_CheckTypeI32,
13786 OPC_MoveSibling, 15,
13787 OPC_CheckTypeI32,
13788 OPC_MoveSibling, 16,
13789 OPC_CheckTypeI32,
13790 OPC_MoveSibling, 17,
13791 OPC_CheckTypeI32,
13792 OPC_MoveParent,
13793 OPC_CheckType, MVT::v16i8,
13794 OPC_MoveParent,
13795 OPC_MoveSibling1,
13796 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_U),
13797 OPC_MoveChild0,
13798 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::SHUFFLE),
13799 OPC_CheckChild0Same, 0,
13800 OPC_CheckChild1Type, MVT::v16i8,
13801 OPC_CheckChild2Integer, 0,
13802 OPC_CheckChild2TypeI32,
13803 OPC_CheckChild3Integer, 2,
13804 OPC_CheckChild3TypeI32,
13805 OPC_CheckChild4Integer, 4,
13806 OPC_CheckChild4TypeI32,
13807 OPC_MoveChild5,
13808 OPC_CheckInteger, 6,
13809 OPC_CheckTypeI32,
13810 OPC_MoveSibling6,
13811 OPC_CheckInteger, 8,
13812 OPC_CheckTypeI32,
13813 OPC_MoveSibling7,
13814 OPC_CheckInteger, 10,
13815 OPC_CheckTypeI32,
13816 OPC_MoveSibling, 8,
13817 OPC_CheckInteger, 12,
13818 OPC_CheckTypeI32,
13819 OPC_MoveSibling, 9,
13820 OPC_CheckInteger, 14,
13821 OPC_CheckTypeI32,
13822 OPC_MoveSibling, 10,
13823 OPC_CheckTypeI32,
13824 OPC_MoveSibling, 11,
13825 OPC_CheckTypeI32,
13826 OPC_MoveSibling, 12,
13827 OPC_CheckTypeI32,
13828 OPC_MoveSibling, 13,
13829 OPC_CheckTypeI32,
13830 OPC_MoveSibling, 14,
13831 OPC_CheckTypeI32,
13832 OPC_MoveSibling, 15,
13833 OPC_CheckTypeI32,
13834 OPC_MoveSibling, 16,
13835 OPC_CheckTypeI32,
13836 OPC_MoveSibling, 17,
13837 OPC_CheckTypeI32,
13838 OPC_MoveParent,
13839 OPC_CheckType, MVT::v16i8,
13840 OPC_MoveParent,
13841 OPC_MoveParent,
13842 OPC_CheckType, MVT::v8i16,
13843 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_u_I16x8),
13844 MVT::v8i16, 1, 2,
13845 0,
13846 0,
13847 25, TARGET_VAL(ISD::INTRINSIC_WO_CHAIN),
13848 OPC_CheckChild0Integer, 75|128,115|128,0,
13849 OPC_MoveChild1,
13850 OPC_CheckOpcode, TARGET_VAL(ISD::INTRINSIC_WO_CHAIN),
13851 OPC_CheckChild0Integer, 106|128,115|128,0,
13852 OPC_RecordChild1,
13853 OPC_RecordChild2,
13854 OPC_MoveParent,
13855 OPC_MoveParent,
13856 OPC_RecordChild1,
13857 OPC_CheckType, MVT::v4i32,
13858 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT_ADD),
13859 MVT::v4i32, 3, 41,
13860 0,
13861 72,
13862 OPC_RecordChild0,
13863 OPC_Scope, 28,
13864 OPC_MoveChild1,
13865 OPC_CheckOpcode, TARGET_VAL(ISD::INTRINSIC_WO_CHAIN),
13866 OPC_CheckChild0Integer, 75|128,115|128,0,
13867 OPC_MoveChild1,
13868 OPC_CheckOpcode, TARGET_VAL(ISD::INTRINSIC_WO_CHAIN),
13869 OPC_CheckChild0Integer, 106|128,115|128,0,
13870 OPC_RecordChild1,
13871 OPC_RecordChild2,
13872 OPC_MoveParent,
13873 OPC_MoveParent,
13874 OPC_CheckType, MVT::v4i32,
13875 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT_ADD),
13876 MVT::v4i32, 3, 3,
13877 39,
13878 OPC_RecordChild1,
13879 OPC_SwitchType , 7, MVT::v16i8,
13880 OPC_CheckPatternPredicate0,
13881 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ADD_I8x16),
13882 MVT::v16i8, 2, 16,
13883 7, MVT::v8i16,
13884 OPC_CheckPatternPredicate0,
13885 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ADD_I16x8),
13886 MVT::v8i16, 2, 16,
13887 7, MVT::v4i32,
13888 OPC_CheckPatternPredicate0,
13889 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ADD_I32x4),
13890 MVT::v4i32, 2, 16,
13891 7, MVT::v2i64,
13892 OPC_CheckPatternPredicate0,
13893 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ADD_I64x2),
13894 MVT::v2i64, 2, 16,
13895 0,
13896 0,
13897 0,
13898 107, TARGET_VAL(ISD::SUB),
13899 OPC_Scope, 20,
13900 OPC_RecordChild0,
13901 OPC_RecordChild1,
13902 OPC_SwitchType , 6, MVT::i32,
13903 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SUB_I32),
13904 MVT::i32, 2, 16,
13905 6, MVT::i64,
13906 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SUB_I64),
13907 MVT::i64, 2, 16,
13908 0,
13909 42,
13910 OPC_MoveChild0,
13911 OPC_CheckImmAllZerosV,
13912 OPC_MoveParent,
13913 OPC_RecordChild1,
13914 OPC_SwitchType , 7, MVT::v16i8,
13915 OPC_CheckPatternPredicate0,
13916 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEG_I8x16),
13917 MVT::v16i8, 1, 2,
13918 7, MVT::v8i16,
13919 OPC_CheckPatternPredicate0,
13920 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEG_I16x8),
13921 MVT::v8i16, 1, 2,
13922 7, MVT::v4i32,
13923 OPC_CheckPatternPredicate0,
13924 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEG_I32x4),
13925 MVT::v4i32, 1, 2,
13926 7, MVT::v2i64,
13927 OPC_CheckPatternPredicate0,
13928 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEG_I64x2),
13929 MVT::v2i64, 1, 2,
13930 0,
13931 40,
13932 OPC_RecordChild0,
13933 OPC_RecordChild1,
13934 OPC_SwitchType , 7, MVT::v16i8,
13935 OPC_CheckPatternPredicate0,
13936 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SUB_I8x16),
13937 MVT::v16i8, 2, 16,
13938 7, MVT::v8i16,
13939 OPC_CheckPatternPredicate0,
13940 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SUB_I16x8),
13941 MVT::v8i16, 2, 16,
13942 7, MVT::v4i32,
13943 OPC_CheckPatternPredicate0,
13944 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SUB_I32x4),
13945 MVT::v4i32, 2, 16,
13946 7, MVT::v2i64,
13947 OPC_CheckPatternPredicate0,
13948 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SUB_I64x2),
13949 MVT::v2i64, 2, 16,
13950 0,
13951 0,
13952 68|128,2, TARGET_VAL(ISD::MUL),
13953 OPC_Scope, 20,
13954 OPC_RecordChild0,
13955 OPC_RecordChild1,
13956 OPC_SwitchType , 6, MVT::i32,
13957 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MUL_I32),
13958 MVT::i32, 2, 16,
13959 6, MVT::i64,
13960 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MUL_I64),
13961 MVT::i64, 2, 16,
13962 0,
13963 11|128,2,
13964 OPC_MoveChild0,
13965 OPC_SwitchOpcode , 63, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
13966 OPC_RecordChild0,
13967 OPC_Scope, 19,
13968 OPC_CheckChild0Type, MVT::v16i8,
13969 OPC_MoveSibling1,
13970 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
13971 OPC_RecordChild0,
13972 OPC_CheckChild0Type, MVT::v16i8,
13973 OPC_MoveParent,
13974 OPC_CheckType, MVT::v8i16,
13975 OPC_CheckPatternPredicate0,
13976 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EXTMUL_LOW_S_I16x8),
13977 MVT::v8i16, 2, 16,
13978 19,
13979 OPC_CheckChild0Type, MVT::v8i16,
13980 OPC_MoveSibling1,
13981 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
13982 OPC_RecordChild0,
13983 OPC_CheckChild0Type, MVT::v8i16,
13984 OPC_MoveParent,
13985 OPC_CheckType, MVT::v4i32,
13986 OPC_CheckPatternPredicate0,
13987 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EXTMUL_LOW_S_I32x4),
13988 MVT::v4i32, 2, 16,
13989 19,
13990 OPC_CheckChild0Type, MVT::v4i32,
13991 OPC_MoveSibling1,
13992 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
13993 OPC_RecordChild0,
13994 OPC_CheckChild0Type, MVT::v4i32,
13995 OPC_MoveParent,
13996 OPC_CheckType, MVT::v2i64,
13997 OPC_CheckPatternPredicate0,
13998 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EXTMUL_LOW_S_I64x2),
13999 MVT::v2i64, 2, 16,
14000 0,
14001 63, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
14002 OPC_RecordChild0,
14003 OPC_Scope, 19,
14004 OPC_CheckChild0Type, MVT::v16i8,
14005 OPC_MoveSibling1,
14006 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
14007 OPC_RecordChild0,
14008 OPC_CheckChild0Type, MVT::v16i8,
14009 OPC_MoveParent,
14010 OPC_CheckType, MVT::v8i16,
14011 OPC_CheckPatternPredicate0,
14012 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EXTMUL_HIGH_S_I16x8),
14013 MVT::v8i16, 2, 16,
14014 19,
14015 OPC_CheckChild0Type, MVT::v8i16,
14016 OPC_MoveSibling1,
14017 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
14018 OPC_RecordChild0,
14019 OPC_CheckChild0Type, MVT::v8i16,
14020 OPC_MoveParent,
14021 OPC_CheckType, MVT::v4i32,
14022 OPC_CheckPatternPredicate0,
14023 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EXTMUL_HIGH_S_I32x4),
14024 MVT::v4i32, 2, 16,
14025 19,
14026 OPC_CheckChild0Type, MVT::v4i32,
14027 OPC_MoveSibling1,
14028 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
14029 OPC_RecordChild0,
14030 OPC_CheckChild0Type, MVT::v4i32,
14031 OPC_MoveParent,
14032 OPC_CheckType, MVT::v2i64,
14033 OPC_CheckPatternPredicate0,
14034 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EXTMUL_HIGH_S_I64x2),
14035 MVT::v2i64, 2, 16,
14036 0,
14037 63, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_U),
14038 OPC_RecordChild0,
14039 OPC_Scope, 19,
14040 OPC_CheckChild0Type, MVT::v16i8,
14041 OPC_MoveSibling1,
14042 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_U),
14043 OPC_RecordChild0,
14044 OPC_CheckChild0Type, MVT::v16i8,
14045 OPC_MoveParent,
14046 OPC_CheckType, MVT::v8i16,
14047 OPC_CheckPatternPredicate0,
14048 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EXTMUL_LOW_U_I16x8),
14049 MVT::v8i16, 2, 16,
14050 19,
14051 OPC_CheckChild0Type, MVT::v8i16,
14052 OPC_MoveSibling1,
14053 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_U),
14054 OPC_RecordChild0,
14055 OPC_CheckChild0Type, MVT::v8i16,
14056 OPC_MoveParent,
14057 OPC_CheckType, MVT::v4i32,
14058 OPC_CheckPatternPredicate0,
14059 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EXTMUL_LOW_U_I32x4),
14060 MVT::v4i32, 2, 16,
14061 19,
14062 OPC_CheckChild0Type, MVT::v4i32,
14063 OPC_MoveSibling1,
14064 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_U),
14065 OPC_RecordChild0,
14066 OPC_CheckChild0Type, MVT::v4i32,
14067 OPC_MoveParent,
14068 OPC_CheckType, MVT::v2i64,
14069 OPC_CheckPatternPredicate0,
14070 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EXTMUL_LOW_U_I64x2),
14071 MVT::v2i64, 2, 16,
14072 0,
14073 63, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_U),
14074 OPC_RecordChild0,
14075 OPC_Scope, 19,
14076 OPC_CheckChild0Type, MVT::v16i8,
14077 OPC_MoveSibling1,
14078 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_U),
14079 OPC_RecordChild0,
14080 OPC_CheckChild0Type, MVT::v16i8,
14081 OPC_MoveParent,
14082 OPC_CheckType, MVT::v8i16,
14083 OPC_CheckPatternPredicate0,
14084 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EXTMUL_HIGH_U_I16x8),
14085 MVT::v8i16, 2, 16,
14086 19,
14087 OPC_CheckChild0Type, MVT::v8i16,
14088 OPC_MoveSibling1,
14089 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_U),
14090 OPC_RecordChild0,
14091 OPC_CheckChild0Type, MVT::v8i16,
14092 OPC_MoveParent,
14093 OPC_CheckType, MVT::v4i32,
14094 OPC_CheckPatternPredicate0,
14095 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EXTMUL_HIGH_U_I32x4),
14096 MVT::v4i32, 2, 16,
14097 19,
14098 OPC_CheckChild0Type, MVT::v4i32,
14099 OPC_MoveSibling1,
14100 OPC_CheckOpcode, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_U),
14101 OPC_RecordChild0,
14102 OPC_CheckChild0Type, MVT::v4i32,
14103 OPC_MoveParent,
14104 OPC_CheckType, MVT::v2i64,
14105 OPC_CheckPatternPredicate0,
14106 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::EXTMUL_HIGH_U_I64x2),
14107 MVT::v2i64, 2, 16,
14108 0,
14109 0,
14110 31,
14111 OPC_RecordChild0,
14112 OPC_RecordChild1,
14113 OPC_SwitchType , 7, MVT::v8i16,
14114 OPC_CheckPatternPredicate0,
14115 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MUL_I16x8),
14116 MVT::v8i16, 2, 16,
14117 7, MVT::v4i32,
14118 OPC_CheckPatternPredicate0,
14119 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MUL_I32x4),
14120 MVT::v4i32, 2, 16,
14121 7, MVT::v2i64,
14122 OPC_CheckPatternPredicate0,
14123 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MUL_I64x2),
14124 MVT::v2i64, 2, 16,
14125 0,
14126 0,
14127 20, TARGET_VAL(ISD::SDIV),
14128 OPC_RecordChild0,
14129 OPC_RecordChild1,
14130 OPC_SwitchType , 6, MVT::i32,
14131 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DIV_S_I32),
14132 MVT::i32, 2, 16,
14133 6, MVT::i64,
14134 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DIV_S_I64),
14135 MVT::i64, 2, 16,
14136 0,
14137 20, TARGET_VAL(ISD::UDIV),
14138 OPC_RecordChild0,
14139 OPC_RecordChild1,
14140 OPC_SwitchType , 6, MVT::i32,
14141 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DIV_U_I32),
14142 MVT::i32, 2, 16,
14143 6, MVT::i64,
14144 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DIV_U_I64),
14145 MVT::i64, 2, 16,
14146 0,
14147 20, TARGET_VAL(ISD::SREM),
14148 OPC_RecordChild0,
14149 OPC_RecordChild1,
14150 OPC_SwitchType , 6, MVT::i32,
14151 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::REM_S_I32),
14152 MVT::i32, 2, 16,
14153 6, MVT::i64,
14154 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::REM_S_I64),
14155 MVT::i64, 2, 16,
14156 0,
14157 20, TARGET_VAL(ISD::UREM),
14158 OPC_RecordChild0,
14159 OPC_RecordChild1,
14160 OPC_SwitchType , 6, MVT::i32,
14161 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::REM_U_I32),
14162 MVT::i32, 2, 16,
14163 6, MVT::i64,
14164 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::REM_U_I64),
14165 MVT::i64, 2, 16,
14166 0,
14167 113|128,5, TARGET_VAL(ISD::OR),
14168 OPC_Scope, 20,
14169 OPC_RecordChild0,
14170 OPC_RecordChild1,
14171 OPC_SwitchType , 6, MVT::i32,
14172 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::OR_I32),
14173 MVT::i32, 2, 16,
14174 6, MVT::i64,
14175 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::OR_I64),
14176 MVT::i64, 2, 16,
14177 0,
14178 51|128,5,
14179 OPC_MoveChild0,
14180 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
14181 OPC_Scope, 118,
14182 OPC_RecordChild0,
14183 OPC_RecordChild1,
14184 OPC_MoveSibling1,
14185 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
14186 OPC_Scope, 46,
14187 OPC_MoveChild0,
14188 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14189 OPC_CheckChild0Same, 0,
14190 OPC_MoveChild1,
14191 OPC_CheckImmAllOnesV,
14192 OPC_MoveParent,
14193 OPC_MoveParent,
14194 OPC_RecordChild1,
14195 OPC_MoveParent,
14196 OPC_SwitchType , 6, MVT::v16i8,
14197 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14198 MVT::v16i8, 3, 3,
14199 6, MVT::v8i16,
14200 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14201 MVT::v8i16, 3, 3,
14202 6, MVT::v4i32,
14203 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14204 MVT::v4i32, 3, 3,
14205 6, MVT::v2i64,
14206 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14207 MVT::v2i64, 3, 3,
14208 0,
14209 20,
14210 OPC_RecordChild0,
14211 OPC_MoveChild1,
14212 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14213 OPC_CheckChild0Same, 0,
14214 OPC_MoveChild1,
14215 OPC_CheckImmAllOnesV,
14216 OPC_MoveParent,
14217 OPC_MoveParent,
14218 OPC_MoveParent,
14219 OPC_CheckType, MVT::v16i8,
14220 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14221 MVT::v16i8, 3, 3,
14222 20,
14223 OPC_MoveChild0,
14224 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14225 OPC_CheckChild0Same, 1,
14226 OPC_MoveChild1,
14227 OPC_CheckImmAllOnesV,
14228 OPC_MoveParent,
14229 OPC_MoveParent,
14230 OPC_RecordChild1,
14231 OPC_MoveParent,
14232 OPC_CheckType, MVT::v16i8,
14233 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14234 MVT::v16i8, 3, 18,
14235 20,
14236 OPC_RecordChild0,
14237 OPC_MoveChild1,
14238 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14239 OPC_CheckChild0Same, 1,
14240 OPC_MoveChild1,
14241 OPC_CheckImmAllOnesV,
14242 OPC_MoveParent,
14243 OPC_MoveParent,
14244 OPC_MoveParent,
14245 OPC_CheckType, MVT::v16i8,
14246 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14247 MVT::v16i8, 3, 18,
14248 0,
14249 42,
14250 OPC_MoveChild0,
14251 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14252 OPC_RecordChild0,
14253 OPC_MoveChild1,
14254 OPC_CheckImmAllOnesV,
14255 OPC_MoveParent,
14256 OPC_MoveParent,
14257 OPC_RecordChild1,
14258 OPC_MoveSibling1,
14259 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
14260 OPC_Scope, 12,
14261 OPC_CheckChild0Same, 0,
14262 OPC_RecordChild1,
14263 OPC_MoveParent,
14264 OPC_CheckType, MVT::v16i8,
14265 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14266 MVT::v16i8, 3, 0,
14267 12,
14268 OPC_RecordChild0,
14269 OPC_CheckChild1Same, 0,
14270 OPC_MoveParent,
14271 OPC_CheckType, MVT::v16i8,
14272 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14273 MVT::v16i8, 3, 0,
14274 0,
14275 116,
14276 OPC_RecordChild0,
14277 OPC_Scope, 41,
14278 OPC_MoveChild1,
14279 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14280 OPC_RecordChild0,
14281 OPC_MoveChild1,
14282 OPC_CheckImmAllOnesV,
14283 OPC_MoveParent,
14284 OPC_MoveParent,
14285 OPC_MoveSibling1,
14286 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
14287 OPC_Scope, 12,
14288 OPC_CheckChild0Same, 1,
14289 OPC_RecordChild1,
14290 OPC_MoveParent,
14291 OPC_CheckType, MVT::v16i8,
14292 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14293 MVT::v16i8, 3, 15,
14294 12,
14295 OPC_RecordChild0,
14296 OPC_CheckChild1Same, 1,
14297 OPC_MoveParent,
14298 OPC_CheckType, MVT::v16i8,
14299 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14300 MVT::v16i8, 3, 15,
14301 0,
14302 70,
14303 OPC_RecordChild1,
14304 OPC_MoveSibling1,
14305 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
14306 OPC_Scope, 20,
14307 OPC_RecordChild0,
14308 OPC_MoveChild1,
14309 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14310 OPC_CheckChild0Same, 0,
14311 OPC_MoveChild1,
14312 OPC_CheckImmAllOnesV,
14313 OPC_MoveParent,
14314 OPC_MoveParent,
14315 OPC_MoveParent,
14316 OPC_CheckType, MVT::v8i16,
14317 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14318 MVT::v8i16, 3, 3,
14319 20,
14320 OPC_MoveChild0,
14321 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14322 OPC_CheckChild0Same, 1,
14323 OPC_MoveChild1,
14324 OPC_CheckImmAllOnesV,
14325 OPC_MoveParent,
14326 OPC_MoveParent,
14327 OPC_RecordChild1,
14328 OPC_MoveParent,
14329 OPC_CheckType, MVT::v8i16,
14330 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14331 MVT::v8i16, 3, 18,
14332 20,
14333 OPC_RecordChild0,
14334 OPC_MoveChild1,
14335 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14336 OPC_CheckChild0Same, 1,
14337 OPC_MoveChild1,
14338 OPC_CheckImmAllOnesV,
14339 OPC_MoveParent,
14340 OPC_MoveParent,
14341 OPC_MoveParent,
14342 OPC_CheckType, MVT::v8i16,
14343 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14344 MVT::v8i16, 3, 18,
14345 0,
14346 0,
14347 42,
14348 OPC_MoveChild0,
14349 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14350 OPC_RecordChild0,
14351 OPC_MoveChild1,
14352 OPC_CheckImmAllOnesV,
14353 OPC_MoveParent,
14354 OPC_MoveParent,
14355 OPC_RecordChild1,
14356 OPC_MoveSibling1,
14357 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
14358 OPC_Scope, 12,
14359 OPC_CheckChild0Same, 0,
14360 OPC_RecordChild1,
14361 OPC_MoveParent,
14362 OPC_CheckType, MVT::v8i16,
14363 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14364 MVT::v8i16, 3, 0,
14365 12,
14366 OPC_RecordChild0,
14367 OPC_CheckChild1Same, 0,
14368 OPC_MoveParent,
14369 OPC_CheckType, MVT::v8i16,
14370 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14371 MVT::v8i16, 3, 0,
14372 0,
14373 116,
14374 OPC_RecordChild0,
14375 OPC_Scope, 41,
14376 OPC_MoveChild1,
14377 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14378 OPC_RecordChild0,
14379 OPC_MoveChild1,
14380 OPC_CheckImmAllOnesV,
14381 OPC_MoveParent,
14382 OPC_MoveParent,
14383 OPC_MoveSibling1,
14384 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
14385 OPC_Scope, 12,
14386 OPC_CheckChild0Same, 1,
14387 OPC_RecordChild1,
14388 OPC_MoveParent,
14389 OPC_CheckType, MVT::v8i16,
14390 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14391 MVT::v8i16, 3, 15,
14392 12,
14393 OPC_RecordChild0,
14394 OPC_CheckChild1Same, 1,
14395 OPC_MoveParent,
14396 OPC_CheckType, MVT::v8i16,
14397 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14398 MVT::v8i16, 3, 15,
14399 0,
14400 70,
14401 OPC_RecordChild1,
14402 OPC_MoveSibling1,
14403 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
14404 OPC_Scope, 20,
14405 OPC_RecordChild0,
14406 OPC_MoveChild1,
14407 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14408 OPC_CheckChild0Same, 0,
14409 OPC_MoveChild1,
14410 OPC_CheckImmAllOnesV,
14411 OPC_MoveParent,
14412 OPC_MoveParent,
14413 OPC_MoveParent,
14414 OPC_CheckType, MVT::v4i32,
14415 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14416 MVT::v4i32, 3, 3,
14417 20,
14418 OPC_MoveChild0,
14419 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14420 OPC_CheckChild0Same, 1,
14421 OPC_MoveChild1,
14422 OPC_CheckImmAllOnesV,
14423 OPC_MoveParent,
14424 OPC_MoveParent,
14425 OPC_RecordChild1,
14426 OPC_MoveParent,
14427 OPC_CheckType, MVT::v4i32,
14428 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14429 MVT::v4i32, 3, 18,
14430 20,
14431 OPC_RecordChild0,
14432 OPC_MoveChild1,
14433 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14434 OPC_CheckChild0Same, 1,
14435 OPC_MoveChild1,
14436 OPC_CheckImmAllOnesV,
14437 OPC_MoveParent,
14438 OPC_MoveParent,
14439 OPC_MoveParent,
14440 OPC_CheckType, MVT::v4i32,
14441 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14442 MVT::v4i32, 3, 18,
14443 0,
14444 0,
14445 42,
14446 OPC_MoveChild0,
14447 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14448 OPC_RecordChild0,
14449 OPC_MoveChild1,
14450 OPC_CheckImmAllOnesV,
14451 OPC_MoveParent,
14452 OPC_MoveParent,
14453 OPC_RecordChild1,
14454 OPC_MoveSibling1,
14455 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
14456 OPC_Scope, 12,
14457 OPC_CheckChild0Same, 0,
14458 OPC_RecordChild1,
14459 OPC_MoveParent,
14460 OPC_CheckType, MVT::v4i32,
14461 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14462 MVT::v4i32, 3, 0,
14463 12,
14464 OPC_RecordChild0,
14465 OPC_CheckChild1Same, 0,
14466 OPC_MoveParent,
14467 OPC_CheckType, MVT::v4i32,
14468 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14469 MVT::v4i32, 3, 0,
14470 0,
14471 116,
14472 OPC_RecordChild0,
14473 OPC_Scope, 41,
14474 OPC_MoveChild1,
14475 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14476 OPC_RecordChild0,
14477 OPC_MoveChild1,
14478 OPC_CheckImmAllOnesV,
14479 OPC_MoveParent,
14480 OPC_MoveParent,
14481 OPC_MoveSibling1,
14482 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
14483 OPC_Scope, 12,
14484 OPC_CheckChild0Same, 1,
14485 OPC_RecordChild1,
14486 OPC_MoveParent,
14487 OPC_CheckType, MVT::v4i32,
14488 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14489 MVT::v4i32, 3, 15,
14490 12,
14491 OPC_RecordChild0,
14492 OPC_CheckChild1Same, 1,
14493 OPC_MoveParent,
14494 OPC_CheckType, MVT::v4i32,
14495 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14496 MVT::v4i32, 3, 15,
14497 0,
14498 70,
14499 OPC_RecordChild1,
14500 OPC_MoveSibling1,
14501 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
14502 OPC_Scope, 20,
14503 OPC_RecordChild0,
14504 OPC_MoveChild1,
14505 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14506 OPC_CheckChild0Same, 0,
14507 OPC_MoveChild1,
14508 OPC_CheckImmAllOnesV,
14509 OPC_MoveParent,
14510 OPC_MoveParent,
14511 OPC_MoveParent,
14512 OPC_CheckType, MVT::v2i64,
14513 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14514 MVT::v2i64, 3, 3,
14515 20,
14516 OPC_MoveChild0,
14517 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14518 OPC_CheckChild0Same, 1,
14519 OPC_MoveChild1,
14520 OPC_CheckImmAllOnesV,
14521 OPC_MoveParent,
14522 OPC_MoveParent,
14523 OPC_RecordChild1,
14524 OPC_MoveParent,
14525 OPC_CheckType, MVT::v2i64,
14526 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14527 MVT::v2i64, 3, 18,
14528 20,
14529 OPC_RecordChild0,
14530 OPC_MoveChild1,
14531 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14532 OPC_CheckChild0Same, 1,
14533 OPC_MoveChild1,
14534 OPC_CheckImmAllOnesV,
14535 OPC_MoveParent,
14536 OPC_MoveParent,
14537 OPC_MoveParent,
14538 OPC_CheckType, MVT::v2i64,
14539 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14540 MVT::v2i64, 3, 18,
14541 0,
14542 0,
14543 42,
14544 OPC_MoveChild0,
14545 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14546 OPC_RecordChild0,
14547 OPC_MoveChild1,
14548 OPC_CheckImmAllOnesV,
14549 OPC_MoveParent,
14550 OPC_MoveParent,
14551 OPC_RecordChild1,
14552 OPC_MoveSibling1,
14553 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
14554 OPC_Scope, 12,
14555 OPC_CheckChild0Same, 0,
14556 OPC_RecordChild1,
14557 OPC_MoveParent,
14558 OPC_CheckType, MVT::v2i64,
14559 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14560 MVT::v2i64, 3, 0,
14561 12,
14562 OPC_RecordChild0,
14563 OPC_CheckChild1Same, 0,
14564 OPC_MoveParent,
14565 OPC_CheckType, MVT::v2i64,
14566 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14567 MVT::v2i64, 3, 0,
14568 0,
14569 42,
14570 OPC_RecordChild0,
14571 OPC_MoveChild1,
14572 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14573 OPC_RecordChild0,
14574 OPC_MoveChild1,
14575 OPC_CheckImmAllOnesV,
14576 OPC_MoveParent,
14577 OPC_MoveParent,
14578 OPC_MoveSibling1,
14579 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
14580 OPC_Scope, 12,
14581 OPC_CheckChild0Same, 1,
14582 OPC_RecordChild1,
14583 OPC_MoveParent,
14584 OPC_CheckType, MVT::v2i64,
14585 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14586 MVT::v2i64, 3, 15,
14587 12,
14588 OPC_RecordChild0,
14589 OPC_CheckChild1Same, 1,
14590 OPC_MoveParent,
14591 OPC_CheckType, MVT::v2i64,
14592 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14593 MVT::v2i64, 3, 15,
14594 0,
14595 0,
14596 36,
14597 OPC_RecordChild0,
14598 OPC_RecordChild1,
14599 OPC_SwitchType , 6, MVT::v16i8,
14600 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::OR),
14601 MVT::v16i8, 2, 16,
14602 6, MVT::v8i16,
14603 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::OR),
14604 MVT::v8i16, 2, 16,
14605 6, MVT::v4i32,
14606 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::OR),
14607 MVT::v4i32, 2, 16,
14608 6, MVT::v2i64,
14609 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::OR),
14610 MVT::v2i64, 2, 16,
14611 0,
14612 0,
14613 115|128,10, TARGET_VAL(ISD::XOR),
14614 OPC_Scope, 20,
14615 OPC_RecordChild0,
14616 OPC_RecordChild1,
14617 OPC_SwitchType , 6, MVT::i32,
14618 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::XOR_I32),
14619 MVT::i32, 2, 16,
14620 6, MVT::i64,
14621 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::XOR_I64),
14622 MVT::i64, 2, 16,
14623 0,
14624 107,
14625 OPC_MoveChild0,
14626 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
14627 OPC_MoveChild0,
14628 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14629 OPC_RecordChild0,
14630 OPC_Scope, 61,
14631 OPC_RecordChild1,
14632 OPC_MoveSibling1,
14633 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14634 OPC_RecordChild0,
14635 OPC_MoveChild1,
14636 OPC_CheckImmAllOnesV,
14637 OPC_MoveParent,
14638 OPC_MoveParent,
14639 OPC_MoveParent,
14640 OPC_Scope, 36,
14641 OPC_CheckChild1Same, 1,
14642 OPC_SwitchType , 6, MVT::v16i8,
14643 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14644 MVT::v16i8, 3, 38,
14645 6, MVT::v8i16,
14646 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14647 MVT::v8i16, 3, 38,
14648 6, MVT::v4i32,
14649 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14650 MVT::v4i32, 3, 38,
14651 6, MVT::v2i64,
14652 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14653 MVT::v2i64, 3, 38,
14654 0,
14655 10,
14656 OPC_CheckChild1Same, 0,
14657 OPC_CheckType, MVT::v16i8,
14658 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14659 MVT::v16i8, 3, 41,
14660 0,
14661 33,
14662 OPC_MoveChild1,
14663 OPC_CheckImmAllOnesV,
14664 OPC_MoveParent,
14665 OPC_MoveSibling1,
14666 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14667 OPC_RecordChild0,
14668 OPC_RecordChild1,
14669 OPC_MoveParent,
14670 OPC_MoveParent,
14671 OPC_CheckType, MVT::v16i8,
14672 OPC_Scope, 8,
14673 OPC_CheckChild1Same, 2,
14674 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14675 MVT::v16i8, 3, 0,
14676 8,
14677 OPC_CheckChild1Same, 1,
14678 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14679 MVT::v16i8, 3, 3,
14680 0,
14681 0,
14682 94,
14683 OPC_RecordChild0,
14684 OPC_MoveChild1,
14685 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
14686 OPC_MoveChild0,
14687 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14688 OPC_Scope, 21,
14689 OPC_RecordChild0,
14690 OPC_CheckChild1Same, 0,
14691 OPC_MoveSibling1,
14692 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14693 OPC_RecordChild0,
14694 OPC_MoveChild1,
14695 OPC_CheckImmAllOnesV,
14696 OPC_MoveParent,
14697 OPC_MoveParent,
14698 OPC_MoveParent,
14699 OPC_CheckType, MVT::v16i8,
14700 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14701 MVT::v16i8, 3, 41,
14702 21,
14703 OPC_CheckChild0Same, 0,
14704 OPC_RecordChild1,
14705 OPC_MoveSibling1,
14706 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14707 OPC_RecordChild0,
14708 OPC_MoveChild1,
14709 OPC_CheckImmAllOnesV,
14710 OPC_MoveParent,
14711 OPC_MoveParent,
14712 OPC_MoveParent,
14713 OPC_CheckType, MVT::v16i8,
14714 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14715 MVT::v16i8, 3, 41,
14716 38,
14717 OPC_RecordChild0,
14718 OPC_MoveChild1,
14719 OPC_CheckImmAllOnesV,
14720 OPC_MoveParent,
14721 OPC_MoveSibling1,
14722 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14723 OPC_Scope, 13,
14724 OPC_RecordChild0,
14725 OPC_CheckChild1Same, 0,
14726 OPC_MoveParent,
14727 OPC_MoveParent,
14728 OPC_CheckType, MVT::v16i8,
14729 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14730 MVT::v16i8, 3, 18,
14731 13,
14732 OPC_CheckChild0Same, 0,
14733 OPC_RecordChild1,
14734 OPC_MoveParent,
14735 OPC_MoveParent,
14736 OPC_CheckType, MVT::v16i8,
14737 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14738 MVT::v16i8, 3, 18,
14739 0,
14740 0,
14741 67,
14742 OPC_MoveChild0,
14743 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
14744 OPC_MoveChild0,
14745 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14746 OPC_RecordChild0,
14747 OPC_Scope, 21,
14748 OPC_RecordChild1,
14749 OPC_MoveSibling1,
14750 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14751 OPC_RecordChild0,
14752 OPC_MoveChild1,
14753 OPC_CheckImmAllOnesV,
14754 OPC_MoveParent,
14755 OPC_MoveParent,
14756 OPC_MoveParent,
14757 OPC_CheckChild1Same, 0,
14758 OPC_CheckType, MVT::v8i16,
14759 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14760 MVT::v8i16, 3, 41,
14761 33,
14762 OPC_MoveChild1,
14763 OPC_CheckImmAllOnesV,
14764 OPC_MoveParent,
14765 OPC_MoveSibling1,
14766 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14767 OPC_RecordChild0,
14768 OPC_RecordChild1,
14769 OPC_MoveParent,
14770 OPC_MoveParent,
14771 OPC_CheckType, MVT::v8i16,
14772 OPC_Scope, 8,
14773 OPC_CheckChild1Same, 2,
14774 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14775 MVT::v8i16, 3, 0,
14776 8,
14777 OPC_CheckChild1Same, 1,
14778 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14779 MVT::v8i16, 3, 3,
14780 0,
14781 0,
14782 94,
14783 OPC_RecordChild0,
14784 OPC_MoveChild1,
14785 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
14786 OPC_MoveChild0,
14787 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14788 OPC_Scope, 21,
14789 OPC_RecordChild0,
14790 OPC_CheckChild1Same, 0,
14791 OPC_MoveSibling1,
14792 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14793 OPC_RecordChild0,
14794 OPC_MoveChild1,
14795 OPC_CheckImmAllOnesV,
14796 OPC_MoveParent,
14797 OPC_MoveParent,
14798 OPC_MoveParent,
14799 OPC_CheckType, MVT::v8i16,
14800 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14801 MVT::v8i16, 3, 41,
14802 21,
14803 OPC_CheckChild0Same, 0,
14804 OPC_RecordChild1,
14805 OPC_MoveSibling1,
14806 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14807 OPC_RecordChild0,
14808 OPC_MoveChild1,
14809 OPC_CheckImmAllOnesV,
14810 OPC_MoveParent,
14811 OPC_MoveParent,
14812 OPC_MoveParent,
14813 OPC_CheckType, MVT::v8i16,
14814 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14815 MVT::v8i16, 3, 41,
14816 38,
14817 OPC_RecordChild0,
14818 OPC_MoveChild1,
14819 OPC_CheckImmAllOnesV,
14820 OPC_MoveParent,
14821 OPC_MoveSibling1,
14822 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14823 OPC_Scope, 13,
14824 OPC_RecordChild0,
14825 OPC_CheckChild1Same, 0,
14826 OPC_MoveParent,
14827 OPC_MoveParent,
14828 OPC_CheckType, MVT::v8i16,
14829 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14830 MVT::v8i16, 3, 18,
14831 13,
14832 OPC_CheckChild0Same, 0,
14833 OPC_RecordChild1,
14834 OPC_MoveParent,
14835 OPC_MoveParent,
14836 OPC_CheckType, MVT::v8i16,
14837 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14838 MVT::v8i16, 3, 18,
14839 0,
14840 0,
14841 67,
14842 OPC_MoveChild0,
14843 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
14844 OPC_MoveChild0,
14845 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14846 OPC_RecordChild0,
14847 OPC_Scope, 21,
14848 OPC_RecordChild1,
14849 OPC_MoveSibling1,
14850 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14851 OPC_RecordChild0,
14852 OPC_MoveChild1,
14853 OPC_CheckImmAllOnesV,
14854 OPC_MoveParent,
14855 OPC_MoveParent,
14856 OPC_MoveParent,
14857 OPC_CheckChild1Same, 0,
14858 OPC_CheckType, MVT::v4i32,
14859 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14860 MVT::v4i32, 3, 41,
14861 33,
14862 OPC_MoveChild1,
14863 OPC_CheckImmAllOnesV,
14864 OPC_MoveParent,
14865 OPC_MoveSibling1,
14866 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14867 OPC_RecordChild0,
14868 OPC_RecordChild1,
14869 OPC_MoveParent,
14870 OPC_MoveParent,
14871 OPC_CheckType, MVT::v4i32,
14872 OPC_Scope, 8,
14873 OPC_CheckChild1Same, 2,
14874 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14875 MVT::v4i32, 3, 0,
14876 8,
14877 OPC_CheckChild1Same, 1,
14878 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14879 MVT::v4i32, 3, 3,
14880 0,
14881 0,
14882 94,
14883 OPC_RecordChild0,
14884 OPC_MoveChild1,
14885 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
14886 OPC_MoveChild0,
14887 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14888 OPC_Scope, 21,
14889 OPC_RecordChild0,
14890 OPC_CheckChild1Same, 0,
14891 OPC_MoveSibling1,
14892 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14893 OPC_RecordChild0,
14894 OPC_MoveChild1,
14895 OPC_CheckImmAllOnesV,
14896 OPC_MoveParent,
14897 OPC_MoveParent,
14898 OPC_MoveParent,
14899 OPC_CheckType, MVT::v4i32,
14900 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14901 MVT::v4i32, 3, 41,
14902 21,
14903 OPC_CheckChild0Same, 0,
14904 OPC_RecordChild1,
14905 OPC_MoveSibling1,
14906 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14907 OPC_RecordChild0,
14908 OPC_MoveChild1,
14909 OPC_CheckImmAllOnesV,
14910 OPC_MoveParent,
14911 OPC_MoveParent,
14912 OPC_MoveParent,
14913 OPC_CheckType, MVT::v4i32,
14914 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14915 MVT::v4i32, 3, 41,
14916 38,
14917 OPC_RecordChild0,
14918 OPC_MoveChild1,
14919 OPC_CheckImmAllOnesV,
14920 OPC_MoveParent,
14921 OPC_MoveSibling1,
14922 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14923 OPC_Scope, 13,
14924 OPC_RecordChild0,
14925 OPC_CheckChild1Same, 0,
14926 OPC_MoveParent,
14927 OPC_MoveParent,
14928 OPC_CheckType, MVT::v4i32,
14929 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14930 MVT::v4i32, 3, 18,
14931 13,
14932 OPC_CheckChild0Same, 0,
14933 OPC_RecordChild1,
14934 OPC_MoveParent,
14935 OPC_MoveParent,
14936 OPC_CheckType, MVT::v4i32,
14937 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14938 MVT::v4i32, 3, 18,
14939 0,
14940 0,
14941 67,
14942 OPC_MoveChild0,
14943 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
14944 OPC_MoveChild0,
14945 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14946 OPC_RecordChild0,
14947 OPC_Scope, 21,
14948 OPC_RecordChild1,
14949 OPC_MoveSibling1,
14950 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14951 OPC_RecordChild0,
14952 OPC_MoveChild1,
14953 OPC_CheckImmAllOnesV,
14954 OPC_MoveParent,
14955 OPC_MoveParent,
14956 OPC_MoveParent,
14957 OPC_CheckChild1Same, 0,
14958 OPC_CheckType, MVT::v2i64,
14959 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14960 MVT::v2i64, 3, 41,
14961 33,
14962 OPC_MoveChild1,
14963 OPC_CheckImmAllOnesV,
14964 OPC_MoveParent,
14965 OPC_MoveSibling1,
14966 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14967 OPC_RecordChild0,
14968 OPC_RecordChild1,
14969 OPC_MoveParent,
14970 OPC_MoveParent,
14971 OPC_CheckType, MVT::v2i64,
14972 OPC_Scope, 8,
14973 OPC_CheckChild1Same, 2,
14974 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14975 MVT::v2i64, 3, 0,
14976 8,
14977 OPC_CheckChild1Same, 1,
14978 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
14979 MVT::v2i64, 3, 3,
14980 0,
14981 0,
14982 94,
14983 OPC_RecordChild0,
14984 OPC_MoveChild1,
14985 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
14986 OPC_MoveChild0,
14987 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14988 OPC_Scope, 21,
14989 OPC_RecordChild0,
14990 OPC_CheckChild1Same, 0,
14991 OPC_MoveSibling1,
14992 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
14993 OPC_RecordChild0,
14994 OPC_MoveChild1,
14995 OPC_CheckImmAllOnesV,
14996 OPC_MoveParent,
14997 OPC_MoveParent,
14998 OPC_MoveParent,
14999 OPC_CheckType, MVT::v2i64,
15000 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
15001 MVT::v2i64, 3, 41,
15002 21,
15003 OPC_CheckChild0Same, 0,
15004 OPC_RecordChild1,
15005 OPC_MoveSibling1,
15006 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
15007 OPC_RecordChild0,
15008 OPC_MoveChild1,
15009 OPC_CheckImmAllOnesV,
15010 OPC_MoveParent,
15011 OPC_MoveParent,
15012 OPC_MoveParent,
15013 OPC_CheckType, MVT::v2i64,
15014 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
15015 MVT::v2i64, 3, 41,
15016 38,
15017 OPC_RecordChild0,
15018 OPC_MoveChild1,
15019 OPC_CheckImmAllOnesV,
15020 OPC_MoveParent,
15021 OPC_MoveSibling1,
15022 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
15023 OPC_Scope, 13,
15024 OPC_RecordChild0,
15025 OPC_CheckChild1Same, 0,
15026 OPC_MoveParent,
15027 OPC_MoveParent,
15028 OPC_CheckType, MVT::v2i64,
15029 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
15030 MVT::v2i64, 3, 18,
15031 13,
15032 OPC_CheckChild0Same, 0,
15033 OPC_RecordChild1,
15034 OPC_MoveParent,
15035 OPC_MoveParent,
15036 OPC_CheckType, MVT::v2i64,
15037 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
15038 MVT::v2i64, 3, 18,
15039 0,
15040 0,
15041 98,
15042 OPC_MoveChild0,
15043 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
15044 OPC_Scope, 59,
15045 OPC_MoveChild0,
15046 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
15047 OPC_RecordChild0,
15048 OPC_RecordChild1,
15049 OPC_MoveParent,
15050 OPC_RecordChild1,
15051 OPC_MoveParent,
15052 OPC_Scope, 36,
15053 OPC_CheckChild1Same, 1,
15054 OPC_SwitchType , 6, MVT::v16i8,
15055 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
15056 MVT::v16i8, 3, 41,
15057 6, MVT::v8i16,
15058 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
15059 MVT::v8i16, 3, 41,
15060 6, MVT::v4i32,
15061 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
15062 MVT::v4i32, 3, 41,
15063 6, MVT::v2i64,
15064 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
15065 MVT::v2i64, 3, 41,
15066 0,
15067 10,
15068 OPC_CheckChild1Same, 0,
15069 OPC_CheckType, MVT::v16i8,
15070 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
15071 MVT::v16i8, 3, 38,
15072 0,
15073 31,
15074 OPC_RecordChild0,
15075 OPC_MoveChild1,
15076 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
15077 OPC_RecordChild0,
15078 OPC_RecordChild1,
15079 OPC_MoveParent,
15080 OPC_MoveParent,
15081 OPC_CheckType, MVT::v16i8,
15082 OPC_Scope, 8,
15083 OPC_CheckChild1Same, 2,
15084 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
15085 MVT::v16i8, 3, 3,
15086 8,
15087 OPC_CheckChild1Same, 1,
15088 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
15089 MVT::v16i8, 3, 0,
15090 0,
15091 0,
15092 80,
15093 OPC_RecordChild0,
15094 OPC_MoveChild1,
15095 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
15096 OPC_Scope, 36,
15097 OPC_MoveChild0,
15098 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
15099 OPC_Scope, 14,
15100 OPC_RecordChild0,
15101 OPC_CheckChild1Same, 0,
15102 OPC_MoveParent,
15103 OPC_RecordChild1,
15104 OPC_MoveParent,
15105 OPC_CheckType, MVT::v16i8,
15106 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
15107 MVT::v16i8, 3, 38,
15108 14,
15109 OPC_CheckChild0Same, 0,
15110 OPC_RecordChild1,
15111 OPC_MoveParent,
15112 OPC_RecordChild1,
15113 OPC_MoveParent,
15114 OPC_CheckType, MVT::v16i8,
15115 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
15116 MVT::v16i8, 3, 38,
15117 0,
15118 35,
15119 OPC_RecordChild0,
15120 OPC_MoveChild1,
15121 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
15122 OPC_Scope, 13,
15123 OPC_RecordChild0,
15124 OPC_CheckChild1Same, 0,
15125 OPC_MoveParent,
15126 OPC_MoveParent,
15127 OPC_CheckType, MVT::v16i8,
15128 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
15129 MVT::v16i8, 3, 15,
15130 13,
15131 OPC_CheckChild0Same, 0,
15132 OPC_RecordChild1,
15133 OPC_MoveParent,
15134 OPC_MoveParent,
15135 OPC_CheckType, MVT::v16i8,
15136 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
15137 MVT::v16i8, 3, 15,
15138 0,
15139 0,
15140 58,
15141 OPC_MoveChild0,
15142 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
15143 OPC_Scope, 19,
15144 OPC_MoveChild0,
15145 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
15146 OPC_RecordChild0,
15147 OPC_RecordChild1,
15148 OPC_MoveParent,
15149 OPC_RecordChild1,
15150 OPC_MoveParent,
15151 OPC_CheckChild1Same, 0,
15152 OPC_CheckType, MVT::v8i16,
15153 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
15154 MVT::v8i16, 3, 38,
15155 31,
15156 OPC_RecordChild0,
15157 OPC_MoveChild1,
15158 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
15159 OPC_RecordChild0,
15160 OPC_RecordChild1,
15161 OPC_MoveParent,
15162 OPC_MoveParent,
15163 OPC_CheckType, MVT::v8i16,
15164 OPC_Scope, 8,
15165 OPC_CheckChild1Same, 2,
15166 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
15167 MVT::v8i16, 3, 3,
15168 8,
15169 OPC_CheckChild1Same, 1,
15170 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
15171 MVT::v8i16, 3, 0,
15172 0,
15173 0,
15174 80,
15175 OPC_RecordChild0,
15176 OPC_MoveChild1,
15177 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
15178 OPC_Scope, 36,
15179 OPC_MoveChild0,
15180 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
15181 OPC_Scope, 14,
15182 OPC_RecordChild0,
15183 OPC_CheckChild1Same, 0,
15184 OPC_MoveParent,
15185 OPC_RecordChild1,
15186 OPC_MoveParent,
15187 OPC_CheckType, MVT::v8i16,
15188 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
15189 MVT::v8i16, 3, 38,
15190 14,
15191 OPC_CheckChild0Same, 0,
15192 OPC_RecordChild1,
15193 OPC_MoveParent,
15194 OPC_RecordChild1,
15195 OPC_MoveParent,
15196 OPC_CheckType, MVT::v8i16,
15197 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
15198 MVT::v8i16, 3, 38,
15199 0,
15200 35,
15201 OPC_RecordChild0,
15202 OPC_MoveChild1,
15203 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
15204 OPC_Scope, 13,
15205 OPC_RecordChild0,
15206 OPC_CheckChild1Same, 0,
15207 OPC_MoveParent,
15208 OPC_MoveParent,
15209 OPC_CheckType, MVT::v8i16,
15210 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
15211 MVT::v8i16, 3, 15,
15212 13,
15213 OPC_CheckChild0Same, 0,
15214 OPC_RecordChild1,
15215 OPC_MoveParent,
15216 OPC_MoveParent,
15217 OPC_CheckType, MVT::v8i16,
15218 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
15219 MVT::v8i16, 3, 15,
15220 0,
15221 0,
15222 58,
15223 OPC_MoveChild0,
15224 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
15225 OPC_Scope, 19,
15226 OPC_MoveChild0,
15227 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
15228 OPC_RecordChild0,
15229 OPC_RecordChild1,
15230 OPC_MoveParent,
15231 OPC_RecordChild1,
15232 OPC_MoveParent,
15233 OPC_CheckChild1Same, 0,
15234 OPC_CheckType, MVT::v4i32,
15235 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
15236 MVT::v4i32, 3, 38,
15237 31,
15238 OPC_RecordChild0,
15239 OPC_MoveChild1,
15240 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
15241 OPC_RecordChild0,
15242 OPC_RecordChild1,
15243 OPC_MoveParent,
15244 OPC_MoveParent,
15245 OPC_CheckType, MVT::v4i32,
15246 OPC_Scope, 8,
15247 OPC_CheckChild1Same, 2,
15248 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
15249 MVT::v4i32, 3, 3,
15250 8,
15251 OPC_CheckChild1Same, 1,
15252 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
15253 MVT::v4i32, 3, 0,
15254 0,
15255 0,
15256 80,
15257 OPC_RecordChild0,
15258 OPC_MoveChild1,
15259 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
15260 OPC_Scope, 36,
15261 OPC_MoveChild0,
15262 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
15263 OPC_Scope, 14,
15264 OPC_RecordChild0,
15265 OPC_CheckChild1Same, 0,
15266 OPC_MoveParent,
15267 OPC_RecordChild1,
15268 OPC_MoveParent,
15269 OPC_CheckType, MVT::v4i32,
15270 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
15271 MVT::v4i32, 3, 38,
15272 14,
15273 OPC_CheckChild0Same, 0,
15274 OPC_RecordChild1,
15275 OPC_MoveParent,
15276 OPC_RecordChild1,
15277 OPC_MoveParent,
15278 OPC_CheckType, MVT::v4i32,
15279 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
15280 MVT::v4i32, 3, 38,
15281 0,
15282 35,
15283 OPC_RecordChild0,
15284 OPC_MoveChild1,
15285 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
15286 OPC_Scope, 13,
15287 OPC_RecordChild0,
15288 OPC_CheckChild1Same, 0,
15289 OPC_MoveParent,
15290 OPC_MoveParent,
15291 OPC_CheckType, MVT::v4i32,
15292 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
15293 MVT::v4i32, 3, 15,
15294 13,
15295 OPC_CheckChild0Same, 0,
15296 OPC_RecordChild1,
15297 OPC_MoveParent,
15298 OPC_MoveParent,
15299 OPC_CheckType, MVT::v4i32,
15300 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
15301 MVT::v4i32, 3, 15,
15302 0,
15303 0,
15304 58,
15305 OPC_MoveChild0,
15306 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
15307 OPC_Scope, 19,
15308 OPC_MoveChild0,
15309 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
15310 OPC_RecordChild0,
15311 OPC_RecordChild1,
15312 OPC_MoveParent,
15313 OPC_RecordChild1,
15314 OPC_MoveParent,
15315 OPC_CheckChild1Same, 0,
15316 OPC_CheckType, MVT::v2i64,
15317 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
15318 MVT::v2i64, 3, 38,
15319 31,
15320 OPC_RecordChild0,
15321 OPC_MoveChild1,
15322 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
15323 OPC_RecordChild0,
15324 OPC_RecordChild1,
15325 OPC_MoveParent,
15326 OPC_MoveParent,
15327 OPC_CheckType, MVT::v2i64,
15328 OPC_Scope, 8,
15329 OPC_CheckChild1Same, 2,
15330 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
15331 MVT::v2i64, 3, 3,
15332 8,
15333 OPC_CheckChild1Same, 1,
15334 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
15335 MVT::v2i64, 3, 0,
15336 0,
15337 0,
15338 31|128,1,
15339 OPC_RecordChild0,
15340 OPC_Scope, 119,
15341 OPC_MoveChild1,
15342 OPC_Scope, 78,
15343 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
15344 OPC_Scope, 36,
15345 OPC_MoveChild0,
15346 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
15347 OPC_Scope, 14,
15348 OPC_RecordChild0,
15349 OPC_CheckChild1Same, 0,
15350 OPC_MoveParent,
15351 OPC_RecordChild1,
15352 OPC_MoveParent,
15353 OPC_CheckType, MVT::v2i64,
15354 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
15355 MVT::v2i64, 3, 38,
15356 14,
15357 OPC_CheckChild0Same, 0,
15358 OPC_RecordChild1,
15359 OPC_MoveParent,
15360 OPC_RecordChild1,
15361 OPC_MoveParent,
15362 OPC_CheckType, MVT::v2i64,
15363 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
15364 MVT::v2i64, 3, 38,
15365 0,
15366 35,
15367 OPC_RecordChild0,
15368 OPC_MoveChild1,
15369 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
15370 OPC_Scope, 13,
15371 OPC_RecordChild0,
15372 OPC_CheckChild1Same, 0,
15373 OPC_MoveParent,
15374 OPC_MoveParent,
15375 OPC_CheckType, MVT::v2i64,
15376 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
15377 MVT::v2i64, 3, 15,
15378 13,
15379 OPC_CheckChild0Same, 0,
15380 OPC_RecordChild1,
15381 OPC_MoveParent,
15382 OPC_MoveParent,
15383 OPC_CheckType, MVT::v2i64,
15384 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
15385 MVT::v2i64, 3, 15,
15386 0,
15387 0,
15388 36,
15389 OPC_CheckImmAllOnesV,
15390 OPC_MoveParent,
15391 OPC_SwitchType , 6, MVT::v16i8,
15392 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NOT),
15393 MVT::v16i8, 1, 2,
15394 6, MVT::v8i16,
15395 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NOT),
15396 MVT::v8i16, 1, 2,
15397 6, MVT::v4i32,
15398 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NOT),
15399 MVT::v4i32, 1, 2,
15400 6, MVT::v2i64,
15401 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NOT),
15402 MVT::v2i64, 1, 2,
15403 0,
15404 0,
15405 35,
15406 OPC_RecordChild1,
15407 OPC_SwitchType , 6, MVT::v16i8,
15408 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::XOR),
15409 MVT::v16i8, 2, 16,
15410 6, MVT::v8i16,
15411 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::XOR),
15412 MVT::v8i16, 2, 16,
15413 6, MVT::v4i32,
15414 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::XOR),
15415 MVT::v4i32, 2, 16,
15416 6, MVT::v2i64,
15417 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::XOR),
15418 MVT::v2i64, 2, 16,
15419 0,
15420 0,
15421 0,
15422 21, TARGET_VAL(ISD::CTLZ),
15423 OPC_RecordChild0,
15424 OPC_SwitchType , 7, MVT::i32,
15425 OPC_CheckChild0TypeI32,
15426 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CLZ_I32),
15427 MVT::i32, 1, 2,
15428 7, MVT::i64,
15429 OPC_CheckChild0TypeI64,
15430 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CLZ_I64),
15431 MVT::i64, 1, 2,
15432 0,
15433 21, TARGET_VAL(ISD::CTTZ),
15434 OPC_RecordChild0,
15435 OPC_SwitchType , 7, MVT::i32,
15436 OPC_CheckChild0TypeI32,
15437 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CTZ_I32),
15438 MVT::i32, 1, 2,
15439 7, MVT::i64,
15440 OPC_CheckChild0TypeI64,
15441 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CTZ_I64),
15442 MVT::i64, 1, 2,
15443 0,
15444 30, TARGET_VAL(ISD::CTPOP),
15445 OPC_RecordChild0,
15446 OPC_SwitchType , 7, MVT::i32,
15447 OPC_CheckChild0TypeI32,
15448 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::POPCNT_I32),
15449 MVT::i32, 1, 2,
15450 7, MVT::i64,
15451 OPC_CheckChild0TypeI64,
15452 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::POPCNT_I64),
15453 MVT::i64, 1, 2,
15454 7, MVT::v16i8,
15455 OPC_CheckPatternPredicate0,
15456 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::POPCNT_I8x16),
15457 MVT::v16i8, 1, 2,
15458 0,
15459 19, TARGET_VAL(WebAssemblyISD::I64_ADD128),
15460 OPC_RecordChild0,
15461 OPC_CheckChild0TypeI64,
15462 OPC_RecordChild1,
15463 OPC_CheckChild1TypeI64,
15464 OPC_RecordChild2,
15465 OPC_CheckChild2TypeI64,
15466 OPC_RecordChild3,
15467 OPC_CheckChild3TypeI64,
15468 OPC_CheckTypeI64,
15469 OPC_CheckTypeRes, 1, MVT::i64,
15470 OPC_MorphNodeTo2None, TARGET_VAL(WebAssembly::I64_ADD128),
15471 MVT::i64, MVT::i64, 4, 52,
15472 19, TARGET_VAL(WebAssemblyISD::I64_SUB128),
15473 OPC_RecordChild0,
15474 OPC_CheckChild0TypeI64,
15475 OPC_RecordChild1,
15476 OPC_CheckChild1TypeI64,
15477 OPC_RecordChild2,
15478 OPC_CheckChild2TypeI64,
15479 OPC_RecordChild3,
15480 OPC_CheckChild3TypeI64,
15481 OPC_CheckTypeI64,
15482 OPC_CheckTypeRes, 1, MVT::i64,
15483 OPC_MorphNodeTo2None, TARGET_VAL(WebAssembly::I64_SUB128),
15484 MVT::i64, MVT::i64, 4, 52,
15485 15, TARGET_VAL(WebAssemblyISD::I64_MUL_WIDE_S),
15486 OPC_RecordChild0,
15487 OPC_CheckChild0TypeI64,
15488 OPC_RecordChild1,
15489 OPC_CheckChild1TypeI64,
15490 OPC_CheckTypeI64,
15491 OPC_CheckTypeRes, 1, MVT::i64,
15492 OPC_MorphNodeTo2None, TARGET_VAL(WebAssembly::I64_MUL_WIDE_S),
15493 MVT::i64, MVT::i64, 2, 16,
15494 15, TARGET_VAL(WebAssemblyISD::I64_MUL_WIDE_U),
15495 OPC_RecordChild0,
15496 OPC_CheckChild0TypeI64,
15497 OPC_RecordChild1,
15498 OPC_CheckChild1TypeI64,
15499 OPC_CheckTypeI64,
15500 OPC_CheckTypeRes, 1, MVT::i64,
15501 OPC_MorphNodeTo2None, TARGET_VAL(WebAssembly::I64_MUL_WIDE_U),
15502 MVT::i64, MVT::i64, 2, 16,
15503 21, TARGET_VAL(ISD::ConstantFP),
15504 OPC_RecordNode,
15505 OPC_SwitchType , 7, MVT::f32,
15506 OPC_EmitConvertToTarget0,
15507 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_F32),
15508 MVT::f32, 1, 17,
15509 7, MVT::f64,
15510 OPC_EmitConvertToTarget0,
15511 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_F64),
15512 MVT::f64, 1, 17,
15513 0,
15514 65, TARGET_VAL(ISD::SINT_TO_FP),
15515 OPC_RecordChild0,
15516 OPC_Scope, 19,
15517 OPC_CheckChild0TypeI32,
15518 OPC_SwitchType , 6, MVT::f32,
15519 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::F32_CONVERT_S_I32),
15520 MVT::f32, 1, 2,
15521 6, MVT::f64,
15522 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::F64_CONVERT_S_I32),
15523 MVT::f64, 1, 2,
15524 0,
15525 19,
15526 OPC_CheckChild0TypeI64,
15527 OPC_SwitchType , 6, MVT::f32,
15528 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::F32_CONVERT_S_I64),
15529 MVT::f32, 1, 2,
15530 6, MVT::f64,
15531 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::F64_CONVERT_S_I64),
15532 MVT::f64, 1, 2,
15533 0,
15534 11,
15535 OPC_CheckType, 11|128,1,
15536 OPC_CheckPatternPredicate0,
15537 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::sint_to_fp_F32x4),
15538 11|128,1, 1, 2,
15539 9,
15540 OPC_CheckType, MVT::v8f16,
15541 OPC_CheckPatternPredicate7,
15542 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::sint_to_fp_F16x8),
15543 MVT::v8f16, 1, 2,
15544 0,
15545 65, TARGET_VAL(ISD::UINT_TO_FP),
15546 OPC_RecordChild0,
15547 OPC_Scope, 19,
15548 OPC_CheckChild0TypeI32,
15549 OPC_SwitchType , 6, MVT::f32,
15550 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::F32_CONVERT_U_I32),
15551 MVT::f32, 1, 2,
15552 6, MVT::f64,
15553 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::F64_CONVERT_U_I32),
15554 MVT::f64, 1, 2,
15555 0,
15556 19,
15557 OPC_CheckChild0TypeI64,
15558 OPC_SwitchType , 6, MVT::f32,
15559 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::F32_CONVERT_U_I64),
15560 MVT::f32, 1, 2,
15561 6, MVT::f64,
15562 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::F64_CONVERT_U_I64),
15563 MVT::f64, 1, 2,
15564 0,
15565 11,
15566 OPC_CheckType, 11|128,1,
15567 OPC_CheckPatternPredicate0,
15568 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::uint_to_fp_F32x4),
15569 11|128,1, 1, 2,
15570 9,
15571 OPC_CheckType, MVT::v8f16,
15572 OPC_CheckPatternPredicate7,
15573 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::uint_to_fp_F16x8),
15574 MVT::v8f16, 1, 2,
15575 0,
15576 7, TARGET_VAL(ISD::FP_EXTEND),
15577 OPC_RecordChild0,
15578 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::F64_PROMOTE_F32),
15579 MVT::f64, 1, 2,
15580 7, TARGET_VAL(ISD::FP_ROUND),
15581 OPC_RecordChild0,
15582 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::F32_DEMOTE_F64),
15583 MVT::f32, 1, 2,
15584 7|128,1, TARGET_VAL(ISD::FADD),
15585 OPC_Scope, 20,
15586 OPC_RecordChild0,
15587 OPC_RecordChild1,
15588 OPC_SwitchType , 6, MVT::f32,
15589 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ADD_F32),
15590 MVT::f32, 2, 16,
15591 6, MVT::f64,
15592 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ADD_F64),
15593 MVT::f64, 2, 16,
15594 0,
15595 36,
15596 OPC_MoveChild0,
15597 OPC_CheckOpcode, TARGET_VAL(ISD::FMUL),
15598 OPC_RecordChild0,
15599 OPC_RecordChild1,
15600 OPC_CheckPredicate, 25,
15601 OPC_MoveParent,
15602 OPC_RecordChild1,
15603 OPC_CheckPredicate, 25,
15604 OPC_SwitchType , 8, 11|128,1,
15605 OPC_CheckPatternPredicate5,
15606 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MADD_F32x4),
15607 11|128,1, 3, 41,
15608 8, 29|128,1,
15609 OPC_CheckPatternPredicate5,
15610 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MADD_F64x2),
15611 29|128,1, 3, 41,
15612 0,
15613 74,
15614 OPC_RecordChild0,
15615 OPC_Scope, 35,
15616 OPC_MoveChild1,
15617 OPC_CheckOpcode, TARGET_VAL(ISD::FMUL),
15618 OPC_RecordChild0,
15619 OPC_RecordChild1,
15620 OPC_CheckPredicate, 25,
15621 OPC_MoveParent,
15622 OPC_CheckPredicate, 25,
15623 OPC_SwitchType , 8, 11|128,1,
15624 OPC_CheckPatternPredicate5,
15625 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MADD_F32x4),
15626 11|128,1, 3, 3,
15627 8, 29|128,1,
15628 OPC_CheckPatternPredicate5,
15629 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MADD_F64x2),
15630 29|128,1, 3, 3,
15631 0,
15632 34,
15633 OPC_RecordChild1,
15634 OPC_SwitchType , 8, 11|128,1,
15635 OPC_CheckPatternPredicate0,
15636 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ADD_F32x4),
15637 11|128,1, 2, 16,
15638 8, 29|128,1,
15639 OPC_CheckPatternPredicate0,
15640 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ADD_F64x2),
15641 29|128,1, 2, 16,
15642 7, MVT::v8f16,
15643 OPC_CheckPatternPredicate7,
15644 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ADD_F16x8),
15645 MVT::v8f16, 2, 16,
15646 0,
15647 0,
15648 0,
15649 94, TARGET_VAL(ISD::FSUB),
15650 OPC_RecordChild0,
15651 OPC_Scope, 19,
15652 OPC_RecordChild1,
15653 OPC_SwitchType , 6, MVT::f32,
15654 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SUB_F32),
15655 MVT::f32, 2, 16,
15656 6, MVT::f64,
15657 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SUB_F64),
15658 MVT::f64, 2, 16,
15659 0,
15660 35,
15661 OPC_MoveChild1,
15662 OPC_CheckOpcode, TARGET_VAL(ISD::FMUL),
15663 OPC_RecordChild0,
15664 OPC_RecordChild1,
15665 OPC_CheckPredicate, 25,
15666 OPC_MoveParent,
15667 OPC_CheckPredicate, 25,
15668 OPC_SwitchType , 8, 11|128,1,
15669 OPC_CheckPatternPredicate5,
15670 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NMADD_F32x4),
15671 11|128,1, 3, 3,
15672 8, 29|128,1,
15673 OPC_CheckPatternPredicate5,
15674 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NMADD_F64x2),
15675 29|128,1, 3, 3,
15676 0,
15677 34,
15678 OPC_RecordChild1,
15679 OPC_SwitchType , 8, 11|128,1,
15680 OPC_CheckPatternPredicate0,
15681 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SUB_F32x4),
15682 11|128,1, 2, 16,
15683 8, 29|128,1,
15684 OPC_CheckPatternPredicate0,
15685 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SUB_F64x2),
15686 29|128,1, 2, 16,
15687 7, MVT::v8f16,
15688 OPC_CheckPatternPredicate7,
15689 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SUB_F16x8),
15690 MVT::v8f16, 2, 16,
15691 0,
15692 0,
15693 51, TARGET_VAL(ISD::FMUL),
15694 OPC_RecordChild0,
15695 OPC_RecordChild1,
15696 OPC_SwitchType , 6, MVT::f32,
15697 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MUL_F32),
15698 MVT::f32, 2, 16,
15699 6, MVT::f64,
15700 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MUL_F64),
15701 MVT::f64, 2, 16,
15702 8, 11|128,1,
15703 OPC_CheckPatternPredicate0,
15704 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MUL_F32x4),
15705 11|128,1, 2, 16,
15706 8, 29|128,1,
15707 OPC_CheckPatternPredicate0,
15708 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MUL_F64x2),
15709 29|128,1, 2, 16,
15710 7, MVT::v8f16,
15711 OPC_CheckPatternPredicate7,
15712 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MUL_F16x8),
15713 MVT::v8f16, 2, 16,
15714 0,
15715 51, TARGET_VAL(ISD::FDIV),
15716 OPC_RecordChild0,
15717 OPC_RecordChild1,
15718 OPC_SwitchType , 6, MVT::f32,
15719 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DIV_F32),
15720 MVT::f32, 2, 16,
15721 6, MVT::f64,
15722 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DIV_F64),
15723 MVT::f64, 2, 16,
15724 8, 11|128,1,
15725 OPC_CheckPatternPredicate0,
15726 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DIV_F32x4),
15727 11|128,1, 2, 16,
15728 8, 29|128,1,
15729 OPC_CheckPatternPredicate0,
15730 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DIV_F64x2),
15731 29|128,1, 2, 16,
15732 7, MVT::v8f16,
15733 OPC_CheckPatternPredicate7,
15734 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DIV_F16x8),
15735 MVT::v8f16, 2, 16,
15736 0,
15737 50, TARGET_VAL(ISD::FSQRT),
15738 OPC_RecordChild0,
15739 OPC_SwitchType , 6, MVT::f32,
15740 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SQRT_F32),
15741 MVT::f32, 1, 2,
15742 6, MVT::f64,
15743 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SQRT_F64),
15744 MVT::f64, 1, 2,
15745 8, 11|128,1,
15746 OPC_CheckPatternPredicate0,
15747 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SQRT_F32x4),
15748 11|128,1, 1, 2,
15749 8, 29|128,1,
15750 OPC_CheckPatternPredicate0,
15751 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SQRT_F64x2),
15752 29|128,1, 1, 2,
15753 7, MVT::v8f16,
15754 OPC_CheckPatternPredicate7,
15755 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SQRT_F16x8),
15756 MVT::v8f16, 1, 2,
15757 0,
15758 50, TARGET_VAL(ISD::FABS),
15759 OPC_RecordChild0,
15760 OPC_SwitchType , 6, MVT::f32,
15761 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ABS_F32),
15762 MVT::f32, 1, 2,
15763 6, MVT::f64,
15764 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ABS_F64),
15765 MVT::f64, 1, 2,
15766 8, 11|128,1,
15767 OPC_CheckPatternPredicate0,
15768 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ABS_F32x4),
15769 11|128,1, 1, 2,
15770 8, 29|128,1,
15771 OPC_CheckPatternPredicate0,
15772 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ABS_F64x2),
15773 29|128,1, 1, 2,
15774 7, MVT::v8f16,
15775 OPC_CheckPatternPredicate7,
15776 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ABS_F16x8),
15777 MVT::v8f16, 1, 2,
15778 0,
15779 50, TARGET_VAL(ISD::FNEG),
15780 OPC_RecordChild0,
15781 OPC_SwitchType , 6, MVT::f32,
15782 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEG_F32),
15783 MVT::f32, 1, 2,
15784 6, MVT::f64,
15785 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEG_F64),
15786 MVT::f64, 1, 2,
15787 8, 11|128,1,
15788 OPC_CheckPatternPredicate0,
15789 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEG_F32x4),
15790 11|128,1, 1, 2,
15791 8, 29|128,1,
15792 OPC_CheckPatternPredicate0,
15793 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEG_F64x2),
15794 29|128,1, 1, 2,
15795 7, MVT::v8f16,
15796 OPC_CheckPatternPredicate7,
15797 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEG_F16x8),
15798 MVT::v8f16, 1, 2,
15799 0,
15800 58, TARGET_VAL(ISD::FCOPYSIGN),
15801 OPC_RecordChild0,
15802 OPC_RecordChild1,
15803 OPC_Scope, 26,
15804 OPC_CheckChild1Type, MVT::f32,
15805 OPC_SwitchType , 6, MVT::f32,
15806 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::COPYSIGN_F32),
15807 MVT::f32, 2, 16,
15808 12, MVT::f64,
15809 OPC_EmitNode1None, TARGET_VAL(WebAssembly::F64_PROMOTE_F32),
15810 MVT::f64, 1, 17,
15811 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::COPYSIGN_F64),
15812 MVT::f64, 2, 39,
15813 0,
15814 26,
15815 OPC_CheckChild1Type, MVT::f64,
15816 OPC_SwitchType , 6, MVT::f64,
15817 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::COPYSIGN_F64),
15818 MVT::f64, 2, 16,
15819 12, MVT::f32,
15820 OPC_EmitNode1None, TARGET_VAL(WebAssembly::F32_DEMOTE_F64),
15821 MVT::f32, 1, 17,
15822 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::COPYSIGN_F32),
15823 MVT::f32, 2, 39,
15824 0,
15825 0,
15826 51, TARGET_VAL(ISD::FMINIMUM),
15827 OPC_RecordChild0,
15828 OPC_RecordChild1,
15829 OPC_SwitchType , 6, MVT::f32,
15830 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MIN_F32),
15831 MVT::f32, 2, 16,
15832 6, MVT::f64,
15833 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MIN_F64),
15834 MVT::f64, 2, 16,
15835 8, 11|128,1,
15836 OPC_CheckPatternPredicate0,
15837 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MIN_F32x4),
15838 11|128,1, 2, 16,
15839 8, 29|128,1,
15840 OPC_CheckPatternPredicate0,
15841 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MIN_F64x2),
15842 29|128,1, 2, 16,
15843 7, MVT::v8f16,
15844 OPC_CheckPatternPredicate7,
15845 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MIN_F16x8),
15846 MVT::v8f16, 2, 16,
15847 0,
15848 51, TARGET_VAL(ISD::FMAXIMUM),
15849 OPC_RecordChild0,
15850 OPC_RecordChild1,
15851 OPC_SwitchType , 6, MVT::f32,
15852 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MAX_F32),
15853 MVT::f32, 2, 16,
15854 6, MVT::f64,
15855 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MAX_F64),
15856 MVT::f64, 2, 16,
15857 8, 11|128,1,
15858 OPC_CheckPatternPredicate0,
15859 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MAX_F32x4),
15860 11|128,1, 2, 16,
15861 8, 29|128,1,
15862 OPC_CheckPatternPredicate0,
15863 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MAX_F64x2),
15864 29|128,1, 2, 16,
15865 7, MVT::v8f16,
15866 OPC_CheckPatternPredicate7,
15867 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MAX_F16x8),
15868 MVT::v8f16, 2, 16,
15869 0,
15870 50, TARGET_VAL(ISD::FCEIL),
15871 OPC_RecordChild0,
15872 OPC_SwitchType , 6, MVT::f32,
15873 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CEIL_F32),
15874 MVT::f32, 1, 2,
15875 6, MVT::f64,
15876 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CEIL_F64),
15877 MVT::f64, 1, 2,
15878 8, 11|128,1,
15879 OPC_CheckPatternPredicate0,
15880 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CEIL_F32x4),
15881 11|128,1, 1, 2,
15882 8, 29|128,1,
15883 OPC_CheckPatternPredicate0,
15884 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CEIL_F64x2),
15885 29|128,1, 1, 2,
15886 7, MVT::v8f16,
15887 OPC_CheckPatternPredicate7,
15888 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CEIL_F16x8),
15889 MVT::v8f16, 1, 2,
15890 0,
15891 50, TARGET_VAL(ISD::FFLOOR),
15892 OPC_RecordChild0,
15893 OPC_SwitchType , 6, MVT::f32,
15894 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::FLOOR_F32),
15895 MVT::f32, 1, 2,
15896 6, MVT::f64,
15897 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::FLOOR_F64),
15898 MVT::f64, 1, 2,
15899 8, 11|128,1,
15900 OPC_CheckPatternPredicate0,
15901 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::FLOOR_F32x4),
15902 11|128,1, 1, 2,
15903 8, 29|128,1,
15904 OPC_CheckPatternPredicate0,
15905 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::FLOOR_F64x2),
15906 29|128,1, 1, 2,
15907 7, MVT::v8f16,
15908 OPC_CheckPatternPredicate7,
15909 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::FLOOR_F16x8),
15910 MVT::v8f16, 1, 2,
15911 0,
15912 50, TARGET_VAL(ISD::FTRUNC),
15913 OPC_RecordChild0,
15914 OPC_SwitchType , 6, MVT::f32,
15915 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::TRUNC_F32),
15916 MVT::f32, 1, 2,
15917 6, MVT::f64,
15918 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::TRUNC_F64),
15919 MVT::f64, 1, 2,
15920 8, 11|128,1,
15921 OPC_CheckPatternPredicate0,
15922 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::TRUNC_F32x4),
15923 11|128,1, 1, 2,
15924 8, 29|128,1,
15925 OPC_CheckPatternPredicate0,
15926 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::TRUNC_F64x2),
15927 29|128,1, 1, 2,
15928 7, MVT::v8f16,
15929 OPC_CheckPatternPredicate7,
15930 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::TRUNC_F16x8),
15931 MVT::v8f16, 1, 2,
15932 0,
15933 50, TARGET_VAL(ISD::FNEARBYINT),
15934 OPC_RecordChild0,
15935 OPC_SwitchType , 6, MVT::f32,
15936 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEAREST_F32),
15937 MVT::f32, 1, 2,
15938 6, MVT::f64,
15939 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEAREST_F64),
15940 MVT::f64, 1, 2,
15941 8, 11|128,1,
15942 OPC_CheckPatternPredicate0,
15943 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEAREST_F32x4),
15944 11|128,1, 1, 2,
15945 8, 29|128,1,
15946 OPC_CheckPatternPredicate0,
15947 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEAREST_F64x2),
15948 29|128,1, 1, 2,
15949 7, MVT::v8f16,
15950 OPC_CheckPatternPredicate7,
15951 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEAREST_F16x8),
15952 MVT::v8f16, 1, 2,
15953 0,
15954 47, TARGET_VAL(ISD::FRINT),
15955 OPC_RecordChild0,
15956 OPC_SwitchType , 6, MVT::f32,
15957 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEAREST_F32),
15958 MVT::f32, 1, 2,
15959 6, MVT::f64,
15960 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEAREST_F64),
15961 MVT::f64, 1, 2,
15962 7, 11|128,1,
15963 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEAREST_F32x4),
15964 11|128,1, 1, 2,
15965 7, 29|128,1,
15966 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEAREST_F64x2),
15967 29|128,1, 1, 2,
15968 6, MVT::v8f16,
15969 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEAREST_F16x8),
15970 MVT::v8f16, 1, 2,
15971 0,
15972 47, TARGET_VAL(ISD::FROUNDEVEN),
15973 OPC_RecordChild0,
15974 OPC_SwitchType , 6, MVT::f32,
15975 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEAREST_F32),
15976 MVT::f32, 1, 2,
15977 6, MVT::f64,
15978 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEAREST_F64),
15979 MVT::f64, 1, 2,
15980 7, 11|128,1,
15981 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEAREST_F32x4),
15982 11|128,1, 1, 2,
15983 7, 29|128,1,
15984 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEAREST_F64x2),
15985 29|128,1, 1, 2,
15986 6, MVT::v8f16,
15987 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NEAREST_F16x8),
15988 MVT::v8f16, 1, 2,
15989 0,
15990 25|128,111, TARGET_VAL(WebAssemblyISD::NARROW_U),
15991 OPC_Scope, 119|128,110,
15992 OPC_MoveChild0,
15993 OPC_SwitchOpcode , 36|128,91, TARGET_VAL(ISD::AND),
15994 OPC_MoveChild0,
15995 OPC_SwitchOpcode , 15|128,23, TARGET_VAL(ISD::SMIN),
15996 OPC_MoveChild0,
15997 OPC_SwitchOpcode , 91|128,11, TARGET_VAL(ISD::SMAX),
15998 OPC_Scope, 54|128,3,
15999 OPC_RecordChild0,
16000 OPC_MoveChild1,
16001 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16002 OPC_Scope, 90|128,2,
16003 OPC_CheckChild0Integer, 0|128,127,
16004 OPC_CheckChild0TypeI32,
16005 OPC_MoveParent,
16006 OPC_MoveSibling1,
16007 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16008 OPC_CheckChild0Integer, 127|128,0,
16009 OPC_CheckChild0TypeI32,
16010 OPC_MoveParent,
16011 OPC_MoveSibling1,
16012 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16013 OPC_CheckChild0Integer, 127|128,1,
16014 OPC_CheckChild0TypeI32,
16015 OPC_MoveParent,
16016 OPC_CheckType, MVT::v8i16,
16017 OPC_MoveSibling1,
16018 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
16019 OPC_MoveChild0,
16020 OPC_SwitchOpcode , 37|128,1, TARGET_VAL(ISD::SMIN),
16021 OPC_MoveChild0,
16022 OPC_SwitchOpcode , 82, TARGET_VAL(ISD::SMAX),
16023 OPC_Scope, 39,
16024 OPC_RecordChild0,
16025 OPC_MoveChild1,
16026 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16027 OPC_CheckChild0Integer, 0|128,127,
16028 OPC_CheckChild0TypeI32,
16029 OPC_MoveParent,
16030 OPC_MoveSibling1,
16031 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16032 OPC_CheckChild0Integer, 127|128,0,
16033 OPC_CheckChild0TypeI32,
16034 OPC_MoveParent,
16035 OPC_MoveSibling1,
16036 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16037 OPC_CheckChild0Integer, 127|128,1,
16038 OPC_CheckChild0TypeI32,
16039 OPC_MoveParent,
16040 OPC_CheckType, MVT::v8i16,
16041 OPC_MoveParent,
16042 OPC_CheckType, MVT::v16i8,
16043 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
16044 MVT::v16i8, 2, 16,
16045 39,
16046 OPC_MoveChild0,
16047 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16048 OPC_CheckChild0Integer, 0|128,127,
16049 OPC_CheckChild0TypeI32,
16050 OPC_MoveParent,
16051 OPC_RecordChild1,
16052 OPC_MoveSibling1,
16053 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16054 OPC_CheckChild0Integer, 127|128,0,
16055 OPC_CheckChild0TypeI32,
16056 OPC_MoveParent,
16057 OPC_MoveSibling1,
16058 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16059 OPC_CheckChild0Integer, 127|128,1,
16060 OPC_CheckChild0TypeI32,
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 0,
16068 74, TARGET_VAL(ISD::SPLAT_VECTOR),
16069 OPC_CheckChild0Integer, 127|128,0,
16070 OPC_CheckChild0TypeI32,
16071 OPC_MoveSibling1,
16072 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
16073 OPC_Scope, 31,
16074 OPC_RecordChild0,
16075 OPC_MoveChild1,
16076 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16077 OPC_CheckChild0Integer, 0|128,127,
16078 OPC_CheckChild0TypeI32,
16079 OPC_MoveParent,
16080 OPC_MoveParent,
16081 OPC_MoveSibling1,
16082 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16083 OPC_CheckChild0Integer, 127|128,1,
16084 OPC_CheckChild0TypeI32,
16085 OPC_MoveParent,
16086 OPC_CheckType, MVT::v8i16,
16087 OPC_MoveParent,
16088 OPC_CheckType, MVT::v16i8,
16089 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
16090 MVT::v16i8, 2, 16,
16091 31,
16092 OPC_MoveChild0,
16093 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16094 OPC_CheckChild0Integer, 0|128,127,
16095 OPC_CheckChild0TypeI32,
16096 OPC_MoveParent,
16097 OPC_RecordChild1,
16098 OPC_MoveParent,
16099 OPC_MoveSibling1,
16100 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16101 OPC_CheckChild0Integer, 127|128,1,
16102 OPC_CheckChild0TypeI32,
16103 OPC_MoveParent,
16104 OPC_CheckType, MVT::v8i16,
16105 OPC_MoveParent,
16106 OPC_CheckType, MVT::v16i8,
16107 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
16108 MVT::v16i8, 2, 16,
16109 0,
16110 0,
16111 13|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
16112 OPC_CheckChild0Integer, 127|128,1,
16113 OPC_CheckChild0TypeI32,
16114 OPC_MoveSibling1,
16115 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
16116 OPC_MoveChild0,
16117 OPC_SwitchOpcode , 66, TARGET_VAL(ISD::SMAX),
16118 OPC_Scope, 31,
16119 OPC_RecordChild0,
16120 OPC_MoveChild1,
16121 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16122 OPC_CheckChild0Integer, 0|128,127,
16123 OPC_CheckChild0TypeI32,
16124 OPC_MoveParent,
16125 OPC_MoveSibling1,
16126 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16127 OPC_CheckChild0Integer, 127|128,0,
16128 OPC_CheckChild0TypeI32,
16129 OPC_MoveParent,
16130 OPC_MoveParent,
16131 OPC_CheckType, MVT::v8i16,
16132 OPC_MoveParent,
16133 OPC_CheckType, MVT::v16i8,
16134 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
16135 MVT::v16i8, 2, 16,
16136 31,
16137 OPC_MoveChild0,
16138 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16139 OPC_CheckChild0Integer, 0|128,127,
16140 OPC_CheckChild0TypeI32,
16141 OPC_MoveParent,
16142 OPC_RecordChild1,
16143 OPC_MoveSibling1,
16144 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16145 OPC_CheckChild0Integer, 127|128,0,
16146 OPC_CheckChild0TypeI32,
16147 OPC_MoveParent,
16148 OPC_MoveParent,
16149 OPC_CheckType, MVT::v8i16,
16150 OPC_MoveParent,
16151 OPC_CheckType, MVT::v16i8,
16152 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
16153 MVT::v16i8, 2, 16,
16154 0,
16155 58, TARGET_VAL(ISD::SPLAT_VECTOR),
16156 OPC_CheckChild0Integer, 127|128,0,
16157 OPC_CheckChild0TypeI32,
16158 OPC_MoveSibling1,
16159 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
16160 OPC_Scope, 23,
16161 OPC_RecordChild0,
16162 OPC_MoveChild1,
16163 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16164 OPC_CheckChild0Integer, 0|128,127,
16165 OPC_CheckChild0TypeI32,
16166 OPC_MoveParent,
16167 OPC_MoveParent,
16168 OPC_MoveParent,
16169 OPC_CheckType, MVT::v8i16,
16170 OPC_MoveParent,
16171 OPC_CheckType, MVT::v16i8,
16172 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
16173 MVT::v16i8, 2, 16,
16174 23,
16175 OPC_MoveChild0,
16176 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16177 OPC_CheckChild0Integer, 0|128,127,
16178 OPC_CheckChild0TypeI32,
16179 OPC_MoveParent,
16180 OPC_RecordChild1,
16181 OPC_MoveParent,
16182 OPC_MoveParent,
16183 OPC_CheckType, MVT::v8i16,
16184 OPC_MoveParent,
16185 OPC_CheckType, MVT::v16i8,
16186 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
16187 MVT::v16i8, 2, 16,
16188 0,
16189 0,
16190 0,
16191 82,
16192 OPC_CheckChild0Integer, 0|128,0|128,126,
16193 OPC_CheckChild0TypeI32,
16194 OPC_MoveParent,
16195 OPC_MoveSibling1,
16196 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16197 OPC_CheckChild0Integer, 127|128,127|128,1,
16198 OPC_CheckChild0TypeI32,
16199 OPC_MoveParent,
16200 OPC_MoveSibling1,
16201 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16202 OPC_CheckChild0Integer, 127|128,127|128,3,
16203 OPC_CheckChild0TypeI32,
16204 OPC_MoveParent,
16205 OPC_CheckType, MVT::v4i32,
16206 OPC_MoveSibling1,
16207 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
16208 OPC_MoveChild0,
16209 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
16210 OPC_MoveChild0,
16211 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
16212 OPC_RecordChild0,
16213 OPC_MoveChild1,
16214 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16215 OPC_CheckChild0Integer, 0|128,0|128,126,
16216 OPC_CheckChild0TypeI32,
16217 OPC_MoveParent,
16218 OPC_MoveSibling1,
16219 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16220 OPC_CheckChild0Integer, 127|128,127|128,1,
16221 OPC_CheckChild0TypeI32,
16222 OPC_MoveParent,
16223 OPC_MoveSibling1,
16224 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16225 OPC_CheckChild0Integer, 127|128,127|128,3,
16226 OPC_CheckChild0TypeI32,
16227 OPC_MoveParent,
16228 OPC_CheckType, MVT::v4i32,
16229 OPC_MoveParent,
16230 OPC_CheckType, MVT::v8i16,
16231 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
16232 MVT::v8i16, 2, 16,
16233 0,
16234 95|128,2,
16235 OPC_MoveChild0,
16236 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16237 OPC_CheckChild0Integer, 0|128,127,
16238 OPC_CheckChild0TypeI32,
16239 OPC_MoveParent,
16240 OPC_RecordChild1,
16241 OPC_MoveSibling1,
16242 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16243 OPC_CheckChild0Integer, 127|128,0,
16244 OPC_CheckChild0TypeI32,
16245 OPC_MoveParent,
16246 OPC_MoveSibling1,
16247 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16248 OPC_CheckChild0Integer, 127|128,1,
16249 OPC_CheckChild0TypeI32,
16250 OPC_MoveParent,
16251 OPC_CheckType, MVT::v8i16,
16252 OPC_MoveSibling1,
16253 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
16254 OPC_MoveChild0,
16255 OPC_SwitchOpcode , 37|128,1, TARGET_VAL(ISD::SMIN),
16256 OPC_MoveChild0,
16257 OPC_SwitchOpcode , 82, TARGET_VAL(ISD::SMAX),
16258 OPC_Scope, 39,
16259 OPC_RecordChild0,
16260 OPC_MoveChild1,
16261 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16262 OPC_CheckChild0Integer, 0|128,127,
16263 OPC_CheckChild0TypeI32,
16264 OPC_MoveParent,
16265 OPC_MoveSibling1,
16266 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16267 OPC_CheckChild0Integer, 127|128,0,
16268 OPC_CheckChild0TypeI32,
16269 OPC_MoveParent,
16270 OPC_MoveSibling1,
16271 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16272 OPC_CheckChild0Integer, 127|128,1,
16273 OPC_CheckChild0TypeI32,
16274 OPC_MoveParent,
16275 OPC_CheckType, MVT::v8i16,
16276 OPC_MoveParent,
16277 OPC_CheckType, MVT::v16i8,
16278 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
16279 MVT::v16i8, 2, 16,
16280 39,
16281 OPC_MoveChild0,
16282 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16283 OPC_CheckChild0Integer, 0|128,127,
16284 OPC_CheckChild0TypeI32,
16285 OPC_MoveParent,
16286 OPC_RecordChild1,
16287 OPC_MoveSibling1,
16288 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16289 OPC_CheckChild0Integer, 127|128,0,
16290 OPC_CheckChild0TypeI32,
16291 OPC_MoveParent,
16292 OPC_MoveSibling1,
16293 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16294 OPC_CheckChild0Integer, 127|128,1,
16295 OPC_CheckChild0TypeI32,
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 0,
16303 74, TARGET_VAL(ISD::SPLAT_VECTOR),
16304 OPC_CheckChild0Integer, 127|128,0,
16305 OPC_CheckChild0TypeI32,
16306 OPC_MoveSibling1,
16307 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
16308 OPC_Scope, 31,
16309 OPC_RecordChild0,
16310 OPC_MoveChild1,
16311 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16312 OPC_CheckChild0Integer, 0|128,127,
16313 OPC_CheckChild0TypeI32,
16314 OPC_MoveParent,
16315 OPC_MoveParent,
16316 OPC_MoveSibling1,
16317 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16318 OPC_CheckChild0Integer, 127|128,1,
16319 OPC_CheckChild0TypeI32,
16320 OPC_MoveParent,
16321 OPC_CheckType, MVT::v8i16,
16322 OPC_MoveParent,
16323 OPC_CheckType, MVT::v16i8,
16324 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
16325 MVT::v16i8, 2, 16,
16326 31,
16327 OPC_MoveChild0,
16328 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16329 OPC_CheckChild0Integer, 0|128,127,
16330 OPC_CheckChild0TypeI32,
16331 OPC_MoveParent,
16332 OPC_RecordChild1,
16333 OPC_MoveParent,
16334 OPC_MoveSibling1,
16335 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16336 OPC_CheckChild0Integer, 127|128,1,
16337 OPC_CheckChild0TypeI32,
16338 OPC_MoveParent,
16339 OPC_CheckType, MVT::v8i16,
16340 OPC_MoveParent,
16341 OPC_CheckType, MVT::v16i8,
16342 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
16343 MVT::v16i8, 2, 16,
16344 0,
16345 0,
16346 13|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
16347 OPC_CheckChild0Integer, 127|128,1,
16348 OPC_CheckChild0TypeI32,
16349 OPC_MoveSibling1,
16350 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
16351 OPC_MoveChild0,
16352 OPC_SwitchOpcode , 66, TARGET_VAL(ISD::SMAX),
16353 OPC_Scope, 31,
16354 OPC_RecordChild0,
16355 OPC_MoveChild1,
16356 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16357 OPC_CheckChild0Integer, 0|128,127,
16358 OPC_CheckChild0TypeI32,
16359 OPC_MoveParent,
16360 OPC_MoveSibling1,
16361 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16362 OPC_CheckChild0Integer, 127|128,0,
16363 OPC_CheckChild0TypeI32,
16364 OPC_MoveParent,
16365 OPC_MoveParent,
16366 OPC_CheckType, MVT::v8i16,
16367 OPC_MoveParent,
16368 OPC_CheckType, MVT::v16i8,
16369 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
16370 MVT::v16i8, 2, 16,
16371 31,
16372 OPC_MoveChild0,
16373 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16374 OPC_CheckChild0Integer, 0|128,127,
16375 OPC_CheckChild0TypeI32,
16376 OPC_MoveParent,
16377 OPC_RecordChild1,
16378 OPC_MoveSibling1,
16379 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16380 OPC_CheckChild0Integer, 127|128,0,
16381 OPC_CheckChild0TypeI32,
16382 OPC_MoveParent,
16383 OPC_MoveParent,
16384 OPC_CheckType, MVT::v8i16,
16385 OPC_MoveParent,
16386 OPC_CheckType, MVT::v16i8,
16387 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
16388 MVT::v16i8, 2, 16,
16389 0,
16390 58, TARGET_VAL(ISD::SPLAT_VECTOR),
16391 OPC_CheckChild0Integer, 127|128,0,
16392 OPC_CheckChild0TypeI32,
16393 OPC_MoveSibling1,
16394 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
16395 OPC_Scope, 23,
16396 OPC_RecordChild0,
16397 OPC_MoveChild1,
16398 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16399 OPC_CheckChild0Integer, 0|128,127,
16400 OPC_CheckChild0TypeI32,
16401 OPC_MoveParent,
16402 OPC_MoveParent,
16403 OPC_MoveParent,
16404 OPC_CheckType, MVT::v8i16,
16405 OPC_MoveParent,
16406 OPC_CheckType, MVT::v16i8,
16407 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
16408 MVT::v16i8, 2, 16,
16409 23,
16410 OPC_MoveChild0,
16411 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16412 OPC_CheckChild0Integer, 0|128,127,
16413 OPC_CheckChild0TypeI32,
16414 OPC_MoveParent,
16415 OPC_RecordChild1,
16416 OPC_MoveParent,
16417 OPC_MoveParent,
16418 OPC_CheckType, MVT::v8i16,
16419 OPC_MoveParent,
16420 OPC_CheckType, MVT::v16i8,
16421 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
16422 MVT::v16i8, 2, 16,
16423 0,
16424 0,
16425 0,
16426 71|128,2,
16427 OPC_RecordChild0,
16428 OPC_MoveChild1,
16429 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16430 OPC_CheckChild0Integer, 0|128,0|128,126,
16431 OPC_CheckChild0TypeI32,
16432 OPC_MoveParent,
16433 OPC_MoveSibling1,
16434 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16435 OPC_CheckChild0Integer, 127|128,127|128,1,
16436 OPC_CheckChild0TypeI32,
16437 OPC_MoveParent,
16438 OPC_MoveSibling1,
16439 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16440 OPC_CheckChild0Integer, 127|128,127|128,3,
16441 OPC_CheckChild0TypeI32,
16442 OPC_MoveParent,
16443 OPC_CheckType, MVT::v4i32,
16444 OPC_MoveSibling1,
16445 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
16446 OPC_MoveChild0,
16447 OPC_SwitchOpcode , 2|128,1, TARGET_VAL(ISD::SMIN),
16448 OPC_MoveChild0,
16449 OPC_SwitchOpcode , 42, TARGET_VAL(ISD::SMAX),
16450 OPC_MoveChild0,
16451 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16452 OPC_CheckChild0Integer, 0|128,0|128,126,
16453 OPC_CheckChild0TypeI32,
16454 OPC_MoveParent,
16455 OPC_RecordChild1,
16456 OPC_MoveSibling1,
16457 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16458 OPC_CheckChild0Integer, 127|128,127|128,1,
16459 OPC_CheckChild0TypeI32,
16460 OPC_MoveParent,
16461 OPC_MoveSibling1,
16462 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16463 OPC_CheckChild0Integer, 127|128,127|128,3,
16464 OPC_CheckChild0TypeI32,
16465 OPC_MoveParent,
16466 OPC_CheckType, MVT::v4i32,
16467 OPC_MoveParent,
16468 OPC_CheckType, MVT::v8i16,
16469 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
16470 MVT::v8i16, 2, 16,
16471 79, TARGET_VAL(ISD::SPLAT_VECTOR),
16472 OPC_CheckChild0Integer, 127|128,127|128,1,
16473 OPC_CheckChild0TypeI32,
16474 OPC_MoveSibling1,
16475 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
16476 OPC_Scope, 33,
16477 OPC_RecordChild0,
16478 OPC_MoveChild1,
16479 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16480 OPC_CheckChild0Integer, 0|128,0|128,126,
16481 OPC_CheckChild0TypeI32,
16482 OPC_MoveParent,
16483 OPC_MoveParent,
16484 OPC_MoveSibling1,
16485 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16486 OPC_CheckChild0Integer, 127|128,127|128,3,
16487 OPC_CheckChild0TypeI32,
16488 OPC_MoveParent,
16489 OPC_CheckType, MVT::v4i32,
16490 OPC_MoveParent,
16491 OPC_CheckType, MVT::v8i16,
16492 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
16493 MVT::v8i16, 2, 16,
16494 33,
16495 OPC_MoveChild0,
16496 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16497 OPC_CheckChild0Integer, 0|128,0|128,126,
16498 OPC_CheckChild0TypeI32,
16499 OPC_MoveParent,
16500 OPC_RecordChild1,
16501 OPC_MoveParent,
16502 OPC_MoveSibling1,
16503 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16504 OPC_CheckChild0Integer, 127|128,127|128,3,
16505 OPC_CheckChild0TypeI32,
16506 OPC_MoveParent,
16507 OPC_CheckType, MVT::v4i32,
16508 OPC_MoveParent,
16509 OPC_CheckType, MVT::v8i16,
16510 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
16511 MVT::v8i16, 2, 16,
16512 0,
16513 0,
16514 21|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
16515 OPC_CheckChild0Integer, 127|128,127|128,3,
16516 OPC_CheckChild0TypeI32,
16517 OPC_MoveSibling1,
16518 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
16519 OPC_MoveChild0,
16520 OPC_SwitchOpcode , 70, TARGET_VAL(ISD::SMAX),
16521 OPC_Scope, 33,
16522 OPC_RecordChild0,
16523 OPC_MoveChild1,
16524 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16525 OPC_CheckChild0Integer, 0|128,0|128,126,
16526 OPC_CheckChild0TypeI32,
16527 OPC_MoveParent,
16528 OPC_MoveSibling1,
16529 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16530 OPC_CheckChild0Integer, 127|128,127|128,1,
16531 OPC_CheckChild0TypeI32,
16532 OPC_MoveParent,
16533 OPC_MoveParent,
16534 OPC_CheckType, MVT::v4i32,
16535 OPC_MoveParent,
16536 OPC_CheckType, MVT::v8i16,
16537 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
16538 MVT::v8i16, 2, 16,
16539 33,
16540 OPC_MoveChild0,
16541 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16542 OPC_CheckChild0Integer, 0|128,0|128,126,
16543 OPC_CheckChild0TypeI32,
16544 OPC_MoveParent,
16545 OPC_RecordChild1,
16546 OPC_MoveSibling1,
16547 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16548 OPC_CheckChild0Integer, 127|128,127|128,1,
16549 OPC_CheckChild0TypeI32,
16550 OPC_MoveParent,
16551 OPC_MoveParent,
16552 OPC_CheckType, MVT::v4i32,
16553 OPC_MoveParent,
16554 OPC_CheckType, MVT::v8i16,
16555 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
16556 MVT::v8i16, 2, 16,
16557 0,
16558 61, TARGET_VAL(ISD::SPLAT_VECTOR),
16559 OPC_CheckChild0Integer, 127|128,127|128,1,
16560 OPC_CheckChild0TypeI32,
16561 OPC_MoveSibling1,
16562 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
16563 OPC_Scope, 24,
16564 OPC_RecordChild0,
16565 OPC_MoveChild1,
16566 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16567 OPC_CheckChild0Integer, 0|128,0|128,126,
16568 OPC_CheckChild0TypeI32,
16569 OPC_MoveParent,
16570 OPC_MoveParent,
16571 OPC_MoveParent,
16572 OPC_CheckType, MVT::v4i32,
16573 OPC_MoveParent,
16574 OPC_CheckType, MVT::v8i16,
16575 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
16576 MVT::v8i16, 2, 16,
16577 24,
16578 OPC_MoveChild0,
16579 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16580 OPC_CheckChild0Integer, 0|128,0|128,126,
16581 OPC_CheckChild0TypeI32,
16582 OPC_MoveParent,
16583 OPC_RecordChild1,
16584 OPC_MoveParent,
16585 OPC_MoveParent,
16586 OPC_CheckType, MVT::v4i32,
16587 OPC_MoveParent,
16588 OPC_CheckType, MVT::v8i16,
16589 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
16590 MVT::v8i16, 2, 16,
16591 0,
16592 0,
16593 0,
16594 117|128,2,
16595 OPC_MoveChild0,
16596 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16597 OPC_CheckChild0Integer, 0|128,0|128,126,
16598 OPC_CheckChild0TypeI32,
16599 OPC_MoveParent,
16600 OPC_RecordChild1,
16601 OPC_MoveSibling1,
16602 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16603 OPC_CheckChild0Integer, 127|128,127|128,1,
16604 OPC_CheckChild0TypeI32,
16605 OPC_MoveParent,
16606 OPC_MoveSibling1,
16607 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16608 OPC_CheckChild0Integer, 127|128,127|128,3,
16609 OPC_CheckChild0TypeI32,
16610 OPC_MoveParent,
16611 OPC_CheckType, MVT::v4i32,
16612 OPC_MoveSibling1,
16613 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
16614 OPC_MoveChild0,
16615 OPC_SwitchOpcode , 48|128,1, TARGET_VAL(ISD::SMIN),
16616 OPC_MoveChild0,
16617 OPC_SwitchOpcode , 88, TARGET_VAL(ISD::SMAX),
16618 OPC_Scope, 42,
16619 OPC_RecordChild0,
16620 OPC_MoveChild1,
16621 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16622 OPC_CheckChild0Integer, 0|128,0|128,126,
16623 OPC_CheckChild0TypeI32,
16624 OPC_MoveParent,
16625 OPC_MoveSibling1,
16626 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16627 OPC_CheckChild0Integer, 127|128,127|128,1,
16628 OPC_CheckChild0TypeI32,
16629 OPC_MoveParent,
16630 OPC_MoveSibling1,
16631 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16632 OPC_CheckChild0Integer, 127|128,127|128,3,
16633 OPC_CheckChild0TypeI32,
16634 OPC_MoveParent,
16635 OPC_CheckType, MVT::v4i32,
16636 OPC_MoveParent,
16637 OPC_CheckType, MVT::v8i16,
16638 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
16639 MVT::v8i16, 2, 16,
16640 42,
16641 OPC_MoveChild0,
16642 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16643 OPC_CheckChild0Integer, 0|128,0|128,126,
16644 OPC_CheckChild0TypeI32,
16645 OPC_MoveParent,
16646 OPC_RecordChild1,
16647 OPC_MoveSibling1,
16648 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16649 OPC_CheckChild0Integer, 127|128,127|128,1,
16650 OPC_CheckChild0TypeI32,
16651 OPC_MoveParent,
16652 OPC_MoveSibling1,
16653 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16654 OPC_CheckChild0Integer, 127|128,127|128,3,
16655 OPC_CheckChild0TypeI32,
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 0,
16663 79, TARGET_VAL(ISD::SPLAT_VECTOR),
16664 OPC_CheckChild0Integer, 127|128,127|128,1,
16665 OPC_CheckChild0TypeI32,
16666 OPC_MoveSibling1,
16667 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
16668 OPC_Scope, 33,
16669 OPC_RecordChild0,
16670 OPC_MoveChild1,
16671 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16672 OPC_CheckChild0Integer, 0|128,0|128,126,
16673 OPC_CheckChild0TypeI32,
16674 OPC_MoveParent,
16675 OPC_MoveParent,
16676 OPC_MoveSibling1,
16677 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16678 OPC_CheckChild0Integer, 127|128,127|128,3,
16679 OPC_CheckChild0TypeI32,
16680 OPC_MoveParent,
16681 OPC_CheckType, MVT::v4i32,
16682 OPC_MoveParent,
16683 OPC_CheckType, MVT::v8i16,
16684 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
16685 MVT::v8i16, 2, 16,
16686 33,
16687 OPC_MoveChild0,
16688 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16689 OPC_CheckChild0Integer, 0|128,0|128,126,
16690 OPC_CheckChild0TypeI32,
16691 OPC_MoveParent,
16692 OPC_RecordChild1,
16693 OPC_MoveParent,
16694 OPC_MoveSibling1,
16695 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16696 OPC_CheckChild0Integer, 127|128,127|128,3,
16697 OPC_CheckChild0TypeI32,
16698 OPC_MoveParent,
16699 OPC_CheckType, MVT::v4i32,
16700 OPC_MoveParent,
16701 OPC_CheckType, MVT::v8i16,
16702 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
16703 MVT::v8i16, 2, 16,
16704 0,
16705 0,
16706 21|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
16707 OPC_CheckChild0Integer, 127|128,127|128,3,
16708 OPC_CheckChild0TypeI32,
16709 OPC_MoveSibling1,
16710 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
16711 OPC_MoveChild0,
16712 OPC_SwitchOpcode , 70, TARGET_VAL(ISD::SMAX),
16713 OPC_Scope, 33,
16714 OPC_RecordChild0,
16715 OPC_MoveChild1,
16716 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16717 OPC_CheckChild0Integer, 0|128,0|128,126,
16718 OPC_CheckChild0TypeI32,
16719 OPC_MoveParent,
16720 OPC_MoveSibling1,
16721 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16722 OPC_CheckChild0Integer, 127|128,127|128,1,
16723 OPC_CheckChild0TypeI32,
16724 OPC_MoveParent,
16725 OPC_MoveParent,
16726 OPC_CheckType, MVT::v4i32,
16727 OPC_MoveParent,
16728 OPC_CheckType, MVT::v8i16,
16729 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
16730 MVT::v8i16, 2, 16,
16731 33,
16732 OPC_MoveChild0,
16733 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16734 OPC_CheckChild0Integer, 0|128,0|128,126,
16735 OPC_CheckChild0TypeI32,
16736 OPC_MoveParent,
16737 OPC_RecordChild1,
16738 OPC_MoveSibling1,
16739 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16740 OPC_CheckChild0Integer, 127|128,127|128,1,
16741 OPC_CheckChild0TypeI32,
16742 OPC_MoveParent,
16743 OPC_MoveParent,
16744 OPC_CheckType, MVT::v4i32,
16745 OPC_MoveParent,
16746 OPC_CheckType, MVT::v8i16,
16747 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
16748 MVT::v8i16, 2, 16,
16749 0,
16750 61, TARGET_VAL(ISD::SPLAT_VECTOR),
16751 OPC_CheckChild0Integer, 127|128,127|128,1,
16752 OPC_CheckChild0TypeI32,
16753 OPC_MoveSibling1,
16754 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
16755 OPC_Scope, 24,
16756 OPC_RecordChild0,
16757 OPC_MoveChild1,
16758 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16759 OPC_CheckChild0Integer, 0|128,0|128,126,
16760 OPC_CheckChild0TypeI32,
16761 OPC_MoveParent,
16762 OPC_MoveParent,
16763 OPC_MoveParent,
16764 OPC_CheckType, MVT::v4i32,
16765 OPC_MoveParent,
16766 OPC_CheckType, MVT::v8i16,
16767 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
16768 MVT::v8i16, 2, 16,
16769 24,
16770 OPC_MoveChild0,
16771 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16772 OPC_CheckChild0Integer, 0|128,0|128,126,
16773 OPC_CheckChild0TypeI32,
16774 OPC_MoveParent,
16775 OPC_RecordChild1,
16776 OPC_MoveParent,
16777 OPC_MoveParent,
16778 OPC_CheckType, MVT::v4i32,
16779 OPC_MoveParent,
16780 OPC_CheckType, MVT::v8i16,
16781 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
16782 MVT::v8i16, 2, 16,
16783 0,
16784 0,
16785 0,
16786 0,
16787 41|128,11, TARGET_VAL(ISD::SPLAT_VECTOR),
16788 OPC_Scope, 60|128,5,
16789 OPC_CheckChild0Integer, 127|128,0,
16790 OPC_CheckChild0TypeI32,
16791 OPC_MoveSibling1,
16792 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
16793 OPC_Scope, 87|128,2,
16794 OPC_RecordChild0,
16795 OPC_MoveChild1,
16796 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16797 OPC_CheckChild0Integer, 0|128,127,
16798 OPC_CheckChild0TypeI32,
16799 OPC_MoveParent,
16800 OPC_MoveParent,
16801 OPC_MoveSibling1,
16802 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16803 OPC_CheckChild0Integer, 127|128,1,
16804 OPC_CheckChild0TypeI32,
16805 OPC_MoveParent,
16806 OPC_CheckType, MVT::v8i16,
16807 OPC_MoveSibling1,
16808 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
16809 OPC_MoveChild0,
16810 OPC_SwitchOpcode , 37|128,1, TARGET_VAL(ISD::SMIN),
16811 OPC_MoveChild0,
16812 OPC_SwitchOpcode , 82, TARGET_VAL(ISD::SMAX),
16813 OPC_Scope, 39,
16814 OPC_RecordChild0,
16815 OPC_MoveChild1,
16816 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16817 OPC_CheckChild0Integer, 0|128,127,
16818 OPC_CheckChild0TypeI32,
16819 OPC_MoveParent,
16820 OPC_MoveSibling1,
16821 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16822 OPC_CheckChild0Integer, 127|128,0,
16823 OPC_CheckChild0TypeI32,
16824 OPC_MoveParent,
16825 OPC_MoveSibling1,
16826 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16827 OPC_CheckChild0Integer, 127|128,1,
16828 OPC_CheckChild0TypeI32,
16829 OPC_MoveParent,
16830 OPC_CheckType, MVT::v8i16,
16831 OPC_MoveParent,
16832 OPC_CheckType, MVT::v16i8,
16833 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
16834 MVT::v16i8, 2, 16,
16835 39,
16836 OPC_MoveChild0,
16837 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16838 OPC_CheckChild0Integer, 0|128,127,
16839 OPC_CheckChild0TypeI32,
16840 OPC_MoveParent,
16841 OPC_RecordChild1,
16842 OPC_MoveSibling1,
16843 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16844 OPC_CheckChild0Integer, 127|128,0,
16845 OPC_CheckChild0TypeI32,
16846 OPC_MoveParent,
16847 OPC_MoveSibling1,
16848 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16849 OPC_CheckChild0Integer, 127|128,1,
16850 OPC_CheckChild0TypeI32,
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 0,
16858 74, TARGET_VAL(ISD::SPLAT_VECTOR),
16859 OPC_CheckChild0Integer, 127|128,0,
16860 OPC_CheckChild0TypeI32,
16861 OPC_MoveSibling1,
16862 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
16863 OPC_Scope, 31,
16864 OPC_RecordChild0,
16865 OPC_MoveChild1,
16866 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16867 OPC_CheckChild0Integer, 0|128,127,
16868 OPC_CheckChild0TypeI32,
16869 OPC_MoveParent,
16870 OPC_MoveParent,
16871 OPC_MoveSibling1,
16872 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16873 OPC_CheckChild0Integer, 127|128,1,
16874 OPC_CheckChild0TypeI32,
16875 OPC_MoveParent,
16876 OPC_CheckType, MVT::v8i16,
16877 OPC_MoveParent,
16878 OPC_CheckType, MVT::v16i8,
16879 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
16880 MVT::v16i8, 2, 16,
16881 31,
16882 OPC_MoveChild0,
16883 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16884 OPC_CheckChild0Integer, 0|128,127,
16885 OPC_CheckChild0TypeI32,
16886 OPC_MoveParent,
16887 OPC_RecordChild1,
16888 OPC_MoveParent,
16889 OPC_MoveSibling1,
16890 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16891 OPC_CheckChild0Integer, 127|128,1,
16892 OPC_CheckChild0TypeI32,
16893 OPC_MoveParent,
16894 OPC_CheckType, MVT::v8i16,
16895 OPC_MoveParent,
16896 OPC_CheckType, MVT::v16i8,
16897 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
16898 MVT::v16i8, 2, 16,
16899 0,
16900 0,
16901 13|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
16902 OPC_CheckChild0Integer, 127|128,1,
16903 OPC_CheckChild0TypeI32,
16904 OPC_MoveSibling1,
16905 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
16906 OPC_MoveChild0,
16907 OPC_SwitchOpcode , 66, TARGET_VAL(ISD::SMAX),
16908 OPC_Scope, 31,
16909 OPC_RecordChild0,
16910 OPC_MoveChild1,
16911 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16912 OPC_CheckChild0Integer, 0|128,127,
16913 OPC_CheckChild0TypeI32,
16914 OPC_MoveParent,
16915 OPC_MoveSibling1,
16916 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16917 OPC_CheckChild0Integer, 127|128,0,
16918 OPC_CheckChild0TypeI32,
16919 OPC_MoveParent,
16920 OPC_MoveParent,
16921 OPC_CheckType, MVT::v8i16,
16922 OPC_MoveParent,
16923 OPC_CheckType, MVT::v16i8,
16924 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
16925 MVT::v16i8, 2, 16,
16926 31,
16927 OPC_MoveChild0,
16928 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16929 OPC_CheckChild0Integer, 0|128,127,
16930 OPC_CheckChild0TypeI32,
16931 OPC_MoveParent,
16932 OPC_RecordChild1,
16933 OPC_MoveSibling1,
16934 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16935 OPC_CheckChild0Integer, 127|128,0,
16936 OPC_CheckChild0TypeI32,
16937 OPC_MoveParent,
16938 OPC_MoveParent,
16939 OPC_CheckType, MVT::v8i16,
16940 OPC_MoveParent,
16941 OPC_CheckType, MVT::v16i8,
16942 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
16943 MVT::v16i8, 2, 16,
16944 0,
16945 58, TARGET_VAL(ISD::SPLAT_VECTOR),
16946 OPC_CheckChild0Integer, 127|128,0,
16947 OPC_CheckChild0TypeI32,
16948 OPC_MoveSibling1,
16949 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
16950 OPC_Scope, 23,
16951 OPC_RecordChild0,
16952 OPC_MoveChild1,
16953 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16954 OPC_CheckChild0Integer, 0|128,127,
16955 OPC_CheckChild0TypeI32,
16956 OPC_MoveParent,
16957 OPC_MoveParent,
16958 OPC_MoveParent,
16959 OPC_CheckType, MVT::v8i16,
16960 OPC_MoveParent,
16961 OPC_CheckType, MVT::v16i8,
16962 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
16963 MVT::v16i8, 2, 16,
16964 23,
16965 OPC_MoveChild0,
16966 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16967 OPC_CheckChild0Integer, 0|128,127,
16968 OPC_CheckChild0TypeI32,
16969 OPC_MoveParent,
16970 OPC_RecordChild1,
16971 OPC_MoveParent,
16972 OPC_MoveParent,
16973 OPC_CheckType, MVT::v8i16,
16974 OPC_MoveParent,
16975 OPC_CheckType, MVT::v16i8,
16976 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
16977 MVT::v16i8, 2, 16,
16978 0,
16979 0,
16980 0,
16981 87|128,2,
16982 OPC_MoveChild0,
16983 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16984 OPC_CheckChild0Integer, 0|128,127,
16985 OPC_CheckChild0TypeI32,
16986 OPC_MoveParent,
16987 OPC_RecordChild1,
16988 OPC_MoveParent,
16989 OPC_MoveSibling1,
16990 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
16991 OPC_CheckChild0Integer, 127|128,1,
16992 OPC_CheckChild0TypeI32,
16993 OPC_MoveParent,
16994 OPC_CheckType, MVT::v8i16,
16995 OPC_MoveSibling1,
16996 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
16997 OPC_MoveChild0,
16998 OPC_SwitchOpcode , 37|128,1, TARGET_VAL(ISD::SMIN),
16999 OPC_MoveChild0,
17000 OPC_SwitchOpcode , 82, TARGET_VAL(ISD::SMAX),
17001 OPC_Scope, 39,
17002 OPC_RecordChild0,
17003 OPC_MoveChild1,
17004 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17005 OPC_CheckChild0Integer, 0|128,127,
17006 OPC_CheckChild0TypeI32,
17007 OPC_MoveParent,
17008 OPC_MoveSibling1,
17009 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17010 OPC_CheckChild0Integer, 127|128,0,
17011 OPC_CheckChild0TypeI32,
17012 OPC_MoveParent,
17013 OPC_MoveSibling1,
17014 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17015 OPC_CheckChild0Integer, 127|128,1,
17016 OPC_CheckChild0TypeI32,
17017 OPC_MoveParent,
17018 OPC_CheckType, MVT::v8i16,
17019 OPC_MoveParent,
17020 OPC_CheckType, MVT::v16i8,
17021 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
17022 MVT::v16i8, 2, 16,
17023 39,
17024 OPC_MoveChild0,
17025 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17026 OPC_CheckChild0Integer, 0|128,127,
17027 OPC_CheckChild0TypeI32,
17028 OPC_MoveParent,
17029 OPC_RecordChild1,
17030 OPC_MoveSibling1,
17031 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17032 OPC_CheckChild0Integer, 127|128,0,
17033 OPC_CheckChild0TypeI32,
17034 OPC_MoveParent,
17035 OPC_MoveSibling1,
17036 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17037 OPC_CheckChild0Integer, 127|128,1,
17038 OPC_CheckChild0TypeI32,
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 0,
17046 74, TARGET_VAL(ISD::SPLAT_VECTOR),
17047 OPC_CheckChild0Integer, 127|128,0,
17048 OPC_CheckChild0TypeI32,
17049 OPC_MoveSibling1,
17050 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
17051 OPC_Scope, 31,
17052 OPC_RecordChild0,
17053 OPC_MoveChild1,
17054 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17055 OPC_CheckChild0Integer, 0|128,127,
17056 OPC_CheckChild0TypeI32,
17057 OPC_MoveParent,
17058 OPC_MoveParent,
17059 OPC_MoveSibling1,
17060 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17061 OPC_CheckChild0Integer, 127|128,1,
17062 OPC_CheckChild0TypeI32,
17063 OPC_MoveParent,
17064 OPC_CheckType, MVT::v8i16,
17065 OPC_MoveParent,
17066 OPC_CheckType, MVT::v16i8,
17067 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
17068 MVT::v16i8, 2, 16,
17069 31,
17070 OPC_MoveChild0,
17071 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17072 OPC_CheckChild0Integer, 0|128,127,
17073 OPC_CheckChild0TypeI32,
17074 OPC_MoveParent,
17075 OPC_RecordChild1,
17076 OPC_MoveParent,
17077 OPC_MoveSibling1,
17078 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17079 OPC_CheckChild0Integer, 127|128,1,
17080 OPC_CheckChild0TypeI32,
17081 OPC_MoveParent,
17082 OPC_CheckType, MVT::v8i16,
17083 OPC_MoveParent,
17084 OPC_CheckType, MVT::v16i8,
17085 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
17086 MVT::v16i8, 2, 16,
17087 0,
17088 0,
17089 13|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
17090 OPC_CheckChild0Integer, 127|128,1,
17091 OPC_CheckChild0TypeI32,
17092 OPC_MoveSibling1,
17093 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
17094 OPC_MoveChild0,
17095 OPC_SwitchOpcode , 66, TARGET_VAL(ISD::SMAX),
17096 OPC_Scope, 31,
17097 OPC_RecordChild0,
17098 OPC_MoveChild1,
17099 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17100 OPC_CheckChild0Integer, 0|128,127,
17101 OPC_CheckChild0TypeI32,
17102 OPC_MoveParent,
17103 OPC_MoveSibling1,
17104 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17105 OPC_CheckChild0Integer, 127|128,0,
17106 OPC_CheckChild0TypeI32,
17107 OPC_MoveParent,
17108 OPC_MoveParent,
17109 OPC_CheckType, MVT::v8i16,
17110 OPC_MoveParent,
17111 OPC_CheckType, MVT::v16i8,
17112 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
17113 MVT::v16i8, 2, 16,
17114 31,
17115 OPC_MoveChild0,
17116 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17117 OPC_CheckChild0Integer, 0|128,127,
17118 OPC_CheckChild0TypeI32,
17119 OPC_MoveParent,
17120 OPC_RecordChild1,
17121 OPC_MoveSibling1,
17122 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17123 OPC_CheckChild0Integer, 127|128,0,
17124 OPC_CheckChild0TypeI32,
17125 OPC_MoveParent,
17126 OPC_MoveParent,
17127 OPC_CheckType, MVT::v8i16,
17128 OPC_MoveParent,
17129 OPC_CheckType, MVT::v16i8,
17130 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
17131 MVT::v16i8, 2, 16,
17132 0,
17133 58, TARGET_VAL(ISD::SPLAT_VECTOR),
17134 OPC_CheckChild0Integer, 127|128,0,
17135 OPC_CheckChild0TypeI32,
17136 OPC_MoveSibling1,
17137 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
17138 OPC_Scope, 23,
17139 OPC_RecordChild0,
17140 OPC_MoveChild1,
17141 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17142 OPC_CheckChild0Integer, 0|128,127,
17143 OPC_CheckChild0TypeI32,
17144 OPC_MoveParent,
17145 OPC_MoveParent,
17146 OPC_MoveParent,
17147 OPC_CheckType, MVT::v8i16,
17148 OPC_MoveParent,
17149 OPC_CheckType, MVT::v16i8,
17150 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
17151 MVT::v16i8, 2, 16,
17152 23,
17153 OPC_MoveChild0,
17154 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17155 OPC_CheckChild0Integer, 0|128,127,
17156 OPC_CheckChild0TypeI32,
17157 OPC_MoveParent,
17158 OPC_RecordChild1,
17159 OPC_MoveParent,
17160 OPC_MoveParent,
17161 OPC_CheckType, MVT::v8i16,
17162 OPC_MoveParent,
17163 OPC_CheckType, MVT::v16i8,
17164 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
17165 MVT::v16i8, 2, 16,
17166 0,
17167 0,
17168 0,
17169 0,
17170 103|128,5,
17171 OPC_CheckChild0Integer, 127|128,127|128,1,
17172 OPC_CheckChild0TypeI32,
17173 OPC_MoveSibling1,
17174 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
17175 OPC_Scope, 108|128,2,
17176 OPC_RecordChild0,
17177 OPC_MoveChild1,
17178 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17179 OPC_CheckChild0Integer, 0|128,0|128,126,
17180 OPC_CheckChild0TypeI32,
17181 OPC_MoveParent,
17182 OPC_MoveParent,
17183 OPC_MoveSibling1,
17184 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17185 OPC_CheckChild0Integer, 127|128,127|128,3,
17186 OPC_CheckChild0TypeI32,
17187 OPC_MoveParent,
17188 OPC_CheckType, MVT::v4i32,
17189 OPC_MoveSibling1,
17190 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
17191 OPC_MoveChild0,
17192 OPC_SwitchOpcode , 48|128,1, TARGET_VAL(ISD::SMIN),
17193 OPC_MoveChild0,
17194 OPC_SwitchOpcode , 88, TARGET_VAL(ISD::SMAX),
17195 OPC_Scope, 42,
17196 OPC_RecordChild0,
17197 OPC_MoveChild1,
17198 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17199 OPC_CheckChild0Integer, 0|128,0|128,126,
17200 OPC_CheckChild0TypeI32,
17201 OPC_MoveParent,
17202 OPC_MoveSibling1,
17203 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17204 OPC_CheckChild0Integer, 127|128,127|128,1,
17205 OPC_CheckChild0TypeI32,
17206 OPC_MoveParent,
17207 OPC_MoveSibling1,
17208 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17209 OPC_CheckChild0Integer, 127|128,127|128,3,
17210 OPC_CheckChild0TypeI32,
17211 OPC_MoveParent,
17212 OPC_CheckType, MVT::v4i32,
17213 OPC_MoveParent,
17214 OPC_CheckType, MVT::v8i16,
17215 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
17216 MVT::v8i16, 2, 16,
17217 42,
17218 OPC_MoveChild0,
17219 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17220 OPC_CheckChild0Integer, 0|128,0|128,126,
17221 OPC_CheckChild0TypeI32,
17222 OPC_MoveParent,
17223 OPC_RecordChild1,
17224 OPC_MoveSibling1,
17225 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17226 OPC_CheckChild0Integer, 127|128,127|128,1,
17227 OPC_CheckChild0TypeI32,
17228 OPC_MoveParent,
17229 OPC_MoveSibling1,
17230 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17231 OPC_CheckChild0Integer, 127|128,127|128,3,
17232 OPC_CheckChild0TypeI32,
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 0,
17240 79, TARGET_VAL(ISD::SPLAT_VECTOR),
17241 OPC_CheckChild0Integer, 127|128,127|128,1,
17242 OPC_CheckChild0TypeI32,
17243 OPC_MoveSibling1,
17244 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
17245 OPC_Scope, 33,
17246 OPC_RecordChild0,
17247 OPC_MoveChild1,
17248 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17249 OPC_CheckChild0Integer, 0|128,0|128,126,
17250 OPC_CheckChild0TypeI32,
17251 OPC_MoveParent,
17252 OPC_MoveParent,
17253 OPC_MoveSibling1,
17254 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17255 OPC_CheckChild0Integer, 127|128,127|128,3,
17256 OPC_CheckChild0TypeI32,
17257 OPC_MoveParent,
17258 OPC_CheckType, MVT::v4i32,
17259 OPC_MoveParent,
17260 OPC_CheckType, MVT::v8i16,
17261 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
17262 MVT::v8i16, 2, 16,
17263 33,
17264 OPC_MoveChild0,
17265 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17266 OPC_CheckChild0Integer, 0|128,0|128,126,
17267 OPC_CheckChild0TypeI32,
17268 OPC_MoveParent,
17269 OPC_RecordChild1,
17270 OPC_MoveParent,
17271 OPC_MoveSibling1,
17272 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17273 OPC_CheckChild0Integer, 127|128,127|128,3,
17274 OPC_CheckChild0TypeI32,
17275 OPC_MoveParent,
17276 OPC_CheckType, MVT::v4i32,
17277 OPC_MoveParent,
17278 OPC_CheckType, MVT::v8i16,
17279 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
17280 MVT::v8i16, 2, 16,
17281 0,
17282 0,
17283 21|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
17284 OPC_CheckChild0Integer, 127|128,127|128,3,
17285 OPC_CheckChild0TypeI32,
17286 OPC_MoveSibling1,
17287 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
17288 OPC_MoveChild0,
17289 OPC_SwitchOpcode , 70, TARGET_VAL(ISD::SMAX),
17290 OPC_Scope, 33,
17291 OPC_RecordChild0,
17292 OPC_MoveChild1,
17293 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17294 OPC_CheckChild0Integer, 0|128,0|128,126,
17295 OPC_CheckChild0TypeI32,
17296 OPC_MoveParent,
17297 OPC_MoveSibling1,
17298 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17299 OPC_CheckChild0Integer, 127|128,127|128,1,
17300 OPC_CheckChild0TypeI32,
17301 OPC_MoveParent,
17302 OPC_MoveParent,
17303 OPC_CheckType, MVT::v4i32,
17304 OPC_MoveParent,
17305 OPC_CheckType, MVT::v8i16,
17306 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
17307 MVT::v8i16, 2, 16,
17308 33,
17309 OPC_MoveChild0,
17310 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17311 OPC_CheckChild0Integer, 0|128,0|128,126,
17312 OPC_CheckChild0TypeI32,
17313 OPC_MoveParent,
17314 OPC_RecordChild1,
17315 OPC_MoveSibling1,
17316 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17317 OPC_CheckChild0Integer, 127|128,127|128,1,
17318 OPC_CheckChild0TypeI32,
17319 OPC_MoveParent,
17320 OPC_MoveParent,
17321 OPC_CheckType, MVT::v4i32,
17322 OPC_MoveParent,
17323 OPC_CheckType, MVT::v8i16,
17324 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
17325 MVT::v8i16, 2, 16,
17326 0,
17327 61, TARGET_VAL(ISD::SPLAT_VECTOR),
17328 OPC_CheckChild0Integer, 127|128,127|128,1,
17329 OPC_CheckChild0TypeI32,
17330 OPC_MoveSibling1,
17331 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
17332 OPC_Scope, 24,
17333 OPC_RecordChild0,
17334 OPC_MoveChild1,
17335 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17336 OPC_CheckChild0Integer, 0|128,0|128,126,
17337 OPC_CheckChild0TypeI32,
17338 OPC_MoveParent,
17339 OPC_MoveParent,
17340 OPC_MoveParent,
17341 OPC_CheckType, MVT::v4i32,
17342 OPC_MoveParent,
17343 OPC_CheckType, MVT::v8i16,
17344 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
17345 MVT::v8i16, 2, 16,
17346 24,
17347 OPC_MoveChild0,
17348 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17349 OPC_CheckChild0Integer, 0|128,0|128,126,
17350 OPC_CheckChild0TypeI32,
17351 OPC_MoveParent,
17352 OPC_RecordChild1,
17353 OPC_MoveParent,
17354 OPC_MoveParent,
17355 OPC_CheckType, MVT::v4i32,
17356 OPC_MoveParent,
17357 OPC_CheckType, MVT::v8i16,
17358 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
17359 MVT::v8i16, 2, 16,
17360 0,
17361 0,
17362 0,
17363 108|128,2,
17364 OPC_MoveChild0,
17365 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17366 OPC_CheckChild0Integer, 0|128,0|128,126,
17367 OPC_CheckChild0TypeI32,
17368 OPC_MoveParent,
17369 OPC_RecordChild1,
17370 OPC_MoveParent,
17371 OPC_MoveSibling1,
17372 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17373 OPC_CheckChild0Integer, 127|128,127|128,3,
17374 OPC_CheckChild0TypeI32,
17375 OPC_MoveParent,
17376 OPC_CheckType, MVT::v4i32,
17377 OPC_MoveSibling1,
17378 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
17379 OPC_MoveChild0,
17380 OPC_SwitchOpcode , 48|128,1, TARGET_VAL(ISD::SMIN),
17381 OPC_MoveChild0,
17382 OPC_SwitchOpcode , 88, TARGET_VAL(ISD::SMAX),
17383 OPC_Scope, 42,
17384 OPC_RecordChild0,
17385 OPC_MoveChild1,
17386 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17387 OPC_CheckChild0Integer, 0|128,0|128,126,
17388 OPC_CheckChild0TypeI32,
17389 OPC_MoveParent,
17390 OPC_MoveSibling1,
17391 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17392 OPC_CheckChild0Integer, 127|128,127|128,1,
17393 OPC_CheckChild0TypeI32,
17394 OPC_MoveParent,
17395 OPC_MoveSibling1,
17396 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17397 OPC_CheckChild0Integer, 127|128,127|128,3,
17398 OPC_CheckChild0TypeI32,
17399 OPC_MoveParent,
17400 OPC_CheckType, MVT::v4i32,
17401 OPC_MoveParent,
17402 OPC_CheckType, MVT::v8i16,
17403 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
17404 MVT::v8i16, 2, 16,
17405 42,
17406 OPC_MoveChild0,
17407 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17408 OPC_CheckChild0Integer, 0|128,0|128,126,
17409 OPC_CheckChild0TypeI32,
17410 OPC_MoveParent,
17411 OPC_RecordChild1,
17412 OPC_MoveSibling1,
17413 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17414 OPC_CheckChild0Integer, 127|128,127|128,1,
17415 OPC_CheckChild0TypeI32,
17416 OPC_MoveParent,
17417 OPC_MoveSibling1,
17418 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17419 OPC_CheckChild0Integer, 127|128,127|128,3,
17420 OPC_CheckChild0TypeI32,
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 0,
17428 79, TARGET_VAL(ISD::SPLAT_VECTOR),
17429 OPC_CheckChild0Integer, 127|128,127|128,1,
17430 OPC_CheckChild0TypeI32,
17431 OPC_MoveSibling1,
17432 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
17433 OPC_Scope, 33,
17434 OPC_RecordChild0,
17435 OPC_MoveChild1,
17436 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17437 OPC_CheckChild0Integer, 0|128,0|128,126,
17438 OPC_CheckChild0TypeI32,
17439 OPC_MoveParent,
17440 OPC_MoveParent,
17441 OPC_MoveSibling1,
17442 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17443 OPC_CheckChild0Integer, 127|128,127|128,3,
17444 OPC_CheckChild0TypeI32,
17445 OPC_MoveParent,
17446 OPC_CheckType, MVT::v4i32,
17447 OPC_MoveParent,
17448 OPC_CheckType, MVT::v8i16,
17449 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
17450 MVT::v8i16, 2, 16,
17451 33,
17452 OPC_MoveChild0,
17453 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17454 OPC_CheckChild0Integer, 0|128,0|128,126,
17455 OPC_CheckChild0TypeI32,
17456 OPC_MoveParent,
17457 OPC_RecordChild1,
17458 OPC_MoveParent,
17459 OPC_MoveSibling1,
17460 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17461 OPC_CheckChild0Integer, 127|128,127|128,3,
17462 OPC_CheckChild0TypeI32,
17463 OPC_MoveParent,
17464 OPC_CheckType, MVT::v4i32,
17465 OPC_MoveParent,
17466 OPC_CheckType, MVT::v8i16,
17467 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
17468 MVT::v8i16, 2, 16,
17469 0,
17470 0,
17471 21|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
17472 OPC_CheckChild0Integer, 127|128,127|128,3,
17473 OPC_CheckChild0TypeI32,
17474 OPC_MoveSibling1,
17475 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
17476 OPC_MoveChild0,
17477 OPC_SwitchOpcode , 70, TARGET_VAL(ISD::SMAX),
17478 OPC_Scope, 33,
17479 OPC_RecordChild0,
17480 OPC_MoveChild1,
17481 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17482 OPC_CheckChild0Integer, 0|128,0|128,126,
17483 OPC_CheckChild0TypeI32,
17484 OPC_MoveParent,
17485 OPC_MoveSibling1,
17486 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17487 OPC_CheckChild0Integer, 127|128,127|128,1,
17488 OPC_CheckChild0TypeI32,
17489 OPC_MoveParent,
17490 OPC_MoveParent,
17491 OPC_CheckType, MVT::v4i32,
17492 OPC_MoveParent,
17493 OPC_CheckType, MVT::v8i16,
17494 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
17495 MVT::v8i16, 2, 16,
17496 33,
17497 OPC_MoveChild0,
17498 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17499 OPC_CheckChild0Integer, 0|128,0|128,126,
17500 OPC_CheckChild0TypeI32,
17501 OPC_MoveParent,
17502 OPC_RecordChild1,
17503 OPC_MoveSibling1,
17504 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17505 OPC_CheckChild0Integer, 127|128,127|128,1,
17506 OPC_CheckChild0TypeI32,
17507 OPC_MoveParent,
17508 OPC_MoveParent,
17509 OPC_CheckType, MVT::v4i32,
17510 OPC_MoveParent,
17511 OPC_CheckType, MVT::v8i16,
17512 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
17513 MVT::v8i16, 2, 16,
17514 0,
17515 61, TARGET_VAL(ISD::SPLAT_VECTOR),
17516 OPC_CheckChild0Integer, 127|128,127|128,1,
17517 OPC_CheckChild0TypeI32,
17518 OPC_MoveSibling1,
17519 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
17520 OPC_Scope, 24,
17521 OPC_RecordChild0,
17522 OPC_MoveChild1,
17523 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17524 OPC_CheckChild0Integer, 0|128,0|128,126,
17525 OPC_CheckChild0TypeI32,
17526 OPC_MoveParent,
17527 OPC_MoveParent,
17528 OPC_MoveParent,
17529 OPC_CheckType, MVT::v4i32,
17530 OPC_MoveParent,
17531 OPC_CheckType, MVT::v8i16,
17532 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
17533 MVT::v8i16, 2, 16,
17534 24,
17535 OPC_MoveChild0,
17536 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17537 OPC_CheckChild0Integer, 0|128,0|128,126,
17538 OPC_CheckChild0TypeI32,
17539 OPC_MoveParent,
17540 OPC_RecordChild1,
17541 OPC_MoveParent,
17542 OPC_MoveParent,
17543 OPC_CheckType, MVT::v4i32,
17544 OPC_MoveParent,
17545 OPC_CheckType, MVT::v8i16,
17546 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
17547 MVT::v8i16, 2, 16,
17548 0,
17549 0,
17550 0,
17551 0,
17552 0,
17553 0,
17554 15|128,23, TARGET_VAL(ISD::SMAX),
17555 OPC_MoveChild0,
17556 OPC_SwitchOpcode , 91|128,11, TARGET_VAL(ISD::SMIN),
17557 OPC_Scope, 54|128,3,
17558 OPC_RecordChild0,
17559 OPC_MoveChild1,
17560 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17561 OPC_Scope, 90|128,2,
17562 OPC_CheckChild0Integer, 127|128,0,
17563 OPC_CheckChild0TypeI32,
17564 OPC_MoveParent,
17565 OPC_MoveSibling1,
17566 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17567 OPC_CheckChild0Integer, 0|128,127,
17568 OPC_CheckChild0TypeI32,
17569 OPC_MoveParent,
17570 OPC_MoveSibling1,
17571 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17572 OPC_CheckChild0Integer, 127|128,1,
17573 OPC_CheckChild0TypeI32,
17574 OPC_MoveParent,
17575 OPC_CheckType, MVT::v8i16,
17576 OPC_MoveSibling1,
17577 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
17578 OPC_MoveChild0,
17579 OPC_SwitchOpcode , 37|128,1, TARGET_VAL(ISD::SMAX),
17580 OPC_MoveChild0,
17581 OPC_SwitchOpcode , 82, TARGET_VAL(ISD::SMIN),
17582 OPC_Scope, 39,
17583 OPC_RecordChild0,
17584 OPC_MoveChild1,
17585 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17586 OPC_CheckChild0Integer, 127|128,0,
17587 OPC_CheckChild0TypeI32,
17588 OPC_MoveParent,
17589 OPC_MoveSibling1,
17590 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17591 OPC_CheckChild0Integer, 0|128,127,
17592 OPC_CheckChild0TypeI32,
17593 OPC_MoveParent,
17594 OPC_MoveSibling1,
17595 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17596 OPC_CheckChild0Integer, 127|128,1,
17597 OPC_CheckChild0TypeI32,
17598 OPC_MoveParent,
17599 OPC_CheckType, MVT::v8i16,
17600 OPC_MoveParent,
17601 OPC_CheckType, MVT::v16i8,
17602 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
17603 MVT::v16i8, 2, 16,
17604 39,
17605 OPC_MoveChild0,
17606 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17607 OPC_CheckChild0Integer, 127|128,0,
17608 OPC_CheckChild0TypeI32,
17609 OPC_MoveParent,
17610 OPC_RecordChild1,
17611 OPC_MoveSibling1,
17612 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17613 OPC_CheckChild0Integer, 0|128,127,
17614 OPC_CheckChild0TypeI32,
17615 OPC_MoveParent,
17616 OPC_MoveSibling1,
17617 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17618 OPC_CheckChild0Integer, 127|128,1,
17619 OPC_CheckChild0TypeI32,
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 0,
17627 74, TARGET_VAL(ISD::SPLAT_VECTOR),
17628 OPC_CheckChild0Integer, 0|128,127,
17629 OPC_CheckChild0TypeI32,
17630 OPC_MoveSibling1,
17631 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
17632 OPC_Scope, 31,
17633 OPC_RecordChild0,
17634 OPC_MoveChild1,
17635 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17636 OPC_CheckChild0Integer, 127|128,0,
17637 OPC_CheckChild0TypeI32,
17638 OPC_MoveParent,
17639 OPC_MoveParent,
17640 OPC_MoveSibling1,
17641 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17642 OPC_CheckChild0Integer, 127|128,1,
17643 OPC_CheckChild0TypeI32,
17644 OPC_MoveParent,
17645 OPC_CheckType, MVT::v8i16,
17646 OPC_MoveParent,
17647 OPC_CheckType, MVT::v16i8,
17648 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
17649 MVT::v16i8, 2, 16,
17650 31,
17651 OPC_MoveChild0,
17652 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17653 OPC_CheckChild0Integer, 127|128,0,
17654 OPC_CheckChild0TypeI32,
17655 OPC_MoveParent,
17656 OPC_RecordChild1,
17657 OPC_MoveParent,
17658 OPC_MoveSibling1,
17659 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17660 OPC_CheckChild0Integer, 127|128,1,
17661 OPC_CheckChild0TypeI32,
17662 OPC_MoveParent,
17663 OPC_CheckType, MVT::v8i16,
17664 OPC_MoveParent,
17665 OPC_CheckType, MVT::v16i8,
17666 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
17667 MVT::v16i8, 2, 16,
17668 0,
17669 0,
17670 13|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
17671 OPC_CheckChild0Integer, 127|128,1,
17672 OPC_CheckChild0TypeI32,
17673 OPC_MoveSibling1,
17674 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
17675 OPC_MoveChild0,
17676 OPC_SwitchOpcode , 66, TARGET_VAL(ISD::SMIN),
17677 OPC_Scope, 31,
17678 OPC_RecordChild0,
17679 OPC_MoveChild1,
17680 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17681 OPC_CheckChild0Integer, 127|128,0,
17682 OPC_CheckChild0TypeI32,
17683 OPC_MoveParent,
17684 OPC_MoveSibling1,
17685 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17686 OPC_CheckChild0Integer, 0|128,127,
17687 OPC_CheckChild0TypeI32,
17688 OPC_MoveParent,
17689 OPC_MoveParent,
17690 OPC_CheckType, MVT::v8i16,
17691 OPC_MoveParent,
17692 OPC_CheckType, MVT::v16i8,
17693 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
17694 MVT::v16i8, 2, 16,
17695 31,
17696 OPC_MoveChild0,
17697 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17698 OPC_CheckChild0Integer, 127|128,0,
17699 OPC_CheckChild0TypeI32,
17700 OPC_MoveParent,
17701 OPC_RecordChild1,
17702 OPC_MoveSibling1,
17703 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17704 OPC_CheckChild0Integer, 0|128,127,
17705 OPC_CheckChild0TypeI32,
17706 OPC_MoveParent,
17707 OPC_MoveParent,
17708 OPC_CheckType, MVT::v8i16,
17709 OPC_MoveParent,
17710 OPC_CheckType, MVT::v16i8,
17711 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
17712 MVT::v16i8, 2, 16,
17713 0,
17714 58, TARGET_VAL(ISD::SPLAT_VECTOR),
17715 OPC_CheckChild0Integer, 0|128,127,
17716 OPC_CheckChild0TypeI32,
17717 OPC_MoveSibling1,
17718 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
17719 OPC_Scope, 23,
17720 OPC_RecordChild0,
17721 OPC_MoveChild1,
17722 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17723 OPC_CheckChild0Integer, 127|128,0,
17724 OPC_CheckChild0TypeI32,
17725 OPC_MoveParent,
17726 OPC_MoveParent,
17727 OPC_MoveParent,
17728 OPC_CheckType, MVT::v8i16,
17729 OPC_MoveParent,
17730 OPC_CheckType, MVT::v16i8,
17731 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
17732 MVT::v16i8, 2, 16,
17733 23,
17734 OPC_MoveChild0,
17735 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17736 OPC_CheckChild0Integer, 127|128,0,
17737 OPC_CheckChild0TypeI32,
17738 OPC_MoveParent,
17739 OPC_RecordChild1,
17740 OPC_MoveParent,
17741 OPC_MoveParent,
17742 OPC_CheckType, MVT::v8i16,
17743 OPC_MoveParent,
17744 OPC_CheckType, MVT::v16i8,
17745 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
17746 MVT::v16i8, 2, 16,
17747 0,
17748 0,
17749 0,
17750 82,
17751 OPC_CheckChild0Integer, 127|128,127|128,1,
17752 OPC_CheckChild0TypeI32,
17753 OPC_MoveParent,
17754 OPC_MoveSibling1,
17755 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17756 OPC_CheckChild0Integer, 0|128,0|128,126,
17757 OPC_CheckChild0TypeI32,
17758 OPC_MoveParent,
17759 OPC_MoveSibling1,
17760 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17761 OPC_CheckChild0Integer, 127|128,127|128,3,
17762 OPC_CheckChild0TypeI32,
17763 OPC_MoveParent,
17764 OPC_CheckType, MVT::v4i32,
17765 OPC_MoveSibling1,
17766 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
17767 OPC_MoveChild0,
17768 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
17769 OPC_MoveChild0,
17770 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
17771 OPC_RecordChild0,
17772 OPC_MoveChild1,
17773 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17774 OPC_CheckChild0Integer, 127|128,127|128,1,
17775 OPC_CheckChild0TypeI32,
17776 OPC_MoveParent,
17777 OPC_MoveSibling1,
17778 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17779 OPC_CheckChild0Integer, 0|128,0|128,126,
17780 OPC_CheckChild0TypeI32,
17781 OPC_MoveParent,
17782 OPC_MoveSibling1,
17783 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17784 OPC_CheckChild0Integer, 127|128,127|128,3,
17785 OPC_CheckChild0TypeI32,
17786 OPC_MoveParent,
17787 OPC_CheckType, MVT::v4i32,
17788 OPC_MoveParent,
17789 OPC_CheckType, MVT::v8i16,
17790 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
17791 MVT::v8i16, 2, 16,
17792 0,
17793 95|128,2,
17794 OPC_MoveChild0,
17795 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17796 OPC_CheckChild0Integer, 127|128,0,
17797 OPC_CheckChild0TypeI32,
17798 OPC_MoveParent,
17799 OPC_RecordChild1,
17800 OPC_MoveSibling1,
17801 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17802 OPC_CheckChild0Integer, 0|128,127,
17803 OPC_CheckChild0TypeI32,
17804 OPC_MoveParent,
17805 OPC_MoveSibling1,
17806 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17807 OPC_CheckChild0Integer, 127|128,1,
17808 OPC_CheckChild0TypeI32,
17809 OPC_MoveParent,
17810 OPC_CheckType, MVT::v8i16,
17811 OPC_MoveSibling1,
17812 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
17813 OPC_MoveChild0,
17814 OPC_SwitchOpcode , 37|128,1, TARGET_VAL(ISD::SMAX),
17815 OPC_MoveChild0,
17816 OPC_SwitchOpcode , 82, TARGET_VAL(ISD::SMIN),
17817 OPC_Scope, 39,
17818 OPC_RecordChild0,
17819 OPC_MoveChild1,
17820 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17821 OPC_CheckChild0Integer, 127|128,0,
17822 OPC_CheckChild0TypeI32,
17823 OPC_MoveParent,
17824 OPC_MoveSibling1,
17825 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17826 OPC_CheckChild0Integer, 0|128,127,
17827 OPC_CheckChild0TypeI32,
17828 OPC_MoveParent,
17829 OPC_MoveSibling1,
17830 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17831 OPC_CheckChild0Integer, 127|128,1,
17832 OPC_CheckChild0TypeI32,
17833 OPC_MoveParent,
17834 OPC_CheckType, MVT::v8i16,
17835 OPC_MoveParent,
17836 OPC_CheckType, MVT::v16i8,
17837 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
17838 MVT::v16i8, 2, 16,
17839 39,
17840 OPC_MoveChild0,
17841 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17842 OPC_CheckChild0Integer, 127|128,0,
17843 OPC_CheckChild0TypeI32,
17844 OPC_MoveParent,
17845 OPC_RecordChild1,
17846 OPC_MoveSibling1,
17847 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17848 OPC_CheckChild0Integer, 0|128,127,
17849 OPC_CheckChild0TypeI32,
17850 OPC_MoveParent,
17851 OPC_MoveSibling1,
17852 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17853 OPC_CheckChild0Integer, 127|128,1,
17854 OPC_CheckChild0TypeI32,
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 0,
17862 74, TARGET_VAL(ISD::SPLAT_VECTOR),
17863 OPC_CheckChild0Integer, 0|128,127,
17864 OPC_CheckChild0TypeI32,
17865 OPC_MoveSibling1,
17866 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
17867 OPC_Scope, 31,
17868 OPC_RecordChild0,
17869 OPC_MoveChild1,
17870 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17871 OPC_CheckChild0Integer, 127|128,0,
17872 OPC_CheckChild0TypeI32,
17873 OPC_MoveParent,
17874 OPC_MoveParent,
17875 OPC_MoveSibling1,
17876 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17877 OPC_CheckChild0Integer, 127|128,1,
17878 OPC_CheckChild0TypeI32,
17879 OPC_MoveParent,
17880 OPC_CheckType, MVT::v8i16,
17881 OPC_MoveParent,
17882 OPC_CheckType, MVT::v16i8,
17883 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
17884 MVT::v16i8, 2, 16,
17885 31,
17886 OPC_MoveChild0,
17887 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17888 OPC_CheckChild0Integer, 127|128,0,
17889 OPC_CheckChild0TypeI32,
17890 OPC_MoveParent,
17891 OPC_RecordChild1,
17892 OPC_MoveParent,
17893 OPC_MoveSibling1,
17894 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17895 OPC_CheckChild0Integer, 127|128,1,
17896 OPC_CheckChild0TypeI32,
17897 OPC_MoveParent,
17898 OPC_CheckType, MVT::v8i16,
17899 OPC_MoveParent,
17900 OPC_CheckType, MVT::v16i8,
17901 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
17902 MVT::v16i8, 2, 16,
17903 0,
17904 0,
17905 13|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
17906 OPC_CheckChild0Integer, 127|128,1,
17907 OPC_CheckChild0TypeI32,
17908 OPC_MoveSibling1,
17909 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
17910 OPC_MoveChild0,
17911 OPC_SwitchOpcode , 66, TARGET_VAL(ISD::SMIN),
17912 OPC_Scope, 31,
17913 OPC_RecordChild0,
17914 OPC_MoveChild1,
17915 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17916 OPC_CheckChild0Integer, 127|128,0,
17917 OPC_CheckChild0TypeI32,
17918 OPC_MoveParent,
17919 OPC_MoveSibling1,
17920 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17921 OPC_CheckChild0Integer, 0|128,127,
17922 OPC_CheckChild0TypeI32,
17923 OPC_MoveParent,
17924 OPC_MoveParent,
17925 OPC_CheckType, MVT::v8i16,
17926 OPC_MoveParent,
17927 OPC_CheckType, MVT::v16i8,
17928 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
17929 MVT::v16i8, 2, 16,
17930 31,
17931 OPC_MoveChild0,
17932 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17933 OPC_CheckChild0Integer, 127|128,0,
17934 OPC_CheckChild0TypeI32,
17935 OPC_MoveParent,
17936 OPC_RecordChild1,
17937 OPC_MoveSibling1,
17938 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17939 OPC_CheckChild0Integer, 0|128,127,
17940 OPC_CheckChild0TypeI32,
17941 OPC_MoveParent,
17942 OPC_MoveParent,
17943 OPC_CheckType, MVT::v8i16,
17944 OPC_MoveParent,
17945 OPC_CheckType, MVT::v16i8,
17946 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
17947 MVT::v16i8, 2, 16,
17948 0,
17949 58, TARGET_VAL(ISD::SPLAT_VECTOR),
17950 OPC_CheckChild0Integer, 0|128,127,
17951 OPC_CheckChild0TypeI32,
17952 OPC_MoveSibling1,
17953 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
17954 OPC_Scope, 23,
17955 OPC_RecordChild0,
17956 OPC_MoveChild1,
17957 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17958 OPC_CheckChild0Integer, 127|128,0,
17959 OPC_CheckChild0TypeI32,
17960 OPC_MoveParent,
17961 OPC_MoveParent,
17962 OPC_MoveParent,
17963 OPC_CheckType, MVT::v8i16,
17964 OPC_MoveParent,
17965 OPC_CheckType, MVT::v16i8,
17966 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
17967 MVT::v16i8, 2, 16,
17968 23,
17969 OPC_MoveChild0,
17970 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17971 OPC_CheckChild0Integer, 127|128,0,
17972 OPC_CheckChild0TypeI32,
17973 OPC_MoveParent,
17974 OPC_RecordChild1,
17975 OPC_MoveParent,
17976 OPC_MoveParent,
17977 OPC_CheckType, MVT::v8i16,
17978 OPC_MoveParent,
17979 OPC_CheckType, MVT::v16i8,
17980 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
17981 MVT::v16i8, 2, 16,
17982 0,
17983 0,
17984 0,
17985 71|128,2,
17986 OPC_RecordChild0,
17987 OPC_MoveChild1,
17988 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17989 OPC_CheckChild0Integer, 127|128,127|128,1,
17990 OPC_CheckChild0TypeI32,
17991 OPC_MoveParent,
17992 OPC_MoveSibling1,
17993 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17994 OPC_CheckChild0Integer, 0|128,0|128,126,
17995 OPC_CheckChild0TypeI32,
17996 OPC_MoveParent,
17997 OPC_MoveSibling1,
17998 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
17999 OPC_CheckChild0Integer, 127|128,127|128,3,
18000 OPC_CheckChild0TypeI32,
18001 OPC_MoveParent,
18002 OPC_CheckType, MVT::v4i32,
18003 OPC_MoveSibling1,
18004 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
18005 OPC_MoveChild0,
18006 OPC_SwitchOpcode , 2|128,1, TARGET_VAL(ISD::SMAX),
18007 OPC_MoveChild0,
18008 OPC_SwitchOpcode , 42, TARGET_VAL(ISD::SMIN),
18009 OPC_MoveChild0,
18010 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18011 OPC_CheckChild0Integer, 127|128,127|128,1,
18012 OPC_CheckChild0TypeI32,
18013 OPC_MoveParent,
18014 OPC_RecordChild1,
18015 OPC_MoveSibling1,
18016 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18017 OPC_CheckChild0Integer, 0|128,0|128,126,
18018 OPC_CheckChild0TypeI32,
18019 OPC_MoveParent,
18020 OPC_MoveSibling1,
18021 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18022 OPC_CheckChild0Integer, 127|128,127|128,3,
18023 OPC_CheckChild0TypeI32,
18024 OPC_MoveParent,
18025 OPC_CheckType, MVT::v4i32,
18026 OPC_MoveParent,
18027 OPC_CheckType, MVT::v8i16,
18028 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
18029 MVT::v8i16, 2, 16,
18030 79, TARGET_VAL(ISD::SPLAT_VECTOR),
18031 OPC_CheckChild0Integer, 0|128,0|128,126,
18032 OPC_CheckChild0TypeI32,
18033 OPC_MoveSibling1,
18034 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
18035 OPC_Scope, 33,
18036 OPC_RecordChild0,
18037 OPC_MoveChild1,
18038 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18039 OPC_CheckChild0Integer, 127|128,127|128,1,
18040 OPC_CheckChild0TypeI32,
18041 OPC_MoveParent,
18042 OPC_MoveParent,
18043 OPC_MoveSibling1,
18044 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18045 OPC_CheckChild0Integer, 127|128,127|128,3,
18046 OPC_CheckChild0TypeI32,
18047 OPC_MoveParent,
18048 OPC_CheckType, MVT::v4i32,
18049 OPC_MoveParent,
18050 OPC_CheckType, MVT::v8i16,
18051 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
18052 MVT::v8i16, 2, 16,
18053 33,
18054 OPC_MoveChild0,
18055 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18056 OPC_CheckChild0Integer, 127|128,127|128,1,
18057 OPC_CheckChild0TypeI32,
18058 OPC_MoveParent,
18059 OPC_RecordChild1,
18060 OPC_MoveParent,
18061 OPC_MoveSibling1,
18062 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18063 OPC_CheckChild0Integer, 127|128,127|128,3,
18064 OPC_CheckChild0TypeI32,
18065 OPC_MoveParent,
18066 OPC_CheckType, MVT::v4i32,
18067 OPC_MoveParent,
18068 OPC_CheckType, MVT::v8i16,
18069 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
18070 MVT::v8i16, 2, 16,
18071 0,
18072 0,
18073 21|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
18074 OPC_CheckChild0Integer, 127|128,127|128,3,
18075 OPC_CheckChild0TypeI32,
18076 OPC_MoveSibling1,
18077 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
18078 OPC_MoveChild0,
18079 OPC_SwitchOpcode , 70, TARGET_VAL(ISD::SMIN),
18080 OPC_Scope, 33,
18081 OPC_RecordChild0,
18082 OPC_MoveChild1,
18083 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18084 OPC_CheckChild0Integer, 127|128,127|128,1,
18085 OPC_CheckChild0TypeI32,
18086 OPC_MoveParent,
18087 OPC_MoveSibling1,
18088 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18089 OPC_CheckChild0Integer, 0|128,0|128,126,
18090 OPC_CheckChild0TypeI32,
18091 OPC_MoveParent,
18092 OPC_MoveParent,
18093 OPC_CheckType, MVT::v4i32,
18094 OPC_MoveParent,
18095 OPC_CheckType, MVT::v8i16,
18096 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
18097 MVT::v8i16, 2, 16,
18098 33,
18099 OPC_MoveChild0,
18100 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18101 OPC_CheckChild0Integer, 127|128,127|128,1,
18102 OPC_CheckChild0TypeI32,
18103 OPC_MoveParent,
18104 OPC_RecordChild1,
18105 OPC_MoveSibling1,
18106 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18107 OPC_CheckChild0Integer, 0|128,0|128,126,
18108 OPC_CheckChild0TypeI32,
18109 OPC_MoveParent,
18110 OPC_MoveParent,
18111 OPC_CheckType, MVT::v4i32,
18112 OPC_MoveParent,
18113 OPC_CheckType, MVT::v8i16,
18114 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
18115 MVT::v8i16, 2, 16,
18116 0,
18117 61, TARGET_VAL(ISD::SPLAT_VECTOR),
18118 OPC_CheckChild0Integer, 0|128,0|128,126,
18119 OPC_CheckChild0TypeI32,
18120 OPC_MoveSibling1,
18121 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
18122 OPC_Scope, 24,
18123 OPC_RecordChild0,
18124 OPC_MoveChild1,
18125 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18126 OPC_CheckChild0Integer, 127|128,127|128,1,
18127 OPC_CheckChild0TypeI32,
18128 OPC_MoveParent,
18129 OPC_MoveParent,
18130 OPC_MoveParent,
18131 OPC_CheckType, MVT::v4i32,
18132 OPC_MoveParent,
18133 OPC_CheckType, MVT::v8i16,
18134 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
18135 MVT::v8i16, 2, 16,
18136 24,
18137 OPC_MoveChild0,
18138 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18139 OPC_CheckChild0Integer, 127|128,127|128,1,
18140 OPC_CheckChild0TypeI32,
18141 OPC_MoveParent,
18142 OPC_RecordChild1,
18143 OPC_MoveParent,
18144 OPC_MoveParent,
18145 OPC_CheckType, MVT::v4i32,
18146 OPC_MoveParent,
18147 OPC_CheckType, MVT::v8i16,
18148 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
18149 MVT::v8i16, 2, 16,
18150 0,
18151 0,
18152 0,
18153 117|128,2,
18154 OPC_MoveChild0,
18155 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18156 OPC_CheckChild0Integer, 127|128,127|128,1,
18157 OPC_CheckChild0TypeI32,
18158 OPC_MoveParent,
18159 OPC_RecordChild1,
18160 OPC_MoveSibling1,
18161 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18162 OPC_CheckChild0Integer, 0|128,0|128,126,
18163 OPC_CheckChild0TypeI32,
18164 OPC_MoveParent,
18165 OPC_MoveSibling1,
18166 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18167 OPC_CheckChild0Integer, 127|128,127|128,3,
18168 OPC_CheckChild0TypeI32,
18169 OPC_MoveParent,
18170 OPC_CheckType, MVT::v4i32,
18171 OPC_MoveSibling1,
18172 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
18173 OPC_MoveChild0,
18174 OPC_SwitchOpcode , 48|128,1, TARGET_VAL(ISD::SMAX),
18175 OPC_MoveChild0,
18176 OPC_SwitchOpcode , 88, TARGET_VAL(ISD::SMIN),
18177 OPC_Scope, 42,
18178 OPC_RecordChild0,
18179 OPC_MoveChild1,
18180 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18181 OPC_CheckChild0Integer, 127|128,127|128,1,
18182 OPC_CheckChild0TypeI32,
18183 OPC_MoveParent,
18184 OPC_MoveSibling1,
18185 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18186 OPC_CheckChild0Integer, 0|128,0|128,126,
18187 OPC_CheckChild0TypeI32,
18188 OPC_MoveParent,
18189 OPC_MoveSibling1,
18190 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18191 OPC_CheckChild0Integer, 127|128,127|128,3,
18192 OPC_CheckChild0TypeI32,
18193 OPC_MoveParent,
18194 OPC_CheckType, MVT::v4i32,
18195 OPC_MoveParent,
18196 OPC_CheckType, MVT::v8i16,
18197 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
18198 MVT::v8i16, 2, 16,
18199 42,
18200 OPC_MoveChild0,
18201 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18202 OPC_CheckChild0Integer, 127|128,127|128,1,
18203 OPC_CheckChild0TypeI32,
18204 OPC_MoveParent,
18205 OPC_RecordChild1,
18206 OPC_MoveSibling1,
18207 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18208 OPC_CheckChild0Integer, 0|128,0|128,126,
18209 OPC_CheckChild0TypeI32,
18210 OPC_MoveParent,
18211 OPC_MoveSibling1,
18212 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18213 OPC_CheckChild0Integer, 127|128,127|128,3,
18214 OPC_CheckChild0TypeI32,
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 0,
18222 79, TARGET_VAL(ISD::SPLAT_VECTOR),
18223 OPC_CheckChild0Integer, 0|128,0|128,126,
18224 OPC_CheckChild0TypeI32,
18225 OPC_MoveSibling1,
18226 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
18227 OPC_Scope, 33,
18228 OPC_RecordChild0,
18229 OPC_MoveChild1,
18230 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18231 OPC_CheckChild0Integer, 127|128,127|128,1,
18232 OPC_CheckChild0TypeI32,
18233 OPC_MoveParent,
18234 OPC_MoveParent,
18235 OPC_MoveSibling1,
18236 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18237 OPC_CheckChild0Integer, 127|128,127|128,3,
18238 OPC_CheckChild0TypeI32,
18239 OPC_MoveParent,
18240 OPC_CheckType, MVT::v4i32,
18241 OPC_MoveParent,
18242 OPC_CheckType, MVT::v8i16,
18243 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
18244 MVT::v8i16, 2, 16,
18245 33,
18246 OPC_MoveChild0,
18247 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18248 OPC_CheckChild0Integer, 127|128,127|128,1,
18249 OPC_CheckChild0TypeI32,
18250 OPC_MoveParent,
18251 OPC_RecordChild1,
18252 OPC_MoveParent,
18253 OPC_MoveSibling1,
18254 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18255 OPC_CheckChild0Integer, 127|128,127|128,3,
18256 OPC_CheckChild0TypeI32,
18257 OPC_MoveParent,
18258 OPC_CheckType, MVT::v4i32,
18259 OPC_MoveParent,
18260 OPC_CheckType, MVT::v8i16,
18261 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
18262 MVT::v8i16, 2, 16,
18263 0,
18264 0,
18265 21|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
18266 OPC_CheckChild0Integer, 127|128,127|128,3,
18267 OPC_CheckChild0TypeI32,
18268 OPC_MoveSibling1,
18269 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
18270 OPC_MoveChild0,
18271 OPC_SwitchOpcode , 70, TARGET_VAL(ISD::SMIN),
18272 OPC_Scope, 33,
18273 OPC_RecordChild0,
18274 OPC_MoveChild1,
18275 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18276 OPC_CheckChild0Integer, 127|128,127|128,1,
18277 OPC_CheckChild0TypeI32,
18278 OPC_MoveParent,
18279 OPC_MoveSibling1,
18280 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18281 OPC_CheckChild0Integer, 0|128,0|128,126,
18282 OPC_CheckChild0TypeI32,
18283 OPC_MoveParent,
18284 OPC_MoveParent,
18285 OPC_CheckType, MVT::v4i32,
18286 OPC_MoveParent,
18287 OPC_CheckType, MVT::v8i16,
18288 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
18289 MVT::v8i16, 2, 16,
18290 33,
18291 OPC_MoveChild0,
18292 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18293 OPC_CheckChild0Integer, 127|128,127|128,1,
18294 OPC_CheckChild0TypeI32,
18295 OPC_MoveParent,
18296 OPC_RecordChild1,
18297 OPC_MoveSibling1,
18298 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18299 OPC_CheckChild0Integer, 0|128,0|128,126,
18300 OPC_CheckChild0TypeI32,
18301 OPC_MoveParent,
18302 OPC_MoveParent,
18303 OPC_CheckType, MVT::v4i32,
18304 OPC_MoveParent,
18305 OPC_CheckType, MVT::v8i16,
18306 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
18307 MVT::v8i16, 2, 16,
18308 0,
18309 61, TARGET_VAL(ISD::SPLAT_VECTOR),
18310 OPC_CheckChild0Integer, 0|128,0|128,126,
18311 OPC_CheckChild0TypeI32,
18312 OPC_MoveSibling1,
18313 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
18314 OPC_Scope, 24,
18315 OPC_RecordChild0,
18316 OPC_MoveChild1,
18317 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18318 OPC_CheckChild0Integer, 127|128,127|128,1,
18319 OPC_CheckChild0TypeI32,
18320 OPC_MoveParent,
18321 OPC_MoveParent,
18322 OPC_MoveParent,
18323 OPC_CheckType, MVT::v4i32,
18324 OPC_MoveParent,
18325 OPC_CheckType, MVT::v8i16,
18326 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
18327 MVT::v8i16, 2, 16,
18328 24,
18329 OPC_MoveChild0,
18330 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18331 OPC_CheckChild0Integer, 127|128,127|128,1,
18332 OPC_CheckChild0TypeI32,
18333 OPC_MoveParent,
18334 OPC_RecordChild1,
18335 OPC_MoveParent,
18336 OPC_MoveParent,
18337 OPC_CheckType, MVT::v4i32,
18338 OPC_MoveParent,
18339 OPC_CheckType, MVT::v8i16,
18340 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
18341 MVT::v8i16, 2, 16,
18342 0,
18343 0,
18344 0,
18345 0,
18346 41|128,11, TARGET_VAL(ISD::SPLAT_VECTOR),
18347 OPC_Scope, 60|128,5,
18348 OPC_CheckChild0Integer, 0|128,127,
18349 OPC_CheckChild0TypeI32,
18350 OPC_MoveSibling1,
18351 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
18352 OPC_Scope, 87|128,2,
18353 OPC_RecordChild0,
18354 OPC_MoveChild1,
18355 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18356 OPC_CheckChild0Integer, 127|128,0,
18357 OPC_CheckChild0TypeI32,
18358 OPC_MoveParent,
18359 OPC_MoveParent,
18360 OPC_MoveSibling1,
18361 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18362 OPC_CheckChild0Integer, 127|128,1,
18363 OPC_CheckChild0TypeI32,
18364 OPC_MoveParent,
18365 OPC_CheckType, MVT::v8i16,
18366 OPC_MoveSibling1,
18367 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
18368 OPC_MoveChild0,
18369 OPC_SwitchOpcode , 37|128,1, TARGET_VAL(ISD::SMAX),
18370 OPC_MoveChild0,
18371 OPC_SwitchOpcode , 82, TARGET_VAL(ISD::SMIN),
18372 OPC_Scope, 39,
18373 OPC_RecordChild0,
18374 OPC_MoveChild1,
18375 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18376 OPC_CheckChild0Integer, 127|128,0,
18377 OPC_CheckChild0TypeI32,
18378 OPC_MoveParent,
18379 OPC_MoveSibling1,
18380 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18381 OPC_CheckChild0Integer, 0|128,127,
18382 OPC_CheckChild0TypeI32,
18383 OPC_MoveParent,
18384 OPC_MoveSibling1,
18385 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18386 OPC_CheckChild0Integer, 127|128,1,
18387 OPC_CheckChild0TypeI32,
18388 OPC_MoveParent,
18389 OPC_CheckType, MVT::v8i16,
18390 OPC_MoveParent,
18391 OPC_CheckType, MVT::v16i8,
18392 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
18393 MVT::v16i8, 2, 16,
18394 39,
18395 OPC_MoveChild0,
18396 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18397 OPC_CheckChild0Integer, 127|128,0,
18398 OPC_CheckChild0TypeI32,
18399 OPC_MoveParent,
18400 OPC_RecordChild1,
18401 OPC_MoveSibling1,
18402 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18403 OPC_CheckChild0Integer, 0|128,127,
18404 OPC_CheckChild0TypeI32,
18405 OPC_MoveParent,
18406 OPC_MoveSibling1,
18407 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18408 OPC_CheckChild0Integer, 127|128,1,
18409 OPC_CheckChild0TypeI32,
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 0,
18417 74, TARGET_VAL(ISD::SPLAT_VECTOR),
18418 OPC_CheckChild0Integer, 0|128,127,
18419 OPC_CheckChild0TypeI32,
18420 OPC_MoveSibling1,
18421 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
18422 OPC_Scope, 31,
18423 OPC_RecordChild0,
18424 OPC_MoveChild1,
18425 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18426 OPC_CheckChild0Integer, 127|128,0,
18427 OPC_CheckChild0TypeI32,
18428 OPC_MoveParent,
18429 OPC_MoveParent,
18430 OPC_MoveSibling1,
18431 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18432 OPC_CheckChild0Integer, 127|128,1,
18433 OPC_CheckChild0TypeI32,
18434 OPC_MoveParent,
18435 OPC_CheckType, MVT::v8i16,
18436 OPC_MoveParent,
18437 OPC_CheckType, MVT::v16i8,
18438 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
18439 MVT::v16i8, 2, 16,
18440 31,
18441 OPC_MoveChild0,
18442 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18443 OPC_CheckChild0Integer, 127|128,0,
18444 OPC_CheckChild0TypeI32,
18445 OPC_MoveParent,
18446 OPC_RecordChild1,
18447 OPC_MoveParent,
18448 OPC_MoveSibling1,
18449 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18450 OPC_CheckChild0Integer, 127|128,1,
18451 OPC_CheckChild0TypeI32,
18452 OPC_MoveParent,
18453 OPC_CheckType, MVT::v8i16,
18454 OPC_MoveParent,
18455 OPC_CheckType, MVT::v16i8,
18456 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
18457 MVT::v16i8, 2, 16,
18458 0,
18459 0,
18460 13|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
18461 OPC_CheckChild0Integer, 127|128,1,
18462 OPC_CheckChild0TypeI32,
18463 OPC_MoveSibling1,
18464 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
18465 OPC_MoveChild0,
18466 OPC_SwitchOpcode , 66, TARGET_VAL(ISD::SMIN),
18467 OPC_Scope, 31,
18468 OPC_RecordChild0,
18469 OPC_MoveChild1,
18470 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18471 OPC_CheckChild0Integer, 127|128,0,
18472 OPC_CheckChild0TypeI32,
18473 OPC_MoveParent,
18474 OPC_MoveSibling1,
18475 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18476 OPC_CheckChild0Integer, 0|128,127,
18477 OPC_CheckChild0TypeI32,
18478 OPC_MoveParent,
18479 OPC_MoveParent,
18480 OPC_CheckType, MVT::v8i16,
18481 OPC_MoveParent,
18482 OPC_CheckType, MVT::v16i8,
18483 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
18484 MVT::v16i8, 2, 16,
18485 31,
18486 OPC_MoveChild0,
18487 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18488 OPC_CheckChild0Integer, 127|128,0,
18489 OPC_CheckChild0TypeI32,
18490 OPC_MoveParent,
18491 OPC_RecordChild1,
18492 OPC_MoveSibling1,
18493 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18494 OPC_CheckChild0Integer, 0|128,127,
18495 OPC_CheckChild0TypeI32,
18496 OPC_MoveParent,
18497 OPC_MoveParent,
18498 OPC_CheckType, MVT::v8i16,
18499 OPC_MoveParent,
18500 OPC_CheckType, MVT::v16i8,
18501 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
18502 MVT::v16i8, 2, 16,
18503 0,
18504 58, TARGET_VAL(ISD::SPLAT_VECTOR),
18505 OPC_CheckChild0Integer, 0|128,127,
18506 OPC_CheckChild0TypeI32,
18507 OPC_MoveSibling1,
18508 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
18509 OPC_Scope, 23,
18510 OPC_RecordChild0,
18511 OPC_MoveChild1,
18512 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18513 OPC_CheckChild0Integer, 127|128,0,
18514 OPC_CheckChild0TypeI32,
18515 OPC_MoveParent,
18516 OPC_MoveParent,
18517 OPC_MoveParent,
18518 OPC_CheckType, MVT::v8i16,
18519 OPC_MoveParent,
18520 OPC_CheckType, MVT::v16i8,
18521 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
18522 MVT::v16i8, 2, 16,
18523 23,
18524 OPC_MoveChild0,
18525 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18526 OPC_CheckChild0Integer, 127|128,0,
18527 OPC_CheckChild0TypeI32,
18528 OPC_MoveParent,
18529 OPC_RecordChild1,
18530 OPC_MoveParent,
18531 OPC_MoveParent,
18532 OPC_CheckType, MVT::v8i16,
18533 OPC_MoveParent,
18534 OPC_CheckType, MVT::v16i8,
18535 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
18536 MVT::v16i8, 2, 16,
18537 0,
18538 0,
18539 0,
18540 87|128,2,
18541 OPC_MoveChild0,
18542 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18543 OPC_CheckChild0Integer, 127|128,0,
18544 OPC_CheckChild0TypeI32,
18545 OPC_MoveParent,
18546 OPC_RecordChild1,
18547 OPC_MoveParent,
18548 OPC_MoveSibling1,
18549 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18550 OPC_CheckChild0Integer, 127|128,1,
18551 OPC_CheckChild0TypeI32,
18552 OPC_MoveParent,
18553 OPC_CheckType, MVT::v8i16,
18554 OPC_MoveSibling1,
18555 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
18556 OPC_MoveChild0,
18557 OPC_SwitchOpcode , 37|128,1, TARGET_VAL(ISD::SMAX),
18558 OPC_MoveChild0,
18559 OPC_SwitchOpcode , 82, TARGET_VAL(ISD::SMIN),
18560 OPC_Scope, 39,
18561 OPC_RecordChild0,
18562 OPC_MoveChild1,
18563 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18564 OPC_CheckChild0Integer, 127|128,0,
18565 OPC_CheckChild0TypeI32,
18566 OPC_MoveParent,
18567 OPC_MoveSibling1,
18568 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18569 OPC_CheckChild0Integer, 0|128,127,
18570 OPC_CheckChild0TypeI32,
18571 OPC_MoveParent,
18572 OPC_MoveSibling1,
18573 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18574 OPC_CheckChild0Integer, 127|128,1,
18575 OPC_CheckChild0TypeI32,
18576 OPC_MoveParent,
18577 OPC_CheckType, MVT::v8i16,
18578 OPC_MoveParent,
18579 OPC_CheckType, MVT::v16i8,
18580 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
18581 MVT::v16i8, 2, 16,
18582 39,
18583 OPC_MoveChild0,
18584 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18585 OPC_CheckChild0Integer, 127|128,0,
18586 OPC_CheckChild0TypeI32,
18587 OPC_MoveParent,
18588 OPC_RecordChild1,
18589 OPC_MoveSibling1,
18590 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18591 OPC_CheckChild0Integer, 0|128,127,
18592 OPC_CheckChild0TypeI32,
18593 OPC_MoveParent,
18594 OPC_MoveSibling1,
18595 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18596 OPC_CheckChild0Integer, 127|128,1,
18597 OPC_CheckChild0TypeI32,
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 0,
18605 74, TARGET_VAL(ISD::SPLAT_VECTOR),
18606 OPC_CheckChild0Integer, 0|128,127,
18607 OPC_CheckChild0TypeI32,
18608 OPC_MoveSibling1,
18609 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
18610 OPC_Scope, 31,
18611 OPC_RecordChild0,
18612 OPC_MoveChild1,
18613 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18614 OPC_CheckChild0Integer, 127|128,0,
18615 OPC_CheckChild0TypeI32,
18616 OPC_MoveParent,
18617 OPC_MoveParent,
18618 OPC_MoveSibling1,
18619 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18620 OPC_CheckChild0Integer, 127|128,1,
18621 OPC_CheckChild0TypeI32,
18622 OPC_MoveParent,
18623 OPC_CheckType, MVT::v8i16,
18624 OPC_MoveParent,
18625 OPC_CheckType, MVT::v16i8,
18626 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
18627 MVT::v16i8, 2, 16,
18628 31,
18629 OPC_MoveChild0,
18630 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18631 OPC_CheckChild0Integer, 127|128,0,
18632 OPC_CheckChild0TypeI32,
18633 OPC_MoveParent,
18634 OPC_RecordChild1,
18635 OPC_MoveParent,
18636 OPC_MoveSibling1,
18637 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18638 OPC_CheckChild0Integer, 127|128,1,
18639 OPC_CheckChild0TypeI32,
18640 OPC_MoveParent,
18641 OPC_CheckType, MVT::v8i16,
18642 OPC_MoveParent,
18643 OPC_CheckType, MVT::v16i8,
18644 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
18645 MVT::v16i8, 2, 16,
18646 0,
18647 0,
18648 13|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
18649 OPC_CheckChild0Integer, 127|128,1,
18650 OPC_CheckChild0TypeI32,
18651 OPC_MoveSibling1,
18652 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
18653 OPC_MoveChild0,
18654 OPC_SwitchOpcode , 66, TARGET_VAL(ISD::SMIN),
18655 OPC_Scope, 31,
18656 OPC_RecordChild0,
18657 OPC_MoveChild1,
18658 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18659 OPC_CheckChild0Integer, 127|128,0,
18660 OPC_CheckChild0TypeI32,
18661 OPC_MoveParent,
18662 OPC_MoveSibling1,
18663 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18664 OPC_CheckChild0Integer, 0|128,127,
18665 OPC_CheckChild0TypeI32,
18666 OPC_MoveParent,
18667 OPC_MoveParent,
18668 OPC_CheckType, MVT::v8i16,
18669 OPC_MoveParent,
18670 OPC_CheckType, MVT::v16i8,
18671 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
18672 MVT::v16i8, 2, 16,
18673 31,
18674 OPC_MoveChild0,
18675 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18676 OPC_CheckChild0Integer, 127|128,0,
18677 OPC_CheckChild0TypeI32,
18678 OPC_MoveParent,
18679 OPC_RecordChild1,
18680 OPC_MoveSibling1,
18681 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18682 OPC_CheckChild0Integer, 0|128,127,
18683 OPC_CheckChild0TypeI32,
18684 OPC_MoveParent,
18685 OPC_MoveParent,
18686 OPC_CheckType, MVT::v8i16,
18687 OPC_MoveParent,
18688 OPC_CheckType, MVT::v16i8,
18689 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
18690 MVT::v16i8, 2, 16,
18691 0,
18692 58, TARGET_VAL(ISD::SPLAT_VECTOR),
18693 OPC_CheckChild0Integer, 0|128,127,
18694 OPC_CheckChild0TypeI32,
18695 OPC_MoveSibling1,
18696 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
18697 OPC_Scope, 23,
18698 OPC_RecordChild0,
18699 OPC_MoveChild1,
18700 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18701 OPC_CheckChild0Integer, 127|128,0,
18702 OPC_CheckChild0TypeI32,
18703 OPC_MoveParent,
18704 OPC_MoveParent,
18705 OPC_MoveParent,
18706 OPC_CheckType, MVT::v8i16,
18707 OPC_MoveParent,
18708 OPC_CheckType, MVT::v16i8,
18709 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
18710 MVT::v16i8, 2, 16,
18711 23,
18712 OPC_MoveChild0,
18713 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18714 OPC_CheckChild0Integer, 127|128,0,
18715 OPC_CheckChild0TypeI32,
18716 OPC_MoveParent,
18717 OPC_RecordChild1,
18718 OPC_MoveParent,
18719 OPC_MoveParent,
18720 OPC_CheckType, MVT::v8i16,
18721 OPC_MoveParent,
18722 OPC_CheckType, MVT::v16i8,
18723 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
18724 MVT::v16i8, 2, 16,
18725 0,
18726 0,
18727 0,
18728 0,
18729 103|128,5,
18730 OPC_CheckChild0Integer, 0|128,0|128,126,
18731 OPC_CheckChild0TypeI32,
18732 OPC_MoveSibling1,
18733 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
18734 OPC_Scope, 108|128,2,
18735 OPC_RecordChild0,
18736 OPC_MoveChild1,
18737 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18738 OPC_CheckChild0Integer, 127|128,127|128,1,
18739 OPC_CheckChild0TypeI32,
18740 OPC_MoveParent,
18741 OPC_MoveParent,
18742 OPC_MoveSibling1,
18743 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18744 OPC_CheckChild0Integer, 127|128,127|128,3,
18745 OPC_CheckChild0TypeI32,
18746 OPC_MoveParent,
18747 OPC_CheckType, MVT::v4i32,
18748 OPC_MoveSibling1,
18749 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
18750 OPC_MoveChild0,
18751 OPC_SwitchOpcode , 48|128,1, TARGET_VAL(ISD::SMAX),
18752 OPC_MoveChild0,
18753 OPC_SwitchOpcode , 88, TARGET_VAL(ISD::SMIN),
18754 OPC_Scope, 42,
18755 OPC_RecordChild0,
18756 OPC_MoveChild1,
18757 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18758 OPC_CheckChild0Integer, 127|128,127|128,1,
18759 OPC_CheckChild0TypeI32,
18760 OPC_MoveParent,
18761 OPC_MoveSibling1,
18762 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18763 OPC_CheckChild0Integer, 0|128,0|128,126,
18764 OPC_CheckChild0TypeI32,
18765 OPC_MoveParent,
18766 OPC_MoveSibling1,
18767 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18768 OPC_CheckChild0Integer, 127|128,127|128,3,
18769 OPC_CheckChild0TypeI32,
18770 OPC_MoveParent,
18771 OPC_CheckType, MVT::v4i32,
18772 OPC_MoveParent,
18773 OPC_CheckType, MVT::v8i16,
18774 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
18775 MVT::v8i16, 2, 16,
18776 42,
18777 OPC_MoveChild0,
18778 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18779 OPC_CheckChild0Integer, 127|128,127|128,1,
18780 OPC_CheckChild0TypeI32,
18781 OPC_MoveParent,
18782 OPC_RecordChild1,
18783 OPC_MoveSibling1,
18784 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18785 OPC_CheckChild0Integer, 0|128,0|128,126,
18786 OPC_CheckChild0TypeI32,
18787 OPC_MoveParent,
18788 OPC_MoveSibling1,
18789 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18790 OPC_CheckChild0Integer, 127|128,127|128,3,
18791 OPC_CheckChild0TypeI32,
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 0,
18799 79, TARGET_VAL(ISD::SPLAT_VECTOR),
18800 OPC_CheckChild0Integer, 0|128,0|128,126,
18801 OPC_CheckChild0TypeI32,
18802 OPC_MoveSibling1,
18803 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
18804 OPC_Scope, 33,
18805 OPC_RecordChild0,
18806 OPC_MoveChild1,
18807 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18808 OPC_CheckChild0Integer, 127|128,127|128,1,
18809 OPC_CheckChild0TypeI32,
18810 OPC_MoveParent,
18811 OPC_MoveParent,
18812 OPC_MoveSibling1,
18813 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18814 OPC_CheckChild0Integer, 127|128,127|128,3,
18815 OPC_CheckChild0TypeI32,
18816 OPC_MoveParent,
18817 OPC_CheckType, MVT::v4i32,
18818 OPC_MoveParent,
18819 OPC_CheckType, MVT::v8i16,
18820 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
18821 MVT::v8i16, 2, 16,
18822 33,
18823 OPC_MoveChild0,
18824 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18825 OPC_CheckChild0Integer, 127|128,127|128,1,
18826 OPC_CheckChild0TypeI32,
18827 OPC_MoveParent,
18828 OPC_RecordChild1,
18829 OPC_MoveParent,
18830 OPC_MoveSibling1,
18831 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18832 OPC_CheckChild0Integer, 127|128,127|128,3,
18833 OPC_CheckChild0TypeI32,
18834 OPC_MoveParent,
18835 OPC_CheckType, MVT::v4i32,
18836 OPC_MoveParent,
18837 OPC_CheckType, MVT::v8i16,
18838 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
18839 MVT::v8i16, 2, 16,
18840 0,
18841 0,
18842 21|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
18843 OPC_CheckChild0Integer, 127|128,127|128,3,
18844 OPC_CheckChild0TypeI32,
18845 OPC_MoveSibling1,
18846 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
18847 OPC_MoveChild0,
18848 OPC_SwitchOpcode , 70, TARGET_VAL(ISD::SMIN),
18849 OPC_Scope, 33,
18850 OPC_RecordChild0,
18851 OPC_MoveChild1,
18852 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18853 OPC_CheckChild0Integer, 127|128,127|128,1,
18854 OPC_CheckChild0TypeI32,
18855 OPC_MoveParent,
18856 OPC_MoveSibling1,
18857 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18858 OPC_CheckChild0Integer, 0|128,0|128,126,
18859 OPC_CheckChild0TypeI32,
18860 OPC_MoveParent,
18861 OPC_MoveParent,
18862 OPC_CheckType, MVT::v4i32,
18863 OPC_MoveParent,
18864 OPC_CheckType, MVT::v8i16,
18865 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
18866 MVT::v8i16, 2, 16,
18867 33,
18868 OPC_MoveChild0,
18869 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18870 OPC_CheckChild0Integer, 127|128,127|128,1,
18871 OPC_CheckChild0TypeI32,
18872 OPC_MoveParent,
18873 OPC_RecordChild1,
18874 OPC_MoveSibling1,
18875 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18876 OPC_CheckChild0Integer, 0|128,0|128,126,
18877 OPC_CheckChild0TypeI32,
18878 OPC_MoveParent,
18879 OPC_MoveParent,
18880 OPC_CheckType, MVT::v4i32,
18881 OPC_MoveParent,
18882 OPC_CheckType, MVT::v8i16,
18883 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
18884 MVT::v8i16, 2, 16,
18885 0,
18886 61, TARGET_VAL(ISD::SPLAT_VECTOR),
18887 OPC_CheckChild0Integer, 0|128,0|128,126,
18888 OPC_CheckChild0TypeI32,
18889 OPC_MoveSibling1,
18890 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
18891 OPC_Scope, 24,
18892 OPC_RecordChild0,
18893 OPC_MoveChild1,
18894 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18895 OPC_CheckChild0Integer, 127|128,127|128,1,
18896 OPC_CheckChild0TypeI32,
18897 OPC_MoveParent,
18898 OPC_MoveParent,
18899 OPC_MoveParent,
18900 OPC_CheckType, MVT::v4i32,
18901 OPC_MoveParent,
18902 OPC_CheckType, MVT::v8i16,
18903 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
18904 MVT::v8i16, 2, 16,
18905 24,
18906 OPC_MoveChild0,
18907 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18908 OPC_CheckChild0Integer, 127|128,127|128,1,
18909 OPC_CheckChild0TypeI32,
18910 OPC_MoveParent,
18911 OPC_RecordChild1,
18912 OPC_MoveParent,
18913 OPC_MoveParent,
18914 OPC_CheckType, MVT::v4i32,
18915 OPC_MoveParent,
18916 OPC_CheckType, MVT::v8i16,
18917 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
18918 MVT::v8i16, 2, 16,
18919 0,
18920 0,
18921 0,
18922 108|128,2,
18923 OPC_MoveChild0,
18924 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18925 OPC_CheckChild0Integer, 127|128,127|128,1,
18926 OPC_CheckChild0TypeI32,
18927 OPC_MoveParent,
18928 OPC_RecordChild1,
18929 OPC_MoveParent,
18930 OPC_MoveSibling1,
18931 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18932 OPC_CheckChild0Integer, 127|128,127|128,3,
18933 OPC_CheckChild0TypeI32,
18934 OPC_MoveParent,
18935 OPC_CheckType, MVT::v4i32,
18936 OPC_MoveSibling1,
18937 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
18938 OPC_MoveChild0,
18939 OPC_SwitchOpcode , 48|128,1, TARGET_VAL(ISD::SMAX),
18940 OPC_MoveChild0,
18941 OPC_SwitchOpcode , 88, TARGET_VAL(ISD::SMIN),
18942 OPC_Scope, 42,
18943 OPC_RecordChild0,
18944 OPC_MoveChild1,
18945 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18946 OPC_CheckChild0Integer, 127|128,127|128,1,
18947 OPC_CheckChild0TypeI32,
18948 OPC_MoveParent,
18949 OPC_MoveSibling1,
18950 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18951 OPC_CheckChild0Integer, 0|128,0|128,126,
18952 OPC_CheckChild0TypeI32,
18953 OPC_MoveParent,
18954 OPC_MoveSibling1,
18955 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18956 OPC_CheckChild0Integer, 127|128,127|128,3,
18957 OPC_CheckChild0TypeI32,
18958 OPC_MoveParent,
18959 OPC_CheckType, MVT::v4i32,
18960 OPC_MoveParent,
18961 OPC_CheckType, MVT::v8i16,
18962 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
18963 MVT::v8i16, 2, 16,
18964 42,
18965 OPC_MoveChild0,
18966 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18967 OPC_CheckChild0Integer, 127|128,127|128,1,
18968 OPC_CheckChild0TypeI32,
18969 OPC_MoveParent,
18970 OPC_RecordChild1,
18971 OPC_MoveSibling1,
18972 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18973 OPC_CheckChild0Integer, 0|128,0|128,126,
18974 OPC_CheckChild0TypeI32,
18975 OPC_MoveParent,
18976 OPC_MoveSibling1,
18977 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18978 OPC_CheckChild0Integer, 127|128,127|128,3,
18979 OPC_CheckChild0TypeI32,
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 0,
18987 79, TARGET_VAL(ISD::SPLAT_VECTOR),
18988 OPC_CheckChild0Integer, 0|128,0|128,126,
18989 OPC_CheckChild0TypeI32,
18990 OPC_MoveSibling1,
18991 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
18992 OPC_Scope, 33,
18993 OPC_RecordChild0,
18994 OPC_MoveChild1,
18995 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
18996 OPC_CheckChild0Integer, 127|128,127|128,1,
18997 OPC_CheckChild0TypeI32,
18998 OPC_MoveParent,
18999 OPC_MoveParent,
19000 OPC_MoveSibling1,
19001 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19002 OPC_CheckChild0Integer, 127|128,127|128,3,
19003 OPC_CheckChild0TypeI32,
19004 OPC_MoveParent,
19005 OPC_CheckType, MVT::v4i32,
19006 OPC_MoveParent,
19007 OPC_CheckType, MVT::v8i16,
19008 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
19009 MVT::v8i16, 2, 16,
19010 33,
19011 OPC_MoveChild0,
19012 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19013 OPC_CheckChild0Integer, 127|128,127|128,1,
19014 OPC_CheckChild0TypeI32,
19015 OPC_MoveParent,
19016 OPC_RecordChild1,
19017 OPC_MoveParent,
19018 OPC_MoveSibling1,
19019 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19020 OPC_CheckChild0Integer, 127|128,127|128,3,
19021 OPC_CheckChild0TypeI32,
19022 OPC_MoveParent,
19023 OPC_CheckType, MVT::v4i32,
19024 OPC_MoveParent,
19025 OPC_CheckType, MVT::v8i16,
19026 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
19027 MVT::v8i16, 2, 16,
19028 0,
19029 0,
19030 21|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
19031 OPC_CheckChild0Integer, 127|128,127|128,3,
19032 OPC_CheckChild0TypeI32,
19033 OPC_MoveSibling1,
19034 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
19035 OPC_MoveChild0,
19036 OPC_SwitchOpcode , 70, TARGET_VAL(ISD::SMIN),
19037 OPC_Scope, 33,
19038 OPC_RecordChild0,
19039 OPC_MoveChild1,
19040 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19041 OPC_CheckChild0Integer, 127|128,127|128,1,
19042 OPC_CheckChild0TypeI32,
19043 OPC_MoveParent,
19044 OPC_MoveSibling1,
19045 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19046 OPC_CheckChild0Integer, 0|128,0|128,126,
19047 OPC_CheckChild0TypeI32,
19048 OPC_MoveParent,
19049 OPC_MoveParent,
19050 OPC_CheckType, MVT::v4i32,
19051 OPC_MoveParent,
19052 OPC_CheckType, MVT::v8i16,
19053 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
19054 MVT::v8i16, 2, 16,
19055 33,
19056 OPC_MoveChild0,
19057 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19058 OPC_CheckChild0Integer, 127|128,127|128,1,
19059 OPC_CheckChild0TypeI32,
19060 OPC_MoveParent,
19061 OPC_RecordChild1,
19062 OPC_MoveSibling1,
19063 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19064 OPC_CheckChild0Integer, 0|128,0|128,126,
19065 OPC_CheckChild0TypeI32,
19066 OPC_MoveParent,
19067 OPC_MoveParent,
19068 OPC_CheckType, MVT::v4i32,
19069 OPC_MoveParent,
19070 OPC_CheckType, MVT::v8i16,
19071 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
19072 MVT::v8i16, 2, 16,
19073 0,
19074 61, TARGET_VAL(ISD::SPLAT_VECTOR),
19075 OPC_CheckChild0Integer, 0|128,0|128,126,
19076 OPC_CheckChild0TypeI32,
19077 OPC_MoveSibling1,
19078 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
19079 OPC_Scope, 24,
19080 OPC_RecordChild0,
19081 OPC_MoveChild1,
19082 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19083 OPC_CheckChild0Integer, 127|128,127|128,1,
19084 OPC_CheckChild0TypeI32,
19085 OPC_MoveParent,
19086 OPC_MoveParent,
19087 OPC_MoveParent,
19088 OPC_CheckType, MVT::v4i32,
19089 OPC_MoveParent,
19090 OPC_CheckType, MVT::v8i16,
19091 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
19092 MVT::v8i16, 2, 16,
19093 24,
19094 OPC_MoveChild0,
19095 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19096 OPC_CheckChild0Integer, 127|128,127|128,1,
19097 OPC_CheckChild0TypeI32,
19098 OPC_MoveParent,
19099 OPC_RecordChild1,
19100 OPC_MoveParent,
19101 OPC_MoveParent,
19102 OPC_CheckType, MVT::v4i32,
19103 OPC_MoveParent,
19104 OPC_CheckType, MVT::v8i16,
19105 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
19106 MVT::v8i16, 2, 16,
19107 0,
19108 0,
19109 0,
19110 0,
19111 0,
19112 0,
19113 119|128,44, TARGET_VAL(ISD::SPLAT_VECTOR),
19114 OPC_Scope, 101|128,21,
19115 OPC_CheckChild0Integer, 127|128,1,
19116 OPC_CheckChild0TypeI32,
19117 OPC_MoveSibling1,
19118 OPC_SwitchOpcode , 107|128,10, TARGET_VAL(ISD::SMIN),
19119 OPC_MoveChild0,
19120 OPC_SwitchOpcode , 52|128,5, TARGET_VAL(ISD::SMAX),
19121 OPC_Scope, 87|128,2,
19122 OPC_RecordChild0,
19123 OPC_MoveChild1,
19124 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19125 OPC_CheckChild0Integer, 0|128,127,
19126 OPC_CheckChild0TypeI32,
19127 OPC_MoveParent,
19128 OPC_MoveSibling1,
19129 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19130 OPC_CheckChild0Integer, 127|128,0,
19131 OPC_CheckChild0TypeI32,
19132 OPC_MoveParent,
19133 OPC_MoveParent,
19134 OPC_CheckType, MVT::v8i16,
19135 OPC_MoveSibling1,
19136 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
19137 OPC_MoveChild0,
19138 OPC_SwitchOpcode , 37|128,1, TARGET_VAL(ISD::SMIN),
19139 OPC_MoveChild0,
19140 OPC_SwitchOpcode , 82, TARGET_VAL(ISD::SMAX),
19141 OPC_Scope, 39,
19142 OPC_RecordChild0,
19143 OPC_MoveChild1,
19144 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19145 OPC_CheckChild0Integer, 0|128,127,
19146 OPC_CheckChild0TypeI32,
19147 OPC_MoveParent,
19148 OPC_MoveSibling1,
19149 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19150 OPC_CheckChild0Integer, 127|128,0,
19151 OPC_CheckChild0TypeI32,
19152 OPC_MoveParent,
19153 OPC_MoveSibling1,
19154 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19155 OPC_CheckChild0Integer, 127|128,1,
19156 OPC_CheckChild0TypeI32,
19157 OPC_MoveParent,
19158 OPC_CheckType, MVT::v8i16,
19159 OPC_MoveParent,
19160 OPC_CheckType, MVT::v16i8,
19161 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19162 MVT::v16i8, 2, 16,
19163 39,
19164 OPC_MoveChild0,
19165 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19166 OPC_CheckChild0Integer, 0|128,127,
19167 OPC_CheckChild0TypeI32,
19168 OPC_MoveParent,
19169 OPC_RecordChild1,
19170 OPC_MoveSibling1,
19171 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19172 OPC_CheckChild0Integer, 127|128,0,
19173 OPC_CheckChild0TypeI32,
19174 OPC_MoveParent,
19175 OPC_MoveSibling1,
19176 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19177 OPC_CheckChild0Integer, 127|128,1,
19178 OPC_CheckChild0TypeI32,
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 0,
19186 74, TARGET_VAL(ISD::SPLAT_VECTOR),
19187 OPC_CheckChild0Integer, 127|128,0,
19188 OPC_CheckChild0TypeI32,
19189 OPC_MoveSibling1,
19190 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
19191 OPC_Scope, 31,
19192 OPC_RecordChild0,
19193 OPC_MoveChild1,
19194 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19195 OPC_CheckChild0Integer, 0|128,127,
19196 OPC_CheckChild0TypeI32,
19197 OPC_MoveParent,
19198 OPC_MoveParent,
19199 OPC_MoveSibling1,
19200 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19201 OPC_CheckChild0Integer, 127|128,1,
19202 OPC_CheckChild0TypeI32,
19203 OPC_MoveParent,
19204 OPC_CheckType, MVT::v8i16,
19205 OPC_MoveParent,
19206 OPC_CheckType, MVT::v16i8,
19207 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19208 MVT::v16i8, 2, 16,
19209 31,
19210 OPC_MoveChild0,
19211 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19212 OPC_CheckChild0Integer, 0|128,127,
19213 OPC_CheckChild0TypeI32,
19214 OPC_MoveParent,
19215 OPC_RecordChild1,
19216 OPC_MoveParent,
19217 OPC_MoveSibling1,
19218 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19219 OPC_CheckChild0Integer, 127|128,1,
19220 OPC_CheckChild0TypeI32,
19221 OPC_MoveParent,
19222 OPC_CheckType, MVT::v8i16,
19223 OPC_MoveParent,
19224 OPC_CheckType, MVT::v16i8,
19225 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19226 MVT::v16i8, 2, 16,
19227 0,
19228 0,
19229 13|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
19230 OPC_CheckChild0Integer, 127|128,1,
19231 OPC_CheckChild0TypeI32,
19232 OPC_MoveSibling1,
19233 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
19234 OPC_MoveChild0,
19235 OPC_SwitchOpcode , 66, TARGET_VAL(ISD::SMAX),
19236 OPC_Scope, 31,
19237 OPC_RecordChild0,
19238 OPC_MoveChild1,
19239 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19240 OPC_CheckChild0Integer, 0|128,127,
19241 OPC_CheckChild0TypeI32,
19242 OPC_MoveParent,
19243 OPC_MoveSibling1,
19244 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19245 OPC_CheckChild0Integer, 127|128,0,
19246 OPC_CheckChild0TypeI32,
19247 OPC_MoveParent,
19248 OPC_MoveParent,
19249 OPC_CheckType, MVT::v8i16,
19250 OPC_MoveParent,
19251 OPC_CheckType, MVT::v16i8,
19252 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19253 MVT::v16i8, 2, 16,
19254 31,
19255 OPC_MoveChild0,
19256 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19257 OPC_CheckChild0Integer, 0|128,127,
19258 OPC_CheckChild0TypeI32,
19259 OPC_MoveParent,
19260 OPC_RecordChild1,
19261 OPC_MoveSibling1,
19262 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19263 OPC_CheckChild0Integer, 127|128,0,
19264 OPC_CheckChild0TypeI32,
19265 OPC_MoveParent,
19266 OPC_MoveParent,
19267 OPC_CheckType, MVT::v8i16,
19268 OPC_MoveParent,
19269 OPC_CheckType, MVT::v16i8,
19270 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19271 MVT::v16i8, 2, 16,
19272 0,
19273 58, TARGET_VAL(ISD::SPLAT_VECTOR),
19274 OPC_CheckChild0Integer, 127|128,0,
19275 OPC_CheckChild0TypeI32,
19276 OPC_MoveSibling1,
19277 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
19278 OPC_Scope, 23,
19279 OPC_RecordChild0,
19280 OPC_MoveChild1,
19281 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19282 OPC_CheckChild0Integer, 0|128,127,
19283 OPC_CheckChild0TypeI32,
19284 OPC_MoveParent,
19285 OPC_MoveParent,
19286 OPC_MoveParent,
19287 OPC_CheckType, MVT::v8i16,
19288 OPC_MoveParent,
19289 OPC_CheckType, MVT::v16i8,
19290 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19291 MVT::v16i8, 2, 16,
19292 23,
19293 OPC_MoveChild0,
19294 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19295 OPC_CheckChild0Integer, 0|128,127,
19296 OPC_CheckChild0TypeI32,
19297 OPC_MoveParent,
19298 OPC_RecordChild1,
19299 OPC_MoveParent,
19300 OPC_MoveParent,
19301 OPC_CheckType, MVT::v8i16,
19302 OPC_MoveParent,
19303 OPC_CheckType, MVT::v16i8,
19304 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19305 MVT::v16i8, 2, 16,
19306 0,
19307 0,
19308 0,
19309 87|128,2,
19310 OPC_MoveChild0,
19311 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19312 OPC_CheckChild0Integer, 0|128,127,
19313 OPC_CheckChild0TypeI32,
19314 OPC_MoveParent,
19315 OPC_RecordChild1,
19316 OPC_MoveSibling1,
19317 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19318 OPC_CheckChild0Integer, 127|128,0,
19319 OPC_CheckChild0TypeI32,
19320 OPC_MoveParent,
19321 OPC_MoveParent,
19322 OPC_CheckType, MVT::v8i16,
19323 OPC_MoveSibling1,
19324 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
19325 OPC_MoveChild0,
19326 OPC_SwitchOpcode , 37|128,1, TARGET_VAL(ISD::SMIN),
19327 OPC_MoveChild0,
19328 OPC_SwitchOpcode , 82, TARGET_VAL(ISD::SMAX),
19329 OPC_Scope, 39,
19330 OPC_RecordChild0,
19331 OPC_MoveChild1,
19332 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19333 OPC_CheckChild0Integer, 0|128,127,
19334 OPC_CheckChild0TypeI32,
19335 OPC_MoveParent,
19336 OPC_MoveSibling1,
19337 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19338 OPC_CheckChild0Integer, 127|128,0,
19339 OPC_CheckChild0TypeI32,
19340 OPC_MoveParent,
19341 OPC_MoveSibling1,
19342 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19343 OPC_CheckChild0Integer, 127|128,1,
19344 OPC_CheckChild0TypeI32,
19345 OPC_MoveParent,
19346 OPC_CheckType, MVT::v8i16,
19347 OPC_MoveParent,
19348 OPC_CheckType, MVT::v16i8,
19349 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19350 MVT::v16i8, 2, 16,
19351 39,
19352 OPC_MoveChild0,
19353 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19354 OPC_CheckChild0Integer, 0|128,127,
19355 OPC_CheckChild0TypeI32,
19356 OPC_MoveParent,
19357 OPC_RecordChild1,
19358 OPC_MoveSibling1,
19359 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19360 OPC_CheckChild0Integer, 127|128,0,
19361 OPC_CheckChild0TypeI32,
19362 OPC_MoveParent,
19363 OPC_MoveSibling1,
19364 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19365 OPC_CheckChild0Integer, 127|128,1,
19366 OPC_CheckChild0TypeI32,
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 0,
19374 74, TARGET_VAL(ISD::SPLAT_VECTOR),
19375 OPC_CheckChild0Integer, 127|128,0,
19376 OPC_CheckChild0TypeI32,
19377 OPC_MoveSibling1,
19378 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
19379 OPC_Scope, 31,
19380 OPC_RecordChild0,
19381 OPC_MoveChild1,
19382 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19383 OPC_CheckChild0Integer, 0|128,127,
19384 OPC_CheckChild0TypeI32,
19385 OPC_MoveParent,
19386 OPC_MoveParent,
19387 OPC_MoveSibling1,
19388 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19389 OPC_CheckChild0Integer, 127|128,1,
19390 OPC_CheckChild0TypeI32,
19391 OPC_MoveParent,
19392 OPC_CheckType, MVT::v8i16,
19393 OPC_MoveParent,
19394 OPC_CheckType, MVT::v16i8,
19395 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19396 MVT::v16i8, 2, 16,
19397 31,
19398 OPC_MoveChild0,
19399 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19400 OPC_CheckChild0Integer, 0|128,127,
19401 OPC_CheckChild0TypeI32,
19402 OPC_MoveParent,
19403 OPC_RecordChild1,
19404 OPC_MoveParent,
19405 OPC_MoveSibling1,
19406 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19407 OPC_CheckChild0Integer, 127|128,1,
19408 OPC_CheckChild0TypeI32,
19409 OPC_MoveParent,
19410 OPC_CheckType, MVT::v8i16,
19411 OPC_MoveParent,
19412 OPC_CheckType, MVT::v16i8,
19413 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19414 MVT::v16i8, 2, 16,
19415 0,
19416 0,
19417 13|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
19418 OPC_CheckChild0Integer, 127|128,1,
19419 OPC_CheckChild0TypeI32,
19420 OPC_MoveSibling1,
19421 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
19422 OPC_MoveChild0,
19423 OPC_SwitchOpcode , 66, TARGET_VAL(ISD::SMAX),
19424 OPC_Scope, 31,
19425 OPC_RecordChild0,
19426 OPC_MoveChild1,
19427 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19428 OPC_CheckChild0Integer, 0|128,127,
19429 OPC_CheckChild0TypeI32,
19430 OPC_MoveParent,
19431 OPC_MoveSibling1,
19432 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19433 OPC_CheckChild0Integer, 127|128,0,
19434 OPC_CheckChild0TypeI32,
19435 OPC_MoveParent,
19436 OPC_MoveParent,
19437 OPC_CheckType, MVT::v8i16,
19438 OPC_MoveParent,
19439 OPC_CheckType, MVT::v16i8,
19440 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19441 MVT::v16i8, 2, 16,
19442 31,
19443 OPC_MoveChild0,
19444 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19445 OPC_CheckChild0Integer, 0|128,127,
19446 OPC_CheckChild0TypeI32,
19447 OPC_MoveParent,
19448 OPC_RecordChild1,
19449 OPC_MoveSibling1,
19450 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19451 OPC_CheckChild0Integer, 127|128,0,
19452 OPC_CheckChild0TypeI32,
19453 OPC_MoveParent,
19454 OPC_MoveParent,
19455 OPC_CheckType, MVT::v8i16,
19456 OPC_MoveParent,
19457 OPC_CheckType, MVT::v16i8,
19458 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19459 MVT::v16i8, 2, 16,
19460 0,
19461 58, TARGET_VAL(ISD::SPLAT_VECTOR),
19462 OPC_CheckChild0Integer, 127|128,0,
19463 OPC_CheckChild0TypeI32,
19464 OPC_MoveSibling1,
19465 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
19466 OPC_Scope, 23,
19467 OPC_RecordChild0,
19468 OPC_MoveChild1,
19469 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19470 OPC_CheckChild0Integer, 0|128,127,
19471 OPC_CheckChild0TypeI32,
19472 OPC_MoveParent,
19473 OPC_MoveParent,
19474 OPC_MoveParent,
19475 OPC_CheckType, MVT::v8i16,
19476 OPC_MoveParent,
19477 OPC_CheckType, MVT::v16i8,
19478 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19479 MVT::v16i8, 2, 16,
19480 23,
19481 OPC_MoveChild0,
19482 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19483 OPC_CheckChild0Integer, 0|128,127,
19484 OPC_CheckChild0TypeI32,
19485 OPC_MoveParent,
19486 OPC_RecordChild1,
19487 OPC_MoveParent,
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 0,
19496 0,
19497 0,
19498 44|128,5, TARGET_VAL(ISD::SPLAT_VECTOR),
19499 OPC_CheckChild0Integer, 127|128,0,
19500 OPC_CheckChild0TypeI32,
19501 OPC_MoveSibling1,
19502 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
19503 OPC_Scope, 79|128,2,
19504 OPC_RecordChild0,
19505 OPC_MoveChild1,
19506 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19507 OPC_CheckChild0Integer, 0|128,127,
19508 OPC_CheckChild0TypeI32,
19509 OPC_MoveParent,
19510 OPC_MoveParent,
19511 OPC_MoveParent,
19512 OPC_CheckType, MVT::v8i16,
19513 OPC_MoveSibling1,
19514 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
19515 OPC_MoveChild0,
19516 OPC_SwitchOpcode , 37|128,1, TARGET_VAL(ISD::SMIN),
19517 OPC_MoveChild0,
19518 OPC_SwitchOpcode , 82, TARGET_VAL(ISD::SMAX),
19519 OPC_Scope, 39,
19520 OPC_RecordChild0,
19521 OPC_MoveChild1,
19522 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19523 OPC_CheckChild0Integer, 0|128,127,
19524 OPC_CheckChild0TypeI32,
19525 OPC_MoveParent,
19526 OPC_MoveSibling1,
19527 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19528 OPC_CheckChild0Integer, 127|128,0,
19529 OPC_CheckChild0TypeI32,
19530 OPC_MoveParent,
19531 OPC_MoveSibling1,
19532 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19533 OPC_CheckChild0Integer, 127|128,1,
19534 OPC_CheckChild0TypeI32,
19535 OPC_MoveParent,
19536 OPC_CheckType, MVT::v8i16,
19537 OPC_MoveParent,
19538 OPC_CheckType, MVT::v16i8,
19539 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19540 MVT::v16i8, 2, 16,
19541 39,
19542 OPC_MoveChild0,
19543 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19544 OPC_CheckChild0Integer, 0|128,127,
19545 OPC_CheckChild0TypeI32,
19546 OPC_MoveParent,
19547 OPC_RecordChild1,
19548 OPC_MoveSibling1,
19549 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19550 OPC_CheckChild0Integer, 127|128,0,
19551 OPC_CheckChild0TypeI32,
19552 OPC_MoveParent,
19553 OPC_MoveSibling1,
19554 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19555 OPC_CheckChild0Integer, 127|128,1,
19556 OPC_CheckChild0TypeI32,
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 0,
19564 74, TARGET_VAL(ISD::SPLAT_VECTOR),
19565 OPC_CheckChild0Integer, 127|128,0,
19566 OPC_CheckChild0TypeI32,
19567 OPC_MoveSibling1,
19568 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
19569 OPC_Scope, 31,
19570 OPC_RecordChild0,
19571 OPC_MoveChild1,
19572 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19573 OPC_CheckChild0Integer, 0|128,127,
19574 OPC_CheckChild0TypeI32,
19575 OPC_MoveParent,
19576 OPC_MoveParent,
19577 OPC_MoveSibling1,
19578 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19579 OPC_CheckChild0Integer, 127|128,1,
19580 OPC_CheckChild0TypeI32,
19581 OPC_MoveParent,
19582 OPC_CheckType, MVT::v8i16,
19583 OPC_MoveParent,
19584 OPC_CheckType, MVT::v16i8,
19585 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19586 MVT::v16i8, 2, 16,
19587 31,
19588 OPC_MoveChild0,
19589 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19590 OPC_CheckChild0Integer, 0|128,127,
19591 OPC_CheckChild0TypeI32,
19592 OPC_MoveParent,
19593 OPC_RecordChild1,
19594 OPC_MoveParent,
19595 OPC_MoveSibling1,
19596 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19597 OPC_CheckChild0Integer, 127|128,1,
19598 OPC_CheckChild0TypeI32,
19599 OPC_MoveParent,
19600 OPC_CheckType, MVT::v8i16,
19601 OPC_MoveParent,
19602 OPC_CheckType, MVT::v16i8,
19603 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19604 MVT::v16i8, 2, 16,
19605 0,
19606 0,
19607 13|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
19608 OPC_CheckChild0Integer, 127|128,1,
19609 OPC_CheckChild0TypeI32,
19610 OPC_MoveSibling1,
19611 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
19612 OPC_MoveChild0,
19613 OPC_SwitchOpcode , 66, TARGET_VAL(ISD::SMAX),
19614 OPC_Scope, 31,
19615 OPC_RecordChild0,
19616 OPC_MoveChild1,
19617 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19618 OPC_CheckChild0Integer, 0|128,127,
19619 OPC_CheckChild0TypeI32,
19620 OPC_MoveParent,
19621 OPC_MoveSibling1,
19622 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19623 OPC_CheckChild0Integer, 127|128,0,
19624 OPC_CheckChild0TypeI32,
19625 OPC_MoveParent,
19626 OPC_MoveParent,
19627 OPC_CheckType, MVT::v8i16,
19628 OPC_MoveParent,
19629 OPC_CheckType, MVT::v16i8,
19630 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19631 MVT::v16i8, 2, 16,
19632 31,
19633 OPC_MoveChild0,
19634 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19635 OPC_CheckChild0Integer, 0|128,127,
19636 OPC_CheckChild0TypeI32,
19637 OPC_MoveParent,
19638 OPC_RecordChild1,
19639 OPC_MoveSibling1,
19640 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19641 OPC_CheckChild0Integer, 127|128,0,
19642 OPC_CheckChild0TypeI32,
19643 OPC_MoveParent,
19644 OPC_MoveParent,
19645 OPC_CheckType, MVT::v8i16,
19646 OPC_MoveParent,
19647 OPC_CheckType, MVT::v16i8,
19648 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19649 MVT::v16i8, 2, 16,
19650 0,
19651 58, TARGET_VAL(ISD::SPLAT_VECTOR),
19652 OPC_CheckChild0Integer, 127|128,0,
19653 OPC_CheckChild0TypeI32,
19654 OPC_MoveSibling1,
19655 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
19656 OPC_Scope, 23,
19657 OPC_RecordChild0,
19658 OPC_MoveChild1,
19659 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19660 OPC_CheckChild0Integer, 0|128,127,
19661 OPC_CheckChild0TypeI32,
19662 OPC_MoveParent,
19663 OPC_MoveParent,
19664 OPC_MoveParent,
19665 OPC_CheckType, MVT::v8i16,
19666 OPC_MoveParent,
19667 OPC_CheckType, MVT::v16i8,
19668 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19669 MVT::v16i8, 2, 16,
19670 23,
19671 OPC_MoveChild0,
19672 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19673 OPC_CheckChild0Integer, 0|128,127,
19674 OPC_CheckChild0TypeI32,
19675 OPC_MoveParent,
19676 OPC_RecordChild1,
19677 OPC_MoveParent,
19678 OPC_MoveParent,
19679 OPC_CheckType, MVT::v8i16,
19680 OPC_MoveParent,
19681 OPC_CheckType, MVT::v16i8,
19682 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19683 MVT::v16i8, 2, 16,
19684 0,
19685 0,
19686 0,
19687 79|128,2,
19688 OPC_MoveChild0,
19689 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19690 OPC_CheckChild0Integer, 0|128,127,
19691 OPC_CheckChild0TypeI32,
19692 OPC_MoveParent,
19693 OPC_RecordChild1,
19694 OPC_MoveParent,
19695 OPC_MoveParent,
19696 OPC_CheckType, MVT::v8i16,
19697 OPC_MoveSibling1,
19698 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
19699 OPC_MoveChild0,
19700 OPC_SwitchOpcode , 37|128,1, TARGET_VAL(ISD::SMIN),
19701 OPC_MoveChild0,
19702 OPC_SwitchOpcode , 82, TARGET_VAL(ISD::SMAX),
19703 OPC_Scope, 39,
19704 OPC_RecordChild0,
19705 OPC_MoveChild1,
19706 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19707 OPC_CheckChild0Integer, 0|128,127,
19708 OPC_CheckChild0TypeI32,
19709 OPC_MoveParent,
19710 OPC_MoveSibling1,
19711 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19712 OPC_CheckChild0Integer, 127|128,0,
19713 OPC_CheckChild0TypeI32,
19714 OPC_MoveParent,
19715 OPC_MoveSibling1,
19716 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19717 OPC_CheckChild0Integer, 127|128,1,
19718 OPC_CheckChild0TypeI32,
19719 OPC_MoveParent,
19720 OPC_CheckType, MVT::v8i16,
19721 OPC_MoveParent,
19722 OPC_CheckType, MVT::v16i8,
19723 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19724 MVT::v16i8, 2, 16,
19725 39,
19726 OPC_MoveChild0,
19727 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19728 OPC_CheckChild0Integer, 0|128,127,
19729 OPC_CheckChild0TypeI32,
19730 OPC_MoveParent,
19731 OPC_RecordChild1,
19732 OPC_MoveSibling1,
19733 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19734 OPC_CheckChild0Integer, 127|128,0,
19735 OPC_CheckChild0TypeI32,
19736 OPC_MoveParent,
19737 OPC_MoveSibling1,
19738 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19739 OPC_CheckChild0Integer, 127|128,1,
19740 OPC_CheckChild0TypeI32,
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 0,
19748 74, TARGET_VAL(ISD::SPLAT_VECTOR),
19749 OPC_CheckChild0Integer, 127|128,0,
19750 OPC_CheckChild0TypeI32,
19751 OPC_MoveSibling1,
19752 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
19753 OPC_Scope, 31,
19754 OPC_RecordChild0,
19755 OPC_MoveChild1,
19756 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19757 OPC_CheckChild0Integer, 0|128,127,
19758 OPC_CheckChild0TypeI32,
19759 OPC_MoveParent,
19760 OPC_MoveParent,
19761 OPC_MoveSibling1,
19762 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19763 OPC_CheckChild0Integer, 127|128,1,
19764 OPC_CheckChild0TypeI32,
19765 OPC_MoveParent,
19766 OPC_CheckType, MVT::v8i16,
19767 OPC_MoveParent,
19768 OPC_CheckType, MVT::v16i8,
19769 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19770 MVT::v16i8, 2, 16,
19771 31,
19772 OPC_MoveChild0,
19773 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19774 OPC_CheckChild0Integer, 0|128,127,
19775 OPC_CheckChild0TypeI32,
19776 OPC_MoveParent,
19777 OPC_RecordChild1,
19778 OPC_MoveParent,
19779 OPC_MoveSibling1,
19780 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19781 OPC_CheckChild0Integer, 127|128,1,
19782 OPC_CheckChild0TypeI32,
19783 OPC_MoveParent,
19784 OPC_CheckType, MVT::v8i16,
19785 OPC_MoveParent,
19786 OPC_CheckType, MVT::v16i8,
19787 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19788 MVT::v16i8, 2, 16,
19789 0,
19790 0,
19791 13|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
19792 OPC_CheckChild0Integer, 127|128,1,
19793 OPC_CheckChild0TypeI32,
19794 OPC_MoveSibling1,
19795 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
19796 OPC_MoveChild0,
19797 OPC_SwitchOpcode , 66, TARGET_VAL(ISD::SMAX),
19798 OPC_Scope, 31,
19799 OPC_RecordChild0,
19800 OPC_MoveChild1,
19801 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19802 OPC_CheckChild0Integer, 0|128,127,
19803 OPC_CheckChild0TypeI32,
19804 OPC_MoveParent,
19805 OPC_MoveSibling1,
19806 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19807 OPC_CheckChild0Integer, 127|128,0,
19808 OPC_CheckChild0TypeI32,
19809 OPC_MoveParent,
19810 OPC_MoveParent,
19811 OPC_CheckType, MVT::v8i16,
19812 OPC_MoveParent,
19813 OPC_CheckType, MVT::v16i8,
19814 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19815 MVT::v16i8, 2, 16,
19816 31,
19817 OPC_MoveChild0,
19818 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19819 OPC_CheckChild0Integer, 0|128,127,
19820 OPC_CheckChild0TypeI32,
19821 OPC_MoveParent,
19822 OPC_RecordChild1,
19823 OPC_MoveSibling1,
19824 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19825 OPC_CheckChild0Integer, 127|128,0,
19826 OPC_CheckChild0TypeI32,
19827 OPC_MoveParent,
19828 OPC_MoveParent,
19829 OPC_CheckType, MVT::v8i16,
19830 OPC_MoveParent,
19831 OPC_CheckType, MVT::v16i8,
19832 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19833 MVT::v16i8, 2, 16,
19834 0,
19835 58, TARGET_VAL(ISD::SPLAT_VECTOR),
19836 OPC_CheckChild0Integer, 127|128,0,
19837 OPC_CheckChild0TypeI32,
19838 OPC_MoveSibling1,
19839 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
19840 OPC_Scope, 23,
19841 OPC_RecordChild0,
19842 OPC_MoveChild1,
19843 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19844 OPC_CheckChild0Integer, 0|128,127,
19845 OPC_CheckChild0TypeI32,
19846 OPC_MoveParent,
19847 OPC_MoveParent,
19848 OPC_MoveParent,
19849 OPC_CheckType, MVT::v8i16,
19850 OPC_MoveParent,
19851 OPC_CheckType, MVT::v16i8,
19852 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19853 MVT::v16i8, 2, 16,
19854 23,
19855 OPC_MoveChild0,
19856 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19857 OPC_CheckChild0Integer, 0|128,127,
19858 OPC_CheckChild0TypeI32,
19859 OPC_MoveParent,
19860 OPC_RecordChild1,
19861 OPC_MoveParent,
19862 OPC_MoveParent,
19863 OPC_CheckType, MVT::v8i16,
19864 OPC_MoveParent,
19865 OPC_CheckType, MVT::v16i8,
19866 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19867 MVT::v16i8, 2, 16,
19868 0,
19869 0,
19870 0,
19871 0,
19872 0,
19873 107|128,10, TARGET_VAL(ISD::SMAX),
19874 OPC_MoveChild0,
19875 OPC_SwitchOpcode , 52|128,5, TARGET_VAL(ISD::SMIN),
19876 OPC_Scope, 87|128,2,
19877 OPC_RecordChild0,
19878 OPC_MoveChild1,
19879 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19880 OPC_CheckChild0Integer, 127|128,0,
19881 OPC_CheckChild0TypeI32,
19882 OPC_MoveParent,
19883 OPC_MoveSibling1,
19884 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19885 OPC_CheckChild0Integer, 0|128,127,
19886 OPC_CheckChild0TypeI32,
19887 OPC_MoveParent,
19888 OPC_MoveParent,
19889 OPC_CheckType, MVT::v8i16,
19890 OPC_MoveSibling1,
19891 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
19892 OPC_MoveChild0,
19893 OPC_SwitchOpcode , 37|128,1, TARGET_VAL(ISD::SMAX),
19894 OPC_MoveChild0,
19895 OPC_SwitchOpcode , 82, TARGET_VAL(ISD::SMIN),
19896 OPC_Scope, 39,
19897 OPC_RecordChild0,
19898 OPC_MoveChild1,
19899 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19900 OPC_CheckChild0Integer, 127|128,0,
19901 OPC_CheckChild0TypeI32,
19902 OPC_MoveParent,
19903 OPC_MoveSibling1,
19904 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19905 OPC_CheckChild0Integer, 0|128,127,
19906 OPC_CheckChild0TypeI32,
19907 OPC_MoveParent,
19908 OPC_MoveSibling1,
19909 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19910 OPC_CheckChild0Integer, 127|128,1,
19911 OPC_CheckChild0TypeI32,
19912 OPC_MoveParent,
19913 OPC_CheckType, MVT::v8i16,
19914 OPC_MoveParent,
19915 OPC_CheckType, MVT::v16i8,
19916 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19917 MVT::v16i8, 2, 16,
19918 39,
19919 OPC_MoveChild0,
19920 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19921 OPC_CheckChild0Integer, 127|128,0,
19922 OPC_CheckChild0TypeI32,
19923 OPC_MoveParent,
19924 OPC_RecordChild1,
19925 OPC_MoveSibling1,
19926 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19927 OPC_CheckChild0Integer, 0|128,127,
19928 OPC_CheckChild0TypeI32,
19929 OPC_MoveParent,
19930 OPC_MoveSibling1,
19931 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19932 OPC_CheckChild0Integer, 127|128,1,
19933 OPC_CheckChild0TypeI32,
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 0,
19941 74, TARGET_VAL(ISD::SPLAT_VECTOR),
19942 OPC_CheckChild0Integer, 0|128,127,
19943 OPC_CheckChild0TypeI32,
19944 OPC_MoveSibling1,
19945 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
19946 OPC_Scope, 31,
19947 OPC_RecordChild0,
19948 OPC_MoveChild1,
19949 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19950 OPC_CheckChild0Integer, 127|128,0,
19951 OPC_CheckChild0TypeI32,
19952 OPC_MoveParent,
19953 OPC_MoveParent,
19954 OPC_MoveSibling1,
19955 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19956 OPC_CheckChild0Integer, 127|128,1,
19957 OPC_CheckChild0TypeI32,
19958 OPC_MoveParent,
19959 OPC_CheckType, MVT::v8i16,
19960 OPC_MoveParent,
19961 OPC_CheckType, MVT::v16i8,
19962 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19963 MVT::v16i8, 2, 16,
19964 31,
19965 OPC_MoveChild0,
19966 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19967 OPC_CheckChild0Integer, 127|128,0,
19968 OPC_CheckChild0TypeI32,
19969 OPC_MoveParent,
19970 OPC_RecordChild1,
19971 OPC_MoveParent,
19972 OPC_MoveSibling1,
19973 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19974 OPC_CheckChild0Integer, 127|128,1,
19975 OPC_CheckChild0TypeI32,
19976 OPC_MoveParent,
19977 OPC_CheckType, MVT::v8i16,
19978 OPC_MoveParent,
19979 OPC_CheckType, MVT::v16i8,
19980 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
19981 MVT::v16i8, 2, 16,
19982 0,
19983 0,
19984 13|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
19985 OPC_CheckChild0Integer, 127|128,1,
19986 OPC_CheckChild0TypeI32,
19987 OPC_MoveSibling1,
19988 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
19989 OPC_MoveChild0,
19990 OPC_SwitchOpcode , 66, TARGET_VAL(ISD::SMIN),
19991 OPC_Scope, 31,
19992 OPC_RecordChild0,
19993 OPC_MoveChild1,
19994 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
19995 OPC_CheckChild0Integer, 127|128,0,
19996 OPC_CheckChild0TypeI32,
19997 OPC_MoveParent,
19998 OPC_MoveSibling1,
19999 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20000 OPC_CheckChild0Integer, 0|128,127,
20001 OPC_CheckChild0TypeI32,
20002 OPC_MoveParent,
20003 OPC_MoveParent,
20004 OPC_CheckType, MVT::v8i16,
20005 OPC_MoveParent,
20006 OPC_CheckType, MVT::v16i8,
20007 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
20008 MVT::v16i8, 2, 16,
20009 31,
20010 OPC_MoveChild0,
20011 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20012 OPC_CheckChild0Integer, 127|128,0,
20013 OPC_CheckChild0TypeI32,
20014 OPC_MoveParent,
20015 OPC_RecordChild1,
20016 OPC_MoveSibling1,
20017 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20018 OPC_CheckChild0Integer, 0|128,127,
20019 OPC_CheckChild0TypeI32,
20020 OPC_MoveParent,
20021 OPC_MoveParent,
20022 OPC_CheckType, MVT::v8i16,
20023 OPC_MoveParent,
20024 OPC_CheckType, MVT::v16i8,
20025 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
20026 MVT::v16i8, 2, 16,
20027 0,
20028 58, TARGET_VAL(ISD::SPLAT_VECTOR),
20029 OPC_CheckChild0Integer, 0|128,127,
20030 OPC_CheckChild0TypeI32,
20031 OPC_MoveSibling1,
20032 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
20033 OPC_Scope, 23,
20034 OPC_RecordChild0,
20035 OPC_MoveChild1,
20036 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20037 OPC_CheckChild0Integer, 127|128,0,
20038 OPC_CheckChild0TypeI32,
20039 OPC_MoveParent,
20040 OPC_MoveParent,
20041 OPC_MoveParent,
20042 OPC_CheckType, MVT::v8i16,
20043 OPC_MoveParent,
20044 OPC_CheckType, MVT::v16i8,
20045 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
20046 MVT::v16i8, 2, 16,
20047 23,
20048 OPC_MoveChild0,
20049 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20050 OPC_CheckChild0Integer, 127|128,0,
20051 OPC_CheckChild0TypeI32,
20052 OPC_MoveParent,
20053 OPC_RecordChild1,
20054 OPC_MoveParent,
20055 OPC_MoveParent,
20056 OPC_CheckType, MVT::v8i16,
20057 OPC_MoveParent,
20058 OPC_CheckType, MVT::v16i8,
20059 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
20060 MVT::v16i8, 2, 16,
20061 0,
20062 0,
20063 0,
20064 87|128,2,
20065 OPC_MoveChild0,
20066 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20067 OPC_CheckChild0Integer, 127|128,0,
20068 OPC_CheckChild0TypeI32,
20069 OPC_MoveParent,
20070 OPC_RecordChild1,
20071 OPC_MoveSibling1,
20072 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20073 OPC_CheckChild0Integer, 0|128,127,
20074 OPC_CheckChild0TypeI32,
20075 OPC_MoveParent,
20076 OPC_MoveParent,
20077 OPC_CheckType, MVT::v8i16,
20078 OPC_MoveSibling1,
20079 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
20080 OPC_MoveChild0,
20081 OPC_SwitchOpcode , 37|128,1, TARGET_VAL(ISD::SMAX),
20082 OPC_MoveChild0,
20083 OPC_SwitchOpcode , 82, TARGET_VAL(ISD::SMIN),
20084 OPC_Scope, 39,
20085 OPC_RecordChild0,
20086 OPC_MoveChild1,
20087 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20088 OPC_CheckChild0Integer, 127|128,0,
20089 OPC_CheckChild0TypeI32,
20090 OPC_MoveParent,
20091 OPC_MoveSibling1,
20092 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20093 OPC_CheckChild0Integer, 0|128,127,
20094 OPC_CheckChild0TypeI32,
20095 OPC_MoveParent,
20096 OPC_MoveSibling1,
20097 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20098 OPC_CheckChild0Integer, 127|128,1,
20099 OPC_CheckChild0TypeI32,
20100 OPC_MoveParent,
20101 OPC_CheckType, MVT::v8i16,
20102 OPC_MoveParent,
20103 OPC_CheckType, MVT::v16i8,
20104 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
20105 MVT::v16i8, 2, 16,
20106 39,
20107 OPC_MoveChild0,
20108 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20109 OPC_CheckChild0Integer, 127|128,0,
20110 OPC_CheckChild0TypeI32,
20111 OPC_MoveParent,
20112 OPC_RecordChild1,
20113 OPC_MoveSibling1,
20114 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20115 OPC_CheckChild0Integer, 0|128,127,
20116 OPC_CheckChild0TypeI32,
20117 OPC_MoveParent,
20118 OPC_MoveSibling1,
20119 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20120 OPC_CheckChild0Integer, 127|128,1,
20121 OPC_CheckChild0TypeI32,
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 0,
20129 74, TARGET_VAL(ISD::SPLAT_VECTOR),
20130 OPC_CheckChild0Integer, 0|128,127,
20131 OPC_CheckChild0TypeI32,
20132 OPC_MoveSibling1,
20133 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
20134 OPC_Scope, 31,
20135 OPC_RecordChild0,
20136 OPC_MoveChild1,
20137 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20138 OPC_CheckChild0Integer, 127|128,0,
20139 OPC_CheckChild0TypeI32,
20140 OPC_MoveParent,
20141 OPC_MoveParent,
20142 OPC_MoveSibling1,
20143 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20144 OPC_CheckChild0Integer, 127|128,1,
20145 OPC_CheckChild0TypeI32,
20146 OPC_MoveParent,
20147 OPC_CheckType, MVT::v8i16,
20148 OPC_MoveParent,
20149 OPC_CheckType, MVT::v16i8,
20150 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
20151 MVT::v16i8, 2, 16,
20152 31,
20153 OPC_MoveChild0,
20154 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20155 OPC_CheckChild0Integer, 127|128,0,
20156 OPC_CheckChild0TypeI32,
20157 OPC_MoveParent,
20158 OPC_RecordChild1,
20159 OPC_MoveParent,
20160 OPC_MoveSibling1,
20161 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20162 OPC_CheckChild0Integer, 127|128,1,
20163 OPC_CheckChild0TypeI32,
20164 OPC_MoveParent,
20165 OPC_CheckType, MVT::v8i16,
20166 OPC_MoveParent,
20167 OPC_CheckType, MVT::v16i8,
20168 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
20169 MVT::v16i8, 2, 16,
20170 0,
20171 0,
20172 13|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
20173 OPC_CheckChild0Integer, 127|128,1,
20174 OPC_CheckChild0TypeI32,
20175 OPC_MoveSibling1,
20176 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
20177 OPC_MoveChild0,
20178 OPC_SwitchOpcode , 66, TARGET_VAL(ISD::SMIN),
20179 OPC_Scope, 31,
20180 OPC_RecordChild0,
20181 OPC_MoveChild1,
20182 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20183 OPC_CheckChild0Integer, 127|128,0,
20184 OPC_CheckChild0TypeI32,
20185 OPC_MoveParent,
20186 OPC_MoveSibling1,
20187 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20188 OPC_CheckChild0Integer, 0|128,127,
20189 OPC_CheckChild0TypeI32,
20190 OPC_MoveParent,
20191 OPC_MoveParent,
20192 OPC_CheckType, MVT::v8i16,
20193 OPC_MoveParent,
20194 OPC_CheckType, MVT::v16i8,
20195 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
20196 MVT::v16i8, 2, 16,
20197 31,
20198 OPC_MoveChild0,
20199 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20200 OPC_CheckChild0Integer, 127|128,0,
20201 OPC_CheckChild0TypeI32,
20202 OPC_MoveParent,
20203 OPC_RecordChild1,
20204 OPC_MoveSibling1,
20205 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20206 OPC_CheckChild0Integer, 0|128,127,
20207 OPC_CheckChild0TypeI32,
20208 OPC_MoveParent,
20209 OPC_MoveParent,
20210 OPC_CheckType, MVT::v8i16,
20211 OPC_MoveParent,
20212 OPC_CheckType, MVT::v16i8,
20213 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
20214 MVT::v16i8, 2, 16,
20215 0,
20216 58, TARGET_VAL(ISD::SPLAT_VECTOR),
20217 OPC_CheckChild0Integer, 0|128,127,
20218 OPC_CheckChild0TypeI32,
20219 OPC_MoveSibling1,
20220 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
20221 OPC_Scope, 23,
20222 OPC_RecordChild0,
20223 OPC_MoveChild1,
20224 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20225 OPC_CheckChild0Integer, 127|128,0,
20226 OPC_CheckChild0TypeI32,
20227 OPC_MoveParent,
20228 OPC_MoveParent,
20229 OPC_MoveParent,
20230 OPC_CheckType, MVT::v8i16,
20231 OPC_MoveParent,
20232 OPC_CheckType, MVT::v16i8,
20233 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
20234 MVT::v16i8, 2, 16,
20235 23,
20236 OPC_MoveChild0,
20237 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20238 OPC_CheckChild0Integer, 127|128,0,
20239 OPC_CheckChild0TypeI32,
20240 OPC_MoveParent,
20241 OPC_RecordChild1,
20242 OPC_MoveParent,
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 0,
20251 0,
20252 0,
20253 44|128,5, TARGET_VAL(ISD::SPLAT_VECTOR),
20254 OPC_CheckChild0Integer, 0|128,127,
20255 OPC_CheckChild0TypeI32,
20256 OPC_MoveSibling1,
20257 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
20258 OPC_Scope, 79|128,2,
20259 OPC_RecordChild0,
20260 OPC_MoveChild1,
20261 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20262 OPC_CheckChild0Integer, 127|128,0,
20263 OPC_CheckChild0TypeI32,
20264 OPC_MoveParent,
20265 OPC_MoveParent,
20266 OPC_MoveParent,
20267 OPC_CheckType, MVT::v8i16,
20268 OPC_MoveSibling1,
20269 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
20270 OPC_MoveChild0,
20271 OPC_SwitchOpcode , 37|128,1, TARGET_VAL(ISD::SMAX),
20272 OPC_MoveChild0,
20273 OPC_SwitchOpcode , 82, TARGET_VAL(ISD::SMIN),
20274 OPC_Scope, 39,
20275 OPC_RecordChild0,
20276 OPC_MoveChild1,
20277 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20278 OPC_CheckChild0Integer, 127|128,0,
20279 OPC_CheckChild0TypeI32,
20280 OPC_MoveParent,
20281 OPC_MoveSibling1,
20282 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20283 OPC_CheckChild0Integer, 0|128,127,
20284 OPC_CheckChild0TypeI32,
20285 OPC_MoveParent,
20286 OPC_MoveSibling1,
20287 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20288 OPC_CheckChild0Integer, 127|128,1,
20289 OPC_CheckChild0TypeI32,
20290 OPC_MoveParent,
20291 OPC_CheckType, MVT::v8i16,
20292 OPC_MoveParent,
20293 OPC_CheckType, MVT::v16i8,
20294 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
20295 MVT::v16i8, 2, 16,
20296 39,
20297 OPC_MoveChild0,
20298 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20299 OPC_CheckChild0Integer, 127|128,0,
20300 OPC_CheckChild0TypeI32,
20301 OPC_MoveParent,
20302 OPC_RecordChild1,
20303 OPC_MoveSibling1,
20304 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20305 OPC_CheckChild0Integer, 0|128,127,
20306 OPC_CheckChild0TypeI32,
20307 OPC_MoveParent,
20308 OPC_MoveSibling1,
20309 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20310 OPC_CheckChild0Integer, 127|128,1,
20311 OPC_CheckChild0TypeI32,
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 0,
20319 74, TARGET_VAL(ISD::SPLAT_VECTOR),
20320 OPC_CheckChild0Integer, 0|128,127,
20321 OPC_CheckChild0TypeI32,
20322 OPC_MoveSibling1,
20323 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
20324 OPC_Scope, 31,
20325 OPC_RecordChild0,
20326 OPC_MoveChild1,
20327 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20328 OPC_CheckChild0Integer, 127|128,0,
20329 OPC_CheckChild0TypeI32,
20330 OPC_MoveParent,
20331 OPC_MoveParent,
20332 OPC_MoveSibling1,
20333 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20334 OPC_CheckChild0Integer, 127|128,1,
20335 OPC_CheckChild0TypeI32,
20336 OPC_MoveParent,
20337 OPC_CheckType, MVT::v8i16,
20338 OPC_MoveParent,
20339 OPC_CheckType, MVT::v16i8,
20340 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
20341 MVT::v16i8, 2, 16,
20342 31,
20343 OPC_MoveChild0,
20344 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20345 OPC_CheckChild0Integer, 127|128,0,
20346 OPC_CheckChild0TypeI32,
20347 OPC_MoveParent,
20348 OPC_RecordChild1,
20349 OPC_MoveParent,
20350 OPC_MoveSibling1,
20351 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20352 OPC_CheckChild0Integer, 127|128,1,
20353 OPC_CheckChild0TypeI32,
20354 OPC_MoveParent,
20355 OPC_CheckType, MVT::v8i16,
20356 OPC_MoveParent,
20357 OPC_CheckType, MVT::v16i8,
20358 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
20359 MVT::v16i8, 2, 16,
20360 0,
20361 0,
20362 13|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
20363 OPC_CheckChild0Integer, 127|128,1,
20364 OPC_CheckChild0TypeI32,
20365 OPC_MoveSibling1,
20366 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
20367 OPC_MoveChild0,
20368 OPC_SwitchOpcode , 66, TARGET_VAL(ISD::SMIN),
20369 OPC_Scope, 31,
20370 OPC_RecordChild0,
20371 OPC_MoveChild1,
20372 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20373 OPC_CheckChild0Integer, 127|128,0,
20374 OPC_CheckChild0TypeI32,
20375 OPC_MoveParent,
20376 OPC_MoveSibling1,
20377 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20378 OPC_CheckChild0Integer, 0|128,127,
20379 OPC_CheckChild0TypeI32,
20380 OPC_MoveParent,
20381 OPC_MoveParent,
20382 OPC_CheckType, MVT::v8i16,
20383 OPC_MoveParent,
20384 OPC_CheckType, MVT::v16i8,
20385 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
20386 MVT::v16i8, 2, 16,
20387 31,
20388 OPC_MoveChild0,
20389 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20390 OPC_CheckChild0Integer, 127|128,0,
20391 OPC_CheckChild0TypeI32,
20392 OPC_MoveParent,
20393 OPC_RecordChild1,
20394 OPC_MoveSibling1,
20395 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20396 OPC_CheckChild0Integer, 0|128,127,
20397 OPC_CheckChild0TypeI32,
20398 OPC_MoveParent,
20399 OPC_MoveParent,
20400 OPC_CheckType, MVT::v8i16,
20401 OPC_MoveParent,
20402 OPC_CheckType, MVT::v16i8,
20403 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
20404 MVT::v16i8, 2, 16,
20405 0,
20406 58, TARGET_VAL(ISD::SPLAT_VECTOR),
20407 OPC_CheckChild0Integer, 0|128,127,
20408 OPC_CheckChild0TypeI32,
20409 OPC_MoveSibling1,
20410 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
20411 OPC_Scope, 23,
20412 OPC_RecordChild0,
20413 OPC_MoveChild1,
20414 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20415 OPC_CheckChild0Integer, 127|128,0,
20416 OPC_CheckChild0TypeI32,
20417 OPC_MoveParent,
20418 OPC_MoveParent,
20419 OPC_MoveParent,
20420 OPC_CheckType, MVT::v8i16,
20421 OPC_MoveParent,
20422 OPC_CheckType, MVT::v16i8,
20423 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
20424 MVT::v16i8, 2, 16,
20425 23,
20426 OPC_MoveChild0,
20427 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20428 OPC_CheckChild0Integer, 127|128,0,
20429 OPC_CheckChild0TypeI32,
20430 OPC_MoveParent,
20431 OPC_RecordChild1,
20432 OPC_MoveParent,
20433 OPC_MoveParent,
20434 OPC_CheckType, MVT::v8i16,
20435 OPC_MoveParent,
20436 OPC_CheckType, MVT::v16i8,
20437 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
20438 MVT::v16i8, 2, 16,
20439 0,
20440 0,
20441 0,
20442 79|128,2,
20443 OPC_MoveChild0,
20444 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20445 OPC_CheckChild0Integer, 127|128,0,
20446 OPC_CheckChild0TypeI32,
20447 OPC_MoveParent,
20448 OPC_RecordChild1,
20449 OPC_MoveParent,
20450 OPC_MoveParent,
20451 OPC_CheckType, MVT::v8i16,
20452 OPC_MoveSibling1,
20453 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
20454 OPC_MoveChild0,
20455 OPC_SwitchOpcode , 37|128,1, TARGET_VAL(ISD::SMAX),
20456 OPC_MoveChild0,
20457 OPC_SwitchOpcode , 82, TARGET_VAL(ISD::SMIN),
20458 OPC_Scope, 39,
20459 OPC_RecordChild0,
20460 OPC_MoveChild1,
20461 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20462 OPC_CheckChild0Integer, 127|128,0,
20463 OPC_CheckChild0TypeI32,
20464 OPC_MoveParent,
20465 OPC_MoveSibling1,
20466 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20467 OPC_CheckChild0Integer, 0|128,127,
20468 OPC_CheckChild0TypeI32,
20469 OPC_MoveParent,
20470 OPC_MoveSibling1,
20471 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20472 OPC_CheckChild0Integer, 127|128,1,
20473 OPC_CheckChild0TypeI32,
20474 OPC_MoveParent,
20475 OPC_CheckType, MVT::v8i16,
20476 OPC_MoveParent,
20477 OPC_CheckType, MVT::v16i8,
20478 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
20479 MVT::v16i8, 2, 16,
20480 39,
20481 OPC_MoveChild0,
20482 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20483 OPC_CheckChild0Integer, 127|128,0,
20484 OPC_CheckChild0TypeI32,
20485 OPC_MoveParent,
20486 OPC_RecordChild1,
20487 OPC_MoveSibling1,
20488 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20489 OPC_CheckChild0Integer, 0|128,127,
20490 OPC_CheckChild0TypeI32,
20491 OPC_MoveParent,
20492 OPC_MoveSibling1,
20493 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20494 OPC_CheckChild0Integer, 127|128,1,
20495 OPC_CheckChild0TypeI32,
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 0,
20503 74, TARGET_VAL(ISD::SPLAT_VECTOR),
20504 OPC_CheckChild0Integer, 0|128,127,
20505 OPC_CheckChild0TypeI32,
20506 OPC_MoveSibling1,
20507 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
20508 OPC_Scope, 31,
20509 OPC_RecordChild0,
20510 OPC_MoveChild1,
20511 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20512 OPC_CheckChild0Integer, 127|128,0,
20513 OPC_CheckChild0TypeI32,
20514 OPC_MoveParent,
20515 OPC_MoveParent,
20516 OPC_MoveSibling1,
20517 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20518 OPC_CheckChild0Integer, 127|128,1,
20519 OPC_CheckChild0TypeI32,
20520 OPC_MoveParent,
20521 OPC_CheckType, MVT::v8i16,
20522 OPC_MoveParent,
20523 OPC_CheckType, MVT::v16i8,
20524 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
20525 MVT::v16i8, 2, 16,
20526 31,
20527 OPC_MoveChild0,
20528 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20529 OPC_CheckChild0Integer, 127|128,0,
20530 OPC_CheckChild0TypeI32,
20531 OPC_MoveParent,
20532 OPC_RecordChild1,
20533 OPC_MoveParent,
20534 OPC_MoveSibling1,
20535 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20536 OPC_CheckChild0Integer, 127|128,1,
20537 OPC_CheckChild0TypeI32,
20538 OPC_MoveParent,
20539 OPC_CheckType, MVT::v8i16,
20540 OPC_MoveParent,
20541 OPC_CheckType, MVT::v16i8,
20542 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
20543 MVT::v16i8, 2, 16,
20544 0,
20545 0,
20546 13|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
20547 OPC_CheckChild0Integer, 127|128,1,
20548 OPC_CheckChild0TypeI32,
20549 OPC_MoveSibling1,
20550 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
20551 OPC_MoveChild0,
20552 OPC_SwitchOpcode , 66, TARGET_VAL(ISD::SMIN),
20553 OPC_Scope, 31,
20554 OPC_RecordChild0,
20555 OPC_MoveChild1,
20556 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20557 OPC_CheckChild0Integer, 127|128,0,
20558 OPC_CheckChild0TypeI32,
20559 OPC_MoveParent,
20560 OPC_MoveSibling1,
20561 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20562 OPC_CheckChild0Integer, 0|128,127,
20563 OPC_CheckChild0TypeI32,
20564 OPC_MoveParent,
20565 OPC_MoveParent,
20566 OPC_CheckType, MVT::v8i16,
20567 OPC_MoveParent,
20568 OPC_CheckType, MVT::v16i8,
20569 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
20570 MVT::v16i8, 2, 16,
20571 31,
20572 OPC_MoveChild0,
20573 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20574 OPC_CheckChild0Integer, 127|128,0,
20575 OPC_CheckChild0TypeI32,
20576 OPC_MoveParent,
20577 OPC_RecordChild1,
20578 OPC_MoveSibling1,
20579 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20580 OPC_CheckChild0Integer, 0|128,127,
20581 OPC_CheckChild0TypeI32,
20582 OPC_MoveParent,
20583 OPC_MoveParent,
20584 OPC_CheckType, MVT::v8i16,
20585 OPC_MoveParent,
20586 OPC_CheckType, MVT::v16i8,
20587 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
20588 MVT::v16i8, 2, 16,
20589 0,
20590 58, TARGET_VAL(ISD::SPLAT_VECTOR),
20591 OPC_CheckChild0Integer, 0|128,127,
20592 OPC_CheckChild0TypeI32,
20593 OPC_MoveSibling1,
20594 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
20595 OPC_Scope, 23,
20596 OPC_RecordChild0,
20597 OPC_MoveChild1,
20598 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20599 OPC_CheckChild0Integer, 127|128,0,
20600 OPC_CheckChild0TypeI32,
20601 OPC_MoveParent,
20602 OPC_MoveParent,
20603 OPC_MoveParent,
20604 OPC_CheckType, MVT::v8i16,
20605 OPC_MoveParent,
20606 OPC_CheckType, MVT::v16i8,
20607 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
20608 MVT::v16i8, 2, 16,
20609 23,
20610 OPC_MoveChild0,
20611 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20612 OPC_CheckChild0Integer, 127|128,0,
20613 OPC_CheckChild0TypeI32,
20614 OPC_MoveParent,
20615 OPC_RecordChild1,
20616 OPC_MoveParent,
20617 OPC_MoveParent,
20618 OPC_CheckType, MVT::v8i16,
20619 OPC_MoveParent,
20620 OPC_CheckType, MVT::v16i8,
20621 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I8x16),
20622 MVT::v16i8, 2, 16,
20623 0,
20624 0,
20625 0,
20626 0,
20627 0,
20628 0,
20629 12|128,23,
20630 OPC_CheckChild0Integer, 127|128,127|128,3,
20631 OPC_CheckChild0TypeI32,
20632 OPC_MoveSibling1,
20633 OPC_SwitchOpcode , 62|128,11, TARGET_VAL(ISD::SMIN),
20634 OPC_MoveChild0,
20635 OPC_SwitchOpcode , 94|128,5, TARGET_VAL(ISD::SMAX),
20636 OPC_Scope, 108|128,2,
20637 OPC_RecordChild0,
20638 OPC_MoveChild1,
20639 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20640 OPC_CheckChild0Integer, 0|128,0|128,126,
20641 OPC_CheckChild0TypeI32,
20642 OPC_MoveParent,
20643 OPC_MoveSibling1,
20644 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20645 OPC_CheckChild0Integer, 127|128,127|128,1,
20646 OPC_CheckChild0TypeI32,
20647 OPC_MoveParent,
20648 OPC_MoveParent,
20649 OPC_CheckType, MVT::v4i32,
20650 OPC_MoveSibling1,
20651 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
20652 OPC_MoveChild0,
20653 OPC_SwitchOpcode , 48|128,1, TARGET_VAL(ISD::SMIN),
20654 OPC_MoveChild0,
20655 OPC_SwitchOpcode , 88, TARGET_VAL(ISD::SMAX),
20656 OPC_Scope, 42,
20657 OPC_RecordChild0,
20658 OPC_MoveChild1,
20659 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20660 OPC_CheckChild0Integer, 0|128,0|128,126,
20661 OPC_CheckChild0TypeI32,
20662 OPC_MoveParent,
20663 OPC_MoveSibling1,
20664 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20665 OPC_CheckChild0Integer, 127|128,127|128,1,
20666 OPC_CheckChild0TypeI32,
20667 OPC_MoveParent,
20668 OPC_MoveSibling1,
20669 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20670 OPC_CheckChild0Integer, 127|128,127|128,3,
20671 OPC_CheckChild0TypeI32,
20672 OPC_MoveParent,
20673 OPC_CheckType, MVT::v4i32,
20674 OPC_MoveParent,
20675 OPC_CheckType, MVT::v8i16,
20676 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
20677 MVT::v8i16, 2, 16,
20678 42,
20679 OPC_MoveChild0,
20680 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20681 OPC_CheckChild0Integer, 0|128,0|128,126,
20682 OPC_CheckChild0TypeI32,
20683 OPC_MoveParent,
20684 OPC_RecordChild1,
20685 OPC_MoveSibling1,
20686 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20687 OPC_CheckChild0Integer, 127|128,127|128,1,
20688 OPC_CheckChild0TypeI32,
20689 OPC_MoveParent,
20690 OPC_MoveSibling1,
20691 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20692 OPC_CheckChild0Integer, 127|128,127|128,3,
20693 OPC_CheckChild0TypeI32,
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 0,
20701 79, TARGET_VAL(ISD::SPLAT_VECTOR),
20702 OPC_CheckChild0Integer, 127|128,127|128,1,
20703 OPC_CheckChild0TypeI32,
20704 OPC_MoveSibling1,
20705 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
20706 OPC_Scope, 33,
20707 OPC_RecordChild0,
20708 OPC_MoveChild1,
20709 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20710 OPC_CheckChild0Integer, 0|128,0|128,126,
20711 OPC_CheckChild0TypeI32,
20712 OPC_MoveParent,
20713 OPC_MoveParent,
20714 OPC_MoveSibling1,
20715 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20716 OPC_CheckChild0Integer, 127|128,127|128,3,
20717 OPC_CheckChild0TypeI32,
20718 OPC_MoveParent,
20719 OPC_CheckType, MVT::v4i32,
20720 OPC_MoveParent,
20721 OPC_CheckType, MVT::v8i16,
20722 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
20723 MVT::v8i16, 2, 16,
20724 33,
20725 OPC_MoveChild0,
20726 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20727 OPC_CheckChild0Integer, 0|128,0|128,126,
20728 OPC_CheckChild0TypeI32,
20729 OPC_MoveParent,
20730 OPC_RecordChild1,
20731 OPC_MoveParent,
20732 OPC_MoveSibling1,
20733 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20734 OPC_CheckChild0Integer, 127|128,127|128,3,
20735 OPC_CheckChild0TypeI32,
20736 OPC_MoveParent,
20737 OPC_CheckType, MVT::v4i32,
20738 OPC_MoveParent,
20739 OPC_CheckType, MVT::v8i16,
20740 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
20741 MVT::v8i16, 2, 16,
20742 0,
20743 0,
20744 21|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
20745 OPC_CheckChild0Integer, 127|128,127|128,3,
20746 OPC_CheckChild0TypeI32,
20747 OPC_MoveSibling1,
20748 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
20749 OPC_MoveChild0,
20750 OPC_SwitchOpcode , 70, TARGET_VAL(ISD::SMAX),
20751 OPC_Scope, 33,
20752 OPC_RecordChild0,
20753 OPC_MoveChild1,
20754 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20755 OPC_CheckChild0Integer, 0|128,0|128,126,
20756 OPC_CheckChild0TypeI32,
20757 OPC_MoveParent,
20758 OPC_MoveSibling1,
20759 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20760 OPC_CheckChild0Integer, 127|128,127|128,1,
20761 OPC_CheckChild0TypeI32,
20762 OPC_MoveParent,
20763 OPC_MoveParent,
20764 OPC_CheckType, MVT::v4i32,
20765 OPC_MoveParent,
20766 OPC_CheckType, MVT::v8i16,
20767 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
20768 MVT::v8i16, 2, 16,
20769 33,
20770 OPC_MoveChild0,
20771 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20772 OPC_CheckChild0Integer, 0|128,0|128,126,
20773 OPC_CheckChild0TypeI32,
20774 OPC_MoveParent,
20775 OPC_RecordChild1,
20776 OPC_MoveSibling1,
20777 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20778 OPC_CheckChild0Integer, 127|128,127|128,1,
20779 OPC_CheckChild0TypeI32,
20780 OPC_MoveParent,
20781 OPC_MoveParent,
20782 OPC_CheckType, MVT::v4i32,
20783 OPC_MoveParent,
20784 OPC_CheckType, MVT::v8i16,
20785 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
20786 MVT::v8i16, 2, 16,
20787 0,
20788 61, TARGET_VAL(ISD::SPLAT_VECTOR),
20789 OPC_CheckChild0Integer, 127|128,127|128,1,
20790 OPC_CheckChild0TypeI32,
20791 OPC_MoveSibling1,
20792 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
20793 OPC_Scope, 24,
20794 OPC_RecordChild0,
20795 OPC_MoveChild1,
20796 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20797 OPC_CheckChild0Integer, 0|128,0|128,126,
20798 OPC_CheckChild0TypeI32,
20799 OPC_MoveParent,
20800 OPC_MoveParent,
20801 OPC_MoveParent,
20802 OPC_CheckType, MVT::v4i32,
20803 OPC_MoveParent,
20804 OPC_CheckType, MVT::v8i16,
20805 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
20806 MVT::v8i16, 2, 16,
20807 24,
20808 OPC_MoveChild0,
20809 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20810 OPC_CheckChild0Integer, 0|128,0|128,126,
20811 OPC_CheckChild0TypeI32,
20812 OPC_MoveParent,
20813 OPC_RecordChild1,
20814 OPC_MoveParent,
20815 OPC_MoveParent,
20816 OPC_CheckType, MVT::v4i32,
20817 OPC_MoveParent,
20818 OPC_CheckType, MVT::v8i16,
20819 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
20820 MVT::v8i16, 2, 16,
20821 0,
20822 0,
20823 0,
20824 108|128,2,
20825 OPC_MoveChild0,
20826 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20827 OPC_CheckChild0Integer, 0|128,0|128,126,
20828 OPC_CheckChild0TypeI32,
20829 OPC_MoveParent,
20830 OPC_RecordChild1,
20831 OPC_MoveSibling1,
20832 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20833 OPC_CheckChild0Integer, 127|128,127|128,1,
20834 OPC_CheckChild0TypeI32,
20835 OPC_MoveParent,
20836 OPC_MoveParent,
20837 OPC_CheckType, MVT::v4i32,
20838 OPC_MoveSibling1,
20839 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
20840 OPC_MoveChild0,
20841 OPC_SwitchOpcode , 48|128,1, TARGET_VAL(ISD::SMIN),
20842 OPC_MoveChild0,
20843 OPC_SwitchOpcode , 88, TARGET_VAL(ISD::SMAX),
20844 OPC_Scope, 42,
20845 OPC_RecordChild0,
20846 OPC_MoveChild1,
20847 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20848 OPC_CheckChild0Integer, 0|128,0|128,126,
20849 OPC_CheckChild0TypeI32,
20850 OPC_MoveParent,
20851 OPC_MoveSibling1,
20852 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20853 OPC_CheckChild0Integer, 127|128,127|128,1,
20854 OPC_CheckChild0TypeI32,
20855 OPC_MoveParent,
20856 OPC_MoveSibling1,
20857 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20858 OPC_CheckChild0Integer, 127|128,127|128,3,
20859 OPC_CheckChild0TypeI32,
20860 OPC_MoveParent,
20861 OPC_CheckType, MVT::v4i32,
20862 OPC_MoveParent,
20863 OPC_CheckType, MVT::v8i16,
20864 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
20865 MVT::v8i16, 2, 16,
20866 42,
20867 OPC_MoveChild0,
20868 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20869 OPC_CheckChild0Integer, 0|128,0|128,126,
20870 OPC_CheckChild0TypeI32,
20871 OPC_MoveParent,
20872 OPC_RecordChild1,
20873 OPC_MoveSibling1,
20874 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20875 OPC_CheckChild0Integer, 127|128,127|128,1,
20876 OPC_CheckChild0TypeI32,
20877 OPC_MoveParent,
20878 OPC_MoveSibling1,
20879 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20880 OPC_CheckChild0Integer, 127|128,127|128,3,
20881 OPC_CheckChild0TypeI32,
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 0,
20889 79, TARGET_VAL(ISD::SPLAT_VECTOR),
20890 OPC_CheckChild0Integer, 127|128,127|128,1,
20891 OPC_CheckChild0TypeI32,
20892 OPC_MoveSibling1,
20893 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
20894 OPC_Scope, 33,
20895 OPC_RecordChild0,
20896 OPC_MoveChild1,
20897 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20898 OPC_CheckChild0Integer, 0|128,0|128,126,
20899 OPC_CheckChild0TypeI32,
20900 OPC_MoveParent,
20901 OPC_MoveParent,
20902 OPC_MoveSibling1,
20903 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20904 OPC_CheckChild0Integer, 127|128,127|128,3,
20905 OPC_CheckChild0TypeI32,
20906 OPC_MoveParent,
20907 OPC_CheckType, MVT::v4i32,
20908 OPC_MoveParent,
20909 OPC_CheckType, MVT::v8i16,
20910 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
20911 MVT::v8i16, 2, 16,
20912 33,
20913 OPC_MoveChild0,
20914 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20915 OPC_CheckChild0Integer, 0|128,0|128,126,
20916 OPC_CheckChild0TypeI32,
20917 OPC_MoveParent,
20918 OPC_RecordChild1,
20919 OPC_MoveParent,
20920 OPC_MoveSibling1,
20921 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20922 OPC_CheckChild0Integer, 127|128,127|128,3,
20923 OPC_CheckChild0TypeI32,
20924 OPC_MoveParent,
20925 OPC_CheckType, MVT::v4i32,
20926 OPC_MoveParent,
20927 OPC_CheckType, MVT::v8i16,
20928 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
20929 MVT::v8i16, 2, 16,
20930 0,
20931 0,
20932 21|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
20933 OPC_CheckChild0Integer, 127|128,127|128,3,
20934 OPC_CheckChild0TypeI32,
20935 OPC_MoveSibling1,
20936 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
20937 OPC_MoveChild0,
20938 OPC_SwitchOpcode , 70, TARGET_VAL(ISD::SMAX),
20939 OPC_Scope, 33,
20940 OPC_RecordChild0,
20941 OPC_MoveChild1,
20942 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20943 OPC_CheckChild0Integer, 0|128,0|128,126,
20944 OPC_CheckChild0TypeI32,
20945 OPC_MoveParent,
20946 OPC_MoveSibling1,
20947 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20948 OPC_CheckChild0Integer, 127|128,127|128,1,
20949 OPC_CheckChild0TypeI32,
20950 OPC_MoveParent,
20951 OPC_MoveParent,
20952 OPC_CheckType, MVT::v4i32,
20953 OPC_MoveParent,
20954 OPC_CheckType, MVT::v8i16,
20955 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
20956 MVT::v8i16, 2, 16,
20957 33,
20958 OPC_MoveChild0,
20959 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20960 OPC_CheckChild0Integer, 0|128,0|128,126,
20961 OPC_CheckChild0TypeI32,
20962 OPC_MoveParent,
20963 OPC_RecordChild1,
20964 OPC_MoveSibling1,
20965 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20966 OPC_CheckChild0Integer, 127|128,127|128,1,
20967 OPC_CheckChild0TypeI32,
20968 OPC_MoveParent,
20969 OPC_MoveParent,
20970 OPC_CheckType, MVT::v4i32,
20971 OPC_MoveParent,
20972 OPC_CheckType, MVT::v8i16,
20973 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
20974 MVT::v8i16, 2, 16,
20975 0,
20976 61, TARGET_VAL(ISD::SPLAT_VECTOR),
20977 OPC_CheckChild0Integer, 127|128,127|128,1,
20978 OPC_CheckChild0TypeI32,
20979 OPC_MoveSibling1,
20980 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
20981 OPC_Scope, 24,
20982 OPC_RecordChild0,
20983 OPC_MoveChild1,
20984 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20985 OPC_CheckChild0Integer, 0|128,0|128,126,
20986 OPC_CheckChild0TypeI32,
20987 OPC_MoveParent,
20988 OPC_MoveParent,
20989 OPC_MoveParent,
20990 OPC_CheckType, MVT::v4i32,
20991 OPC_MoveParent,
20992 OPC_CheckType, MVT::v8i16,
20993 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
20994 MVT::v8i16, 2, 16,
20995 24,
20996 OPC_MoveChild0,
20997 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
20998 OPC_CheckChild0Integer, 0|128,0|128,126,
20999 OPC_CheckChild0TypeI32,
21000 OPC_MoveParent,
21001 OPC_RecordChild1,
21002 OPC_MoveParent,
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 0,
21011 0,
21012 0,
21013 85|128,5, TARGET_VAL(ISD::SPLAT_VECTOR),
21014 OPC_CheckChild0Integer, 127|128,127|128,1,
21015 OPC_CheckChild0TypeI32,
21016 OPC_MoveSibling1,
21017 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
21018 OPC_Scope, 99|128,2,
21019 OPC_RecordChild0,
21020 OPC_MoveChild1,
21021 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21022 OPC_CheckChild0Integer, 0|128,0|128,126,
21023 OPC_CheckChild0TypeI32,
21024 OPC_MoveParent,
21025 OPC_MoveParent,
21026 OPC_MoveParent,
21027 OPC_CheckType, MVT::v4i32,
21028 OPC_MoveSibling1,
21029 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
21030 OPC_MoveChild0,
21031 OPC_SwitchOpcode , 48|128,1, TARGET_VAL(ISD::SMIN),
21032 OPC_MoveChild0,
21033 OPC_SwitchOpcode , 88, TARGET_VAL(ISD::SMAX),
21034 OPC_Scope, 42,
21035 OPC_RecordChild0,
21036 OPC_MoveChild1,
21037 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21038 OPC_CheckChild0Integer, 0|128,0|128,126,
21039 OPC_CheckChild0TypeI32,
21040 OPC_MoveParent,
21041 OPC_MoveSibling1,
21042 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21043 OPC_CheckChild0Integer, 127|128,127|128,1,
21044 OPC_CheckChild0TypeI32,
21045 OPC_MoveParent,
21046 OPC_MoveSibling1,
21047 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21048 OPC_CheckChild0Integer, 127|128,127|128,3,
21049 OPC_CheckChild0TypeI32,
21050 OPC_MoveParent,
21051 OPC_CheckType, MVT::v4i32,
21052 OPC_MoveParent,
21053 OPC_CheckType, MVT::v8i16,
21054 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21055 MVT::v8i16, 2, 16,
21056 42,
21057 OPC_MoveChild0,
21058 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21059 OPC_CheckChild0Integer, 0|128,0|128,126,
21060 OPC_CheckChild0TypeI32,
21061 OPC_MoveParent,
21062 OPC_RecordChild1,
21063 OPC_MoveSibling1,
21064 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21065 OPC_CheckChild0Integer, 127|128,127|128,1,
21066 OPC_CheckChild0TypeI32,
21067 OPC_MoveParent,
21068 OPC_MoveSibling1,
21069 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21070 OPC_CheckChild0Integer, 127|128,127|128,3,
21071 OPC_CheckChild0TypeI32,
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 0,
21079 79, TARGET_VAL(ISD::SPLAT_VECTOR),
21080 OPC_CheckChild0Integer, 127|128,127|128,1,
21081 OPC_CheckChild0TypeI32,
21082 OPC_MoveSibling1,
21083 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
21084 OPC_Scope, 33,
21085 OPC_RecordChild0,
21086 OPC_MoveChild1,
21087 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21088 OPC_CheckChild0Integer, 0|128,0|128,126,
21089 OPC_CheckChild0TypeI32,
21090 OPC_MoveParent,
21091 OPC_MoveParent,
21092 OPC_MoveSibling1,
21093 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21094 OPC_CheckChild0Integer, 127|128,127|128,3,
21095 OPC_CheckChild0TypeI32,
21096 OPC_MoveParent,
21097 OPC_CheckType, MVT::v4i32,
21098 OPC_MoveParent,
21099 OPC_CheckType, MVT::v8i16,
21100 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21101 MVT::v8i16, 2, 16,
21102 33,
21103 OPC_MoveChild0,
21104 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21105 OPC_CheckChild0Integer, 0|128,0|128,126,
21106 OPC_CheckChild0TypeI32,
21107 OPC_MoveParent,
21108 OPC_RecordChild1,
21109 OPC_MoveParent,
21110 OPC_MoveSibling1,
21111 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21112 OPC_CheckChild0Integer, 127|128,127|128,3,
21113 OPC_CheckChild0TypeI32,
21114 OPC_MoveParent,
21115 OPC_CheckType, MVT::v4i32,
21116 OPC_MoveParent,
21117 OPC_CheckType, MVT::v8i16,
21118 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21119 MVT::v8i16, 2, 16,
21120 0,
21121 0,
21122 21|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
21123 OPC_CheckChild0Integer, 127|128,127|128,3,
21124 OPC_CheckChild0TypeI32,
21125 OPC_MoveSibling1,
21126 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
21127 OPC_MoveChild0,
21128 OPC_SwitchOpcode , 70, TARGET_VAL(ISD::SMAX),
21129 OPC_Scope, 33,
21130 OPC_RecordChild0,
21131 OPC_MoveChild1,
21132 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21133 OPC_CheckChild0Integer, 0|128,0|128,126,
21134 OPC_CheckChild0TypeI32,
21135 OPC_MoveParent,
21136 OPC_MoveSibling1,
21137 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21138 OPC_CheckChild0Integer, 127|128,127|128,1,
21139 OPC_CheckChild0TypeI32,
21140 OPC_MoveParent,
21141 OPC_MoveParent,
21142 OPC_CheckType, MVT::v4i32,
21143 OPC_MoveParent,
21144 OPC_CheckType, MVT::v8i16,
21145 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21146 MVT::v8i16, 2, 16,
21147 33,
21148 OPC_MoveChild0,
21149 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21150 OPC_CheckChild0Integer, 0|128,0|128,126,
21151 OPC_CheckChild0TypeI32,
21152 OPC_MoveParent,
21153 OPC_RecordChild1,
21154 OPC_MoveSibling1,
21155 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21156 OPC_CheckChild0Integer, 127|128,127|128,1,
21157 OPC_CheckChild0TypeI32,
21158 OPC_MoveParent,
21159 OPC_MoveParent,
21160 OPC_CheckType, MVT::v4i32,
21161 OPC_MoveParent,
21162 OPC_CheckType, MVT::v8i16,
21163 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21164 MVT::v8i16, 2, 16,
21165 0,
21166 61, TARGET_VAL(ISD::SPLAT_VECTOR),
21167 OPC_CheckChild0Integer, 127|128,127|128,1,
21168 OPC_CheckChild0TypeI32,
21169 OPC_MoveSibling1,
21170 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
21171 OPC_Scope, 24,
21172 OPC_RecordChild0,
21173 OPC_MoveChild1,
21174 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21175 OPC_CheckChild0Integer, 0|128,0|128,126,
21176 OPC_CheckChild0TypeI32,
21177 OPC_MoveParent,
21178 OPC_MoveParent,
21179 OPC_MoveParent,
21180 OPC_CheckType, MVT::v4i32,
21181 OPC_MoveParent,
21182 OPC_CheckType, MVT::v8i16,
21183 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21184 MVT::v8i16, 2, 16,
21185 24,
21186 OPC_MoveChild0,
21187 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21188 OPC_CheckChild0Integer, 0|128,0|128,126,
21189 OPC_CheckChild0TypeI32,
21190 OPC_MoveParent,
21191 OPC_RecordChild1,
21192 OPC_MoveParent,
21193 OPC_MoveParent,
21194 OPC_CheckType, MVT::v4i32,
21195 OPC_MoveParent,
21196 OPC_CheckType, MVT::v8i16,
21197 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21198 MVT::v8i16, 2, 16,
21199 0,
21200 0,
21201 0,
21202 99|128,2,
21203 OPC_MoveChild0,
21204 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21205 OPC_CheckChild0Integer, 0|128,0|128,126,
21206 OPC_CheckChild0TypeI32,
21207 OPC_MoveParent,
21208 OPC_RecordChild1,
21209 OPC_MoveParent,
21210 OPC_MoveParent,
21211 OPC_CheckType, MVT::v4i32,
21212 OPC_MoveSibling1,
21213 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
21214 OPC_MoveChild0,
21215 OPC_SwitchOpcode , 48|128,1, TARGET_VAL(ISD::SMIN),
21216 OPC_MoveChild0,
21217 OPC_SwitchOpcode , 88, TARGET_VAL(ISD::SMAX),
21218 OPC_Scope, 42,
21219 OPC_RecordChild0,
21220 OPC_MoveChild1,
21221 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21222 OPC_CheckChild0Integer, 0|128,0|128,126,
21223 OPC_CheckChild0TypeI32,
21224 OPC_MoveParent,
21225 OPC_MoveSibling1,
21226 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21227 OPC_CheckChild0Integer, 127|128,127|128,1,
21228 OPC_CheckChild0TypeI32,
21229 OPC_MoveParent,
21230 OPC_MoveSibling1,
21231 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21232 OPC_CheckChild0Integer, 127|128,127|128,3,
21233 OPC_CheckChild0TypeI32,
21234 OPC_MoveParent,
21235 OPC_CheckType, MVT::v4i32,
21236 OPC_MoveParent,
21237 OPC_CheckType, MVT::v8i16,
21238 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21239 MVT::v8i16, 2, 16,
21240 42,
21241 OPC_MoveChild0,
21242 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21243 OPC_CheckChild0Integer, 0|128,0|128,126,
21244 OPC_CheckChild0TypeI32,
21245 OPC_MoveParent,
21246 OPC_RecordChild1,
21247 OPC_MoveSibling1,
21248 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21249 OPC_CheckChild0Integer, 127|128,127|128,1,
21250 OPC_CheckChild0TypeI32,
21251 OPC_MoveParent,
21252 OPC_MoveSibling1,
21253 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21254 OPC_CheckChild0Integer, 127|128,127|128,3,
21255 OPC_CheckChild0TypeI32,
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 0,
21263 79, TARGET_VAL(ISD::SPLAT_VECTOR),
21264 OPC_CheckChild0Integer, 127|128,127|128,1,
21265 OPC_CheckChild0TypeI32,
21266 OPC_MoveSibling1,
21267 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
21268 OPC_Scope, 33,
21269 OPC_RecordChild0,
21270 OPC_MoveChild1,
21271 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21272 OPC_CheckChild0Integer, 0|128,0|128,126,
21273 OPC_CheckChild0TypeI32,
21274 OPC_MoveParent,
21275 OPC_MoveParent,
21276 OPC_MoveSibling1,
21277 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21278 OPC_CheckChild0Integer, 127|128,127|128,3,
21279 OPC_CheckChild0TypeI32,
21280 OPC_MoveParent,
21281 OPC_CheckType, MVT::v4i32,
21282 OPC_MoveParent,
21283 OPC_CheckType, MVT::v8i16,
21284 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21285 MVT::v8i16, 2, 16,
21286 33,
21287 OPC_MoveChild0,
21288 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21289 OPC_CheckChild0Integer, 0|128,0|128,126,
21290 OPC_CheckChild0TypeI32,
21291 OPC_MoveParent,
21292 OPC_RecordChild1,
21293 OPC_MoveParent,
21294 OPC_MoveSibling1,
21295 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21296 OPC_CheckChild0Integer, 127|128,127|128,3,
21297 OPC_CheckChild0TypeI32,
21298 OPC_MoveParent,
21299 OPC_CheckType, MVT::v4i32,
21300 OPC_MoveParent,
21301 OPC_CheckType, MVT::v8i16,
21302 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21303 MVT::v8i16, 2, 16,
21304 0,
21305 0,
21306 21|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
21307 OPC_CheckChild0Integer, 127|128,127|128,3,
21308 OPC_CheckChild0TypeI32,
21309 OPC_MoveSibling1,
21310 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
21311 OPC_MoveChild0,
21312 OPC_SwitchOpcode , 70, TARGET_VAL(ISD::SMAX),
21313 OPC_Scope, 33,
21314 OPC_RecordChild0,
21315 OPC_MoveChild1,
21316 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21317 OPC_CheckChild0Integer, 0|128,0|128,126,
21318 OPC_CheckChild0TypeI32,
21319 OPC_MoveParent,
21320 OPC_MoveSibling1,
21321 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21322 OPC_CheckChild0Integer, 127|128,127|128,1,
21323 OPC_CheckChild0TypeI32,
21324 OPC_MoveParent,
21325 OPC_MoveParent,
21326 OPC_CheckType, MVT::v4i32,
21327 OPC_MoveParent,
21328 OPC_CheckType, MVT::v8i16,
21329 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21330 MVT::v8i16, 2, 16,
21331 33,
21332 OPC_MoveChild0,
21333 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21334 OPC_CheckChild0Integer, 0|128,0|128,126,
21335 OPC_CheckChild0TypeI32,
21336 OPC_MoveParent,
21337 OPC_RecordChild1,
21338 OPC_MoveSibling1,
21339 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21340 OPC_CheckChild0Integer, 127|128,127|128,1,
21341 OPC_CheckChild0TypeI32,
21342 OPC_MoveParent,
21343 OPC_MoveParent,
21344 OPC_CheckType, MVT::v4i32,
21345 OPC_MoveParent,
21346 OPC_CheckType, MVT::v8i16,
21347 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21348 MVT::v8i16, 2, 16,
21349 0,
21350 61, TARGET_VAL(ISD::SPLAT_VECTOR),
21351 OPC_CheckChild0Integer, 127|128,127|128,1,
21352 OPC_CheckChild0TypeI32,
21353 OPC_MoveSibling1,
21354 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
21355 OPC_Scope, 24,
21356 OPC_RecordChild0,
21357 OPC_MoveChild1,
21358 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21359 OPC_CheckChild0Integer, 0|128,0|128,126,
21360 OPC_CheckChild0TypeI32,
21361 OPC_MoveParent,
21362 OPC_MoveParent,
21363 OPC_MoveParent,
21364 OPC_CheckType, MVT::v4i32,
21365 OPC_MoveParent,
21366 OPC_CheckType, MVT::v8i16,
21367 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21368 MVT::v8i16, 2, 16,
21369 24,
21370 OPC_MoveChild0,
21371 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21372 OPC_CheckChild0Integer, 0|128,0|128,126,
21373 OPC_CheckChild0TypeI32,
21374 OPC_MoveParent,
21375 OPC_RecordChild1,
21376 OPC_MoveParent,
21377 OPC_MoveParent,
21378 OPC_CheckType, MVT::v4i32,
21379 OPC_MoveParent,
21380 OPC_CheckType, MVT::v8i16,
21381 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21382 MVT::v8i16, 2, 16,
21383 0,
21384 0,
21385 0,
21386 0,
21387 0,
21388 62|128,11, TARGET_VAL(ISD::SMAX),
21389 OPC_MoveChild0,
21390 OPC_SwitchOpcode , 94|128,5, TARGET_VAL(ISD::SMIN),
21391 OPC_Scope, 108|128,2,
21392 OPC_RecordChild0,
21393 OPC_MoveChild1,
21394 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21395 OPC_CheckChild0Integer, 127|128,127|128,1,
21396 OPC_CheckChild0TypeI32,
21397 OPC_MoveParent,
21398 OPC_MoveSibling1,
21399 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21400 OPC_CheckChild0Integer, 0|128,0|128,126,
21401 OPC_CheckChild0TypeI32,
21402 OPC_MoveParent,
21403 OPC_MoveParent,
21404 OPC_CheckType, MVT::v4i32,
21405 OPC_MoveSibling1,
21406 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
21407 OPC_MoveChild0,
21408 OPC_SwitchOpcode , 48|128,1, TARGET_VAL(ISD::SMAX),
21409 OPC_MoveChild0,
21410 OPC_SwitchOpcode , 88, TARGET_VAL(ISD::SMIN),
21411 OPC_Scope, 42,
21412 OPC_RecordChild0,
21413 OPC_MoveChild1,
21414 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21415 OPC_CheckChild0Integer, 127|128,127|128,1,
21416 OPC_CheckChild0TypeI32,
21417 OPC_MoveParent,
21418 OPC_MoveSibling1,
21419 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21420 OPC_CheckChild0Integer, 0|128,0|128,126,
21421 OPC_CheckChild0TypeI32,
21422 OPC_MoveParent,
21423 OPC_MoveSibling1,
21424 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21425 OPC_CheckChild0Integer, 127|128,127|128,3,
21426 OPC_CheckChild0TypeI32,
21427 OPC_MoveParent,
21428 OPC_CheckType, MVT::v4i32,
21429 OPC_MoveParent,
21430 OPC_CheckType, MVT::v8i16,
21431 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21432 MVT::v8i16, 2, 16,
21433 42,
21434 OPC_MoveChild0,
21435 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21436 OPC_CheckChild0Integer, 127|128,127|128,1,
21437 OPC_CheckChild0TypeI32,
21438 OPC_MoveParent,
21439 OPC_RecordChild1,
21440 OPC_MoveSibling1,
21441 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21442 OPC_CheckChild0Integer, 0|128,0|128,126,
21443 OPC_CheckChild0TypeI32,
21444 OPC_MoveParent,
21445 OPC_MoveSibling1,
21446 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21447 OPC_CheckChild0Integer, 127|128,127|128,3,
21448 OPC_CheckChild0TypeI32,
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 0,
21456 79, TARGET_VAL(ISD::SPLAT_VECTOR),
21457 OPC_CheckChild0Integer, 0|128,0|128,126,
21458 OPC_CheckChild0TypeI32,
21459 OPC_MoveSibling1,
21460 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
21461 OPC_Scope, 33,
21462 OPC_RecordChild0,
21463 OPC_MoveChild1,
21464 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21465 OPC_CheckChild0Integer, 127|128,127|128,1,
21466 OPC_CheckChild0TypeI32,
21467 OPC_MoveParent,
21468 OPC_MoveParent,
21469 OPC_MoveSibling1,
21470 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21471 OPC_CheckChild0Integer, 127|128,127|128,3,
21472 OPC_CheckChild0TypeI32,
21473 OPC_MoveParent,
21474 OPC_CheckType, MVT::v4i32,
21475 OPC_MoveParent,
21476 OPC_CheckType, MVT::v8i16,
21477 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21478 MVT::v8i16, 2, 16,
21479 33,
21480 OPC_MoveChild0,
21481 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21482 OPC_CheckChild0Integer, 127|128,127|128,1,
21483 OPC_CheckChild0TypeI32,
21484 OPC_MoveParent,
21485 OPC_RecordChild1,
21486 OPC_MoveParent,
21487 OPC_MoveSibling1,
21488 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21489 OPC_CheckChild0Integer, 127|128,127|128,3,
21490 OPC_CheckChild0TypeI32,
21491 OPC_MoveParent,
21492 OPC_CheckType, MVT::v4i32,
21493 OPC_MoveParent,
21494 OPC_CheckType, MVT::v8i16,
21495 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21496 MVT::v8i16, 2, 16,
21497 0,
21498 0,
21499 21|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
21500 OPC_CheckChild0Integer, 127|128,127|128,3,
21501 OPC_CheckChild0TypeI32,
21502 OPC_MoveSibling1,
21503 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
21504 OPC_MoveChild0,
21505 OPC_SwitchOpcode , 70, TARGET_VAL(ISD::SMIN),
21506 OPC_Scope, 33,
21507 OPC_RecordChild0,
21508 OPC_MoveChild1,
21509 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21510 OPC_CheckChild0Integer, 127|128,127|128,1,
21511 OPC_CheckChild0TypeI32,
21512 OPC_MoveParent,
21513 OPC_MoveSibling1,
21514 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21515 OPC_CheckChild0Integer, 0|128,0|128,126,
21516 OPC_CheckChild0TypeI32,
21517 OPC_MoveParent,
21518 OPC_MoveParent,
21519 OPC_CheckType, MVT::v4i32,
21520 OPC_MoveParent,
21521 OPC_CheckType, MVT::v8i16,
21522 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21523 MVT::v8i16, 2, 16,
21524 33,
21525 OPC_MoveChild0,
21526 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21527 OPC_CheckChild0Integer, 127|128,127|128,1,
21528 OPC_CheckChild0TypeI32,
21529 OPC_MoveParent,
21530 OPC_RecordChild1,
21531 OPC_MoveSibling1,
21532 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21533 OPC_CheckChild0Integer, 0|128,0|128,126,
21534 OPC_CheckChild0TypeI32,
21535 OPC_MoveParent,
21536 OPC_MoveParent,
21537 OPC_CheckType, MVT::v4i32,
21538 OPC_MoveParent,
21539 OPC_CheckType, MVT::v8i16,
21540 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21541 MVT::v8i16, 2, 16,
21542 0,
21543 61, TARGET_VAL(ISD::SPLAT_VECTOR),
21544 OPC_CheckChild0Integer, 0|128,0|128,126,
21545 OPC_CheckChild0TypeI32,
21546 OPC_MoveSibling1,
21547 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
21548 OPC_Scope, 24,
21549 OPC_RecordChild0,
21550 OPC_MoveChild1,
21551 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21552 OPC_CheckChild0Integer, 127|128,127|128,1,
21553 OPC_CheckChild0TypeI32,
21554 OPC_MoveParent,
21555 OPC_MoveParent,
21556 OPC_MoveParent,
21557 OPC_CheckType, MVT::v4i32,
21558 OPC_MoveParent,
21559 OPC_CheckType, MVT::v8i16,
21560 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21561 MVT::v8i16, 2, 16,
21562 24,
21563 OPC_MoveChild0,
21564 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21565 OPC_CheckChild0Integer, 127|128,127|128,1,
21566 OPC_CheckChild0TypeI32,
21567 OPC_MoveParent,
21568 OPC_RecordChild1,
21569 OPC_MoveParent,
21570 OPC_MoveParent,
21571 OPC_CheckType, MVT::v4i32,
21572 OPC_MoveParent,
21573 OPC_CheckType, MVT::v8i16,
21574 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21575 MVT::v8i16, 2, 16,
21576 0,
21577 0,
21578 0,
21579 108|128,2,
21580 OPC_MoveChild0,
21581 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21582 OPC_CheckChild0Integer, 127|128,127|128,1,
21583 OPC_CheckChild0TypeI32,
21584 OPC_MoveParent,
21585 OPC_RecordChild1,
21586 OPC_MoveSibling1,
21587 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21588 OPC_CheckChild0Integer, 0|128,0|128,126,
21589 OPC_CheckChild0TypeI32,
21590 OPC_MoveParent,
21591 OPC_MoveParent,
21592 OPC_CheckType, MVT::v4i32,
21593 OPC_MoveSibling1,
21594 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
21595 OPC_MoveChild0,
21596 OPC_SwitchOpcode , 48|128,1, TARGET_VAL(ISD::SMAX),
21597 OPC_MoveChild0,
21598 OPC_SwitchOpcode , 88, TARGET_VAL(ISD::SMIN),
21599 OPC_Scope, 42,
21600 OPC_RecordChild0,
21601 OPC_MoveChild1,
21602 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21603 OPC_CheckChild0Integer, 127|128,127|128,1,
21604 OPC_CheckChild0TypeI32,
21605 OPC_MoveParent,
21606 OPC_MoveSibling1,
21607 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21608 OPC_CheckChild0Integer, 0|128,0|128,126,
21609 OPC_CheckChild0TypeI32,
21610 OPC_MoveParent,
21611 OPC_MoveSibling1,
21612 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21613 OPC_CheckChild0Integer, 127|128,127|128,3,
21614 OPC_CheckChild0TypeI32,
21615 OPC_MoveParent,
21616 OPC_CheckType, MVT::v4i32,
21617 OPC_MoveParent,
21618 OPC_CheckType, MVT::v8i16,
21619 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21620 MVT::v8i16, 2, 16,
21621 42,
21622 OPC_MoveChild0,
21623 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21624 OPC_CheckChild0Integer, 127|128,127|128,1,
21625 OPC_CheckChild0TypeI32,
21626 OPC_MoveParent,
21627 OPC_RecordChild1,
21628 OPC_MoveSibling1,
21629 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21630 OPC_CheckChild0Integer, 0|128,0|128,126,
21631 OPC_CheckChild0TypeI32,
21632 OPC_MoveParent,
21633 OPC_MoveSibling1,
21634 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21635 OPC_CheckChild0Integer, 127|128,127|128,3,
21636 OPC_CheckChild0TypeI32,
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 0,
21644 79, TARGET_VAL(ISD::SPLAT_VECTOR),
21645 OPC_CheckChild0Integer, 0|128,0|128,126,
21646 OPC_CheckChild0TypeI32,
21647 OPC_MoveSibling1,
21648 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
21649 OPC_Scope, 33,
21650 OPC_RecordChild0,
21651 OPC_MoveChild1,
21652 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21653 OPC_CheckChild0Integer, 127|128,127|128,1,
21654 OPC_CheckChild0TypeI32,
21655 OPC_MoveParent,
21656 OPC_MoveParent,
21657 OPC_MoveSibling1,
21658 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21659 OPC_CheckChild0Integer, 127|128,127|128,3,
21660 OPC_CheckChild0TypeI32,
21661 OPC_MoveParent,
21662 OPC_CheckType, MVT::v4i32,
21663 OPC_MoveParent,
21664 OPC_CheckType, MVT::v8i16,
21665 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21666 MVT::v8i16, 2, 16,
21667 33,
21668 OPC_MoveChild0,
21669 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21670 OPC_CheckChild0Integer, 127|128,127|128,1,
21671 OPC_CheckChild0TypeI32,
21672 OPC_MoveParent,
21673 OPC_RecordChild1,
21674 OPC_MoveParent,
21675 OPC_MoveSibling1,
21676 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21677 OPC_CheckChild0Integer, 127|128,127|128,3,
21678 OPC_CheckChild0TypeI32,
21679 OPC_MoveParent,
21680 OPC_CheckType, MVT::v4i32,
21681 OPC_MoveParent,
21682 OPC_CheckType, MVT::v8i16,
21683 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21684 MVT::v8i16, 2, 16,
21685 0,
21686 0,
21687 21|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
21688 OPC_CheckChild0Integer, 127|128,127|128,3,
21689 OPC_CheckChild0TypeI32,
21690 OPC_MoveSibling1,
21691 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
21692 OPC_MoveChild0,
21693 OPC_SwitchOpcode , 70, TARGET_VAL(ISD::SMIN),
21694 OPC_Scope, 33,
21695 OPC_RecordChild0,
21696 OPC_MoveChild1,
21697 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21698 OPC_CheckChild0Integer, 127|128,127|128,1,
21699 OPC_CheckChild0TypeI32,
21700 OPC_MoveParent,
21701 OPC_MoveSibling1,
21702 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21703 OPC_CheckChild0Integer, 0|128,0|128,126,
21704 OPC_CheckChild0TypeI32,
21705 OPC_MoveParent,
21706 OPC_MoveParent,
21707 OPC_CheckType, MVT::v4i32,
21708 OPC_MoveParent,
21709 OPC_CheckType, MVT::v8i16,
21710 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21711 MVT::v8i16, 2, 16,
21712 33,
21713 OPC_MoveChild0,
21714 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21715 OPC_CheckChild0Integer, 127|128,127|128,1,
21716 OPC_CheckChild0TypeI32,
21717 OPC_MoveParent,
21718 OPC_RecordChild1,
21719 OPC_MoveSibling1,
21720 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21721 OPC_CheckChild0Integer, 0|128,0|128,126,
21722 OPC_CheckChild0TypeI32,
21723 OPC_MoveParent,
21724 OPC_MoveParent,
21725 OPC_CheckType, MVT::v4i32,
21726 OPC_MoveParent,
21727 OPC_CheckType, MVT::v8i16,
21728 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21729 MVT::v8i16, 2, 16,
21730 0,
21731 61, TARGET_VAL(ISD::SPLAT_VECTOR),
21732 OPC_CheckChild0Integer, 0|128,0|128,126,
21733 OPC_CheckChild0TypeI32,
21734 OPC_MoveSibling1,
21735 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
21736 OPC_Scope, 24,
21737 OPC_RecordChild0,
21738 OPC_MoveChild1,
21739 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21740 OPC_CheckChild0Integer, 127|128,127|128,1,
21741 OPC_CheckChild0TypeI32,
21742 OPC_MoveParent,
21743 OPC_MoveParent,
21744 OPC_MoveParent,
21745 OPC_CheckType, MVT::v4i32,
21746 OPC_MoveParent,
21747 OPC_CheckType, MVT::v8i16,
21748 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21749 MVT::v8i16, 2, 16,
21750 24,
21751 OPC_MoveChild0,
21752 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21753 OPC_CheckChild0Integer, 127|128,127|128,1,
21754 OPC_CheckChild0TypeI32,
21755 OPC_MoveParent,
21756 OPC_RecordChild1,
21757 OPC_MoveParent,
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 0,
21766 0,
21767 0,
21768 85|128,5, TARGET_VAL(ISD::SPLAT_VECTOR),
21769 OPC_CheckChild0Integer, 0|128,0|128,126,
21770 OPC_CheckChild0TypeI32,
21771 OPC_MoveSibling1,
21772 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
21773 OPC_Scope, 99|128,2,
21774 OPC_RecordChild0,
21775 OPC_MoveChild1,
21776 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21777 OPC_CheckChild0Integer, 127|128,127|128,1,
21778 OPC_CheckChild0TypeI32,
21779 OPC_MoveParent,
21780 OPC_MoveParent,
21781 OPC_MoveParent,
21782 OPC_CheckType, MVT::v4i32,
21783 OPC_MoveSibling1,
21784 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
21785 OPC_MoveChild0,
21786 OPC_SwitchOpcode , 48|128,1, TARGET_VAL(ISD::SMAX),
21787 OPC_MoveChild0,
21788 OPC_SwitchOpcode , 88, TARGET_VAL(ISD::SMIN),
21789 OPC_Scope, 42,
21790 OPC_RecordChild0,
21791 OPC_MoveChild1,
21792 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21793 OPC_CheckChild0Integer, 127|128,127|128,1,
21794 OPC_CheckChild0TypeI32,
21795 OPC_MoveParent,
21796 OPC_MoveSibling1,
21797 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21798 OPC_CheckChild0Integer, 0|128,0|128,126,
21799 OPC_CheckChild0TypeI32,
21800 OPC_MoveParent,
21801 OPC_MoveSibling1,
21802 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21803 OPC_CheckChild0Integer, 127|128,127|128,3,
21804 OPC_CheckChild0TypeI32,
21805 OPC_MoveParent,
21806 OPC_CheckType, MVT::v4i32,
21807 OPC_MoveParent,
21808 OPC_CheckType, MVT::v8i16,
21809 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21810 MVT::v8i16, 2, 16,
21811 42,
21812 OPC_MoveChild0,
21813 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21814 OPC_CheckChild0Integer, 127|128,127|128,1,
21815 OPC_CheckChild0TypeI32,
21816 OPC_MoveParent,
21817 OPC_RecordChild1,
21818 OPC_MoveSibling1,
21819 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21820 OPC_CheckChild0Integer, 0|128,0|128,126,
21821 OPC_CheckChild0TypeI32,
21822 OPC_MoveParent,
21823 OPC_MoveSibling1,
21824 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21825 OPC_CheckChild0Integer, 127|128,127|128,3,
21826 OPC_CheckChild0TypeI32,
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 0,
21834 79, TARGET_VAL(ISD::SPLAT_VECTOR),
21835 OPC_CheckChild0Integer, 0|128,0|128,126,
21836 OPC_CheckChild0TypeI32,
21837 OPC_MoveSibling1,
21838 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
21839 OPC_Scope, 33,
21840 OPC_RecordChild0,
21841 OPC_MoveChild1,
21842 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21843 OPC_CheckChild0Integer, 127|128,127|128,1,
21844 OPC_CheckChild0TypeI32,
21845 OPC_MoveParent,
21846 OPC_MoveParent,
21847 OPC_MoveSibling1,
21848 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21849 OPC_CheckChild0Integer, 127|128,127|128,3,
21850 OPC_CheckChild0TypeI32,
21851 OPC_MoveParent,
21852 OPC_CheckType, MVT::v4i32,
21853 OPC_MoveParent,
21854 OPC_CheckType, MVT::v8i16,
21855 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21856 MVT::v8i16, 2, 16,
21857 33,
21858 OPC_MoveChild0,
21859 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21860 OPC_CheckChild0Integer, 127|128,127|128,1,
21861 OPC_CheckChild0TypeI32,
21862 OPC_MoveParent,
21863 OPC_RecordChild1,
21864 OPC_MoveParent,
21865 OPC_MoveSibling1,
21866 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21867 OPC_CheckChild0Integer, 127|128,127|128,3,
21868 OPC_CheckChild0TypeI32,
21869 OPC_MoveParent,
21870 OPC_CheckType, MVT::v4i32,
21871 OPC_MoveParent,
21872 OPC_CheckType, MVT::v8i16,
21873 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21874 MVT::v8i16, 2, 16,
21875 0,
21876 0,
21877 21|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
21878 OPC_CheckChild0Integer, 127|128,127|128,3,
21879 OPC_CheckChild0TypeI32,
21880 OPC_MoveSibling1,
21881 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
21882 OPC_MoveChild0,
21883 OPC_SwitchOpcode , 70, TARGET_VAL(ISD::SMIN),
21884 OPC_Scope, 33,
21885 OPC_RecordChild0,
21886 OPC_MoveChild1,
21887 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21888 OPC_CheckChild0Integer, 127|128,127|128,1,
21889 OPC_CheckChild0TypeI32,
21890 OPC_MoveParent,
21891 OPC_MoveSibling1,
21892 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21893 OPC_CheckChild0Integer, 0|128,0|128,126,
21894 OPC_CheckChild0TypeI32,
21895 OPC_MoveParent,
21896 OPC_MoveParent,
21897 OPC_CheckType, MVT::v4i32,
21898 OPC_MoveParent,
21899 OPC_CheckType, MVT::v8i16,
21900 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21901 MVT::v8i16, 2, 16,
21902 33,
21903 OPC_MoveChild0,
21904 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21905 OPC_CheckChild0Integer, 127|128,127|128,1,
21906 OPC_CheckChild0TypeI32,
21907 OPC_MoveParent,
21908 OPC_RecordChild1,
21909 OPC_MoveSibling1,
21910 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21911 OPC_CheckChild0Integer, 0|128,0|128,126,
21912 OPC_CheckChild0TypeI32,
21913 OPC_MoveParent,
21914 OPC_MoveParent,
21915 OPC_CheckType, MVT::v4i32,
21916 OPC_MoveParent,
21917 OPC_CheckType, MVT::v8i16,
21918 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21919 MVT::v8i16, 2, 16,
21920 0,
21921 61, TARGET_VAL(ISD::SPLAT_VECTOR),
21922 OPC_CheckChild0Integer, 0|128,0|128,126,
21923 OPC_CheckChild0TypeI32,
21924 OPC_MoveSibling1,
21925 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
21926 OPC_Scope, 24,
21927 OPC_RecordChild0,
21928 OPC_MoveChild1,
21929 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21930 OPC_CheckChild0Integer, 127|128,127|128,1,
21931 OPC_CheckChild0TypeI32,
21932 OPC_MoveParent,
21933 OPC_MoveParent,
21934 OPC_MoveParent,
21935 OPC_CheckType, MVT::v4i32,
21936 OPC_MoveParent,
21937 OPC_CheckType, MVT::v8i16,
21938 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21939 MVT::v8i16, 2, 16,
21940 24,
21941 OPC_MoveChild0,
21942 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21943 OPC_CheckChild0Integer, 127|128,127|128,1,
21944 OPC_CheckChild0TypeI32,
21945 OPC_MoveParent,
21946 OPC_RecordChild1,
21947 OPC_MoveParent,
21948 OPC_MoveParent,
21949 OPC_CheckType, MVT::v4i32,
21950 OPC_MoveParent,
21951 OPC_CheckType, MVT::v8i16,
21952 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21953 MVT::v8i16, 2, 16,
21954 0,
21955 0,
21956 0,
21957 99|128,2,
21958 OPC_MoveChild0,
21959 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21960 OPC_CheckChild0Integer, 127|128,127|128,1,
21961 OPC_CheckChild0TypeI32,
21962 OPC_MoveParent,
21963 OPC_RecordChild1,
21964 OPC_MoveParent,
21965 OPC_MoveParent,
21966 OPC_CheckType, MVT::v4i32,
21967 OPC_MoveSibling1,
21968 OPC_CheckOpcode, TARGET_VAL(ISD::AND),
21969 OPC_MoveChild0,
21970 OPC_SwitchOpcode , 48|128,1, TARGET_VAL(ISD::SMAX),
21971 OPC_MoveChild0,
21972 OPC_SwitchOpcode , 88, TARGET_VAL(ISD::SMIN),
21973 OPC_Scope, 42,
21974 OPC_RecordChild0,
21975 OPC_MoveChild1,
21976 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21977 OPC_CheckChild0Integer, 127|128,127|128,1,
21978 OPC_CheckChild0TypeI32,
21979 OPC_MoveParent,
21980 OPC_MoveSibling1,
21981 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21982 OPC_CheckChild0Integer, 0|128,0|128,126,
21983 OPC_CheckChild0TypeI32,
21984 OPC_MoveParent,
21985 OPC_MoveSibling1,
21986 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21987 OPC_CheckChild0Integer, 127|128,127|128,3,
21988 OPC_CheckChild0TypeI32,
21989 OPC_MoveParent,
21990 OPC_CheckType, MVT::v4i32,
21991 OPC_MoveParent,
21992 OPC_CheckType, MVT::v8i16,
21993 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
21994 MVT::v8i16, 2, 16,
21995 42,
21996 OPC_MoveChild0,
21997 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
21998 OPC_CheckChild0Integer, 127|128,127|128,1,
21999 OPC_CheckChild0TypeI32,
22000 OPC_MoveParent,
22001 OPC_RecordChild1,
22002 OPC_MoveSibling1,
22003 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22004 OPC_CheckChild0Integer, 0|128,0|128,126,
22005 OPC_CheckChild0TypeI32,
22006 OPC_MoveParent,
22007 OPC_MoveSibling1,
22008 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22009 OPC_CheckChild0Integer, 127|128,127|128,3,
22010 OPC_CheckChild0TypeI32,
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 0,
22018 79, TARGET_VAL(ISD::SPLAT_VECTOR),
22019 OPC_CheckChild0Integer, 0|128,0|128,126,
22020 OPC_CheckChild0TypeI32,
22021 OPC_MoveSibling1,
22022 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
22023 OPC_Scope, 33,
22024 OPC_RecordChild0,
22025 OPC_MoveChild1,
22026 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22027 OPC_CheckChild0Integer, 127|128,127|128,1,
22028 OPC_CheckChild0TypeI32,
22029 OPC_MoveParent,
22030 OPC_MoveParent,
22031 OPC_MoveSibling1,
22032 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22033 OPC_CheckChild0Integer, 127|128,127|128,3,
22034 OPC_CheckChild0TypeI32,
22035 OPC_MoveParent,
22036 OPC_CheckType, MVT::v4i32,
22037 OPC_MoveParent,
22038 OPC_CheckType, MVT::v8i16,
22039 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
22040 MVT::v8i16, 2, 16,
22041 33,
22042 OPC_MoveChild0,
22043 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22044 OPC_CheckChild0Integer, 127|128,127|128,1,
22045 OPC_CheckChild0TypeI32,
22046 OPC_MoveParent,
22047 OPC_RecordChild1,
22048 OPC_MoveParent,
22049 OPC_MoveSibling1,
22050 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22051 OPC_CheckChild0Integer, 127|128,127|128,3,
22052 OPC_CheckChild0TypeI32,
22053 OPC_MoveParent,
22054 OPC_CheckType, MVT::v4i32,
22055 OPC_MoveParent,
22056 OPC_CheckType, MVT::v8i16,
22057 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
22058 MVT::v8i16, 2, 16,
22059 0,
22060 0,
22061 21|128,1, TARGET_VAL(ISD::SPLAT_VECTOR),
22062 OPC_CheckChild0Integer, 127|128,127|128,3,
22063 OPC_CheckChild0TypeI32,
22064 OPC_MoveSibling1,
22065 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
22066 OPC_MoveChild0,
22067 OPC_SwitchOpcode , 70, TARGET_VAL(ISD::SMIN),
22068 OPC_Scope, 33,
22069 OPC_RecordChild0,
22070 OPC_MoveChild1,
22071 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22072 OPC_CheckChild0Integer, 127|128,127|128,1,
22073 OPC_CheckChild0TypeI32,
22074 OPC_MoveParent,
22075 OPC_MoveSibling1,
22076 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22077 OPC_CheckChild0Integer, 0|128,0|128,126,
22078 OPC_CheckChild0TypeI32,
22079 OPC_MoveParent,
22080 OPC_MoveParent,
22081 OPC_CheckType, MVT::v4i32,
22082 OPC_MoveParent,
22083 OPC_CheckType, MVT::v8i16,
22084 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
22085 MVT::v8i16, 2, 16,
22086 33,
22087 OPC_MoveChild0,
22088 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22089 OPC_CheckChild0Integer, 127|128,127|128,1,
22090 OPC_CheckChild0TypeI32,
22091 OPC_MoveParent,
22092 OPC_RecordChild1,
22093 OPC_MoveSibling1,
22094 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22095 OPC_CheckChild0Integer, 0|128,0|128,126,
22096 OPC_CheckChild0TypeI32,
22097 OPC_MoveParent,
22098 OPC_MoveParent,
22099 OPC_CheckType, MVT::v4i32,
22100 OPC_MoveParent,
22101 OPC_CheckType, MVT::v8i16,
22102 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
22103 MVT::v8i16, 2, 16,
22104 0,
22105 61, TARGET_VAL(ISD::SPLAT_VECTOR),
22106 OPC_CheckChild0Integer, 0|128,0|128,126,
22107 OPC_CheckChild0TypeI32,
22108 OPC_MoveSibling1,
22109 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
22110 OPC_Scope, 24,
22111 OPC_RecordChild0,
22112 OPC_MoveChild1,
22113 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22114 OPC_CheckChild0Integer, 127|128,127|128,1,
22115 OPC_CheckChild0TypeI32,
22116 OPC_MoveParent,
22117 OPC_MoveParent,
22118 OPC_MoveParent,
22119 OPC_CheckType, MVT::v4i32,
22120 OPC_MoveParent,
22121 OPC_CheckType, MVT::v8i16,
22122 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
22123 MVT::v8i16, 2, 16,
22124 24,
22125 OPC_MoveChild0,
22126 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22127 OPC_CheckChild0Integer, 127|128,127|128,1,
22128 OPC_CheckChild0TypeI32,
22129 OPC_MoveParent,
22130 OPC_RecordChild1,
22131 OPC_MoveParent,
22132 OPC_MoveParent,
22133 OPC_CheckType, MVT::v4i32,
22134 OPC_MoveParent,
22135 OPC_CheckType, MVT::v8i16,
22136 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_S_I16x8),
22137 MVT::v8i16, 2, 16,
22138 0,
22139 0,
22140 0,
22141 0,
22142 0,
22143 0,
22144 0,
22145 0,
22146 94|128,9, TARGET_VAL(ISD::SMIN),
22147 OPC_MoveChild0,
22148 OPC_SwitchOpcode , 118|128,4, TARGET_VAL(ISD::SMAX),
22149 OPC_Scope, 72|128,1,
22150 OPC_RecordChild0,
22151 OPC_MoveChild1,
22152 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22153 OPC_CheckChild0Integer, 0,
22154 OPC_CheckChild0TypeI32,
22155 OPC_MoveParent,
22156 OPC_MoveSibling1,
22157 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22158 OPC_Scope, 8|128,1,
22159 OPC_CheckChild0Integer, 127|128,1,
22160 OPC_CheckChild0TypeI32,
22161 OPC_MoveParent,
22162 OPC_CheckType, MVT::v8i16,
22163 OPC_MoveSibling1,
22164 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
22165 OPC_MoveChild0,
22166 OPC_SwitchOpcode , 62, TARGET_VAL(ISD::SMAX),
22167 OPC_Scope, 29,
22168 OPC_RecordChild0,
22169 OPC_MoveChild1,
22170 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22171 OPC_CheckChild0Integer, 0,
22172 OPC_CheckChild0TypeI32,
22173 OPC_MoveParent,
22174 OPC_MoveSibling1,
22175 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22176 OPC_CheckChild0Integer, 127|128,1,
22177 OPC_CheckChild0TypeI32,
22178 OPC_MoveParent,
22179 OPC_CheckType, MVT::v8i16,
22180 OPC_MoveParent,
22181 OPC_CheckType, MVT::v16i8,
22182 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
22183 MVT::v16i8, 2, 16,
22184 29,
22185 OPC_MoveChild0,
22186 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22187 OPC_CheckChild0Integer, 0,
22188 OPC_CheckChild0TypeI32,
22189 OPC_MoveParent,
22190 OPC_RecordChild1,
22191 OPC_MoveSibling1,
22192 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22193 OPC_CheckChild0Integer, 127|128,1,
22194 OPC_CheckChild0TypeI32,
22195 OPC_MoveParent,
22196 OPC_CheckType, MVT::v8i16,
22197 OPC_MoveParent,
22198 OPC_CheckType, MVT::v16i8,
22199 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
22200 MVT::v16i8, 2, 16,
22201 0,
22202 54, TARGET_VAL(ISD::SPLAT_VECTOR),
22203 OPC_CheckChild0Integer, 127|128,1,
22204 OPC_CheckChild0TypeI32,
22205 OPC_MoveSibling1,
22206 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
22207 OPC_Scope, 21,
22208 OPC_RecordChild0,
22209 OPC_MoveChild1,
22210 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22211 OPC_CheckChild0Integer, 0,
22212 OPC_CheckChild0TypeI32,
22213 OPC_MoveParent,
22214 OPC_MoveParent,
22215 OPC_CheckType, MVT::v8i16,
22216 OPC_MoveParent,
22217 OPC_CheckType, MVT::v16i8,
22218 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
22219 MVT::v16i8, 2, 16,
22220 21,
22221 OPC_MoveChild0,
22222 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22223 OPC_CheckChild0Integer, 0,
22224 OPC_CheckChild0TypeI32,
22225 OPC_MoveParent,
22226 OPC_RecordChild1,
22227 OPC_MoveParent,
22228 OPC_CheckType, MVT::v8i16,
22229 OPC_MoveParent,
22230 OPC_CheckType, MVT::v16i8,
22231 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
22232 MVT::v16i8, 2, 16,
22233 0,
22234 0,
22235 46,
22236 OPC_CheckChild0Integer, 127|128,127|128,3,
22237 OPC_CheckChild0TypeI32,
22238 OPC_MoveParent,
22239 OPC_CheckType, MVT::v4i32,
22240 OPC_MoveSibling1,
22241 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
22242 OPC_MoveChild0,
22243 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
22244 OPC_RecordChild0,
22245 OPC_MoveChild1,
22246 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22247 OPC_CheckChild0Integer, 0,
22248 OPC_CheckChild0TypeI32,
22249 OPC_MoveParent,
22250 OPC_MoveSibling1,
22251 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22252 OPC_CheckChild0Integer, 127|128,127|128,3,
22253 OPC_CheckChild0TypeI32,
22254 OPC_MoveParent,
22255 OPC_CheckType, MVT::v4i32,
22256 OPC_MoveParent,
22257 OPC_CheckType, MVT::v8i16,
22258 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
22259 MVT::v8i16, 2, 16,
22260 0,
22261 21|128,1,
22262 OPC_MoveChild0,
22263 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22264 OPC_CheckChild0Integer, 0,
22265 OPC_CheckChild0TypeI32,
22266 OPC_MoveParent,
22267 OPC_RecordChild1,
22268 OPC_MoveSibling1,
22269 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22270 OPC_CheckChild0Integer, 127|128,1,
22271 OPC_CheckChild0TypeI32,
22272 OPC_MoveParent,
22273 OPC_CheckType, MVT::v8i16,
22274 OPC_MoveSibling1,
22275 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
22276 OPC_MoveChild0,
22277 OPC_SwitchOpcode , 62, TARGET_VAL(ISD::SMAX),
22278 OPC_Scope, 29,
22279 OPC_RecordChild0,
22280 OPC_MoveChild1,
22281 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22282 OPC_CheckChild0Integer, 0,
22283 OPC_CheckChild0TypeI32,
22284 OPC_MoveParent,
22285 OPC_MoveSibling1,
22286 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22287 OPC_CheckChild0Integer, 127|128,1,
22288 OPC_CheckChild0TypeI32,
22289 OPC_MoveParent,
22290 OPC_CheckType, MVT::v8i16,
22291 OPC_MoveParent,
22292 OPC_CheckType, MVT::v16i8,
22293 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
22294 MVT::v16i8, 2, 16,
22295 29,
22296 OPC_MoveChild0,
22297 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22298 OPC_CheckChild0Integer, 0,
22299 OPC_CheckChild0TypeI32,
22300 OPC_MoveParent,
22301 OPC_RecordChild1,
22302 OPC_MoveSibling1,
22303 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22304 OPC_CheckChild0Integer, 127|128,1,
22305 OPC_CheckChild0TypeI32,
22306 OPC_MoveParent,
22307 OPC_CheckType, MVT::v8i16,
22308 OPC_MoveParent,
22309 OPC_CheckType, MVT::v16i8,
22310 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
22311 MVT::v16i8, 2, 16,
22312 0,
22313 54, TARGET_VAL(ISD::SPLAT_VECTOR),
22314 OPC_CheckChild0Integer, 127|128,1,
22315 OPC_CheckChild0TypeI32,
22316 OPC_MoveSibling1,
22317 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
22318 OPC_Scope, 21,
22319 OPC_RecordChild0,
22320 OPC_MoveChild1,
22321 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22322 OPC_CheckChild0Integer, 0,
22323 OPC_CheckChild0TypeI32,
22324 OPC_MoveParent,
22325 OPC_MoveParent,
22326 OPC_CheckType, MVT::v8i16,
22327 OPC_MoveParent,
22328 OPC_CheckType, MVT::v16i8,
22329 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
22330 MVT::v16i8, 2, 16,
22331 21,
22332 OPC_MoveChild0,
22333 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22334 OPC_CheckChild0Integer, 0,
22335 OPC_CheckChild0TypeI32,
22336 OPC_MoveParent,
22337 OPC_RecordChild1,
22338 OPC_MoveParent,
22339 OPC_CheckType, MVT::v8i16,
22340 OPC_MoveParent,
22341 OPC_CheckType, MVT::v16i8,
22342 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
22343 MVT::v16i8, 2, 16,
22344 0,
22345 0,
22346 119,
22347 OPC_RecordChild0,
22348 OPC_MoveChild1,
22349 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22350 OPC_CheckChild0Integer, 0,
22351 OPC_CheckChild0TypeI32,
22352 OPC_MoveParent,
22353 OPC_MoveSibling1,
22354 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22355 OPC_CheckChild0Integer, 127|128,127|128,3,
22356 OPC_CheckChild0TypeI32,
22357 OPC_MoveParent,
22358 OPC_CheckType, MVT::v4i32,
22359 OPC_MoveSibling1,
22360 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
22361 OPC_MoveChild0,
22362 OPC_SwitchOpcode , 30, TARGET_VAL(ISD::SMAX),
22363 OPC_MoveChild0,
22364 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22365 OPC_CheckChild0Integer, 0,
22366 OPC_CheckChild0TypeI32,
22367 OPC_MoveParent,
22368 OPC_RecordChild1,
22369 OPC_MoveSibling1,
22370 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22371 OPC_CheckChild0Integer, 127|128,127|128,3,
22372 OPC_CheckChild0TypeI32,
22373 OPC_MoveParent,
22374 OPC_CheckType, MVT::v4i32,
22375 OPC_MoveParent,
22376 OPC_CheckType, MVT::v8i16,
22377 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
22378 MVT::v8i16, 2, 16,
22379 55, TARGET_VAL(ISD::SPLAT_VECTOR),
22380 OPC_CheckChild0Integer, 127|128,127|128,3,
22381 OPC_CheckChild0TypeI32,
22382 OPC_MoveSibling1,
22383 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
22384 OPC_Scope, 21,
22385 OPC_RecordChild0,
22386 OPC_MoveChild1,
22387 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22388 OPC_CheckChild0Integer, 0,
22389 OPC_CheckChild0TypeI32,
22390 OPC_MoveParent,
22391 OPC_MoveParent,
22392 OPC_CheckType, MVT::v4i32,
22393 OPC_MoveParent,
22394 OPC_CheckType, MVT::v8i16,
22395 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
22396 MVT::v8i16, 2, 16,
22397 21,
22398 OPC_MoveChild0,
22399 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22400 OPC_CheckChild0Integer, 0,
22401 OPC_CheckChild0TypeI32,
22402 OPC_MoveParent,
22403 OPC_RecordChild1,
22404 OPC_MoveParent,
22405 OPC_CheckType, MVT::v4i32,
22406 OPC_MoveParent,
22407 OPC_CheckType, MVT::v8i16,
22408 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
22409 MVT::v8i16, 2, 16,
22410 0,
22411 0,
22412 25|128,1,
22413 OPC_MoveChild0,
22414 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22415 OPC_CheckChild0Integer, 0,
22416 OPC_CheckChild0TypeI32,
22417 OPC_MoveParent,
22418 OPC_RecordChild1,
22419 OPC_MoveSibling1,
22420 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22421 OPC_CheckChild0Integer, 127|128,127|128,3,
22422 OPC_CheckChild0TypeI32,
22423 OPC_MoveParent,
22424 OPC_CheckType, MVT::v4i32,
22425 OPC_MoveSibling1,
22426 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
22427 OPC_MoveChild0,
22428 OPC_SwitchOpcode , 64, TARGET_VAL(ISD::SMAX),
22429 OPC_Scope, 30,
22430 OPC_RecordChild0,
22431 OPC_MoveChild1,
22432 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22433 OPC_CheckChild0Integer, 0,
22434 OPC_CheckChild0TypeI32,
22435 OPC_MoveParent,
22436 OPC_MoveSibling1,
22437 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22438 OPC_CheckChild0Integer, 127|128,127|128,3,
22439 OPC_CheckChild0TypeI32,
22440 OPC_MoveParent,
22441 OPC_CheckType, MVT::v4i32,
22442 OPC_MoveParent,
22443 OPC_CheckType, MVT::v8i16,
22444 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
22445 MVT::v8i16, 2, 16,
22446 30,
22447 OPC_MoveChild0,
22448 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22449 OPC_CheckChild0Integer, 0,
22450 OPC_CheckChild0TypeI32,
22451 OPC_MoveParent,
22452 OPC_RecordChild1,
22453 OPC_MoveSibling1,
22454 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22455 OPC_CheckChild0Integer, 127|128,127|128,3,
22456 OPC_CheckChild0TypeI32,
22457 OPC_MoveParent,
22458 OPC_CheckType, MVT::v4i32,
22459 OPC_MoveParent,
22460 OPC_CheckType, MVT::v8i16,
22461 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
22462 MVT::v8i16, 2, 16,
22463 0,
22464 55, TARGET_VAL(ISD::SPLAT_VECTOR),
22465 OPC_CheckChild0Integer, 127|128,127|128,3,
22466 OPC_CheckChild0TypeI32,
22467 OPC_MoveSibling1,
22468 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
22469 OPC_Scope, 21,
22470 OPC_RecordChild0,
22471 OPC_MoveChild1,
22472 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22473 OPC_CheckChild0Integer, 0,
22474 OPC_CheckChild0TypeI32,
22475 OPC_MoveParent,
22476 OPC_MoveParent,
22477 OPC_CheckType, MVT::v4i32,
22478 OPC_MoveParent,
22479 OPC_CheckType, MVT::v8i16,
22480 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
22481 MVT::v8i16, 2, 16,
22482 21,
22483 OPC_MoveChild0,
22484 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22485 OPC_CheckChild0Integer, 0,
22486 OPC_CheckChild0TypeI32,
22487 OPC_MoveParent,
22488 OPC_RecordChild1,
22489 OPC_MoveParent,
22490 OPC_CheckType, MVT::v4i32,
22491 OPC_MoveParent,
22492 OPC_CheckType, MVT::v8i16,
22493 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
22494 MVT::v8i16, 2, 16,
22495 0,
22496 0,
22497 0,
22498 93|128,4, TARGET_VAL(ISD::SPLAT_VECTOR),
22499 OPC_Scope, 40|128,2,
22500 OPC_CheckChild0Integer, 127|128,1,
22501 OPC_CheckChild0TypeI32,
22502 OPC_MoveSibling1,
22503 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
22504 OPC_Scope, 13|128,1,
22505 OPC_RecordChild0,
22506 OPC_MoveChild1,
22507 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22508 OPC_CheckChild0Integer, 0,
22509 OPC_CheckChild0TypeI32,
22510 OPC_MoveParent,
22511 OPC_MoveParent,
22512 OPC_CheckType, MVT::v8i16,
22513 OPC_MoveSibling1,
22514 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
22515 OPC_MoveChild0,
22516 OPC_SwitchOpcode , 62, TARGET_VAL(ISD::SMAX),
22517 OPC_Scope, 29,
22518 OPC_RecordChild0,
22519 OPC_MoveChild1,
22520 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22521 OPC_CheckChild0Integer, 0,
22522 OPC_CheckChild0TypeI32,
22523 OPC_MoveParent,
22524 OPC_MoveSibling1,
22525 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22526 OPC_CheckChild0Integer, 127|128,1,
22527 OPC_CheckChild0TypeI32,
22528 OPC_MoveParent,
22529 OPC_CheckType, MVT::v8i16,
22530 OPC_MoveParent,
22531 OPC_CheckType, MVT::v16i8,
22532 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
22533 MVT::v16i8, 2, 16,
22534 29,
22535 OPC_MoveChild0,
22536 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22537 OPC_CheckChild0Integer, 0,
22538 OPC_CheckChild0TypeI32,
22539 OPC_MoveParent,
22540 OPC_RecordChild1,
22541 OPC_MoveSibling1,
22542 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22543 OPC_CheckChild0Integer, 127|128,1,
22544 OPC_CheckChild0TypeI32,
22545 OPC_MoveParent,
22546 OPC_CheckType, MVT::v8i16,
22547 OPC_MoveParent,
22548 OPC_CheckType, MVT::v16i8,
22549 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
22550 MVT::v16i8, 2, 16,
22551 0,
22552 54, TARGET_VAL(ISD::SPLAT_VECTOR),
22553 OPC_CheckChild0Integer, 127|128,1,
22554 OPC_CheckChild0TypeI32,
22555 OPC_MoveSibling1,
22556 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
22557 OPC_Scope, 21,
22558 OPC_RecordChild0,
22559 OPC_MoveChild1,
22560 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22561 OPC_CheckChild0Integer, 0,
22562 OPC_CheckChild0TypeI32,
22563 OPC_MoveParent,
22564 OPC_MoveParent,
22565 OPC_CheckType, MVT::v8i16,
22566 OPC_MoveParent,
22567 OPC_CheckType, MVT::v16i8,
22568 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
22569 MVT::v16i8, 2, 16,
22570 21,
22571 OPC_MoveChild0,
22572 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22573 OPC_CheckChild0Integer, 0,
22574 OPC_CheckChild0TypeI32,
22575 OPC_MoveParent,
22576 OPC_RecordChild1,
22577 OPC_MoveParent,
22578 OPC_CheckType, MVT::v8i16,
22579 OPC_MoveParent,
22580 OPC_CheckType, MVT::v16i8,
22581 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
22582 MVT::v16i8, 2, 16,
22583 0,
22584 0,
22585 13|128,1,
22586 OPC_MoveChild0,
22587 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22588 OPC_CheckChild0Integer, 0,
22589 OPC_CheckChild0TypeI32,
22590 OPC_MoveParent,
22591 OPC_RecordChild1,
22592 OPC_MoveParent,
22593 OPC_CheckType, MVT::v8i16,
22594 OPC_MoveSibling1,
22595 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
22596 OPC_MoveChild0,
22597 OPC_SwitchOpcode , 62, TARGET_VAL(ISD::SMAX),
22598 OPC_Scope, 29,
22599 OPC_RecordChild0,
22600 OPC_MoveChild1,
22601 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22602 OPC_CheckChild0Integer, 0,
22603 OPC_CheckChild0TypeI32,
22604 OPC_MoveParent,
22605 OPC_MoveSibling1,
22606 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22607 OPC_CheckChild0Integer, 127|128,1,
22608 OPC_CheckChild0TypeI32,
22609 OPC_MoveParent,
22610 OPC_CheckType, MVT::v8i16,
22611 OPC_MoveParent,
22612 OPC_CheckType, MVT::v16i8,
22613 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
22614 MVT::v16i8, 2, 16,
22615 29,
22616 OPC_MoveChild0,
22617 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22618 OPC_CheckChild0Integer, 0,
22619 OPC_CheckChild0TypeI32,
22620 OPC_MoveParent,
22621 OPC_RecordChild1,
22622 OPC_MoveSibling1,
22623 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22624 OPC_CheckChild0Integer, 127|128,1,
22625 OPC_CheckChild0TypeI32,
22626 OPC_MoveParent,
22627 OPC_CheckType, MVT::v8i16,
22628 OPC_MoveParent,
22629 OPC_CheckType, MVT::v16i8,
22630 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
22631 MVT::v16i8, 2, 16,
22632 0,
22633 54, TARGET_VAL(ISD::SPLAT_VECTOR),
22634 OPC_CheckChild0Integer, 127|128,1,
22635 OPC_CheckChild0TypeI32,
22636 OPC_MoveSibling1,
22637 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
22638 OPC_Scope, 21,
22639 OPC_RecordChild0,
22640 OPC_MoveChild1,
22641 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22642 OPC_CheckChild0Integer, 0,
22643 OPC_CheckChild0TypeI32,
22644 OPC_MoveParent,
22645 OPC_MoveParent,
22646 OPC_CheckType, MVT::v8i16,
22647 OPC_MoveParent,
22648 OPC_CheckType, MVT::v16i8,
22649 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
22650 MVT::v16i8, 2, 16,
22651 21,
22652 OPC_MoveChild0,
22653 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22654 OPC_CheckChild0Integer, 0,
22655 OPC_CheckChild0TypeI32,
22656 OPC_MoveParent,
22657 OPC_RecordChild1,
22658 OPC_MoveParent,
22659 OPC_CheckType, MVT::v8i16,
22660 OPC_MoveParent,
22661 OPC_CheckType, MVT::v16i8,
22662 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
22663 MVT::v16i8, 2, 16,
22664 0,
22665 0,
22666 0,
22667 47|128,2,
22668 OPC_CheckChild0Integer, 127|128,127|128,3,
22669 OPC_CheckChild0TypeI32,
22670 OPC_MoveSibling1,
22671 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
22672 OPC_Scope, 16|128,1,
22673 OPC_RecordChild0,
22674 OPC_MoveChild1,
22675 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22676 OPC_CheckChild0Integer, 0,
22677 OPC_CheckChild0TypeI32,
22678 OPC_MoveParent,
22679 OPC_MoveParent,
22680 OPC_CheckType, MVT::v4i32,
22681 OPC_MoveSibling1,
22682 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
22683 OPC_MoveChild0,
22684 OPC_SwitchOpcode , 64, TARGET_VAL(ISD::SMAX),
22685 OPC_Scope, 30,
22686 OPC_RecordChild0,
22687 OPC_MoveChild1,
22688 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22689 OPC_CheckChild0Integer, 0,
22690 OPC_CheckChild0TypeI32,
22691 OPC_MoveParent,
22692 OPC_MoveSibling1,
22693 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22694 OPC_CheckChild0Integer, 127|128,127|128,3,
22695 OPC_CheckChild0TypeI32,
22696 OPC_MoveParent,
22697 OPC_CheckType, MVT::v4i32,
22698 OPC_MoveParent,
22699 OPC_CheckType, MVT::v8i16,
22700 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
22701 MVT::v8i16, 2, 16,
22702 30,
22703 OPC_MoveChild0,
22704 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22705 OPC_CheckChild0Integer, 0,
22706 OPC_CheckChild0TypeI32,
22707 OPC_MoveParent,
22708 OPC_RecordChild1,
22709 OPC_MoveSibling1,
22710 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22711 OPC_CheckChild0Integer, 127|128,127|128,3,
22712 OPC_CheckChild0TypeI32,
22713 OPC_MoveParent,
22714 OPC_CheckType, MVT::v4i32,
22715 OPC_MoveParent,
22716 OPC_CheckType, MVT::v8i16,
22717 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
22718 MVT::v8i16, 2, 16,
22719 0,
22720 55, TARGET_VAL(ISD::SPLAT_VECTOR),
22721 OPC_CheckChild0Integer, 127|128,127|128,3,
22722 OPC_CheckChild0TypeI32,
22723 OPC_MoveSibling1,
22724 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
22725 OPC_Scope, 21,
22726 OPC_RecordChild0,
22727 OPC_MoveChild1,
22728 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22729 OPC_CheckChild0Integer, 0,
22730 OPC_CheckChild0TypeI32,
22731 OPC_MoveParent,
22732 OPC_MoveParent,
22733 OPC_CheckType, MVT::v4i32,
22734 OPC_MoveParent,
22735 OPC_CheckType, MVT::v8i16,
22736 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
22737 MVT::v8i16, 2, 16,
22738 21,
22739 OPC_MoveChild0,
22740 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22741 OPC_CheckChild0Integer, 0,
22742 OPC_CheckChild0TypeI32,
22743 OPC_MoveParent,
22744 OPC_RecordChild1,
22745 OPC_MoveParent,
22746 OPC_CheckType, MVT::v4i32,
22747 OPC_MoveParent,
22748 OPC_CheckType, MVT::v8i16,
22749 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
22750 MVT::v8i16, 2, 16,
22751 0,
22752 0,
22753 16|128,1,
22754 OPC_MoveChild0,
22755 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22756 OPC_CheckChild0Integer, 0,
22757 OPC_CheckChild0TypeI32,
22758 OPC_MoveParent,
22759 OPC_RecordChild1,
22760 OPC_MoveParent,
22761 OPC_CheckType, MVT::v4i32,
22762 OPC_MoveSibling1,
22763 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
22764 OPC_MoveChild0,
22765 OPC_SwitchOpcode , 64, TARGET_VAL(ISD::SMAX),
22766 OPC_Scope, 30,
22767 OPC_RecordChild0,
22768 OPC_MoveChild1,
22769 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22770 OPC_CheckChild0Integer, 0,
22771 OPC_CheckChild0TypeI32,
22772 OPC_MoveParent,
22773 OPC_MoveSibling1,
22774 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22775 OPC_CheckChild0Integer, 127|128,127|128,3,
22776 OPC_CheckChild0TypeI32,
22777 OPC_MoveParent,
22778 OPC_CheckType, MVT::v4i32,
22779 OPC_MoveParent,
22780 OPC_CheckType, MVT::v8i16,
22781 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
22782 MVT::v8i16, 2, 16,
22783 30,
22784 OPC_MoveChild0,
22785 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22786 OPC_CheckChild0Integer, 0,
22787 OPC_CheckChild0TypeI32,
22788 OPC_MoveParent,
22789 OPC_RecordChild1,
22790 OPC_MoveSibling1,
22791 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22792 OPC_CheckChild0Integer, 127|128,127|128,3,
22793 OPC_CheckChild0TypeI32,
22794 OPC_MoveParent,
22795 OPC_CheckType, MVT::v4i32,
22796 OPC_MoveParent,
22797 OPC_CheckType, MVT::v8i16,
22798 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
22799 MVT::v8i16, 2, 16,
22800 0,
22801 55, TARGET_VAL(ISD::SPLAT_VECTOR),
22802 OPC_CheckChild0Integer, 127|128,127|128,3,
22803 OPC_CheckChild0TypeI32,
22804 OPC_MoveSibling1,
22805 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
22806 OPC_Scope, 21,
22807 OPC_RecordChild0,
22808 OPC_MoveChild1,
22809 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22810 OPC_CheckChild0Integer, 0,
22811 OPC_CheckChild0TypeI32,
22812 OPC_MoveParent,
22813 OPC_MoveParent,
22814 OPC_CheckType, MVT::v4i32,
22815 OPC_MoveParent,
22816 OPC_CheckType, MVT::v8i16,
22817 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
22818 MVT::v8i16, 2, 16,
22819 21,
22820 OPC_MoveChild0,
22821 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22822 OPC_CheckChild0Integer, 0,
22823 OPC_CheckChild0TypeI32,
22824 OPC_MoveParent,
22825 OPC_RecordChild1,
22826 OPC_MoveParent,
22827 OPC_CheckType, MVT::v4i32,
22828 OPC_MoveParent,
22829 OPC_CheckType, MVT::v8i16,
22830 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
22831 MVT::v8i16, 2, 16,
22832 0,
22833 0,
22834 0,
22835 0,
22836 0,
22837 102|128,9, TARGET_VAL(ISD::SMAX),
22838 OPC_MoveChild0,
22839 OPC_SwitchOpcode , 4|128,5, TARGET_VAL(ISD::SMIN),
22840 OPC_Scope, 81|128,1,
22841 OPC_RecordChild0,
22842 OPC_MoveChild1,
22843 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22844 OPC_Scope, 17|128,1,
22845 OPC_CheckChild0Integer, 127|128,1,
22846 OPC_CheckChild0TypeI32,
22847 OPC_MoveParent,
22848 OPC_MoveSibling1,
22849 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22850 OPC_CheckChild0Integer, 0,
22851 OPC_CheckChild0TypeI32,
22852 OPC_MoveParent,
22853 OPC_CheckType, MVT::v8i16,
22854 OPC_MoveSibling1,
22855 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
22856 OPC_MoveChild0,
22857 OPC_SwitchOpcode , 62, TARGET_VAL(ISD::SMIN),
22858 OPC_Scope, 29,
22859 OPC_RecordChild0,
22860 OPC_MoveChild1,
22861 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22862 OPC_CheckChild0Integer, 127|128,1,
22863 OPC_CheckChild0TypeI32,
22864 OPC_MoveParent,
22865 OPC_MoveSibling1,
22866 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22867 OPC_CheckChild0Integer, 0,
22868 OPC_CheckChild0TypeI32,
22869 OPC_MoveParent,
22870 OPC_CheckType, MVT::v8i16,
22871 OPC_MoveParent,
22872 OPC_CheckType, MVT::v16i8,
22873 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
22874 MVT::v16i8, 2, 16,
22875 29,
22876 OPC_MoveChild0,
22877 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22878 OPC_CheckChild0Integer, 127|128,1,
22879 OPC_CheckChild0TypeI32,
22880 OPC_MoveParent,
22881 OPC_RecordChild1,
22882 OPC_MoveSibling1,
22883 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22884 OPC_CheckChild0Integer, 0,
22885 OPC_CheckChild0TypeI32,
22886 OPC_MoveParent,
22887 OPC_CheckType, MVT::v8i16,
22888 OPC_MoveParent,
22889 OPC_CheckType, MVT::v16i8,
22890 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
22891 MVT::v16i8, 2, 16,
22892 0,
22893 55, TARGET_VAL(ISD::SPLAT_VECTOR),
22894 OPC_CheckChild0Integer, 0,
22895 OPC_CheckChild0TypeI32,
22896 OPC_MoveSibling1,
22897 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
22898 OPC_Scope, 22,
22899 OPC_RecordChild0,
22900 OPC_MoveChild1,
22901 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22902 OPC_CheckChild0Integer, 127|128,1,
22903 OPC_CheckChild0TypeI32,
22904 OPC_MoveParent,
22905 OPC_MoveParent,
22906 OPC_CheckType, MVT::v8i16,
22907 OPC_MoveParent,
22908 OPC_CheckType, MVT::v16i8,
22909 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
22910 MVT::v16i8, 2, 16,
22911 22,
22912 OPC_MoveChild0,
22913 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22914 OPC_CheckChild0Integer, 127|128,1,
22915 OPC_CheckChild0TypeI32,
22916 OPC_MoveParent,
22917 OPC_RecordChild1,
22918 OPC_MoveParent,
22919 OPC_CheckType, MVT::v8i16,
22920 OPC_MoveParent,
22921 OPC_CheckType, MVT::v16i8,
22922 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
22923 MVT::v16i8, 2, 16,
22924 0,
22925 0,
22926 54,
22927 OPC_CheckChild0Integer, 127|128,127|128,3,
22928 OPC_CheckChild0TypeI32,
22929 OPC_MoveParent,
22930 OPC_MoveSibling1,
22931 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22932 OPC_CheckChild0Integer, 0,
22933 OPC_CheckChild0TypeI32,
22934 OPC_MoveParent,
22935 OPC_CheckType, MVT::v4i32,
22936 OPC_MoveSibling1,
22937 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
22938 OPC_MoveChild0,
22939 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
22940 OPC_RecordChild0,
22941 OPC_MoveChild1,
22942 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22943 OPC_CheckChild0Integer, 127|128,127|128,3,
22944 OPC_CheckChild0TypeI32,
22945 OPC_MoveParent,
22946 OPC_MoveSibling1,
22947 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22948 OPC_CheckChild0Integer, 0,
22949 OPC_CheckChild0TypeI32,
22950 OPC_MoveParent,
22951 OPC_CheckType, MVT::v4i32,
22952 OPC_MoveParent,
22953 OPC_CheckType, MVT::v8i16,
22954 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
22955 MVT::v8i16, 2, 16,
22956 0,
22957 22|128,1,
22958 OPC_MoveChild0,
22959 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22960 OPC_CheckChild0Integer, 127|128,1,
22961 OPC_CheckChild0TypeI32,
22962 OPC_MoveParent,
22963 OPC_RecordChild1,
22964 OPC_MoveSibling1,
22965 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22966 OPC_CheckChild0Integer, 0,
22967 OPC_CheckChild0TypeI32,
22968 OPC_MoveParent,
22969 OPC_CheckType, MVT::v8i16,
22970 OPC_MoveSibling1,
22971 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
22972 OPC_MoveChild0,
22973 OPC_SwitchOpcode , 62, TARGET_VAL(ISD::SMIN),
22974 OPC_Scope, 29,
22975 OPC_RecordChild0,
22976 OPC_MoveChild1,
22977 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22978 OPC_CheckChild0Integer, 127|128,1,
22979 OPC_CheckChild0TypeI32,
22980 OPC_MoveParent,
22981 OPC_MoveSibling1,
22982 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22983 OPC_CheckChild0Integer, 0,
22984 OPC_CheckChild0TypeI32,
22985 OPC_MoveParent,
22986 OPC_CheckType, MVT::v8i16,
22987 OPC_MoveParent,
22988 OPC_CheckType, MVT::v16i8,
22989 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
22990 MVT::v16i8, 2, 16,
22991 29,
22992 OPC_MoveChild0,
22993 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
22994 OPC_CheckChild0Integer, 127|128,1,
22995 OPC_CheckChild0TypeI32,
22996 OPC_MoveParent,
22997 OPC_RecordChild1,
22998 OPC_MoveSibling1,
22999 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23000 OPC_CheckChild0Integer, 0,
23001 OPC_CheckChild0TypeI32,
23002 OPC_MoveParent,
23003 OPC_CheckType, MVT::v8i16,
23004 OPC_MoveParent,
23005 OPC_CheckType, MVT::v16i8,
23006 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
23007 MVT::v16i8, 2, 16,
23008 0,
23009 55, TARGET_VAL(ISD::SPLAT_VECTOR),
23010 OPC_CheckChild0Integer, 0,
23011 OPC_CheckChild0TypeI32,
23012 OPC_MoveSibling1,
23013 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
23014 OPC_Scope, 22,
23015 OPC_RecordChild0,
23016 OPC_MoveChild1,
23017 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23018 OPC_CheckChild0Integer, 127|128,1,
23019 OPC_CheckChild0TypeI32,
23020 OPC_MoveParent,
23021 OPC_MoveParent,
23022 OPC_CheckType, MVT::v8i16,
23023 OPC_MoveParent,
23024 OPC_CheckType, MVT::v16i8,
23025 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
23026 MVT::v16i8, 2, 16,
23027 22,
23028 OPC_MoveChild0,
23029 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23030 OPC_CheckChild0Integer, 127|128,1,
23031 OPC_CheckChild0TypeI32,
23032 OPC_MoveParent,
23033 OPC_RecordChild1,
23034 OPC_MoveParent,
23035 OPC_CheckType, MVT::v8i16,
23036 OPC_MoveParent,
23037 OPC_CheckType, MVT::v16i8,
23038 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
23039 MVT::v16i8, 2, 16,
23040 0,
23041 0,
23042 121,
23043 OPC_RecordChild0,
23044 OPC_MoveChild1,
23045 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23046 OPC_CheckChild0Integer, 127|128,127|128,3,
23047 OPC_CheckChild0TypeI32,
23048 OPC_MoveParent,
23049 OPC_MoveSibling1,
23050 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23051 OPC_CheckChild0Integer, 0,
23052 OPC_CheckChild0TypeI32,
23053 OPC_MoveParent,
23054 OPC_CheckType, MVT::v4i32,
23055 OPC_MoveSibling1,
23056 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
23057 OPC_MoveChild0,
23058 OPC_SwitchOpcode , 30, TARGET_VAL(ISD::SMIN),
23059 OPC_MoveChild0,
23060 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23061 OPC_CheckChild0Integer, 127|128,127|128,3,
23062 OPC_CheckChild0TypeI32,
23063 OPC_MoveParent,
23064 OPC_RecordChild1,
23065 OPC_MoveSibling1,
23066 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23067 OPC_CheckChild0Integer, 0,
23068 OPC_CheckChild0TypeI32,
23069 OPC_MoveParent,
23070 OPC_CheckType, MVT::v4i32,
23071 OPC_MoveParent,
23072 OPC_CheckType, MVT::v8i16,
23073 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
23074 MVT::v8i16, 2, 16,
23075 57, TARGET_VAL(ISD::SPLAT_VECTOR),
23076 OPC_CheckChild0Integer, 0,
23077 OPC_CheckChild0TypeI32,
23078 OPC_MoveSibling1,
23079 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
23080 OPC_Scope, 23,
23081 OPC_RecordChild0,
23082 OPC_MoveChild1,
23083 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23084 OPC_CheckChild0Integer, 127|128,127|128,3,
23085 OPC_CheckChild0TypeI32,
23086 OPC_MoveParent,
23087 OPC_MoveParent,
23088 OPC_CheckType, MVT::v4i32,
23089 OPC_MoveParent,
23090 OPC_CheckType, MVT::v8i16,
23091 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
23092 MVT::v8i16, 2, 16,
23093 23,
23094 OPC_MoveChild0,
23095 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23096 OPC_CheckChild0Integer, 127|128,127|128,3,
23097 OPC_CheckChild0TypeI32,
23098 OPC_MoveParent,
23099 OPC_RecordChild1,
23100 OPC_MoveParent,
23101 OPC_CheckType, MVT::v4i32,
23102 OPC_MoveParent,
23103 OPC_CheckType, MVT::v8i16,
23104 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
23105 MVT::v8i16, 2, 16,
23106 0,
23107 0,
23108 27|128,1,
23109 OPC_MoveChild0,
23110 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23111 OPC_CheckChild0Integer, 127|128,127|128,3,
23112 OPC_CheckChild0TypeI32,
23113 OPC_MoveParent,
23114 OPC_RecordChild1,
23115 OPC_MoveSibling1,
23116 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23117 OPC_CheckChild0Integer, 0,
23118 OPC_CheckChild0TypeI32,
23119 OPC_MoveParent,
23120 OPC_CheckType, MVT::v4i32,
23121 OPC_MoveSibling1,
23122 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
23123 OPC_MoveChild0,
23124 OPC_SwitchOpcode , 64, TARGET_VAL(ISD::SMIN),
23125 OPC_Scope, 30,
23126 OPC_RecordChild0,
23127 OPC_MoveChild1,
23128 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23129 OPC_CheckChild0Integer, 127|128,127|128,3,
23130 OPC_CheckChild0TypeI32,
23131 OPC_MoveParent,
23132 OPC_MoveSibling1,
23133 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23134 OPC_CheckChild0Integer, 0,
23135 OPC_CheckChild0TypeI32,
23136 OPC_MoveParent,
23137 OPC_CheckType, MVT::v4i32,
23138 OPC_MoveParent,
23139 OPC_CheckType, MVT::v8i16,
23140 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
23141 MVT::v8i16, 2, 16,
23142 30,
23143 OPC_MoveChild0,
23144 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23145 OPC_CheckChild0Integer, 127|128,127|128,3,
23146 OPC_CheckChild0TypeI32,
23147 OPC_MoveParent,
23148 OPC_RecordChild1,
23149 OPC_MoveSibling1,
23150 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23151 OPC_CheckChild0Integer, 0,
23152 OPC_CheckChild0TypeI32,
23153 OPC_MoveParent,
23154 OPC_CheckType, MVT::v4i32,
23155 OPC_MoveParent,
23156 OPC_CheckType, MVT::v8i16,
23157 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
23158 MVT::v8i16, 2, 16,
23159 0,
23160 57, TARGET_VAL(ISD::SPLAT_VECTOR),
23161 OPC_CheckChild0Integer, 0,
23162 OPC_CheckChild0TypeI32,
23163 OPC_MoveSibling1,
23164 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
23165 OPC_Scope, 23,
23166 OPC_RecordChild0,
23167 OPC_MoveChild1,
23168 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23169 OPC_CheckChild0Integer, 127|128,127|128,3,
23170 OPC_CheckChild0TypeI32,
23171 OPC_MoveParent,
23172 OPC_MoveParent,
23173 OPC_CheckType, MVT::v4i32,
23174 OPC_MoveParent,
23175 OPC_CheckType, MVT::v8i16,
23176 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
23177 MVT::v8i16, 2, 16,
23178 23,
23179 OPC_MoveChild0,
23180 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23181 OPC_CheckChild0Integer, 127|128,127|128,3,
23182 OPC_CheckChild0TypeI32,
23183 OPC_MoveParent,
23184 OPC_RecordChild1,
23185 OPC_MoveParent,
23186 OPC_CheckType, MVT::v4i32,
23187 OPC_MoveParent,
23188 OPC_CheckType, MVT::v8i16,
23189 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
23190 MVT::v8i16, 2, 16,
23191 0,
23192 0,
23193 0,
23194 87|128,4, TARGET_VAL(ISD::SPLAT_VECTOR),
23195 OPC_CheckChild0Integer, 0,
23196 OPC_CheckChild0TypeI32,
23197 OPC_MoveSibling1,
23198 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
23199 OPC_Scope, 15|128,1,
23200 OPC_RecordChild0,
23201 OPC_MoveChild1,
23202 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23203 OPC_CheckChild0Integer, 127|128,1,
23204 OPC_CheckChild0TypeI32,
23205 OPC_MoveParent,
23206 OPC_MoveParent,
23207 OPC_CheckType, MVT::v8i16,
23208 OPC_MoveSibling1,
23209 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
23210 OPC_MoveChild0,
23211 OPC_SwitchOpcode , 62, TARGET_VAL(ISD::SMIN),
23212 OPC_Scope, 29,
23213 OPC_RecordChild0,
23214 OPC_MoveChild1,
23215 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23216 OPC_CheckChild0Integer, 127|128,1,
23217 OPC_CheckChild0TypeI32,
23218 OPC_MoveParent,
23219 OPC_MoveSibling1,
23220 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23221 OPC_CheckChild0Integer, 0,
23222 OPC_CheckChild0TypeI32,
23223 OPC_MoveParent,
23224 OPC_CheckType, MVT::v8i16,
23225 OPC_MoveParent,
23226 OPC_CheckType, MVT::v16i8,
23227 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
23228 MVT::v16i8, 2, 16,
23229 29,
23230 OPC_MoveChild0,
23231 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23232 OPC_CheckChild0Integer, 127|128,1,
23233 OPC_CheckChild0TypeI32,
23234 OPC_MoveParent,
23235 OPC_RecordChild1,
23236 OPC_MoveSibling1,
23237 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23238 OPC_CheckChild0Integer, 0,
23239 OPC_CheckChild0TypeI32,
23240 OPC_MoveParent,
23241 OPC_CheckType, MVT::v8i16,
23242 OPC_MoveParent,
23243 OPC_CheckType, MVT::v16i8,
23244 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
23245 MVT::v16i8, 2, 16,
23246 0,
23247 55, TARGET_VAL(ISD::SPLAT_VECTOR),
23248 OPC_CheckChild0Integer, 0,
23249 OPC_CheckChild0TypeI32,
23250 OPC_MoveSibling1,
23251 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
23252 OPC_Scope, 22,
23253 OPC_RecordChild0,
23254 OPC_MoveChild1,
23255 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23256 OPC_CheckChild0Integer, 127|128,1,
23257 OPC_CheckChild0TypeI32,
23258 OPC_MoveParent,
23259 OPC_MoveParent,
23260 OPC_CheckType, MVT::v8i16,
23261 OPC_MoveParent,
23262 OPC_CheckType, MVT::v16i8,
23263 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
23264 MVT::v16i8, 2, 16,
23265 22,
23266 OPC_MoveChild0,
23267 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23268 OPC_CheckChild0Integer, 127|128,1,
23269 OPC_CheckChild0TypeI32,
23270 OPC_MoveParent,
23271 OPC_RecordChild1,
23272 OPC_MoveParent,
23273 OPC_CheckType, MVT::v8i16,
23274 OPC_MoveParent,
23275 OPC_CheckType, MVT::v16i8,
23276 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
23277 MVT::v16i8, 2, 16,
23278 0,
23279 0,
23280 15|128,1,
23281 OPC_MoveChild0,
23282 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23283 OPC_CheckChild0Integer, 127|128,1,
23284 OPC_CheckChild0TypeI32,
23285 OPC_MoveParent,
23286 OPC_RecordChild1,
23287 OPC_MoveParent,
23288 OPC_CheckType, MVT::v8i16,
23289 OPC_MoveSibling1,
23290 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
23291 OPC_MoveChild0,
23292 OPC_SwitchOpcode , 62, TARGET_VAL(ISD::SMIN),
23293 OPC_Scope, 29,
23294 OPC_RecordChild0,
23295 OPC_MoveChild1,
23296 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23297 OPC_CheckChild0Integer, 127|128,1,
23298 OPC_CheckChild0TypeI32,
23299 OPC_MoveParent,
23300 OPC_MoveSibling1,
23301 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23302 OPC_CheckChild0Integer, 0,
23303 OPC_CheckChild0TypeI32,
23304 OPC_MoveParent,
23305 OPC_CheckType, MVT::v8i16,
23306 OPC_MoveParent,
23307 OPC_CheckType, MVT::v16i8,
23308 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
23309 MVT::v16i8, 2, 16,
23310 29,
23311 OPC_MoveChild0,
23312 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23313 OPC_CheckChild0Integer, 127|128,1,
23314 OPC_CheckChild0TypeI32,
23315 OPC_MoveParent,
23316 OPC_RecordChild1,
23317 OPC_MoveSibling1,
23318 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23319 OPC_CheckChild0Integer, 0,
23320 OPC_CheckChild0TypeI32,
23321 OPC_MoveParent,
23322 OPC_CheckType, MVT::v8i16,
23323 OPC_MoveParent,
23324 OPC_CheckType, MVT::v16i8,
23325 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
23326 MVT::v16i8, 2, 16,
23327 0,
23328 55, TARGET_VAL(ISD::SPLAT_VECTOR),
23329 OPC_CheckChild0Integer, 0,
23330 OPC_CheckChild0TypeI32,
23331 OPC_MoveSibling1,
23332 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
23333 OPC_Scope, 22,
23334 OPC_RecordChild0,
23335 OPC_MoveChild1,
23336 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23337 OPC_CheckChild0Integer, 127|128,1,
23338 OPC_CheckChild0TypeI32,
23339 OPC_MoveParent,
23340 OPC_MoveParent,
23341 OPC_CheckType, MVT::v8i16,
23342 OPC_MoveParent,
23343 OPC_CheckType, MVT::v16i8,
23344 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
23345 MVT::v16i8, 2, 16,
23346 22,
23347 OPC_MoveChild0,
23348 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23349 OPC_CheckChild0Integer, 127|128,1,
23350 OPC_CheckChild0TypeI32,
23351 OPC_MoveParent,
23352 OPC_RecordChild1,
23353 OPC_MoveParent,
23354 OPC_CheckType, MVT::v8i16,
23355 OPC_MoveParent,
23356 OPC_CheckType, MVT::v16i8,
23357 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
23358 MVT::v16i8, 2, 16,
23359 0,
23360 0,
23361 20|128,1,
23362 OPC_RecordChild0,
23363 OPC_MoveChild1,
23364 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23365 OPC_CheckChild0Integer, 127|128,127|128,3,
23366 OPC_CheckChild0TypeI32,
23367 OPC_MoveParent,
23368 OPC_MoveParent,
23369 OPC_CheckType, MVT::v4i32,
23370 OPC_MoveSibling1,
23371 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
23372 OPC_MoveChild0,
23373 OPC_SwitchOpcode , 64, TARGET_VAL(ISD::SMIN),
23374 OPC_Scope, 30,
23375 OPC_RecordChild0,
23376 OPC_MoveChild1,
23377 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23378 OPC_CheckChild0Integer, 127|128,127|128,3,
23379 OPC_CheckChild0TypeI32,
23380 OPC_MoveParent,
23381 OPC_MoveSibling1,
23382 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23383 OPC_CheckChild0Integer, 0,
23384 OPC_CheckChild0TypeI32,
23385 OPC_MoveParent,
23386 OPC_CheckType, MVT::v4i32,
23387 OPC_MoveParent,
23388 OPC_CheckType, MVT::v8i16,
23389 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
23390 MVT::v8i16, 2, 16,
23391 30,
23392 OPC_MoveChild0,
23393 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23394 OPC_CheckChild0Integer, 127|128,127|128,3,
23395 OPC_CheckChild0TypeI32,
23396 OPC_MoveParent,
23397 OPC_RecordChild1,
23398 OPC_MoveSibling1,
23399 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23400 OPC_CheckChild0Integer, 0,
23401 OPC_CheckChild0TypeI32,
23402 OPC_MoveParent,
23403 OPC_CheckType, MVT::v4i32,
23404 OPC_MoveParent,
23405 OPC_CheckType, MVT::v8i16,
23406 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
23407 MVT::v8i16, 2, 16,
23408 0,
23409 57, TARGET_VAL(ISD::SPLAT_VECTOR),
23410 OPC_CheckChild0Integer, 0,
23411 OPC_CheckChild0TypeI32,
23412 OPC_MoveSibling1,
23413 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
23414 OPC_Scope, 23,
23415 OPC_RecordChild0,
23416 OPC_MoveChild1,
23417 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23418 OPC_CheckChild0Integer, 127|128,127|128,3,
23419 OPC_CheckChild0TypeI32,
23420 OPC_MoveParent,
23421 OPC_MoveParent,
23422 OPC_CheckType, MVT::v4i32,
23423 OPC_MoveParent,
23424 OPC_CheckType, MVT::v8i16,
23425 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
23426 MVT::v8i16, 2, 16,
23427 23,
23428 OPC_MoveChild0,
23429 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23430 OPC_CheckChild0Integer, 127|128,127|128,3,
23431 OPC_CheckChild0TypeI32,
23432 OPC_MoveParent,
23433 OPC_RecordChild1,
23434 OPC_MoveParent,
23435 OPC_CheckType, MVT::v4i32,
23436 OPC_MoveParent,
23437 OPC_CheckType, MVT::v8i16,
23438 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
23439 MVT::v8i16, 2, 16,
23440 0,
23441 0,
23442 20|128,1,
23443 OPC_MoveChild0,
23444 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23445 OPC_CheckChild0Integer, 127|128,127|128,3,
23446 OPC_CheckChild0TypeI32,
23447 OPC_MoveParent,
23448 OPC_RecordChild1,
23449 OPC_MoveParent,
23450 OPC_CheckType, MVT::v4i32,
23451 OPC_MoveSibling1,
23452 OPC_CheckOpcode, TARGET_VAL(ISD::SMAX),
23453 OPC_MoveChild0,
23454 OPC_SwitchOpcode , 64, TARGET_VAL(ISD::SMIN),
23455 OPC_Scope, 30,
23456 OPC_RecordChild0,
23457 OPC_MoveChild1,
23458 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23459 OPC_CheckChild0Integer, 127|128,127|128,3,
23460 OPC_CheckChild0TypeI32,
23461 OPC_MoveParent,
23462 OPC_MoveSibling1,
23463 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23464 OPC_CheckChild0Integer, 0,
23465 OPC_CheckChild0TypeI32,
23466 OPC_MoveParent,
23467 OPC_CheckType, MVT::v4i32,
23468 OPC_MoveParent,
23469 OPC_CheckType, MVT::v8i16,
23470 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
23471 MVT::v8i16, 2, 16,
23472 30,
23473 OPC_MoveChild0,
23474 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23475 OPC_CheckChild0Integer, 127|128,127|128,3,
23476 OPC_CheckChild0TypeI32,
23477 OPC_MoveParent,
23478 OPC_RecordChild1,
23479 OPC_MoveSibling1,
23480 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23481 OPC_CheckChild0Integer, 0,
23482 OPC_CheckChild0TypeI32,
23483 OPC_MoveParent,
23484 OPC_CheckType, MVT::v4i32,
23485 OPC_MoveParent,
23486 OPC_CheckType, MVT::v8i16,
23487 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
23488 MVT::v8i16, 2, 16,
23489 0,
23490 57, TARGET_VAL(ISD::SPLAT_VECTOR),
23491 OPC_CheckChild0Integer, 0,
23492 OPC_CheckChild0TypeI32,
23493 OPC_MoveSibling1,
23494 OPC_CheckOpcode, TARGET_VAL(ISD::SMIN),
23495 OPC_Scope, 23,
23496 OPC_RecordChild0,
23497 OPC_MoveChild1,
23498 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23499 OPC_CheckChild0Integer, 127|128,127|128,3,
23500 OPC_CheckChild0TypeI32,
23501 OPC_MoveParent,
23502 OPC_MoveParent,
23503 OPC_CheckType, MVT::v4i32,
23504 OPC_MoveParent,
23505 OPC_CheckType, MVT::v8i16,
23506 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
23507 MVT::v8i16, 2, 16,
23508 23,
23509 OPC_MoveChild0,
23510 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
23511 OPC_CheckChild0Integer, 127|128,127|128,3,
23512 OPC_CheckChild0TypeI32,
23513 OPC_MoveParent,
23514 OPC_RecordChild1,
23515 OPC_MoveParent,
23516 OPC_CheckType, MVT::v4i32,
23517 OPC_MoveParent,
23518 OPC_CheckType, MVT::v8i16,
23519 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
23520 MVT::v8i16, 2, 16,
23521 0,
23522 0,
23523 0,
23524 0,
23525 0,
23526 29,
23527 OPC_RecordChild0,
23528 OPC_SwitchType , 11, MVT::v16i8,
23529 OPC_CheckChild0Type, MVT::v8i16,
23530 OPC_RecordChild1,
23531 OPC_CheckChild1Type, MVT::v8i16,
23532 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I8x16),
23533 MVT::v16i8, 2, 16,
23534 11, MVT::v8i16,
23535 OPC_CheckChild0Type, MVT::v4i32,
23536 OPC_RecordChild1,
23537 OPC_CheckChild1Type, MVT::v4i32,
23538 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NARROW_U_I16x8),
23539 MVT::v8i16, 2, 16,
23540 0,
23541 0,
23542 122|128,2, TARGET_VAL(ISD::BUILD_VECTOR),
23543 OPC_RecordChild0,
23544 OPC_MoveChild0,
23545 OPC_SwitchOpcode , 47|128,2, TARGET_VAL(ISD::Constant),
23546 OPC_SwitchType , 22|128,2, MVT::i32,
23547 OPC_Scope, 36|128,1,
23548 OPC_CheckPredicate, 10,
23549 OPC_MoveSibling1,
23550 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23551 OPC_RecordNode,
23552 OPC_CheckPredicate, 10,
23553 OPC_CheckTypeI32,
23554 OPC_MoveSibling2,
23555 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23556 OPC_RecordNode,
23557 OPC_CheckPredicate, 10,
23558 OPC_CheckTypeI32,
23559 OPC_MoveSibling3,
23560 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23561 OPC_RecordNode,
23562 OPC_CheckPredicate, 10,
23563 OPC_CheckTypeI32,
23564 OPC_MoveSibling4,
23565 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23566 OPC_RecordNode,
23567 OPC_CheckPredicate, 10,
23568 OPC_CheckTypeI32,
23569 OPC_MoveSibling5,
23570 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23571 OPC_RecordNode,
23572 OPC_CheckPredicate, 10,
23573 OPC_CheckTypeI32,
23574 OPC_MoveSibling6,
23575 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23576 OPC_RecordNode,
23577 OPC_CheckPredicate, 10,
23578 OPC_CheckTypeI32,
23579 OPC_MoveSibling7,
23580 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23581 OPC_RecordNode,
23582 OPC_CheckPredicate, 10,
23583 OPC_CheckTypeI32,
23584 OPC_MoveSibling, 8,
23585 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23586 OPC_RecordNode,
23587 OPC_CheckPredicate, 10,
23588 OPC_CheckTypeI32,
23589 OPC_MoveSibling, 9,
23590 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23591 OPC_RecordNode,
23592 OPC_CheckPredicate, 10,
23593 OPC_CheckTypeI32,
23594 OPC_MoveSibling, 10,
23595 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23596 OPC_RecordNode,
23597 OPC_CheckPredicate, 10,
23598 OPC_CheckTypeI32,
23599 OPC_MoveSibling, 11,
23600 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23601 OPC_RecordNode,
23602 OPC_CheckPredicate, 10,
23603 OPC_CheckTypeI32,
23604 OPC_MoveSibling, 12,
23605 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23606 OPC_RecordNode,
23607 OPC_CheckPredicate, 10,
23608 OPC_CheckTypeI32,
23609 OPC_MoveSibling, 13,
23610 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23611 OPC_RecordNode,
23612 OPC_CheckPredicate, 10,
23613 OPC_CheckTypeI32,
23614 OPC_MoveSibling, 14,
23615 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23616 OPC_RecordNode,
23617 OPC_CheckPredicate, 10,
23618 OPC_CheckTypeI32,
23619 OPC_MoveSibling, 15,
23620 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23621 OPC_RecordNode,
23622 OPC_CheckPredicate, 10,
23623 OPC_CheckTypeI32,
23624 OPC_MoveParent,
23625 OPC_CheckType, MVT::v16i8,
23626 OPC_CheckPatternPredicate0,
23627 OPC_EmitConvertToTarget0,
23628 OPC_EmitConvertToTarget1,
23629 OPC_EmitConvertToTarget2,
23630 OPC_EmitConvertToTarget3,
23631 OPC_EmitConvertToTarget4,
23632 OPC_EmitConvertToTarget5,
23633 OPC_EmitConvertToTarget6,
23634 OPC_EmitConvertToTarget7,
23635 OPC_EmitConvertToTarget, 8,
23636 OPC_EmitConvertToTarget, 9,
23637 OPC_EmitConvertToTarget, 10,
23638 OPC_EmitConvertToTarget, 11,
23639 OPC_EmitConvertToTarget, 12,
23640 OPC_EmitConvertToTarget, 13,
23641 OPC_EmitConvertToTarget, 14,
23642 OPC_EmitConvertToTarget, 15,
23643 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_V128_I8x16),
23644 MVT::v16i8, 16, 121,
23645 76,
23646 OPC_CheckPredicate, 19,
23647 OPC_MoveSibling1,
23648 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23649 OPC_RecordNode,
23650 OPC_CheckPredicate, 19,
23651 OPC_CheckTypeI32,
23652 OPC_MoveSibling2,
23653 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23654 OPC_RecordNode,
23655 OPC_CheckPredicate, 19,
23656 OPC_CheckTypeI32,
23657 OPC_MoveSibling3,
23658 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23659 OPC_RecordNode,
23660 OPC_CheckPredicate, 19,
23661 OPC_CheckTypeI32,
23662 OPC_MoveSibling4,
23663 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23664 OPC_RecordNode,
23665 OPC_CheckPredicate, 19,
23666 OPC_CheckTypeI32,
23667 OPC_MoveSibling5,
23668 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23669 OPC_RecordNode,
23670 OPC_CheckPredicate, 19,
23671 OPC_CheckTypeI32,
23672 OPC_MoveSibling6,
23673 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23674 OPC_RecordNode,
23675 OPC_CheckPredicate, 19,
23676 OPC_CheckTypeI32,
23677 OPC_MoveSibling7,
23678 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23679 OPC_RecordNode,
23680 OPC_CheckPredicate, 19,
23681 OPC_CheckTypeI32,
23682 OPC_MoveParent,
23683 OPC_CheckType, MVT::v8i16,
23684 OPC_CheckPatternPredicate0,
23685 OPC_EmitConvertToTarget0,
23686 OPC_EmitConvertToTarget1,
23687 OPC_EmitConvertToTarget2,
23688 OPC_EmitConvertToTarget3,
23689 OPC_EmitConvertToTarget4,
23690 OPC_EmitConvertToTarget5,
23691 OPC_EmitConvertToTarget6,
23692 OPC_EmitConvertToTarget7,
23693 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_V128_I16x8),
23694 MVT::v8i16, 8, 97,
23695 32,
23696 OPC_MoveSibling1,
23697 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23698 OPC_RecordNode,
23699 OPC_CheckTypeI32,
23700 OPC_MoveSibling2,
23701 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23702 OPC_RecordNode,
23703 OPC_CheckTypeI32,
23704 OPC_MoveSibling3,
23705 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23706 OPC_RecordNode,
23707 OPC_CheckTypeI32,
23708 OPC_MoveParent,
23709 OPC_CheckType, MVT::v4i32,
23710 OPC_CheckPatternPredicate0,
23711 OPC_EmitConvertToTarget0,
23712 OPC_EmitConvertToTarget1,
23713 OPC_EmitConvertToTarget2,
23714 OPC_EmitConvertToTarget3,
23715 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_V128_I32x4),
23716 MVT::v4i32, 4, 85,
23717 0,
23718 18, MVT::i64,
23719 OPC_MoveSibling1,
23720 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23721 OPC_RecordNode,
23722 OPC_CheckTypeI64,
23723 OPC_MoveParent,
23724 OPC_CheckType, MVT::v2i64,
23725 OPC_CheckPatternPredicate0,
23726 OPC_EmitConvertToTarget0,
23727 OPC_EmitConvertToTarget1,
23728 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_V128_I64x2),
23729 MVT::v2i64, 2, 54,
23730 0,
23731 64, TARGET_VAL(ISD::ConstantFP),
23732 OPC_SwitchType , 37, MVT::f32,
23733 OPC_MoveSibling1,
23734 OPC_CheckOpcode, TARGET_VAL(ISD::ConstantFP),
23735 OPC_RecordNode,
23736 OPC_CheckType, MVT::f32,
23737 OPC_MoveSibling2,
23738 OPC_CheckOpcode, TARGET_VAL(ISD::ConstantFP),
23739 OPC_RecordNode,
23740 OPC_CheckType, MVT::f32,
23741 OPC_MoveSibling3,
23742 OPC_CheckOpcode, TARGET_VAL(ISD::ConstantFP),
23743 OPC_RecordNode,
23744 OPC_CheckType, MVT::f32,
23745 OPC_MoveParent,
23746 OPC_CheckType, 11|128,1,
23747 OPC_CheckPatternPredicate0,
23748 OPC_EmitConvertToTarget0,
23749 OPC_EmitConvertToTarget1,
23750 OPC_EmitConvertToTarget2,
23751 OPC_EmitConvertToTarget3,
23752 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_V128_F32x4),
23753 11|128,1, 4, 85,
23754 21, MVT::f64,
23755 OPC_MoveSibling1,
23756 OPC_CheckOpcode, TARGET_VAL(ISD::ConstantFP),
23757 OPC_RecordNode,
23758 OPC_CheckType, MVT::f64,
23759 OPC_MoveParent,
23760 OPC_CheckType, 29|128,1,
23761 OPC_CheckPatternPredicate0,
23762 OPC_EmitConvertToTarget0,
23763 OPC_EmitConvertToTarget1,
23764 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_V128_F64x2),
23765 29|128,1, 2, 54,
23766 0,
23767 0,
23768 2|128,17, TARGET_VAL(WebAssemblyISD::SHUFFLE),
23769 OPC_RecordChild0,
23770 OPC_Scope, 51|128,2,
23771 OPC_CheckChild0Type, MVT::v16i8,
23772 OPC_RecordChild1,
23773 OPC_CheckChild1Type, MVT::v16i8,
23774 OPC_RecordChild2,
23775 OPC_MoveChild2,
23776 OPC_SwitchOpcode , 25|128,1, TARGET_VAL(ISD::Constant),
23777 OPC_CheckPredicate0,
23778 OPC_CheckTypeI32,
23779 OPC_MoveSibling3,
23780 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23781 OPC_RecordNode,
23782 OPC_CheckPredicate0,
23783 OPC_CheckTypeI32,
23784 OPC_MoveSibling4,
23785 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23786 OPC_RecordNode,
23787 OPC_CheckPredicate0,
23788 OPC_CheckTypeI32,
23789 OPC_MoveSibling5,
23790 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23791 OPC_RecordNode,
23792 OPC_CheckPredicate0,
23793 OPC_CheckTypeI32,
23794 OPC_MoveSibling6,
23795 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23796 OPC_RecordNode,
23797 OPC_CheckPredicate0,
23798 OPC_CheckTypeI32,
23799 OPC_MoveSibling7,
23800 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23801 OPC_RecordNode,
23802 OPC_CheckPredicate0,
23803 OPC_CheckTypeI32,
23804 OPC_MoveSibling, 8,
23805 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23806 OPC_RecordNode,
23807 OPC_CheckPredicate0,
23808 OPC_CheckTypeI32,
23809 OPC_MoveSibling, 9,
23810 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23811 OPC_RecordNode,
23812 OPC_CheckPredicate0,
23813 OPC_CheckTypeI32,
23814 OPC_MoveSibling, 10,
23815 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23816 OPC_RecordNode,
23817 OPC_CheckPredicate0,
23818 OPC_CheckTypeI32,
23819 OPC_MoveSibling, 11,
23820 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23821 OPC_RecordNode,
23822 OPC_CheckPredicate0,
23823 OPC_CheckTypeI32,
23824 OPC_MoveSibling, 12,
23825 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23826 OPC_RecordNode,
23827 OPC_CheckPredicate0,
23828 OPC_CheckTypeI32,
23829 OPC_MoveSibling, 13,
23830 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23831 OPC_RecordNode,
23832 OPC_CheckPredicate0,
23833 OPC_CheckTypeI32,
23834 OPC_MoveSibling, 14,
23835 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23836 OPC_RecordNode,
23837 OPC_CheckPredicate0,
23838 OPC_CheckTypeI32,
23839 OPC_MoveSibling, 15,
23840 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23841 OPC_RecordNode,
23842 OPC_CheckPredicate0,
23843 OPC_CheckTypeI32,
23844 OPC_MoveSibling, 16,
23845 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23846 OPC_RecordNode,
23847 OPC_CheckPredicate0,
23848 OPC_CheckTypeI32,
23849 OPC_MoveSibling, 17,
23850 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23851 OPC_RecordNode,
23852 OPC_CheckPredicate0,
23853 OPC_CheckTypeI32,
23854 OPC_MoveParent,
23855 OPC_CheckType, MVT::v16i8,
23856 OPC_EmitConvertToTarget2,
23857 OPC_EmitConvertToTarget3,
23858 OPC_EmitConvertToTarget4,
23859 OPC_EmitConvertToTarget5,
23860 OPC_EmitConvertToTarget6,
23861 OPC_EmitConvertToTarget7,
23862 OPC_EmitConvertToTarget, 8,
23863 OPC_EmitConvertToTarget, 9,
23864 OPC_EmitConvertToTarget, 10,
23865 OPC_EmitConvertToTarget, 11,
23866 OPC_EmitConvertToTarget, 12,
23867 OPC_EmitConvertToTarget, 13,
23868 OPC_EmitConvertToTarget, 14,
23869 OPC_EmitConvertToTarget, 15,
23870 OPC_EmitConvertToTarget, 16,
23871 OPC_EmitConvertToTarget, 17,
23872 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHUFFLE),
23873 MVT::v16i8, 18, 9|128,1,
23874 9|128,1, TARGET_VAL(ISD::TargetConstant),
23875 OPC_CheckTypeI32,
23876 OPC_MoveSibling3,
23877 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23878 OPC_RecordNode,
23879 OPC_CheckTypeI32,
23880 OPC_MoveSibling4,
23881 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23882 OPC_RecordNode,
23883 OPC_CheckTypeI32,
23884 OPC_MoveSibling5,
23885 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23886 OPC_RecordNode,
23887 OPC_CheckTypeI32,
23888 OPC_MoveSibling6,
23889 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23890 OPC_RecordNode,
23891 OPC_CheckTypeI32,
23892 OPC_MoveSibling7,
23893 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23894 OPC_RecordNode,
23895 OPC_CheckTypeI32,
23896 OPC_MoveSibling, 8,
23897 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23898 OPC_RecordNode,
23899 OPC_CheckTypeI32,
23900 OPC_MoveSibling, 9,
23901 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23902 OPC_RecordNode,
23903 OPC_CheckTypeI32,
23904 OPC_MoveSibling, 10,
23905 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23906 OPC_RecordNode,
23907 OPC_CheckTypeI32,
23908 OPC_MoveSibling, 11,
23909 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23910 OPC_RecordNode,
23911 OPC_CheckTypeI32,
23912 OPC_MoveSibling, 12,
23913 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23914 OPC_RecordNode,
23915 OPC_CheckTypeI32,
23916 OPC_MoveSibling, 13,
23917 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23918 OPC_RecordNode,
23919 OPC_CheckTypeI32,
23920 OPC_MoveSibling, 14,
23921 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23922 OPC_RecordNode,
23923 OPC_CheckTypeI32,
23924 OPC_MoveSibling, 15,
23925 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23926 OPC_RecordNode,
23927 OPC_CheckTypeI32,
23928 OPC_MoveSibling, 16,
23929 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23930 OPC_RecordNode,
23931 OPC_CheckTypeI32,
23932 OPC_MoveSibling, 17,
23933 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
23934 OPC_RecordNode,
23935 OPC_CheckTypeI32,
23936 OPC_MoveParent,
23937 OPC_CheckType, MVT::v16i8,
23938 OPC_EmitConvertToTarget2,
23939 OPC_EmitConvertToTarget3,
23940 OPC_EmitConvertToTarget4,
23941 OPC_EmitConvertToTarget5,
23942 OPC_EmitConvertToTarget6,
23943 OPC_EmitConvertToTarget7,
23944 OPC_EmitConvertToTarget, 8,
23945 OPC_EmitConvertToTarget, 9,
23946 OPC_EmitConvertToTarget, 10,
23947 OPC_EmitConvertToTarget, 11,
23948 OPC_EmitConvertToTarget, 12,
23949 OPC_EmitConvertToTarget, 13,
23950 OPC_EmitConvertToTarget, 14,
23951 OPC_EmitConvertToTarget, 15,
23952 OPC_EmitConvertToTarget, 16,
23953 OPC_EmitConvertToTarget, 17,
23954 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHUFFLE),
23955 MVT::v16i8, 18, 9|128,1,
23956 0,
23957 51|128,2,
23958 OPC_CheckChild0Type, MVT::v8i16,
23959 OPC_RecordChild1,
23960 OPC_CheckChild1Type, MVT::v8i16,
23961 OPC_RecordChild2,
23962 OPC_MoveChild2,
23963 OPC_SwitchOpcode , 25|128,1, TARGET_VAL(ISD::Constant),
23964 OPC_CheckPredicate0,
23965 OPC_CheckTypeI32,
23966 OPC_MoveSibling3,
23967 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23968 OPC_RecordNode,
23969 OPC_CheckPredicate0,
23970 OPC_CheckTypeI32,
23971 OPC_MoveSibling4,
23972 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23973 OPC_RecordNode,
23974 OPC_CheckPredicate0,
23975 OPC_CheckTypeI32,
23976 OPC_MoveSibling5,
23977 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23978 OPC_RecordNode,
23979 OPC_CheckPredicate0,
23980 OPC_CheckTypeI32,
23981 OPC_MoveSibling6,
23982 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23983 OPC_RecordNode,
23984 OPC_CheckPredicate0,
23985 OPC_CheckTypeI32,
23986 OPC_MoveSibling7,
23987 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23988 OPC_RecordNode,
23989 OPC_CheckPredicate0,
23990 OPC_CheckTypeI32,
23991 OPC_MoveSibling, 8,
23992 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23993 OPC_RecordNode,
23994 OPC_CheckPredicate0,
23995 OPC_CheckTypeI32,
23996 OPC_MoveSibling, 9,
23997 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
23998 OPC_RecordNode,
23999 OPC_CheckPredicate0,
24000 OPC_CheckTypeI32,
24001 OPC_MoveSibling, 10,
24002 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24003 OPC_RecordNode,
24004 OPC_CheckPredicate0,
24005 OPC_CheckTypeI32,
24006 OPC_MoveSibling, 11,
24007 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24008 OPC_RecordNode,
24009 OPC_CheckPredicate0,
24010 OPC_CheckTypeI32,
24011 OPC_MoveSibling, 12,
24012 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24013 OPC_RecordNode,
24014 OPC_CheckPredicate0,
24015 OPC_CheckTypeI32,
24016 OPC_MoveSibling, 13,
24017 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24018 OPC_RecordNode,
24019 OPC_CheckPredicate0,
24020 OPC_CheckTypeI32,
24021 OPC_MoveSibling, 14,
24022 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24023 OPC_RecordNode,
24024 OPC_CheckPredicate0,
24025 OPC_CheckTypeI32,
24026 OPC_MoveSibling, 15,
24027 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24028 OPC_RecordNode,
24029 OPC_CheckPredicate0,
24030 OPC_CheckTypeI32,
24031 OPC_MoveSibling, 16,
24032 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24033 OPC_RecordNode,
24034 OPC_CheckPredicate0,
24035 OPC_CheckTypeI32,
24036 OPC_MoveSibling, 17,
24037 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24038 OPC_RecordNode,
24039 OPC_CheckPredicate0,
24040 OPC_CheckTypeI32,
24041 OPC_MoveParent,
24042 OPC_CheckType, MVT::v8i16,
24043 OPC_EmitConvertToTarget2,
24044 OPC_EmitConvertToTarget3,
24045 OPC_EmitConvertToTarget4,
24046 OPC_EmitConvertToTarget5,
24047 OPC_EmitConvertToTarget6,
24048 OPC_EmitConvertToTarget7,
24049 OPC_EmitConvertToTarget, 8,
24050 OPC_EmitConvertToTarget, 9,
24051 OPC_EmitConvertToTarget, 10,
24052 OPC_EmitConvertToTarget, 11,
24053 OPC_EmitConvertToTarget, 12,
24054 OPC_EmitConvertToTarget, 13,
24055 OPC_EmitConvertToTarget, 14,
24056 OPC_EmitConvertToTarget, 15,
24057 OPC_EmitConvertToTarget, 16,
24058 OPC_EmitConvertToTarget, 17,
24059 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHUFFLE),
24060 MVT::v8i16, 18, 9|128,1,
24061 9|128,1, TARGET_VAL(ISD::TargetConstant),
24062 OPC_CheckTypeI32,
24063 OPC_MoveSibling3,
24064 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24065 OPC_RecordNode,
24066 OPC_CheckTypeI32,
24067 OPC_MoveSibling4,
24068 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24069 OPC_RecordNode,
24070 OPC_CheckTypeI32,
24071 OPC_MoveSibling5,
24072 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24073 OPC_RecordNode,
24074 OPC_CheckTypeI32,
24075 OPC_MoveSibling6,
24076 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24077 OPC_RecordNode,
24078 OPC_CheckTypeI32,
24079 OPC_MoveSibling7,
24080 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24081 OPC_RecordNode,
24082 OPC_CheckTypeI32,
24083 OPC_MoveSibling, 8,
24084 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24085 OPC_RecordNode,
24086 OPC_CheckTypeI32,
24087 OPC_MoveSibling, 9,
24088 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24089 OPC_RecordNode,
24090 OPC_CheckTypeI32,
24091 OPC_MoveSibling, 10,
24092 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24093 OPC_RecordNode,
24094 OPC_CheckTypeI32,
24095 OPC_MoveSibling, 11,
24096 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24097 OPC_RecordNode,
24098 OPC_CheckTypeI32,
24099 OPC_MoveSibling, 12,
24100 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24101 OPC_RecordNode,
24102 OPC_CheckTypeI32,
24103 OPC_MoveSibling, 13,
24104 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24105 OPC_RecordNode,
24106 OPC_CheckTypeI32,
24107 OPC_MoveSibling, 14,
24108 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24109 OPC_RecordNode,
24110 OPC_CheckTypeI32,
24111 OPC_MoveSibling, 15,
24112 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24113 OPC_RecordNode,
24114 OPC_CheckTypeI32,
24115 OPC_MoveSibling, 16,
24116 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24117 OPC_RecordNode,
24118 OPC_CheckTypeI32,
24119 OPC_MoveSibling, 17,
24120 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24121 OPC_RecordNode,
24122 OPC_CheckTypeI32,
24123 OPC_MoveParent,
24124 OPC_CheckType, MVT::v8i16,
24125 OPC_EmitConvertToTarget2,
24126 OPC_EmitConvertToTarget3,
24127 OPC_EmitConvertToTarget4,
24128 OPC_EmitConvertToTarget5,
24129 OPC_EmitConvertToTarget6,
24130 OPC_EmitConvertToTarget7,
24131 OPC_EmitConvertToTarget, 8,
24132 OPC_EmitConvertToTarget, 9,
24133 OPC_EmitConvertToTarget, 10,
24134 OPC_EmitConvertToTarget, 11,
24135 OPC_EmitConvertToTarget, 12,
24136 OPC_EmitConvertToTarget, 13,
24137 OPC_EmitConvertToTarget, 14,
24138 OPC_EmitConvertToTarget, 15,
24139 OPC_EmitConvertToTarget, 16,
24140 OPC_EmitConvertToTarget, 17,
24141 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHUFFLE),
24142 MVT::v8i16, 18, 9|128,1,
24143 0,
24144 51|128,2,
24145 OPC_CheckChild0Type, MVT::v4i32,
24146 OPC_RecordChild1,
24147 OPC_CheckChild1Type, MVT::v4i32,
24148 OPC_RecordChild2,
24149 OPC_MoveChild2,
24150 OPC_SwitchOpcode , 25|128,1, TARGET_VAL(ISD::Constant),
24151 OPC_CheckPredicate0,
24152 OPC_CheckTypeI32,
24153 OPC_MoveSibling3,
24154 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24155 OPC_RecordNode,
24156 OPC_CheckPredicate0,
24157 OPC_CheckTypeI32,
24158 OPC_MoveSibling4,
24159 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24160 OPC_RecordNode,
24161 OPC_CheckPredicate0,
24162 OPC_CheckTypeI32,
24163 OPC_MoveSibling5,
24164 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24165 OPC_RecordNode,
24166 OPC_CheckPredicate0,
24167 OPC_CheckTypeI32,
24168 OPC_MoveSibling6,
24169 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24170 OPC_RecordNode,
24171 OPC_CheckPredicate0,
24172 OPC_CheckTypeI32,
24173 OPC_MoveSibling7,
24174 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24175 OPC_RecordNode,
24176 OPC_CheckPredicate0,
24177 OPC_CheckTypeI32,
24178 OPC_MoveSibling, 8,
24179 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24180 OPC_RecordNode,
24181 OPC_CheckPredicate0,
24182 OPC_CheckTypeI32,
24183 OPC_MoveSibling, 9,
24184 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24185 OPC_RecordNode,
24186 OPC_CheckPredicate0,
24187 OPC_CheckTypeI32,
24188 OPC_MoveSibling, 10,
24189 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24190 OPC_RecordNode,
24191 OPC_CheckPredicate0,
24192 OPC_CheckTypeI32,
24193 OPC_MoveSibling, 11,
24194 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24195 OPC_RecordNode,
24196 OPC_CheckPredicate0,
24197 OPC_CheckTypeI32,
24198 OPC_MoveSibling, 12,
24199 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24200 OPC_RecordNode,
24201 OPC_CheckPredicate0,
24202 OPC_CheckTypeI32,
24203 OPC_MoveSibling, 13,
24204 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24205 OPC_RecordNode,
24206 OPC_CheckPredicate0,
24207 OPC_CheckTypeI32,
24208 OPC_MoveSibling, 14,
24209 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24210 OPC_RecordNode,
24211 OPC_CheckPredicate0,
24212 OPC_CheckTypeI32,
24213 OPC_MoveSibling, 15,
24214 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24215 OPC_RecordNode,
24216 OPC_CheckPredicate0,
24217 OPC_CheckTypeI32,
24218 OPC_MoveSibling, 16,
24219 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24220 OPC_RecordNode,
24221 OPC_CheckPredicate0,
24222 OPC_CheckTypeI32,
24223 OPC_MoveSibling, 17,
24224 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24225 OPC_RecordNode,
24226 OPC_CheckPredicate0,
24227 OPC_CheckTypeI32,
24228 OPC_MoveParent,
24229 OPC_CheckType, MVT::v4i32,
24230 OPC_EmitConvertToTarget2,
24231 OPC_EmitConvertToTarget3,
24232 OPC_EmitConvertToTarget4,
24233 OPC_EmitConvertToTarget5,
24234 OPC_EmitConvertToTarget6,
24235 OPC_EmitConvertToTarget7,
24236 OPC_EmitConvertToTarget, 8,
24237 OPC_EmitConvertToTarget, 9,
24238 OPC_EmitConvertToTarget, 10,
24239 OPC_EmitConvertToTarget, 11,
24240 OPC_EmitConvertToTarget, 12,
24241 OPC_EmitConvertToTarget, 13,
24242 OPC_EmitConvertToTarget, 14,
24243 OPC_EmitConvertToTarget, 15,
24244 OPC_EmitConvertToTarget, 16,
24245 OPC_EmitConvertToTarget, 17,
24246 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHUFFLE),
24247 MVT::v4i32, 18, 9|128,1,
24248 9|128,1, TARGET_VAL(ISD::TargetConstant),
24249 OPC_CheckTypeI32,
24250 OPC_MoveSibling3,
24251 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24252 OPC_RecordNode,
24253 OPC_CheckTypeI32,
24254 OPC_MoveSibling4,
24255 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24256 OPC_RecordNode,
24257 OPC_CheckTypeI32,
24258 OPC_MoveSibling5,
24259 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24260 OPC_RecordNode,
24261 OPC_CheckTypeI32,
24262 OPC_MoveSibling6,
24263 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24264 OPC_RecordNode,
24265 OPC_CheckTypeI32,
24266 OPC_MoveSibling7,
24267 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24268 OPC_RecordNode,
24269 OPC_CheckTypeI32,
24270 OPC_MoveSibling, 8,
24271 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24272 OPC_RecordNode,
24273 OPC_CheckTypeI32,
24274 OPC_MoveSibling, 9,
24275 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24276 OPC_RecordNode,
24277 OPC_CheckTypeI32,
24278 OPC_MoveSibling, 10,
24279 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24280 OPC_RecordNode,
24281 OPC_CheckTypeI32,
24282 OPC_MoveSibling, 11,
24283 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24284 OPC_RecordNode,
24285 OPC_CheckTypeI32,
24286 OPC_MoveSibling, 12,
24287 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24288 OPC_RecordNode,
24289 OPC_CheckTypeI32,
24290 OPC_MoveSibling, 13,
24291 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24292 OPC_RecordNode,
24293 OPC_CheckTypeI32,
24294 OPC_MoveSibling, 14,
24295 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24296 OPC_RecordNode,
24297 OPC_CheckTypeI32,
24298 OPC_MoveSibling, 15,
24299 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24300 OPC_RecordNode,
24301 OPC_CheckTypeI32,
24302 OPC_MoveSibling, 16,
24303 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24304 OPC_RecordNode,
24305 OPC_CheckTypeI32,
24306 OPC_MoveSibling, 17,
24307 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24308 OPC_RecordNode,
24309 OPC_CheckTypeI32,
24310 OPC_MoveParent,
24311 OPC_CheckType, MVT::v4i32,
24312 OPC_EmitConvertToTarget2,
24313 OPC_EmitConvertToTarget3,
24314 OPC_EmitConvertToTarget4,
24315 OPC_EmitConvertToTarget5,
24316 OPC_EmitConvertToTarget6,
24317 OPC_EmitConvertToTarget7,
24318 OPC_EmitConvertToTarget, 8,
24319 OPC_EmitConvertToTarget, 9,
24320 OPC_EmitConvertToTarget, 10,
24321 OPC_EmitConvertToTarget, 11,
24322 OPC_EmitConvertToTarget, 12,
24323 OPC_EmitConvertToTarget, 13,
24324 OPC_EmitConvertToTarget, 14,
24325 OPC_EmitConvertToTarget, 15,
24326 OPC_EmitConvertToTarget, 16,
24327 OPC_EmitConvertToTarget, 17,
24328 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHUFFLE),
24329 MVT::v4i32, 18, 9|128,1,
24330 0,
24331 51|128,2,
24332 OPC_CheckChild0Type, MVT::v2i64,
24333 OPC_RecordChild1,
24334 OPC_CheckChild1Type, MVT::v2i64,
24335 OPC_RecordChild2,
24336 OPC_MoveChild2,
24337 OPC_SwitchOpcode , 25|128,1, TARGET_VAL(ISD::Constant),
24338 OPC_CheckPredicate0,
24339 OPC_CheckTypeI32,
24340 OPC_MoveSibling3,
24341 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24342 OPC_RecordNode,
24343 OPC_CheckPredicate0,
24344 OPC_CheckTypeI32,
24345 OPC_MoveSibling4,
24346 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24347 OPC_RecordNode,
24348 OPC_CheckPredicate0,
24349 OPC_CheckTypeI32,
24350 OPC_MoveSibling5,
24351 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24352 OPC_RecordNode,
24353 OPC_CheckPredicate0,
24354 OPC_CheckTypeI32,
24355 OPC_MoveSibling6,
24356 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24357 OPC_RecordNode,
24358 OPC_CheckPredicate0,
24359 OPC_CheckTypeI32,
24360 OPC_MoveSibling7,
24361 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24362 OPC_RecordNode,
24363 OPC_CheckPredicate0,
24364 OPC_CheckTypeI32,
24365 OPC_MoveSibling, 8,
24366 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24367 OPC_RecordNode,
24368 OPC_CheckPredicate0,
24369 OPC_CheckTypeI32,
24370 OPC_MoveSibling, 9,
24371 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24372 OPC_RecordNode,
24373 OPC_CheckPredicate0,
24374 OPC_CheckTypeI32,
24375 OPC_MoveSibling, 10,
24376 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24377 OPC_RecordNode,
24378 OPC_CheckPredicate0,
24379 OPC_CheckTypeI32,
24380 OPC_MoveSibling, 11,
24381 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24382 OPC_RecordNode,
24383 OPC_CheckPredicate0,
24384 OPC_CheckTypeI32,
24385 OPC_MoveSibling, 12,
24386 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24387 OPC_RecordNode,
24388 OPC_CheckPredicate0,
24389 OPC_CheckTypeI32,
24390 OPC_MoveSibling, 13,
24391 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24392 OPC_RecordNode,
24393 OPC_CheckPredicate0,
24394 OPC_CheckTypeI32,
24395 OPC_MoveSibling, 14,
24396 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24397 OPC_RecordNode,
24398 OPC_CheckPredicate0,
24399 OPC_CheckTypeI32,
24400 OPC_MoveSibling, 15,
24401 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24402 OPC_RecordNode,
24403 OPC_CheckPredicate0,
24404 OPC_CheckTypeI32,
24405 OPC_MoveSibling, 16,
24406 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24407 OPC_RecordNode,
24408 OPC_CheckPredicate0,
24409 OPC_CheckTypeI32,
24410 OPC_MoveSibling, 17,
24411 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24412 OPC_RecordNode,
24413 OPC_CheckPredicate0,
24414 OPC_CheckTypeI32,
24415 OPC_MoveParent,
24416 OPC_CheckType, MVT::v2i64,
24417 OPC_EmitConvertToTarget2,
24418 OPC_EmitConvertToTarget3,
24419 OPC_EmitConvertToTarget4,
24420 OPC_EmitConvertToTarget5,
24421 OPC_EmitConvertToTarget6,
24422 OPC_EmitConvertToTarget7,
24423 OPC_EmitConvertToTarget, 8,
24424 OPC_EmitConvertToTarget, 9,
24425 OPC_EmitConvertToTarget, 10,
24426 OPC_EmitConvertToTarget, 11,
24427 OPC_EmitConvertToTarget, 12,
24428 OPC_EmitConvertToTarget, 13,
24429 OPC_EmitConvertToTarget, 14,
24430 OPC_EmitConvertToTarget, 15,
24431 OPC_EmitConvertToTarget, 16,
24432 OPC_EmitConvertToTarget, 17,
24433 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHUFFLE),
24434 MVT::v2i64, 18, 9|128,1,
24435 9|128,1, TARGET_VAL(ISD::TargetConstant),
24436 OPC_CheckTypeI32,
24437 OPC_MoveSibling3,
24438 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24439 OPC_RecordNode,
24440 OPC_CheckTypeI32,
24441 OPC_MoveSibling4,
24442 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24443 OPC_RecordNode,
24444 OPC_CheckTypeI32,
24445 OPC_MoveSibling5,
24446 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24447 OPC_RecordNode,
24448 OPC_CheckTypeI32,
24449 OPC_MoveSibling6,
24450 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24451 OPC_RecordNode,
24452 OPC_CheckTypeI32,
24453 OPC_MoveSibling7,
24454 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24455 OPC_RecordNode,
24456 OPC_CheckTypeI32,
24457 OPC_MoveSibling, 8,
24458 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24459 OPC_RecordNode,
24460 OPC_CheckTypeI32,
24461 OPC_MoveSibling, 9,
24462 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24463 OPC_RecordNode,
24464 OPC_CheckTypeI32,
24465 OPC_MoveSibling, 10,
24466 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24467 OPC_RecordNode,
24468 OPC_CheckTypeI32,
24469 OPC_MoveSibling, 11,
24470 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24471 OPC_RecordNode,
24472 OPC_CheckTypeI32,
24473 OPC_MoveSibling, 12,
24474 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24475 OPC_RecordNode,
24476 OPC_CheckTypeI32,
24477 OPC_MoveSibling, 13,
24478 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24479 OPC_RecordNode,
24480 OPC_CheckTypeI32,
24481 OPC_MoveSibling, 14,
24482 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24483 OPC_RecordNode,
24484 OPC_CheckTypeI32,
24485 OPC_MoveSibling, 15,
24486 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24487 OPC_RecordNode,
24488 OPC_CheckTypeI32,
24489 OPC_MoveSibling, 16,
24490 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24491 OPC_RecordNode,
24492 OPC_CheckTypeI32,
24493 OPC_MoveSibling, 17,
24494 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24495 OPC_RecordNode,
24496 OPC_CheckTypeI32,
24497 OPC_MoveParent,
24498 OPC_CheckType, MVT::v2i64,
24499 OPC_EmitConvertToTarget2,
24500 OPC_EmitConvertToTarget3,
24501 OPC_EmitConvertToTarget4,
24502 OPC_EmitConvertToTarget5,
24503 OPC_EmitConvertToTarget6,
24504 OPC_EmitConvertToTarget7,
24505 OPC_EmitConvertToTarget, 8,
24506 OPC_EmitConvertToTarget, 9,
24507 OPC_EmitConvertToTarget, 10,
24508 OPC_EmitConvertToTarget, 11,
24509 OPC_EmitConvertToTarget, 12,
24510 OPC_EmitConvertToTarget, 13,
24511 OPC_EmitConvertToTarget, 14,
24512 OPC_EmitConvertToTarget, 15,
24513 OPC_EmitConvertToTarget, 16,
24514 OPC_EmitConvertToTarget, 17,
24515 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHUFFLE),
24516 MVT::v2i64, 18, 9|128,1,
24517 0,
24518 57|128,2,
24519 OPC_CheckChild0Type, 11|128,1,
24520 OPC_RecordChild1,
24521 OPC_CheckChild1Type, 11|128,1,
24522 OPC_RecordChild2,
24523 OPC_MoveChild2,
24524 OPC_SwitchOpcode , 27|128,1, TARGET_VAL(ISD::Constant),
24525 OPC_CheckPredicate0,
24526 OPC_CheckTypeI32,
24527 OPC_MoveSibling3,
24528 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24529 OPC_RecordNode,
24530 OPC_CheckPredicate0,
24531 OPC_CheckTypeI32,
24532 OPC_MoveSibling4,
24533 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24534 OPC_RecordNode,
24535 OPC_CheckPredicate0,
24536 OPC_CheckTypeI32,
24537 OPC_MoveSibling5,
24538 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24539 OPC_RecordNode,
24540 OPC_CheckPredicate0,
24541 OPC_CheckTypeI32,
24542 OPC_MoveSibling6,
24543 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24544 OPC_RecordNode,
24545 OPC_CheckPredicate0,
24546 OPC_CheckTypeI32,
24547 OPC_MoveSibling7,
24548 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24549 OPC_RecordNode,
24550 OPC_CheckPredicate0,
24551 OPC_CheckTypeI32,
24552 OPC_MoveSibling, 8,
24553 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24554 OPC_RecordNode,
24555 OPC_CheckPredicate0,
24556 OPC_CheckTypeI32,
24557 OPC_MoveSibling, 9,
24558 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24559 OPC_RecordNode,
24560 OPC_CheckPredicate0,
24561 OPC_CheckTypeI32,
24562 OPC_MoveSibling, 10,
24563 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24564 OPC_RecordNode,
24565 OPC_CheckPredicate0,
24566 OPC_CheckTypeI32,
24567 OPC_MoveSibling, 11,
24568 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24569 OPC_RecordNode,
24570 OPC_CheckPredicate0,
24571 OPC_CheckTypeI32,
24572 OPC_MoveSibling, 12,
24573 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24574 OPC_RecordNode,
24575 OPC_CheckPredicate0,
24576 OPC_CheckTypeI32,
24577 OPC_MoveSibling, 13,
24578 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24579 OPC_RecordNode,
24580 OPC_CheckPredicate0,
24581 OPC_CheckTypeI32,
24582 OPC_MoveSibling, 14,
24583 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24584 OPC_RecordNode,
24585 OPC_CheckPredicate0,
24586 OPC_CheckTypeI32,
24587 OPC_MoveSibling, 15,
24588 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24589 OPC_RecordNode,
24590 OPC_CheckPredicate0,
24591 OPC_CheckTypeI32,
24592 OPC_MoveSibling, 16,
24593 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24594 OPC_RecordNode,
24595 OPC_CheckPredicate0,
24596 OPC_CheckTypeI32,
24597 OPC_MoveSibling, 17,
24598 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24599 OPC_RecordNode,
24600 OPC_CheckPredicate0,
24601 OPC_CheckTypeI32,
24602 OPC_MoveParent,
24603 OPC_CheckType, 11|128,1,
24604 OPC_EmitConvertToTarget2,
24605 OPC_EmitConvertToTarget3,
24606 OPC_EmitConvertToTarget4,
24607 OPC_EmitConvertToTarget5,
24608 OPC_EmitConvertToTarget6,
24609 OPC_EmitConvertToTarget7,
24610 OPC_EmitConvertToTarget, 8,
24611 OPC_EmitConvertToTarget, 9,
24612 OPC_EmitConvertToTarget, 10,
24613 OPC_EmitConvertToTarget, 11,
24614 OPC_EmitConvertToTarget, 12,
24615 OPC_EmitConvertToTarget, 13,
24616 OPC_EmitConvertToTarget, 14,
24617 OPC_EmitConvertToTarget, 15,
24618 OPC_EmitConvertToTarget, 16,
24619 OPC_EmitConvertToTarget, 17,
24620 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHUFFLE),
24621 11|128,1, 18, 9|128,1,
24622 11|128,1, TARGET_VAL(ISD::TargetConstant),
24623 OPC_CheckTypeI32,
24624 OPC_MoveSibling3,
24625 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24626 OPC_RecordNode,
24627 OPC_CheckTypeI32,
24628 OPC_MoveSibling4,
24629 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24630 OPC_RecordNode,
24631 OPC_CheckTypeI32,
24632 OPC_MoveSibling5,
24633 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24634 OPC_RecordNode,
24635 OPC_CheckTypeI32,
24636 OPC_MoveSibling6,
24637 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24638 OPC_RecordNode,
24639 OPC_CheckTypeI32,
24640 OPC_MoveSibling7,
24641 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24642 OPC_RecordNode,
24643 OPC_CheckTypeI32,
24644 OPC_MoveSibling, 8,
24645 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24646 OPC_RecordNode,
24647 OPC_CheckTypeI32,
24648 OPC_MoveSibling, 9,
24649 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24650 OPC_RecordNode,
24651 OPC_CheckTypeI32,
24652 OPC_MoveSibling, 10,
24653 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24654 OPC_RecordNode,
24655 OPC_CheckTypeI32,
24656 OPC_MoveSibling, 11,
24657 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24658 OPC_RecordNode,
24659 OPC_CheckTypeI32,
24660 OPC_MoveSibling, 12,
24661 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24662 OPC_RecordNode,
24663 OPC_CheckTypeI32,
24664 OPC_MoveSibling, 13,
24665 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24666 OPC_RecordNode,
24667 OPC_CheckTypeI32,
24668 OPC_MoveSibling, 14,
24669 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24670 OPC_RecordNode,
24671 OPC_CheckTypeI32,
24672 OPC_MoveSibling, 15,
24673 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24674 OPC_RecordNode,
24675 OPC_CheckTypeI32,
24676 OPC_MoveSibling, 16,
24677 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24678 OPC_RecordNode,
24679 OPC_CheckTypeI32,
24680 OPC_MoveSibling, 17,
24681 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24682 OPC_RecordNode,
24683 OPC_CheckTypeI32,
24684 OPC_MoveParent,
24685 OPC_CheckType, 11|128,1,
24686 OPC_EmitConvertToTarget2,
24687 OPC_EmitConvertToTarget3,
24688 OPC_EmitConvertToTarget4,
24689 OPC_EmitConvertToTarget5,
24690 OPC_EmitConvertToTarget6,
24691 OPC_EmitConvertToTarget7,
24692 OPC_EmitConvertToTarget, 8,
24693 OPC_EmitConvertToTarget, 9,
24694 OPC_EmitConvertToTarget, 10,
24695 OPC_EmitConvertToTarget, 11,
24696 OPC_EmitConvertToTarget, 12,
24697 OPC_EmitConvertToTarget, 13,
24698 OPC_EmitConvertToTarget, 14,
24699 OPC_EmitConvertToTarget, 15,
24700 OPC_EmitConvertToTarget, 16,
24701 OPC_EmitConvertToTarget, 17,
24702 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHUFFLE),
24703 11|128,1, 18, 9|128,1,
24704 0,
24705 57|128,2,
24706 OPC_CheckChild0Type, 29|128,1,
24707 OPC_RecordChild1,
24708 OPC_CheckChild1Type, 29|128,1,
24709 OPC_RecordChild2,
24710 OPC_MoveChild2,
24711 OPC_SwitchOpcode , 27|128,1, TARGET_VAL(ISD::Constant),
24712 OPC_CheckPredicate0,
24713 OPC_CheckTypeI32,
24714 OPC_MoveSibling3,
24715 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24716 OPC_RecordNode,
24717 OPC_CheckPredicate0,
24718 OPC_CheckTypeI32,
24719 OPC_MoveSibling4,
24720 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24721 OPC_RecordNode,
24722 OPC_CheckPredicate0,
24723 OPC_CheckTypeI32,
24724 OPC_MoveSibling5,
24725 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24726 OPC_RecordNode,
24727 OPC_CheckPredicate0,
24728 OPC_CheckTypeI32,
24729 OPC_MoveSibling6,
24730 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24731 OPC_RecordNode,
24732 OPC_CheckPredicate0,
24733 OPC_CheckTypeI32,
24734 OPC_MoveSibling7,
24735 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24736 OPC_RecordNode,
24737 OPC_CheckPredicate0,
24738 OPC_CheckTypeI32,
24739 OPC_MoveSibling, 8,
24740 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24741 OPC_RecordNode,
24742 OPC_CheckPredicate0,
24743 OPC_CheckTypeI32,
24744 OPC_MoveSibling, 9,
24745 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24746 OPC_RecordNode,
24747 OPC_CheckPredicate0,
24748 OPC_CheckTypeI32,
24749 OPC_MoveSibling, 10,
24750 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24751 OPC_RecordNode,
24752 OPC_CheckPredicate0,
24753 OPC_CheckTypeI32,
24754 OPC_MoveSibling, 11,
24755 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24756 OPC_RecordNode,
24757 OPC_CheckPredicate0,
24758 OPC_CheckTypeI32,
24759 OPC_MoveSibling, 12,
24760 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24761 OPC_RecordNode,
24762 OPC_CheckPredicate0,
24763 OPC_CheckTypeI32,
24764 OPC_MoveSibling, 13,
24765 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24766 OPC_RecordNode,
24767 OPC_CheckPredicate0,
24768 OPC_CheckTypeI32,
24769 OPC_MoveSibling, 14,
24770 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24771 OPC_RecordNode,
24772 OPC_CheckPredicate0,
24773 OPC_CheckTypeI32,
24774 OPC_MoveSibling, 15,
24775 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24776 OPC_RecordNode,
24777 OPC_CheckPredicate0,
24778 OPC_CheckTypeI32,
24779 OPC_MoveSibling, 16,
24780 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24781 OPC_RecordNode,
24782 OPC_CheckPredicate0,
24783 OPC_CheckTypeI32,
24784 OPC_MoveSibling, 17,
24785 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24786 OPC_RecordNode,
24787 OPC_CheckPredicate0,
24788 OPC_CheckTypeI32,
24789 OPC_MoveParent,
24790 OPC_CheckType, 29|128,1,
24791 OPC_EmitConvertToTarget2,
24792 OPC_EmitConvertToTarget3,
24793 OPC_EmitConvertToTarget4,
24794 OPC_EmitConvertToTarget5,
24795 OPC_EmitConvertToTarget6,
24796 OPC_EmitConvertToTarget7,
24797 OPC_EmitConvertToTarget, 8,
24798 OPC_EmitConvertToTarget, 9,
24799 OPC_EmitConvertToTarget, 10,
24800 OPC_EmitConvertToTarget, 11,
24801 OPC_EmitConvertToTarget, 12,
24802 OPC_EmitConvertToTarget, 13,
24803 OPC_EmitConvertToTarget, 14,
24804 OPC_EmitConvertToTarget, 15,
24805 OPC_EmitConvertToTarget, 16,
24806 OPC_EmitConvertToTarget, 17,
24807 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHUFFLE),
24808 29|128,1, 18, 9|128,1,
24809 11|128,1, TARGET_VAL(ISD::TargetConstant),
24810 OPC_CheckTypeI32,
24811 OPC_MoveSibling3,
24812 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24813 OPC_RecordNode,
24814 OPC_CheckTypeI32,
24815 OPC_MoveSibling4,
24816 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24817 OPC_RecordNode,
24818 OPC_CheckTypeI32,
24819 OPC_MoveSibling5,
24820 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24821 OPC_RecordNode,
24822 OPC_CheckTypeI32,
24823 OPC_MoveSibling6,
24824 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24825 OPC_RecordNode,
24826 OPC_CheckTypeI32,
24827 OPC_MoveSibling7,
24828 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24829 OPC_RecordNode,
24830 OPC_CheckTypeI32,
24831 OPC_MoveSibling, 8,
24832 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24833 OPC_RecordNode,
24834 OPC_CheckTypeI32,
24835 OPC_MoveSibling, 9,
24836 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24837 OPC_RecordNode,
24838 OPC_CheckTypeI32,
24839 OPC_MoveSibling, 10,
24840 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24841 OPC_RecordNode,
24842 OPC_CheckTypeI32,
24843 OPC_MoveSibling, 11,
24844 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24845 OPC_RecordNode,
24846 OPC_CheckTypeI32,
24847 OPC_MoveSibling, 12,
24848 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24849 OPC_RecordNode,
24850 OPC_CheckTypeI32,
24851 OPC_MoveSibling, 13,
24852 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24853 OPC_RecordNode,
24854 OPC_CheckTypeI32,
24855 OPC_MoveSibling, 14,
24856 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24857 OPC_RecordNode,
24858 OPC_CheckTypeI32,
24859 OPC_MoveSibling, 15,
24860 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24861 OPC_RecordNode,
24862 OPC_CheckTypeI32,
24863 OPC_MoveSibling, 16,
24864 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24865 OPC_RecordNode,
24866 OPC_CheckTypeI32,
24867 OPC_MoveSibling, 17,
24868 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
24869 OPC_RecordNode,
24870 OPC_CheckTypeI32,
24871 OPC_MoveParent,
24872 OPC_CheckType, 29|128,1,
24873 OPC_EmitConvertToTarget2,
24874 OPC_EmitConvertToTarget3,
24875 OPC_EmitConvertToTarget4,
24876 OPC_EmitConvertToTarget5,
24877 OPC_EmitConvertToTarget6,
24878 OPC_EmitConvertToTarget7,
24879 OPC_EmitConvertToTarget, 8,
24880 OPC_EmitConvertToTarget, 9,
24881 OPC_EmitConvertToTarget, 10,
24882 OPC_EmitConvertToTarget, 11,
24883 OPC_EmitConvertToTarget, 12,
24884 OPC_EmitConvertToTarget, 13,
24885 OPC_EmitConvertToTarget, 14,
24886 OPC_EmitConvertToTarget, 15,
24887 OPC_EmitConvertToTarget, 16,
24888 OPC_EmitConvertToTarget, 17,
24889 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHUFFLE),
24890 29|128,1, 18, 9|128,1,
24891 0,
24892 51|128,2,
24893 OPC_CheckChild0Type, MVT::v8f16,
24894 OPC_RecordChild1,
24895 OPC_CheckChild1Type, MVT::v8f16,
24896 OPC_RecordChild2,
24897 OPC_MoveChild2,
24898 OPC_SwitchOpcode , 25|128,1, TARGET_VAL(ISD::Constant),
24899 OPC_CheckPredicate0,
24900 OPC_CheckTypeI32,
24901 OPC_MoveSibling3,
24902 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24903 OPC_RecordNode,
24904 OPC_CheckPredicate0,
24905 OPC_CheckTypeI32,
24906 OPC_MoveSibling4,
24907 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24908 OPC_RecordNode,
24909 OPC_CheckPredicate0,
24910 OPC_CheckTypeI32,
24911 OPC_MoveSibling5,
24912 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24913 OPC_RecordNode,
24914 OPC_CheckPredicate0,
24915 OPC_CheckTypeI32,
24916 OPC_MoveSibling6,
24917 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24918 OPC_RecordNode,
24919 OPC_CheckPredicate0,
24920 OPC_CheckTypeI32,
24921 OPC_MoveSibling7,
24922 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24923 OPC_RecordNode,
24924 OPC_CheckPredicate0,
24925 OPC_CheckTypeI32,
24926 OPC_MoveSibling, 8,
24927 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24928 OPC_RecordNode,
24929 OPC_CheckPredicate0,
24930 OPC_CheckTypeI32,
24931 OPC_MoveSibling, 9,
24932 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24933 OPC_RecordNode,
24934 OPC_CheckPredicate0,
24935 OPC_CheckTypeI32,
24936 OPC_MoveSibling, 10,
24937 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24938 OPC_RecordNode,
24939 OPC_CheckPredicate0,
24940 OPC_CheckTypeI32,
24941 OPC_MoveSibling, 11,
24942 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24943 OPC_RecordNode,
24944 OPC_CheckPredicate0,
24945 OPC_CheckTypeI32,
24946 OPC_MoveSibling, 12,
24947 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24948 OPC_RecordNode,
24949 OPC_CheckPredicate0,
24950 OPC_CheckTypeI32,
24951 OPC_MoveSibling, 13,
24952 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24953 OPC_RecordNode,
24954 OPC_CheckPredicate0,
24955 OPC_CheckTypeI32,
24956 OPC_MoveSibling, 14,
24957 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24958 OPC_RecordNode,
24959 OPC_CheckPredicate0,
24960 OPC_CheckTypeI32,
24961 OPC_MoveSibling, 15,
24962 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24963 OPC_RecordNode,
24964 OPC_CheckPredicate0,
24965 OPC_CheckTypeI32,
24966 OPC_MoveSibling, 16,
24967 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24968 OPC_RecordNode,
24969 OPC_CheckPredicate0,
24970 OPC_CheckTypeI32,
24971 OPC_MoveSibling, 17,
24972 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
24973 OPC_RecordNode,
24974 OPC_CheckPredicate0,
24975 OPC_CheckTypeI32,
24976 OPC_MoveParent,
24977 OPC_CheckType, MVT::v8f16,
24978 OPC_EmitConvertToTarget2,
24979 OPC_EmitConvertToTarget3,
24980 OPC_EmitConvertToTarget4,
24981 OPC_EmitConvertToTarget5,
24982 OPC_EmitConvertToTarget6,
24983 OPC_EmitConvertToTarget7,
24984 OPC_EmitConvertToTarget, 8,
24985 OPC_EmitConvertToTarget, 9,
24986 OPC_EmitConvertToTarget, 10,
24987 OPC_EmitConvertToTarget, 11,
24988 OPC_EmitConvertToTarget, 12,
24989 OPC_EmitConvertToTarget, 13,
24990 OPC_EmitConvertToTarget, 14,
24991 OPC_EmitConvertToTarget, 15,
24992 OPC_EmitConvertToTarget, 16,
24993 OPC_EmitConvertToTarget, 17,
24994 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHUFFLE),
24995 MVT::v8f16, 18, 9|128,1,
24996 9|128,1, TARGET_VAL(ISD::TargetConstant),
24997 OPC_CheckTypeI32,
24998 OPC_MoveSibling3,
24999 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
25000 OPC_RecordNode,
25001 OPC_CheckTypeI32,
25002 OPC_MoveSibling4,
25003 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
25004 OPC_RecordNode,
25005 OPC_CheckTypeI32,
25006 OPC_MoveSibling5,
25007 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
25008 OPC_RecordNode,
25009 OPC_CheckTypeI32,
25010 OPC_MoveSibling6,
25011 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
25012 OPC_RecordNode,
25013 OPC_CheckTypeI32,
25014 OPC_MoveSibling7,
25015 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
25016 OPC_RecordNode,
25017 OPC_CheckTypeI32,
25018 OPC_MoveSibling, 8,
25019 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
25020 OPC_RecordNode,
25021 OPC_CheckTypeI32,
25022 OPC_MoveSibling, 9,
25023 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
25024 OPC_RecordNode,
25025 OPC_CheckTypeI32,
25026 OPC_MoveSibling, 10,
25027 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
25028 OPC_RecordNode,
25029 OPC_CheckTypeI32,
25030 OPC_MoveSibling, 11,
25031 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
25032 OPC_RecordNode,
25033 OPC_CheckTypeI32,
25034 OPC_MoveSibling, 12,
25035 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
25036 OPC_RecordNode,
25037 OPC_CheckTypeI32,
25038 OPC_MoveSibling, 13,
25039 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
25040 OPC_RecordNode,
25041 OPC_CheckTypeI32,
25042 OPC_MoveSibling, 14,
25043 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
25044 OPC_RecordNode,
25045 OPC_CheckTypeI32,
25046 OPC_MoveSibling, 15,
25047 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
25048 OPC_RecordNode,
25049 OPC_CheckTypeI32,
25050 OPC_MoveSibling, 16,
25051 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
25052 OPC_RecordNode,
25053 OPC_CheckTypeI32,
25054 OPC_MoveSibling, 17,
25055 OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
25056 OPC_RecordNode,
25057 OPC_CheckTypeI32,
25058 OPC_MoveParent,
25059 OPC_CheckType, MVT::v8f16,
25060 OPC_EmitConvertToTarget2,
25061 OPC_EmitConvertToTarget3,
25062 OPC_EmitConvertToTarget4,
25063 OPC_EmitConvertToTarget5,
25064 OPC_EmitConvertToTarget6,
25065 OPC_EmitConvertToTarget7,
25066 OPC_EmitConvertToTarget, 8,
25067 OPC_EmitConvertToTarget, 9,
25068 OPC_EmitConvertToTarget, 10,
25069 OPC_EmitConvertToTarget, 11,
25070 OPC_EmitConvertToTarget, 12,
25071 OPC_EmitConvertToTarget, 13,
25072 OPC_EmitConvertToTarget, 14,
25073 OPC_EmitConvertToTarget, 15,
25074 OPC_EmitConvertToTarget, 16,
25075 OPC_EmitConvertToTarget, 17,
25076 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHUFFLE),
25077 MVT::v8f16, 18, 9|128,1,
25078 0,
25079 0,
25080 99|128,8, TARGET_VAL(ISD::INSERT_VECTOR_ELT),
25081 OPC_Scope, 122,
25082 OPC_MoveChild0,
25083 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
25084 OPC_CheckChild0Integer, 0,
25085 OPC_Scope, 56,
25086 OPC_CheckChild0TypeI32,
25087 OPC_MoveSibling1,
25088 OPC_CheckOpcode, TARGET_VAL(ISD::LOAD),
25089 OPC_RecordMemRef,
25090 OPC_RecordNode,
25091 OPC_CheckFoldableChainNode,
25092 OPC_RecordChild1,
25093 OPC_CheckTypeI32,
25094 OPC_Scope, 21,
25095 OPC_CheckChild1TypeI32,
25096 OPC_CheckPredicate7,
25097 OPC_CheckPredicate6,
25098 OPC_MoveParent,
25099 OPC_CheckChild2Integer, 0,
25100 OPC_CheckType, MVT::v4i32,
25101 OPC_CheckPatternPredicate3,
25102 OPC_CheckComplexPat2, /*#*/1,
25103 OPC_EmitMergeInputChains1_0,
25104 OPC_EmitIntegerI32, 0,
25105 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_ZERO_32_A32), 0|OPFL_Chain|OPFL_MemRefs,
25106 MVT::v4i32, 3, 56,
25107 21,
25108 OPC_CheckChild1TypeI64,
25109 OPC_CheckPredicate7,
25110 OPC_CheckPredicate6,
25111 OPC_MoveParent,
25112 OPC_CheckChild2Integer, 0,
25113 OPC_CheckType, MVT::v4i32,
25114 OPC_CheckPatternPredicate4,
25115 OPC_CheckComplexPat3, /*#*/1,
25116 OPC_EmitMergeInputChains1_0,
25117 OPC_EmitIntegerI32, 0,
25118 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_ZERO_32_A64), 0|OPFL_Chain|OPFL_MemRefs,
25119 MVT::v4i32, 3, 56,
25120 0,
25121 56,
25122 OPC_CheckChild0TypeI64,
25123 OPC_MoveSibling1,
25124 OPC_CheckOpcode, TARGET_VAL(ISD::LOAD),
25125 OPC_RecordMemRef,
25126 OPC_RecordNode,
25127 OPC_CheckFoldableChainNode,
25128 OPC_RecordChild1,
25129 OPC_CheckTypeI64,
25130 OPC_Scope, 21,
25131 OPC_CheckChild1TypeI32,
25132 OPC_CheckPredicate7,
25133 OPC_CheckPredicate6,
25134 OPC_MoveParent,
25135 OPC_CheckChild2Integer, 0,
25136 OPC_CheckType, MVT::v2i64,
25137 OPC_CheckPatternPredicate3,
25138 OPC_CheckComplexPat2, /*#*/1,
25139 OPC_EmitMergeInputChains1_0,
25140 OPC_EmitIntegerI32, 0,
25141 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_ZERO_64_A32), 0|OPFL_Chain|OPFL_MemRefs,
25142 MVT::v2i64, 3, 56,
25143 21,
25144 OPC_CheckChild1TypeI64,
25145 OPC_CheckPredicate7,
25146 OPC_CheckPredicate6,
25147 OPC_MoveParent,
25148 OPC_CheckChild2Integer, 0,
25149 OPC_CheckType, MVT::v2i64,
25150 OPC_CheckPatternPredicate4,
25151 OPC_CheckComplexPat3, /*#*/1,
25152 OPC_EmitMergeInputChains1_0,
25153 OPC_EmitIntegerI32, 0,
25154 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_ZERO_64_A64), 0|OPFL_Chain|OPFL_MemRefs,
25155 MVT::v2i64, 3, 56,
25156 0,
25157 0,
25158 121|128,3,
25159 OPC_RecordChild0,
25160 OPC_Scope, 110|128,2,
25161 OPC_MoveChild1,
25162 OPC_CheckOpcode, TARGET_VAL(ISD::LOAD),
25163 OPC_RecordMemRef,
25164 OPC_RecordNode,
25165 OPC_CheckFoldableChainNode,
25166 OPC_RecordChild1,
25167 OPC_Scope, 48|128,1,
25168 OPC_CheckChild1TypeI32,
25169 OPC_CheckPredicate7,
25170 OPC_Scope, 59,
25171 OPC_CheckPredicate, 9,
25172 OPC_CheckTypeI32,
25173 OPC_Scope, 26,
25174 OPC_CheckPredicate1,
25175 OPC_MoveSibling2,
25176 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
25177 OPC_RecordNode,
25178 OPC_CheckPredicate, 20,
25179 OPC_CheckTypeI32,
25180 OPC_MoveParent,
25181 OPC_CheckType, MVT::v16i8,
25182 OPC_CheckPatternPredicate3,
25183 OPC_CheckComplexPat2, /*#*/2,
25184 OPC_EmitMergeInputChains1_1,
25185 OPC_EmitIntegerI32, 0,
25186 OPC_EmitConvertToTarget3,
25187 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_LANE_8_A32), 0|OPFL_Chain|OPFL_MemRefs,
25188 MVT::v16i8, 5, 8,
25189 26,
25190 OPC_CheckPredicate2,
25191 OPC_MoveSibling2,
25192 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
25193 OPC_RecordNode,
25194 OPC_CheckPredicate, 15,
25195 OPC_CheckTypeI32,
25196 OPC_MoveParent,
25197 OPC_CheckType, MVT::v8i16,
25198 OPC_CheckPatternPredicate3,
25199 OPC_CheckComplexPat2, /*#*/2,
25200 OPC_EmitMergeInputChains1_1,
25201 OPC_EmitIntegerI32, 0,
25202 OPC_EmitConvertToTarget3,
25203 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_LANE_16_A32), 0|OPFL_Chain|OPFL_MemRefs,
25204 MVT::v8i16, 5, 8,
25205 0,
25206 111,
25207 OPC_CheckPredicate6,
25208 OPC_SwitchType , 25, MVT::i32,
25209 OPC_MoveSibling2,
25210 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
25211 OPC_RecordNode,
25212 OPC_CheckPredicate, 11,
25213 OPC_CheckTypeI32,
25214 OPC_MoveParent,
25215 OPC_CheckType, MVT::v4i32,
25216 OPC_CheckPatternPredicate3,
25217 OPC_CheckComplexPat2, /*#*/2,
25218 OPC_EmitMergeInputChains1_1,
25219 OPC_EmitIntegerI32, 0,
25220 OPC_EmitConvertToTarget3,
25221 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_LANE_32_A32), 0|OPFL_Chain|OPFL_MemRefs,
25222 MVT::v4i32, 5, 8,
25223 25, MVT::f32,
25224 OPC_MoveSibling2,
25225 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
25226 OPC_RecordNode,
25227 OPC_CheckPredicate, 11,
25228 OPC_CheckTypeI32,
25229 OPC_MoveParent,
25230 OPC_CheckType, MVT::v4i32,
25231 OPC_CheckPatternPredicate3,
25232 OPC_CheckComplexPat2, /*#*/2,
25233 OPC_EmitMergeInputChains1_1,
25234 OPC_EmitIntegerI32, 0,
25235 OPC_EmitConvertToTarget3,
25236 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_LANE_32_A32), 0|OPFL_Chain|OPFL_MemRefs,
25237 MVT::v4i32, 5, 8,
25238 25, MVT::i64,
25239 OPC_MoveSibling2,
25240 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
25241 OPC_RecordNode,
25242 OPC_CheckPredicate, 12,
25243 OPC_CheckTypeI32,
25244 OPC_MoveParent,
25245 OPC_CheckType, MVT::v2i64,
25246 OPC_CheckPatternPredicate3,
25247 OPC_CheckComplexPat2, /*#*/2,
25248 OPC_EmitMergeInputChains1_1,
25249 OPC_EmitIntegerI32, 0,
25250 OPC_EmitConvertToTarget3,
25251 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_LANE_64_A32), 0|OPFL_Chain|OPFL_MemRefs,
25252 MVT::v2i64, 5, 8,
25253 25, MVT::f64,
25254 OPC_MoveSibling2,
25255 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
25256 OPC_RecordNode,
25257 OPC_CheckPredicate, 12,
25258 OPC_CheckTypeI32,
25259 OPC_MoveParent,
25260 OPC_CheckType, MVT::v2i64,
25261 OPC_CheckPatternPredicate3,
25262 OPC_CheckComplexPat2, /*#*/2,
25263 OPC_EmitMergeInputChains1_1,
25264 OPC_EmitIntegerI32, 0,
25265 OPC_EmitConvertToTarget3,
25266 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_LANE_64_A32), 0|OPFL_Chain|OPFL_MemRefs,
25267 MVT::v2i64, 5, 8,
25268 0,
25269 0,
25270 48|128,1,
25271 OPC_CheckChild1TypeI64,
25272 OPC_CheckPredicate7,
25273 OPC_Scope, 59,
25274 OPC_CheckPredicate, 9,
25275 OPC_CheckTypeI32,
25276 OPC_Scope, 26,
25277 OPC_CheckPredicate1,
25278 OPC_MoveSibling2,
25279 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
25280 OPC_RecordNode,
25281 OPC_CheckPredicate, 20,
25282 OPC_CheckTypeI32,
25283 OPC_MoveParent,
25284 OPC_CheckType, MVT::v16i8,
25285 OPC_CheckPatternPredicate4,
25286 OPC_CheckComplexPat3, /*#*/2,
25287 OPC_EmitMergeInputChains1_1,
25288 OPC_EmitIntegerI32, 0,
25289 OPC_EmitConvertToTarget3,
25290 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_LANE_8_A64), 0|OPFL_Chain|OPFL_MemRefs,
25291 MVT::v16i8, 5, 8,
25292 26,
25293 OPC_CheckPredicate2,
25294 OPC_MoveSibling2,
25295 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
25296 OPC_RecordNode,
25297 OPC_CheckPredicate, 15,
25298 OPC_CheckTypeI32,
25299 OPC_MoveParent,
25300 OPC_CheckType, MVT::v8i16,
25301 OPC_CheckPatternPredicate4,
25302 OPC_CheckComplexPat3, /*#*/2,
25303 OPC_EmitMergeInputChains1_1,
25304 OPC_EmitIntegerI32, 0,
25305 OPC_EmitConvertToTarget3,
25306 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_LANE_16_A64), 0|OPFL_Chain|OPFL_MemRefs,
25307 MVT::v8i16, 5, 8,
25308 0,
25309 111,
25310 OPC_CheckPredicate6,
25311 OPC_SwitchType , 25, MVT::i32,
25312 OPC_MoveSibling2,
25313 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
25314 OPC_RecordNode,
25315 OPC_CheckPredicate, 11,
25316 OPC_CheckTypeI32,
25317 OPC_MoveParent,
25318 OPC_CheckType, MVT::v4i32,
25319 OPC_CheckPatternPredicate4,
25320 OPC_CheckComplexPat3, /*#*/2,
25321 OPC_EmitMergeInputChains1_1,
25322 OPC_EmitIntegerI32, 0,
25323 OPC_EmitConvertToTarget3,
25324 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_LANE_32_A64), 0|OPFL_Chain|OPFL_MemRefs,
25325 MVT::v4i32, 5, 8,
25326 25, MVT::f32,
25327 OPC_MoveSibling2,
25328 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
25329 OPC_RecordNode,
25330 OPC_CheckPredicate, 11,
25331 OPC_CheckTypeI32,
25332 OPC_MoveParent,
25333 OPC_CheckType, MVT::v4i32,
25334 OPC_CheckPatternPredicate4,
25335 OPC_CheckComplexPat3, /*#*/2,
25336 OPC_EmitMergeInputChains1_1,
25337 OPC_EmitIntegerI32, 0,
25338 OPC_EmitConvertToTarget3,
25339 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_LANE_32_A64), 0|OPFL_Chain|OPFL_MemRefs,
25340 MVT::v4i32, 5, 8,
25341 25, MVT::i64,
25342 OPC_MoveSibling2,
25343 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
25344 OPC_RecordNode,
25345 OPC_CheckPredicate, 12,
25346 OPC_CheckTypeI32,
25347 OPC_MoveParent,
25348 OPC_CheckType, MVT::v2i64,
25349 OPC_CheckPatternPredicate4,
25350 OPC_CheckComplexPat3, /*#*/2,
25351 OPC_EmitMergeInputChains1_1,
25352 OPC_EmitIntegerI32, 0,
25353 OPC_EmitConvertToTarget3,
25354 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_LANE_64_A64), 0|OPFL_Chain|OPFL_MemRefs,
25355 MVT::v2i64, 5, 8,
25356 25, MVT::f64,
25357 OPC_MoveSibling2,
25358 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
25359 OPC_RecordNode,
25360 OPC_CheckPredicate, 12,
25361 OPC_CheckTypeI32,
25362 OPC_MoveParent,
25363 OPC_CheckType, MVT::v2i64,
25364 OPC_CheckPatternPredicate4,
25365 OPC_CheckComplexPat3, /*#*/2,
25366 OPC_EmitMergeInputChains1_1,
25367 OPC_EmitIntegerI32, 0,
25368 OPC_EmitConvertToTarget3,
25369 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_LANE_64_A64), 0|OPFL_Chain|OPFL_MemRefs,
25370 MVT::v2i64, 5, 8,
25371 0,
25372 0,
25373 0,
25374 4|128,1,
25375 OPC_RecordChild1,
25376 OPC_Scope, 90,
25377 OPC_CheckChild1TypeI32,
25378 OPC_Scope, 50,
25379 OPC_RecordChild2,
25380 OPC_MoveChild2,
25381 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
25382 OPC_CheckTypeI32,
25383 OPC_Scope, 13,
25384 OPC_CheckPredicate, 20,
25385 OPC_MoveParent,
25386 OPC_CheckType, MVT::v16i8,
25387 OPC_CheckPatternPredicate0,
25388 OPC_EmitConvertToTarget2,
25389 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::REPLACE_LANE_I8x16),
25390 MVT::v16i8, 3, 21,
25391 13,
25392 OPC_CheckPredicate, 15,
25393 OPC_MoveParent,
25394 OPC_CheckType, MVT::v8i16,
25395 OPC_CheckPatternPredicate0,
25396 OPC_EmitConvertToTarget2,
25397 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::REPLACE_LANE_I16x8),
25398 MVT::v8i16, 3, 21,
25399 13,
25400 OPC_CheckPredicate, 11,
25401 OPC_MoveParent,
25402 OPC_CheckType, MVT::v4i32,
25403 OPC_CheckPatternPredicate0,
25404 OPC_EmitConvertToTarget2,
25405 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::REPLACE_LANE_I32x4),
25406 MVT::v4i32, 3, 21,
25407 0,
25408 35,
25409 OPC_MoveChild2,
25410 OPC_CheckUndef,
25411 OPC_MoveParent,
25412 OPC_SwitchType , 8, MVT::v16i8,
25413 OPC_EmitIntegerI32, 0,
25414 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::REPLACE_LANE_I8x16),
25415 MVT::v16i8, 3, 18,
25416 8, MVT::v8i16,
25417 OPC_EmitIntegerI32, 0,
25418 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::REPLACE_LANE_I16x8),
25419 MVT::v8i16, 3, 18,
25420 8, MVT::v4i32,
25421 OPC_EmitIntegerI32, 0,
25422 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::REPLACE_LANE_I32x4),
25423 MVT::v4i32, 3, 18,
25424 0,
25425 0,
25426 37,
25427 OPC_CheckChild1TypeI64,
25428 OPC_Scope, 19,
25429 OPC_RecordChild2,
25430 OPC_MoveChild2,
25431 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
25432 OPC_CheckPredicate, 12,
25433 OPC_CheckTypeI32,
25434 OPC_MoveParent,
25435 OPC_CheckType, MVT::v2i64,
25436 OPC_CheckPatternPredicate0,
25437 OPC_EmitConvertToTarget2,
25438 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::REPLACE_LANE_I64x2),
25439 MVT::v2i64, 3, 21,
25440 13,
25441 OPC_MoveChild2,
25442 OPC_CheckUndef,
25443 OPC_MoveParent,
25444 OPC_CheckType, MVT::v2i64,
25445 OPC_EmitIntegerI32, 0,
25446 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::REPLACE_LANE_I64x2),
25447 MVT::v2i64, 3, 18,
25448 0,
25449 0,
25450 0,
25451 10|128,1,
25452 OPC_MoveChild0,
25453 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
25454 OPC_MoveChild0,
25455 OPC_CheckOpcode, TARGET_VAL(ISD::ConstantFP),
25456 OPC_CheckPredicate, 29,
25457 OPC_SwitchType , 61, MVT::f32,
25458 OPC_MoveParent,
25459 OPC_MoveSibling1,
25460 OPC_CheckOpcode, TARGET_VAL(ISD::LOAD),
25461 OPC_RecordMemRef,
25462 OPC_RecordNode,
25463 OPC_CheckFoldableChainNode,
25464 OPC_RecordChild1,
25465 OPC_CheckType, MVT::f32,
25466 OPC_Scope, 23,
25467 OPC_CheckChild1TypeI32,
25468 OPC_CheckPredicate7,
25469 OPC_CheckPredicate6,
25470 OPC_MoveParent,
25471 OPC_CheckChild2Integer, 0,
25472 OPC_CheckType, 11|128,1,
25473 OPC_CheckPatternPredicate3,
25474 OPC_CheckComplexPat2, /*#*/1,
25475 OPC_EmitMergeInputChains1_0,
25476 OPC_EmitIntegerI32, 0,
25477 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_ZERO_32_A32), 0|OPFL_Chain|OPFL_MemRefs,
25478 11|128,1, 3, 56,
25479 23,
25480 OPC_CheckChild1TypeI64,
25481 OPC_CheckPredicate7,
25482 OPC_CheckPredicate6,
25483 OPC_MoveParent,
25484 OPC_CheckChild2Integer, 0,
25485 OPC_CheckType, 11|128,1,
25486 OPC_CheckPatternPredicate4,
25487 OPC_CheckComplexPat3, /*#*/1,
25488 OPC_EmitMergeInputChains1_0,
25489 OPC_EmitIntegerI32, 0,
25490 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_ZERO_32_A64), 0|OPFL_Chain|OPFL_MemRefs,
25491 11|128,1, 3, 56,
25492 0,
25493 61, MVT::f64,
25494 OPC_MoveParent,
25495 OPC_MoveSibling1,
25496 OPC_CheckOpcode, TARGET_VAL(ISD::LOAD),
25497 OPC_RecordMemRef,
25498 OPC_RecordNode,
25499 OPC_CheckFoldableChainNode,
25500 OPC_RecordChild1,
25501 OPC_CheckType, MVT::f64,
25502 OPC_Scope, 23,
25503 OPC_CheckChild1TypeI32,
25504 OPC_CheckPredicate7,
25505 OPC_CheckPredicate6,
25506 OPC_MoveParent,
25507 OPC_CheckChild2Integer, 0,
25508 OPC_CheckType, 29|128,1,
25509 OPC_CheckPatternPredicate3,
25510 OPC_CheckComplexPat2, /*#*/1,
25511 OPC_EmitMergeInputChains1_0,
25512 OPC_EmitIntegerI32, 0,
25513 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_ZERO_64_A32), 0|OPFL_Chain|OPFL_MemRefs,
25514 29|128,1, 3, 56,
25515 23,
25516 OPC_CheckChild1TypeI64,
25517 OPC_CheckPredicate7,
25518 OPC_CheckPredicate6,
25519 OPC_MoveParent,
25520 OPC_CheckChild2Integer, 0,
25521 OPC_CheckType, 29|128,1,
25522 OPC_CheckPatternPredicate4,
25523 OPC_CheckComplexPat3, /*#*/1,
25524 OPC_EmitMergeInputChains1_0,
25525 OPC_EmitIntegerI32, 0,
25526 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_ZERO_64_A64), 0|OPFL_Chain|OPFL_MemRefs,
25527 29|128,1, 3, 56,
25528 0,
25529 0,
25530 93|128,2,
25531 OPC_RecordChild0,
25532 OPC_Scope, 126|128,1,
25533 OPC_MoveChild1,
25534 OPC_CheckOpcode, TARGET_VAL(ISD::LOAD),
25535 OPC_RecordMemRef,
25536 OPC_RecordNode,
25537 OPC_CheckFoldableChainNode,
25538 OPC_RecordChild1,
25539 OPC_Scope, 121,
25540 OPC_CheckChild1TypeI32,
25541 OPC_CheckPredicate7,
25542 OPC_CheckPredicate6,
25543 OPC_SwitchType , 27, MVT::i32,
25544 OPC_MoveSibling2,
25545 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
25546 OPC_RecordNode,
25547 OPC_CheckPredicate, 11,
25548 OPC_CheckTypeI32,
25549 OPC_MoveParent,
25550 OPC_CheckType, 11|128,1,
25551 OPC_CheckPatternPredicate3,
25552 OPC_CheckComplexPat2, /*#*/2,
25553 OPC_EmitMergeInputChains1_1,
25554 OPC_EmitIntegerI32, 0,
25555 OPC_EmitConvertToTarget3,
25556 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_LANE_32_A32), 0|OPFL_Chain|OPFL_MemRefs,
25557 11|128,1, 5, 8,
25558 27, MVT::f32,
25559 OPC_MoveSibling2,
25560 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
25561 OPC_RecordNode,
25562 OPC_CheckPredicate, 11,
25563 OPC_CheckTypeI32,
25564 OPC_MoveParent,
25565 OPC_CheckType, 11|128,1,
25566 OPC_CheckPatternPredicate3,
25567 OPC_CheckComplexPat2, /*#*/2,
25568 OPC_EmitMergeInputChains1_1,
25569 OPC_EmitIntegerI32, 0,
25570 OPC_EmitConvertToTarget3,
25571 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_LANE_32_A32), 0|OPFL_Chain|OPFL_MemRefs,
25572 11|128,1, 5, 8,
25573 27, MVT::i64,
25574 OPC_MoveSibling2,
25575 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
25576 OPC_RecordNode,
25577 OPC_CheckPredicate, 12,
25578 OPC_CheckTypeI32,
25579 OPC_MoveParent,
25580 OPC_CheckType, 29|128,1,
25581 OPC_CheckPatternPredicate3,
25582 OPC_CheckComplexPat2, /*#*/2,
25583 OPC_EmitMergeInputChains1_1,
25584 OPC_EmitIntegerI32, 0,
25585 OPC_EmitConvertToTarget3,
25586 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_LANE_64_A32), 0|OPFL_Chain|OPFL_MemRefs,
25587 29|128,1, 5, 8,
25588 27, MVT::f64,
25589 OPC_MoveSibling2,
25590 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
25591 OPC_RecordNode,
25592 OPC_CheckPredicate, 12,
25593 OPC_CheckTypeI32,
25594 OPC_MoveParent,
25595 OPC_CheckType, 29|128,1,
25596 OPC_CheckPatternPredicate3,
25597 OPC_CheckComplexPat2, /*#*/2,
25598 OPC_EmitMergeInputChains1_1,
25599 OPC_EmitIntegerI32, 0,
25600 OPC_EmitConvertToTarget3,
25601 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_LANE_64_A32), 0|OPFL_Chain|OPFL_MemRefs,
25602 29|128,1, 5, 8,
25603 0,
25604 121,
25605 OPC_CheckChild1TypeI64,
25606 OPC_CheckPredicate7,
25607 OPC_CheckPredicate6,
25608 OPC_SwitchType , 27, MVT::i32,
25609 OPC_MoveSibling2,
25610 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
25611 OPC_RecordNode,
25612 OPC_CheckPredicate, 11,
25613 OPC_CheckTypeI32,
25614 OPC_MoveParent,
25615 OPC_CheckType, 11|128,1,
25616 OPC_CheckPatternPredicate4,
25617 OPC_CheckComplexPat3, /*#*/2,
25618 OPC_EmitMergeInputChains1_1,
25619 OPC_EmitIntegerI32, 0,
25620 OPC_EmitConvertToTarget3,
25621 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_LANE_32_A64), 0|OPFL_Chain|OPFL_MemRefs,
25622 11|128,1, 5, 8,
25623 27, MVT::f32,
25624 OPC_MoveSibling2,
25625 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
25626 OPC_RecordNode,
25627 OPC_CheckPredicate, 11,
25628 OPC_CheckTypeI32,
25629 OPC_MoveParent,
25630 OPC_CheckType, 11|128,1,
25631 OPC_CheckPatternPredicate4,
25632 OPC_CheckComplexPat3, /*#*/2,
25633 OPC_EmitMergeInputChains1_1,
25634 OPC_EmitIntegerI32, 0,
25635 OPC_EmitConvertToTarget3,
25636 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_LANE_32_A64), 0|OPFL_Chain|OPFL_MemRefs,
25637 11|128,1, 5, 8,
25638 27, MVT::i64,
25639 OPC_MoveSibling2,
25640 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
25641 OPC_RecordNode,
25642 OPC_CheckPredicate, 12,
25643 OPC_CheckTypeI32,
25644 OPC_MoveParent,
25645 OPC_CheckType, 29|128,1,
25646 OPC_CheckPatternPredicate4,
25647 OPC_CheckComplexPat3, /*#*/2,
25648 OPC_EmitMergeInputChains1_1,
25649 OPC_EmitIntegerI32, 0,
25650 OPC_EmitConvertToTarget3,
25651 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_LANE_64_A64), 0|OPFL_Chain|OPFL_MemRefs,
25652 29|128,1, 5, 8,
25653 27, MVT::f64,
25654 OPC_MoveSibling2,
25655 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
25656 OPC_RecordNode,
25657 OPC_CheckPredicate, 12,
25658 OPC_CheckTypeI32,
25659 OPC_MoveParent,
25660 OPC_CheckType, 29|128,1,
25661 OPC_CheckPatternPredicate4,
25662 OPC_CheckComplexPat3, /*#*/2,
25663 OPC_EmitMergeInputChains1_1,
25664 OPC_EmitIntegerI32, 0,
25665 OPC_EmitConvertToTarget3,
25666 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_LANE_64_A64), 0|OPFL_Chain|OPFL_MemRefs,
25667 29|128,1, 5, 8,
25668 0,
25669 0,
25670 89,
25671 OPC_RecordChild1,
25672 OPC_Scope, 42,
25673 OPC_CheckChild1Type, MVT::f32,
25674 OPC_Scope, 21,
25675 OPC_RecordChild2,
25676 OPC_MoveChild2,
25677 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
25678 OPC_CheckPredicate, 11,
25679 OPC_CheckTypeI32,
25680 OPC_MoveParent,
25681 OPC_CheckType, 11|128,1,
25682 OPC_CheckPatternPredicate0,
25683 OPC_EmitConvertToTarget2,
25684 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::REPLACE_LANE_F32x4),
25685 11|128,1, 3, 21,
25686 15,
25687 OPC_MoveChild2,
25688 OPC_CheckUndef,
25689 OPC_MoveParent,
25690 OPC_CheckType, 11|128,1,
25691 OPC_EmitIntegerI32, 0,
25692 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::REPLACE_LANE_F32x4),
25693 11|128,1, 3, 18,
25694 0,
25695 42,
25696 OPC_CheckChild1Type, MVT::f64,
25697 OPC_Scope, 21,
25698 OPC_RecordChild2,
25699 OPC_MoveChild2,
25700 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
25701 OPC_CheckPredicate, 12,
25702 OPC_CheckTypeI32,
25703 OPC_MoveParent,
25704 OPC_CheckType, 29|128,1,
25705 OPC_CheckPatternPredicate0,
25706 OPC_EmitConvertToTarget2,
25707 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::REPLACE_LANE_F64x2),
25708 29|128,1, 3, 21,
25709 15,
25710 OPC_MoveChild2,
25711 OPC_CheckUndef,
25712 OPC_MoveParent,
25713 OPC_CheckType, 29|128,1,
25714 OPC_EmitIntegerI32, 0,
25715 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::REPLACE_LANE_F64x2),
25716 29|128,1, 3, 18,
25717 0,
25718 0,
25719 0,
25720 0,
25721 82|128,1, TARGET_VAL(WebAssemblyISD::VEC_SHR_U),
25722 OPC_Scope, 83,
25723 OPC_MoveChild0,
25724 OPC_CheckOpcode, TARGET_VAL(ISD::ADD),
25725 OPC_MoveChild0,
25726 OPC_SwitchOpcode , 35, TARGET_VAL(ISD::ADD),
25727 OPC_RecordChild0,
25728 OPC_RecordChild1,
25729 OPC_CheckPredicate, 27,
25730 OPC_MoveSibling1,
25731 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
25732 OPC_CheckChild0Integer, 1,
25733 OPC_CheckChild0TypeI32,
25734 OPC_MoveParent,
25735 OPC_CheckPredicate, 27,
25736 OPC_MoveParent,
25737 OPC_CheckChild1Integer, 1,
25738 OPC_SwitchType , 6, MVT::v16i8,
25739 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::AVGR_U_I8x16),
25740 MVT::v16i8, 2, 16,
25741 6, MVT::v8i16,
25742 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::AVGR_U_I16x8),
25743 MVT::v8i16, 2, 16,
25744 0,
25745 35, TARGET_VAL(ISD::SPLAT_VECTOR),
25746 OPC_CheckChild0Integer, 1,
25747 OPC_CheckChild0TypeI32,
25748 OPC_MoveSibling1,
25749 OPC_CheckOpcode, TARGET_VAL(ISD::ADD),
25750 OPC_RecordChild0,
25751 OPC_RecordChild1,
25752 OPC_CheckPredicate, 27,
25753 OPC_MoveParent,
25754 OPC_CheckPredicate, 27,
25755 OPC_MoveParent,
25756 OPC_CheckChild1Integer, 1,
25757 OPC_SwitchType , 6, MVT::v16i8,
25758 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::AVGR_U_I8x16),
25759 MVT::v16i8, 2, 16,
25760 6, MVT::v8i16,
25761 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::AVGR_U_I16x8),
25762 MVT::v8i16, 2, 16,
25763 0,
25764 0,
25765 123,
25766 OPC_RecordChild0,
25767 OPC_Scope, 79,
25768 OPC_MoveChild1,
25769 OPC_Scope, 23,
25770 OPC_CheckOpcode, TARGET_VAL(ISD::TRUNCATE),
25771 OPC_MoveChild0,
25772 OPC_CheckAndImm, 63,
25773 OPC_RecordChild0,
25774 OPC_MoveParent,
25775 OPC_MoveParent,
25776 OPC_CheckType, MVT::v2i64,
25777 OPC_EmitNode1None, TARGET_VAL(WebAssembly::I32_WRAP_I64),
25778 MVT::i32, 1, 17,
25779 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_U_I64x2),
25780 MVT::v2i64, 2, 39,
25781 12,
25782 OPC_CheckAndImm, 7,
25783 OPC_RecordChild0,
25784 OPC_MoveParent,
25785 OPC_CheckType, MVT::v16i8,
25786 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_U_I8x16),
25787 MVT::v16i8, 2, 16,
25788 12,
25789 OPC_CheckAndImm, 15,
25790 OPC_RecordChild0,
25791 OPC_MoveParent,
25792 OPC_CheckType, MVT::v8i16,
25793 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_U_I16x8),
25794 MVT::v8i16, 2, 16,
25795 12,
25796 OPC_CheckAndImm, 31,
25797 OPC_RecordChild0,
25798 OPC_MoveParent,
25799 OPC_CheckType, MVT::v4i32,
25800 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_U_I32x4),
25801 MVT::v4i32, 2, 16,
25802 12,
25803 OPC_CheckAndImm, 63,
25804 OPC_RecordChild0,
25805 OPC_MoveParent,
25806 OPC_CheckType, MVT::v2i64,
25807 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_U_I64x2),
25808 MVT::v2i64, 2, 16,
25809 0,
25810 39,
25811 OPC_RecordChild1,
25812 OPC_SwitchType , 7, MVT::v16i8,
25813 OPC_CheckPatternPredicate0,
25814 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_U_I8x16),
25815 MVT::v16i8, 2, 16,
25816 7, MVT::v8i16,
25817 OPC_CheckPatternPredicate0,
25818 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_U_I16x8),
25819 MVT::v8i16, 2, 16,
25820 7, MVT::v4i32,
25821 OPC_CheckPatternPredicate0,
25822 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_U_I32x4),
25823 MVT::v4i32, 2, 16,
25824 7, MVT::v2i64,
25825 OPC_CheckPatternPredicate0,
25826 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_U_I64x2),
25827 MVT::v2i64, 2, 16,
25828 0,
25829 0,
25830 0,
25831 99|128,3, TARGET_VAL(ISD::SPLAT_VECTOR),
25832 OPC_Scope, 55|128,1,
25833 OPC_MoveChild0,
25834 OPC_CheckOpcode, TARGET_VAL(ISD::LOAD),
25835 OPC_RecordMemRef,
25836 OPC_RecordNode,
25837 OPC_RecordChild1,
25838 OPC_Scope, 86,
25839 OPC_CheckChild1TypeI32,
25840 OPC_CheckPredicate7,
25841 OPC_Scope, 41,
25842 OPC_CheckPredicate, 9,
25843 OPC_CheckTypeI32,
25844 OPC_Scope, 17,
25845 OPC_CheckPredicate1,
25846 OPC_MoveParent,
25847 OPC_CheckType, MVT::v16i8,
25848 OPC_CheckPatternPredicate3,
25849 OPC_CheckComplexPat2, /*#*/1,
25850 OPC_EmitMergeInputChains1_0,
25851 OPC_EmitIntegerI32, 0,
25852 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD8_SPLAT_A32), 0|OPFL_Chain|OPFL_MemRefs,
25853 MVT::v16i8, 3, 56,
25854 17,
25855 OPC_CheckPredicate2,
25856 OPC_MoveParent,
25857 OPC_CheckType, MVT::v8i16,
25858 OPC_CheckPatternPredicate3,
25859 OPC_CheckComplexPat2, /*#*/1,
25860 OPC_EmitMergeInputChains1_0,
25861 OPC_EmitIntegerI32, 0,
25862 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD16_SPLAT_A32), 0|OPFL_Chain|OPFL_MemRefs,
25863 MVT::v8i16, 3, 56,
25864 0,
25865 39,
25866 OPC_CheckPredicate6,
25867 OPC_SwitchType , 16, MVT::i32,
25868 OPC_MoveParent,
25869 OPC_CheckType, MVT::v4i32,
25870 OPC_CheckPatternPredicate3,
25871 OPC_CheckComplexPat2, /*#*/1,
25872 OPC_EmitMergeInputChains1_0,
25873 OPC_EmitIntegerI32, 0,
25874 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD32_SPLAT_A32), 0|OPFL_Chain|OPFL_MemRefs,
25875 MVT::v4i32, 3, 56,
25876 16, MVT::i64,
25877 OPC_MoveParent,
25878 OPC_CheckType, MVT::v2i64,
25879 OPC_CheckPatternPredicate3,
25880 OPC_CheckComplexPat2, /*#*/1,
25881 OPC_EmitMergeInputChains1_0,
25882 OPC_EmitIntegerI32, 0,
25883 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD64_SPLAT_A32), 0|OPFL_Chain|OPFL_MemRefs,
25884 MVT::v2i64, 3, 56,
25885 0,
25886 0,
25887 86,
25888 OPC_CheckChild1TypeI64,
25889 OPC_CheckPredicate7,
25890 OPC_Scope, 41,
25891 OPC_CheckPredicate, 9,
25892 OPC_CheckTypeI32,
25893 OPC_Scope, 17,
25894 OPC_CheckPredicate1,
25895 OPC_MoveParent,
25896 OPC_CheckType, MVT::v16i8,
25897 OPC_CheckPatternPredicate4,
25898 OPC_CheckComplexPat3, /*#*/1,
25899 OPC_EmitMergeInputChains1_0,
25900 OPC_EmitIntegerI32, 0,
25901 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD8_SPLAT_A64), 0|OPFL_Chain|OPFL_MemRefs,
25902 MVT::v16i8, 3, 56,
25903 17,
25904 OPC_CheckPredicate2,
25905 OPC_MoveParent,
25906 OPC_CheckType, MVT::v8i16,
25907 OPC_CheckPatternPredicate4,
25908 OPC_CheckComplexPat3, /*#*/1,
25909 OPC_EmitMergeInputChains1_0,
25910 OPC_EmitIntegerI32, 0,
25911 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD16_SPLAT_A64), 0|OPFL_Chain|OPFL_MemRefs,
25912 MVT::v8i16, 3, 56,
25913 0,
25914 39,
25915 OPC_CheckPredicate6,
25916 OPC_SwitchType , 16, MVT::i32,
25917 OPC_MoveParent,
25918 OPC_CheckType, MVT::v4i32,
25919 OPC_CheckPatternPredicate4,
25920 OPC_CheckComplexPat3, /*#*/1,
25921 OPC_EmitMergeInputChains1_0,
25922 OPC_EmitIntegerI32, 0,
25923 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD32_SPLAT_A64), 0|OPFL_Chain|OPFL_MemRefs,
25924 MVT::v4i32, 3, 56,
25925 16, MVT::i64,
25926 OPC_MoveParent,
25927 OPC_CheckType, MVT::v2i64,
25928 OPC_CheckPatternPredicate4,
25929 OPC_CheckComplexPat3, /*#*/1,
25930 OPC_EmitMergeInputChains1_0,
25931 OPC_EmitIntegerI32, 0,
25932 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD64_SPLAT_A64), 0|OPFL_Chain|OPFL_MemRefs,
25933 MVT::v2i64, 3, 56,
25934 0,
25935 0,
25936 0,
25937 122,
25938 OPC_RecordChild0,
25939 OPC_Scope, 76,
25940 OPC_MoveChild0,
25941 OPC_CheckOpcode, TARGET_VAL(ISD::Constant),
25942 OPC_SwitchType , 55, MVT::i32,
25943 OPC_MoveParent,
25944 OPC_SwitchType , 22, MVT::v16i8,
25945 OPC_EmitConvertToTarget0,
25946 OPC_EmitConvertToTarget0,
25947 OPC_EmitConvertToTarget0,
25948 OPC_EmitConvertToTarget0,
25949 OPC_EmitConvertToTarget0,
25950 OPC_EmitConvertToTarget0,
25951 OPC_EmitConvertToTarget0,
25952 OPC_EmitConvertToTarget0,
25953 OPC_EmitConvertToTarget0,
25954 OPC_EmitConvertToTarget0,
25955 OPC_EmitConvertToTarget0,
25956 OPC_EmitConvertToTarget0,
25957 OPC_EmitConvertToTarget0,
25958 OPC_EmitConvertToTarget0,
25959 OPC_EmitConvertToTarget0,
25960 OPC_EmitConvertToTarget0,
25961 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_V128_I8x16),
25962 MVT::v16i8, 16, 105,
25963 14, MVT::v8i16,
25964 OPC_EmitConvertToTarget0,
25965 OPC_EmitConvertToTarget0,
25966 OPC_EmitConvertToTarget0,
25967 OPC_EmitConvertToTarget0,
25968 OPC_EmitConvertToTarget0,
25969 OPC_EmitConvertToTarget0,
25970 OPC_EmitConvertToTarget0,
25971 OPC_EmitConvertToTarget0,
25972 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_V128_I16x8),
25973 MVT::v8i16, 8, 89,
25974 10, MVT::v4i32,
25975 OPC_EmitConvertToTarget0,
25976 OPC_EmitConvertToTarget0,
25977 OPC_EmitConvertToTarget0,
25978 OPC_EmitConvertToTarget0,
25979 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_V128_I32x4),
25980 MVT::v4i32, 4, 65,
25981 0,
25982 11, MVT::i64,
25983 OPC_MoveParent,
25984 OPC_CheckType, MVT::v2i64,
25985 OPC_EmitConvertToTarget0,
25986 OPC_EmitConvertToTarget0,
25987 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_V128_I64x2),
25988 MVT::v2i64, 2, 42,
25989 0,
25990 30,
25991 OPC_CheckChild0TypeI32,
25992 OPC_SwitchType , 7, MVT::v16i8,
25993 OPC_CheckPatternPredicate0,
25994 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SPLAT_I8x16),
25995 MVT::v16i8, 1, 2,
25996 7, MVT::v8i16,
25997 OPC_CheckPatternPredicate0,
25998 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SPLAT_I16x8),
25999 MVT::v8i16, 1, 2,
26000 7, MVT::v4i32,
26001 OPC_CheckPatternPredicate0,
26002 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SPLAT_I32x4),
26003 MVT::v4i32, 1, 2,
26004 0,
26005 10,
26006 OPC_CheckChild0TypeI64,
26007 OPC_CheckType, MVT::v2i64,
26008 OPC_CheckPatternPredicate0,
26009 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SPLAT_I64x2),
26010 MVT::v2i64, 1, 2,
26011 0,
26012 101,
26013 OPC_MoveChild0,
26014 OPC_CheckOpcode, TARGET_VAL(ISD::LOAD),
26015 OPC_RecordMemRef,
26016 OPC_RecordNode,
26017 OPC_RecordChild1,
26018 OPC_Scope, 45,
26019 OPC_CheckChild1TypeI32,
26020 OPC_CheckPredicate7,
26021 OPC_CheckPredicate6,
26022 OPC_SwitchType , 18, MVT::f32,
26023 OPC_MoveParent,
26024 OPC_CheckType, 11|128,1,
26025 OPC_CheckPatternPredicate3,
26026 OPC_CheckComplexPat2, /*#*/1,
26027 OPC_EmitMergeInputChains1_0,
26028 OPC_EmitIntegerI32, 0,
26029 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD32_SPLAT_A32), 0|OPFL_Chain|OPFL_MemRefs,
26030 11|128,1, 3, 56,
26031 18, MVT::f64,
26032 OPC_MoveParent,
26033 OPC_CheckType, 29|128,1,
26034 OPC_CheckPatternPredicate3,
26035 OPC_CheckComplexPat2, /*#*/1,
26036 OPC_EmitMergeInputChains1_0,
26037 OPC_EmitIntegerI32, 0,
26038 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD64_SPLAT_A32), 0|OPFL_Chain|OPFL_MemRefs,
26039 29|128,1, 3, 56,
26040 0,
26041 45,
26042 OPC_CheckChild1TypeI64,
26043 OPC_CheckPredicate7,
26044 OPC_CheckPredicate6,
26045 OPC_SwitchType , 18, MVT::f32,
26046 OPC_MoveParent,
26047 OPC_CheckType, 11|128,1,
26048 OPC_CheckPatternPredicate4,
26049 OPC_CheckComplexPat3, /*#*/1,
26050 OPC_EmitMergeInputChains1_0,
26051 OPC_EmitIntegerI32, 0,
26052 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD32_SPLAT_A64), 0|OPFL_Chain|OPFL_MemRefs,
26053 11|128,1, 3, 56,
26054 18, MVT::f64,
26055 OPC_MoveParent,
26056 OPC_CheckType, 29|128,1,
26057 OPC_CheckPatternPredicate4,
26058 OPC_CheckComplexPat3, /*#*/1,
26059 OPC_EmitMergeInputChains1_0,
26060 OPC_EmitIntegerI32, 0,
26061 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD64_SPLAT_A64), 0|OPFL_Chain|OPFL_MemRefs,
26062 29|128,1, 3, 56,
26063 0,
26064 0,
26065 70,
26066 OPC_RecordChild0,
26067 OPC_Scope, 38,
26068 OPC_MoveChild0,
26069 OPC_CheckOpcode, TARGET_VAL(ISD::ConstantFP),
26070 OPC_SwitchType , 15, MVT::f32,
26071 OPC_MoveParent,
26072 OPC_CheckType, 11|128,1,
26073 OPC_EmitConvertToTarget0,
26074 OPC_EmitConvertToTarget0,
26075 OPC_EmitConvertToTarget0,
26076 OPC_EmitConvertToTarget0,
26077 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_V128_F32x4),
26078 11|128,1, 4, 65,
26079 13, MVT::f64,
26080 OPC_MoveParent,
26081 OPC_CheckType, 29|128,1,
26082 OPC_EmitConvertToTarget0,
26083 OPC_EmitConvertToTarget0,
26084 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::CONST_V128_F64x2),
26085 29|128,1, 2, 42,
26086 0,
26087 13,
26088 OPC_CheckChild0Type, MVT::f32,
26089 OPC_CheckType, 11|128,1,
26090 OPC_CheckPatternPredicate0,
26091 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SPLAT_F32x4),
26092 11|128,1, 1, 2,
26093 13,
26094 OPC_CheckChild0Type, MVT::f64,
26095 OPC_CheckType, 29|128,1,
26096 OPC_CheckPatternPredicate0,
26097 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SPLAT_F64x2),
26098 29|128,1, 1, 2,
26099 0,
26100 0,
26101 12|128,2, TARGET_VAL(ISD::SCALAR_TO_VECTOR),
26102 OPC_Scope, 93,
26103 OPC_MoveChild0,
26104 OPC_CheckOpcode, TARGET_VAL(ISD::LOAD),
26105 OPC_RecordMemRef,
26106 OPC_RecordNode,
26107 OPC_RecordChild1,
26108 OPC_Scope, 41,
26109 OPC_CheckChild1TypeI32,
26110 OPC_CheckPredicate7,
26111 OPC_CheckPredicate6,
26112 OPC_SwitchType , 16, MVT::i32,
26113 OPC_MoveParent,
26114 OPC_CheckType, MVT::v4i32,
26115 OPC_CheckPatternPredicate3,
26116 OPC_CheckComplexPat2, /*#*/1,
26117 OPC_EmitMergeInputChains1_0,
26118 OPC_EmitIntegerI32, 0,
26119 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_ZERO_32_A32), 0|OPFL_Chain|OPFL_MemRefs,
26120 MVT::v4i32, 3, 56,
26121 16, MVT::i64,
26122 OPC_MoveParent,
26123 OPC_CheckType, MVT::v2i64,
26124 OPC_CheckPatternPredicate3,
26125 OPC_CheckComplexPat2, /*#*/1,
26126 OPC_EmitMergeInputChains1_0,
26127 OPC_EmitIntegerI32, 0,
26128 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_ZERO_64_A32), 0|OPFL_Chain|OPFL_MemRefs,
26129 MVT::v2i64, 3, 56,
26130 0,
26131 41,
26132 OPC_CheckChild1TypeI64,
26133 OPC_CheckPredicate7,
26134 OPC_CheckPredicate6,
26135 OPC_SwitchType , 16, MVT::i32,
26136 OPC_MoveParent,
26137 OPC_CheckType, MVT::v4i32,
26138 OPC_CheckPatternPredicate4,
26139 OPC_CheckComplexPat3, /*#*/1,
26140 OPC_EmitMergeInputChains1_0,
26141 OPC_EmitIntegerI32, 0,
26142 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_ZERO_32_A64), 0|OPFL_Chain|OPFL_MemRefs,
26143 MVT::v4i32, 3, 56,
26144 16, MVT::i64,
26145 OPC_MoveParent,
26146 OPC_CheckType, MVT::v2i64,
26147 OPC_CheckPatternPredicate4,
26148 OPC_CheckComplexPat3, /*#*/1,
26149 OPC_EmitMergeInputChains1_0,
26150 OPC_EmitIntegerI32, 0,
26151 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_ZERO_64_A64), 0|OPFL_Chain|OPFL_MemRefs,
26152 MVT::v2i64, 3, 56,
26153 0,
26154 0,
26155 41,
26156 OPC_RecordChild0,
26157 OPC_Scope, 27,
26158 OPC_CheckChild0TypeI32,
26159 OPC_SwitchType , 6, MVT::v16i8,
26160 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SPLAT_I8x16),
26161 MVT::v16i8, 1, 2,
26162 6, MVT::v8i16,
26163 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SPLAT_I16x8),
26164 MVT::v8i16, 1, 2,
26165 6, MVT::v4i32,
26166 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SPLAT_I32x4),
26167 MVT::v4i32, 1, 2,
26168 0,
26169 9,
26170 OPC_CheckChild0TypeI64,
26171 OPC_CheckType, MVT::v2i64,
26172 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SPLAT_I64x2),
26173 MVT::v2i64, 1, 2,
26174 0,
26175 101,
26176 OPC_MoveChild0,
26177 OPC_CheckOpcode, TARGET_VAL(ISD::LOAD),
26178 OPC_RecordMemRef,
26179 OPC_RecordNode,
26180 OPC_RecordChild1,
26181 OPC_Scope, 45,
26182 OPC_CheckChild1TypeI32,
26183 OPC_CheckPredicate7,
26184 OPC_CheckPredicate6,
26185 OPC_SwitchType , 18, MVT::f32,
26186 OPC_MoveParent,
26187 OPC_CheckType, 11|128,1,
26188 OPC_CheckPatternPredicate3,
26189 OPC_CheckComplexPat2, /*#*/1,
26190 OPC_EmitMergeInputChains1_0,
26191 OPC_EmitIntegerI32, 0,
26192 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_ZERO_32_A32), 0|OPFL_Chain|OPFL_MemRefs,
26193 11|128,1, 3, 56,
26194 18, MVT::f64,
26195 OPC_MoveParent,
26196 OPC_CheckType, 29|128,1,
26197 OPC_CheckPatternPredicate3,
26198 OPC_CheckComplexPat2, /*#*/1,
26199 OPC_EmitMergeInputChains1_0,
26200 OPC_EmitIntegerI32, 0,
26201 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_ZERO_64_A32), 0|OPFL_Chain|OPFL_MemRefs,
26202 29|128,1, 3, 56,
26203 0,
26204 45,
26205 OPC_CheckChild1TypeI64,
26206 OPC_CheckPredicate7,
26207 OPC_CheckPredicate6,
26208 OPC_SwitchType , 18, MVT::f32,
26209 OPC_MoveParent,
26210 OPC_CheckType, 11|128,1,
26211 OPC_CheckPatternPredicate4,
26212 OPC_CheckComplexPat3, /*#*/1,
26213 OPC_EmitMergeInputChains1_0,
26214 OPC_EmitIntegerI32, 0,
26215 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_ZERO_32_A64), 0|OPFL_Chain|OPFL_MemRefs,
26216 11|128,1, 3, 56,
26217 18, MVT::f64,
26218 OPC_MoveParent,
26219 OPC_CheckType, 29|128,1,
26220 OPC_CheckPatternPredicate4,
26221 OPC_CheckComplexPat3, /*#*/1,
26222 OPC_EmitMergeInputChains1_0,
26223 OPC_EmitIntegerI32, 0,
26224 OPC_MorphNodeTo1, TARGET_VAL(WebAssembly::LOAD_ZERO_64_A64), 0|OPFL_Chain|OPFL_MemRefs,
26225 29|128,1, 3, 56,
26226 0,
26227 0,
26228 27,
26229 OPC_RecordChild0,
26230 OPC_SwitchType , 9, 11|128,1,
26231 OPC_CheckChild0Type, MVT::f32,
26232 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SPLAT_F32x4),
26233 11|128,1, 1, 2,
26234 9, 29|128,1,
26235 OPC_CheckChild0Type, MVT::f64,
26236 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SPLAT_F64x2),
26237 29|128,1, 1, 2,
26238 0,
26239 0,
26240 45|128,2, TARGET_VAL(ISD::VSELECT),
26241 OPC_Scope, 46,
26242 OPC_RecordChild0,
26243 OPC_MoveChild1,
26244 OPC_CheckOpcode, TARGET_VAL(ISD::XOR),
26245 OPC_RecordChild0,
26246 OPC_MoveChild1,
26247 OPC_CheckImmAllOnesV,
26248 OPC_MoveParent,
26249 OPC_MoveSibling2,
26250 OPC_CheckImmAllZerosV,
26251 OPC_MoveParent,
26252 OPC_SwitchType , 6, MVT::v16i8,
26253 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANDNOT),
26254 MVT::v16i8, 2, 16,
26255 6, MVT::v8i16,
26256 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANDNOT),
26257 MVT::v8i16, 2, 16,
26258 6, MVT::v4i32,
26259 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANDNOT),
26260 MVT::v4i32, 2, 16,
26261 6, MVT::v2i64,
26262 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ANDNOT),
26263 MVT::v2i64, 2, 16,
26264 0,
26265 56|128,1,
26266 OPC_MoveChild0,
26267 OPC_CheckOpcode, TARGET_VAL(ISD::SETCC),
26268 OPC_MoveChild0,
26269 OPC_CheckOpcode, TARGET_VAL(ISD::BITCAST),
26270 OPC_RecordChild0,
26271 OPC_SwitchType , 63, 11|128,1,
26272 OPC_CheckChild0Type, MVT::v4i32,
26273 OPC_MoveSibling1,
26274 OPC_CheckOpcode, TARGET_VAL(ISD::BITCAST),
26275 OPC_RecordChild0,
26276 OPC_CheckChild0Type, MVT::v4i32,
26277 OPC_MoveParent,
26278 OPC_CheckChild2CondCode, ISD::SETOLT,
26279 OPC_MoveParent,
26280 OPC_CheckType, MVT::v4i32,
26281 OPC_Scope, 11,
26282 OPC_CheckChild1Same, 0,
26283 OPC_CheckChild2Same, 1,
26284 OPC_CheckPatternPredicate5,
26285 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMIN_F32x4),
26286 MVT::v4i32, 2, 1,
26287 11,
26288 OPC_CheckChild1Same, 1,
26289 OPC_CheckChild2Same, 0,
26290 OPC_CheckPatternPredicate5,
26291 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMAX_F32x4),
26292 MVT::v4i32, 2, 16,
26293 10,
26294 OPC_CheckChild1Same, 0,
26295 OPC_CheckChild2Same, 1,
26296 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMIN_F32x4),
26297 MVT::v4i32, 2, 1,
26298 10,
26299 OPC_CheckChild1Same, 1,
26300 OPC_CheckChild2Same, 0,
26301 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMAX_F32x4),
26302 MVT::v4i32, 2, 16,
26303 0,
26304 63, 29|128,1,
26305 OPC_CheckChild0Type, MVT::v2i64,
26306 OPC_MoveSibling1,
26307 OPC_CheckOpcode, TARGET_VAL(ISD::BITCAST),
26308 OPC_RecordChild0,
26309 OPC_CheckChild0Type, MVT::v2i64,
26310 OPC_MoveParent,
26311 OPC_CheckChild2CondCode, ISD::SETOLT,
26312 OPC_MoveParent,
26313 OPC_CheckType, MVT::v2i64,
26314 OPC_Scope, 11,
26315 OPC_CheckChild1Same, 0,
26316 OPC_CheckChild2Same, 1,
26317 OPC_CheckPatternPredicate5,
26318 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMIN_F64x2),
26319 MVT::v2i64, 2, 1,
26320 11,
26321 OPC_CheckChild1Same, 1,
26322 OPC_CheckChild2Same, 0,
26323 OPC_CheckPatternPredicate5,
26324 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMAX_F64x2),
26325 MVT::v2i64, 2, 16,
26326 10,
26327 OPC_CheckChild1Same, 0,
26328 OPC_CheckChild2Same, 1,
26329 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMIN_F64x2),
26330 MVT::v2i64, 2, 1,
26331 10,
26332 OPC_CheckChild1Same, 1,
26333 OPC_CheckChild2Same, 0,
26334 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMAX_F64x2),
26335 MVT::v2i64, 2, 16,
26336 0,
26337 39, MVT::v8f16,
26338 OPC_CheckChild0Type, MVT::v8i16,
26339 OPC_MoveSibling1,
26340 OPC_CheckOpcode, TARGET_VAL(ISD::BITCAST),
26341 OPC_RecordChild0,
26342 OPC_CheckChild0Type, MVT::v8i16,
26343 OPC_MoveParent,
26344 OPC_CheckChild2CondCode, ISD::SETOLT,
26345 OPC_MoveParent,
26346 OPC_CheckType, MVT::v8i16,
26347 OPC_Scope, 10,
26348 OPC_CheckChild1Same, 0,
26349 OPC_CheckChild2Same, 1,
26350 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMIN_F16x8),
26351 MVT::v8i16, 2, 1,
26352 10,
26353 OPC_CheckChild1Same, 1,
26354 OPC_CheckChild2Same, 0,
26355 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMAX_F16x8),
26356 MVT::v8i16, 2, 16,
26357 0,
26358 0,
26359 65,
26360 OPC_RecordChild0,
26361 OPC_RecordChild1,
26362 OPC_RecordChild2,
26363 OPC_SwitchType , 6, MVT::v16i8,
26364 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
26365 MVT::v16i8, 3, 3,
26366 6, MVT::v8i16,
26367 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
26368 MVT::v8i16, 3, 3,
26369 6, MVT::v4i32,
26370 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
26371 MVT::v4i32, 3, 3,
26372 6, MVT::v2i64,
26373 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
26374 MVT::v2i64, 3, 3,
26375 7, 11|128,1,
26376 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
26377 11|128,1, 3, 3,
26378 7, 29|128,1,
26379 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
26380 29|128,1, 3, 3,
26381 6, MVT::v8f16,
26382 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::BITSELECT),
26383 MVT::v8f16, 3, 3,
26384 0,
26385 0,
26386 123, TARGET_VAL(WebAssemblyISD::VEC_SHL),
26387 OPC_RecordChild0,
26388 OPC_Scope, 79,
26389 OPC_MoveChild1,
26390 OPC_Scope, 23,
26391 OPC_CheckOpcode, TARGET_VAL(ISD::TRUNCATE),
26392 OPC_MoveChild0,
26393 OPC_CheckAndImm, 63,
26394 OPC_RecordChild0,
26395 OPC_MoveParent,
26396 OPC_MoveParent,
26397 OPC_CheckType, MVT::v2i64,
26398 OPC_EmitNode1None, TARGET_VAL(WebAssembly::I32_WRAP_I64),
26399 MVT::i32, 1, 17,
26400 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHL_I64x2),
26401 MVT::v2i64, 2, 39,
26402 12,
26403 OPC_CheckAndImm, 7,
26404 OPC_RecordChild0,
26405 OPC_MoveParent,
26406 OPC_CheckType, MVT::v16i8,
26407 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHL_I8x16),
26408 MVT::v16i8, 2, 16,
26409 12,
26410 OPC_CheckAndImm, 15,
26411 OPC_RecordChild0,
26412 OPC_MoveParent,
26413 OPC_CheckType, MVT::v8i16,
26414 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHL_I16x8),
26415 MVT::v8i16, 2, 16,
26416 12,
26417 OPC_CheckAndImm, 31,
26418 OPC_RecordChild0,
26419 OPC_MoveParent,
26420 OPC_CheckType, MVT::v4i32,
26421 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHL_I32x4),
26422 MVT::v4i32, 2, 16,
26423 12,
26424 OPC_CheckAndImm, 63,
26425 OPC_RecordChild0,
26426 OPC_MoveParent,
26427 OPC_CheckType, MVT::v2i64,
26428 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHL_I64x2),
26429 MVT::v2i64, 2, 16,
26430 0,
26431 39,
26432 OPC_RecordChild1,
26433 OPC_SwitchType , 7, MVT::v16i8,
26434 OPC_CheckPatternPredicate0,
26435 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHL_I8x16),
26436 MVT::v16i8, 2, 16,
26437 7, MVT::v8i16,
26438 OPC_CheckPatternPredicate0,
26439 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHL_I16x8),
26440 MVT::v8i16, 2, 16,
26441 7, MVT::v4i32,
26442 OPC_CheckPatternPredicate0,
26443 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHL_I32x4),
26444 MVT::v4i32, 2, 16,
26445 7, MVT::v2i64,
26446 OPC_CheckPatternPredicate0,
26447 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHL_I64x2),
26448 MVT::v2i64, 2, 16,
26449 0,
26450 0,
26451 123, TARGET_VAL(WebAssemblyISD::VEC_SHR_S),
26452 OPC_RecordChild0,
26453 OPC_Scope, 79,
26454 OPC_MoveChild1,
26455 OPC_Scope, 23,
26456 OPC_CheckOpcode, TARGET_VAL(ISD::TRUNCATE),
26457 OPC_MoveChild0,
26458 OPC_CheckAndImm, 63,
26459 OPC_RecordChild0,
26460 OPC_MoveParent,
26461 OPC_MoveParent,
26462 OPC_CheckType, MVT::v2i64,
26463 OPC_EmitNode1None, TARGET_VAL(WebAssembly::I32_WRAP_I64),
26464 MVT::i32, 1, 17,
26465 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_S_I64x2),
26466 MVT::v2i64, 2, 39,
26467 12,
26468 OPC_CheckAndImm, 7,
26469 OPC_RecordChild0,
26470 OPC_MoveParent,
26471 OPC_CheckType, MVT::v16i8,
26472 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_S_I8x16),
26473 MVT::v16i8, 2, 16,
26474 12,
26475 OPC_CheckAndImm, 15,
26476 OPC_RecordChild0,
26477 OPC_MoveParent,
26478 OPC_CheckType, MVT::v8i16,
26479 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_S_I16x8),
26480 MVT::v8i16, 2, 16,
26481 12,
26482 OPC_CheckAndImm, 31,
26483 OPC_RecordChild0,
26484 OPC_MoveParent,
26485 OPC_CheckType, MVT::v4i32,
26486 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_S_I32x4),
26487 MVT::v4i32, 2, 16,
26488 12,
26489 OPC_CheckAndImm, 63,
26490 OPC_RecordChild0,
26491 OPC_MoveParent,
26492 OPC_CheckType, MVT::v2i64,
26493 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_S_I64x2),
26494 MVT::v2i64, 2, 16,
26495 0,
26496 39,
26497 OPC_RecordChild1,
26498 OPC_SwitchType , 7, MVT::v16i8,
26499 OPC_CheckPatternPredicate0,
26500 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_S_I8x16),
26501 MVT::v16i8, 2, 16,
26502 7, MVT::v8i16,
26503 OPC_CheckPatternPredicate0,
26504 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_S_I16x8),
26505 MVT::v8i16, 2, 16,
26506 7, MVT::v4i32,
26507 OPC_CheckPatternPredicate0,
26508 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_S_I32x4),
26509 MVT::v4i32, 2, 16,
26510 7, MVT::v2i64,
26511 OPC_CheckPatternPredicate0,
26512 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SHR_S_I64x2),
26513 MVT::v2i64, 2, 16,
26514 0,
26515 0,
26516 15|128,1, TARGET_VAL(ISD::PARTIAL_REDUCE_SMLA),
26517 OPC_RecordChild0,
26518 OPC_CheckChild0Type, MVT::v4i32,
26519 OPC_RecordChild1,
26520 OPC_Scope, 47,
26521 OPC_CheckChild1Type, MVT::v8i16,
26522 OPC_Scope, 24,
26523 OPC_MoveChild2,
26524 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
26525 OPC_CheckChild0Integer, 1,
26526 OPC_CheckChild0TypeI32,
26527 OPC_CheckType, MVT::v8i16,
26528 OPC_MoveParent,
26529 OPC_CheckType, MVT::v4i32,
26530 OPC_EmitNode1None, TARGET_VAL(WebAssembly::extadd_pairwise_s_I32x4),
26531 MVT::v16i8, 1, 17,
26532 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ADD_I32x4),
26533 MVT::v4i32, 2, 4,
26534 17,
26535 OPC_RecordChild2,
26536 OPC_CheckChild2Type, MVT::v8i16,
26537 OPC_CheckType, MVT::v4i32,
26538 OPC_EmitNode1None, TARGET_VAL(WebAssembly::DOT),
26539 MVT::v16i8, 2, 42,
26540 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ADD_I32x4),
26541 MVT::v4i32, 2, 6,
26542 0,
26543 88,
26544 OPC_CheckChild1Type, MVT::v16i8,
26545 OPC_Scope, 30,
26546 OPC_MoveChild2,
26547 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
26548 OPC_CheckChild0Integer, 1,
26549 OPC_CheckChild0TypeI32,
26550 OPC_CheckType, MVT::v16i8,
26551 OPC_MoveParent,
26552 OPC_CheckType, MVT::v4i32,
26553 OPC_EmitNode1None, TARGET_VAL(WebAssembly::extadd_pairwise_s_I16x8),
26554 MVT::v16i8, 1, 17,
26555 OPC_EmitNode1None, TARGET_VAL(WebAssembly::extadd_pairwise_s_I32x4),
26556 MVT::v16i8, 1, 40,
26557 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ADD_I32x4),
26558 MVT::v4i32, 2, 6,
26559 52,
26560 OPC_RecordChild2,
26561 OPC_CheckChild2Type, MVT::v16i8,
26562 OPC_CheckType, MVT::v4i32,
26563 OPC_Scope, 7,
26564 OPC_CheckPatternPredicate5,
26565 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::RELAXED_DOT_ADD),
26566 MVT::v4i32, 3, 3,
26567 36,
26568 OPC_EmitNode1None, TARGET_VAL(WebAssembly::EXTMUL_LOW_S_I16x8),
26569 MVT::v16i8, 2, 42,
26570 OPC_EmitNode1None, TARGET_VAL(WebAssembly::extadd_pairwise_s_I32x4),
26571 MVT::v16i8, 1, 55,
26572 OPC_EmitNode1None, TARGET_VAL(WebAssembly::EXTMUL_HIGH_S_I16x8),
26573 MVT::v16i8, 2, 42,
26574 OPC_EmitNode1None, TARGET_VAL(WebAssembly::extadd_pairwise_s_I32x4),
26575 MVT::v16i8, 1, 77,
26576 OPC_EmitNode1None, TARGET_VAL(WebAssembly::ADD_I32x4),
26577 MVT::v16i8, 2, 83,
26578 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ADD_I32x4),
26579 MVT::v4i32, 2, 13,
26580 0,
26581 0,
26582 0,
26583 16|128,1, TARGET_VAL(ISD::PARTIAL_REDUCE_UMLA),
26584 OPC_RecordChild0,
26585 OPC_CheckChild0Type, MVT::v4i32,
26586 OPC_RecordChild1,
26587 OPC_Scope, 59,
26588 OPC_CheckChild1Type, MVT::v8i16,
26589 OPC_Scope, 24,
26590 OPC_MoveChild2,
26591 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
26592 OPC_CheckChild0Integer, 1,
26593 OPC_CheckChild0TypeI32,
26594 OPC_CheckType, MVT::v8i16,
26595 OPC_MoveParent,
26596 OPC_CheckType, MVT::v4i32,
26597 OPC_EmitNode1None, TARGET_VAL(WebAssembly::extadd_pairwise_u_I32x4),
26598 MVT::v16i8, 1, 17,
26599 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ADD_I32x4),
26600 MVT::v4i32, 2, 4,
26601 29,
26602 OPC_RecordChild2,
26603 OPC_CheckChild2Type, MVT::v8i16,
26604 OPC_CheckType, MVT::v4i32,
26605 OPC_EmitNode1None, TARGET_VAL(WebAssembly::EXTMUL_LOW_U_I32x4),
26606 MVT::v16i8, 2, 42,
26607 OPC_EmitNode1None, TARGET_VAL(WebAssembly::EXTMUL_HIGH_U_I32x4),
26608 MVT::v16i8, 2, 42,
26609 OPC_EmitNode1None, TARGET_VAL(WebAssembly::ADD_I32x4),
26610 MVT::v16i8, 2, 67,
26611 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ADD_I32x4),
26612 MVT::v4i32, 2, 11,
26613 0,
26614 77,
26615 OPC_CheckChild1Type, MVT::v16i8,
26616 OPC_Scope, 30,
26617 OPC_MoveChild2,
26618 OPC_CheckOpcode, TARGET_VAL(ISD::SPLAT_VECTOR),
26619 OPC_CheckChild0Integer, 1,
26620 OPC_CheckChild0TypeI32,
26621 OPC_CheckType, MVT::v16i8,
26622 OPC_MoveParent,
26623 OPC_CheckType, MVT::v4i32,
26624 OPC_EmitNode1None, TARGET_VAL(WebAssembly::extadd_pairwise_u_I16x8),
26625 MVT::v16i8, 1, 17,
26626 OPC_EmitNode1None, TARGET_VAL(WebAssembly::extadd_pairwise_u_I32x4),
26627 MVT::v16i8, 1, 40,
26628 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ADD_I32x4),
26629 MVT::v4i32, 2, 6,
26630 41,
26631 OPC_RecordChild2,
26632 OPC_CheckChild2Type, MVT::v16i8,
26633 OPC_CheckType, MVT::v4i32,
26634 OPC_EmitNode1None, TARGET_VAL(WebAssembly::EXTMUL_LOW_U_I16x8),
26635 MVT::v16i8, 2, 42,
26636 OPC_EmitNode1None, TARGET_VAL(WebAssembly::extadd_pairwise_u_I32x4),
26637 MVT::v16i8, 1, 55,
26638 OPC_EmitNode1None, TARGET_VAL(WebAssembly::EXTMUL_HIGH_U_I16x8),
26639 MVT::v16i8, 2, 42,
26640 OPC_EmitNode1None, TARGET_VAL(WebAssembly::extadd_pairwise_u_I32x4),
26641 MVT::v16i8, 1, 77,
26642 OPC_EmitNode1None, TARGET_VAL(WebAssembly::ADD_I32x4),
26643 MVT::v16i8, 2, 83,
26644 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ADD_I32x4),
26645 MVT::v4i32, 2, 13,
26646 0,
26647 0,
26648 15, TARGET_VAL(WebAssemblyISD::SWIZZLE),
26649 OPC_RecordChild0,
26650 OPC_CheckChild0Type, MVT::v16i8,
26651 OPC_RecordChild1,
26652 OPC_CheckChild1Type, MVT::v16i8,
26653 OPC_CheckType, MVT::v16i8,
26654 OPC_CheckPatternPredicate0,
26655 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SWIZZLE),
26656 MVT::v16i8, 2, 16,
26657 39, TARGET_VAL(ISD::ABS),
26658 OPC_RecordChild0,
26659 OPC_SwitchType , 7, MVT::v16i8,
26660 OPC_CheckPatternPredicate0,
26661 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ABS_I8x16),
26662 MVT::v16i8, 1, 2,
26663 7, MVT::v8i16,
26664 OPC_CheckPatternPredicate0,
26665 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ABS_I16x8),
26666 MVT::v8i16, 1, 2,
26667 7, MVT::v4i32,
26668 OPC_CheckPatternPredicate0,
26669 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ABS_I32x4),
26670 MVT::v4i32, 1, 2,
26671 7, MVT::v2i64,
26672 OPC_CheckPatternPredicate0,
26673 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ABS_I64x2),
26674 MVT::v2i64, 1, 2,
26675 0,
26676 22, TARGET_VAL(ISD::SADDSAT),
26677 OPC_RecordChild0,
26678 OPC_RecordChild1,
26679 OPC_SwitchType , 7, MVT::v16i8,
26680 OPC_CheckPatternPredicate0,
26681 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ADD_SAT_S_I8x16),
26682 MVT::v16i8, 2, 16,
26683 7, MVT::v8i16,
26684 OPC_CheckPatternPredicate0,
26685 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ADD_SAT_S_I16x8),
26686 MVT::v8i16, 2, 16,
26687 0,
26688 22, TARGET_VAL(ISD::UADDSAT),
26689 OPC_RecordChild0,
26690 OPC_RecordChild1,
26691 OPC_SwitchType , 7, MVT::v16i8,
26692 OPC_CheckPatternPredicate0,
26693 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ADD_SAT_U_I8x16),
26694 MVT::v16i8, 2, 16,
26695 7, MVT::v8i16,
26696 OPC_CheckPatternPredicate0,
26697 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::ADD_SAT_U_I16x8),
26698 MVT::v8i16, 2, 16,
26699 0,
26700 22, TARGET_VAL(ISD::SSUBSAT),
26701 OPC_RecordChild0,
26702 OPC_RecordChild1,
26703 OPC_SwitchType , 7, MVT::v16i8,
26704 OPC_CheckPatternPredicate0,
26705 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SUB_SAT_S_I8x16),
26706 MVT::v16i8, 2, 16,
26707 7, MVT::v8i16,
26708 OPC_CheckPatternPredicate0,
26709 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SUB_SAT_S_I16x8),
26710 MVT::v8i16, 2, 16,
26711 0,
26712 22, TARGET_VAL(ISD::USUBSAT),
26713 OPC_RecordChild0,
26714 OPC_RecordChild1,
26715 OPC_SwitchType , 7, MVT::v16i8,
26716 OPC_CheckPatternPredicate0,
26717 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SUB_SAT_U_I8x16),
26718 MVT::v16i8, 2, 16,
26719 7, MVT::v8i16,
26720 OPC_CheckPatternPredicate0,
26721 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SUB_SAT_U_I16x8),
26722 MVT::v8i16, 2, 16,
26723 0,
26724 31, TARGET_VAL(ISD::SMIN),
26725 OPC_RecordChild0,
26726 OPC_RecordChild1,
26727 OPC_SwitchType , 7, MVT::v16i8,
26728 OPC_CheckPatternPredicate0,
26729 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MIN_S_I8x16),
26730 MVT::v16i8, 2, 16,
26731 7, MVT::v8i16,
26732 OPC_CheckPatternPredicate0,
26733 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MIN_S_I16x8),
26734 MVT::v8i16, 2, 16,
26735 7, MVT::v4i32,
26736 OPC_CheckPatternPredicate0,
26737 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MIN_S_I32x4),
26738 MVT::v4i32, 2, 16,
26739 0,
26740 31, TARGET_VAL(ISD::UMIN),
26741 OPC_RecordChild0,
26742 OPC_RecordChild1,
26743 OPC_SwitchType , 7, MVT::v16i8,
26744 OPC_CheckPatternPredicate0,
26745 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MIN_U_I8x16),
26746 MVT::v16i8, 2, 16,
26747 7, MVT::v8i16,
26748 OPC_CheckPatternPredicate0,
26749 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MIN_U_I16x8),
26750 MVT::v8i16, 2, 16,
26751 7, MVT::v4i32,
26752 OPC_CheckPatternPredicate0,
26753 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MIN_U_I32x4),
26754 MVT::v4i32, 2, 16,
26755 0,
26756 31, TARGET_VAL(ISD::SMAX),
26757 OPC_RecordChild0,
26758 OPC_RecordChild1,
26759 OPC_SwitchType , 7, MVT::v16i8,
26760 OPC_CheckPatternPredicate0,
26761 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MAX_S_I8x16),
26762 MVT::v16i8, 2, 16,
26763 7, MVT::v8i16,
26764 OPC_CheckPatternPredicate0,
26765 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MAX_S_I16x8),
26766 MVT::v8i16, 2, 16,
26767 7, MVT::v4i32,
26768 OPC_CheckPatternPredicate0,
26769 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MAX_S_I32x4),
26770 MVT::v4i32, 2, 16,
26771 0,
26772 31, TARGET_VAL(ISD::UMAX),
26773 OPC_RecordChild0,
26774 OPC_RecordChild1,
26775 OPC_SwitchType , 7, MVT::v16i8,
26776 OPC_CheckPatternPredicate0,
26777 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MAX_U_I8x16),
26778 MVT::v16i8, 2, 16,
26779 7, MVT::v8i16,
26780 OPC_CheckPatternPredicate0,
26781 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MAX_U_I16x8),
26782 MVT::v8i16, 2, 16,
26783 7, MVT::v4i32,
26784 OPC_CheckPatternPredicate0,
26785 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MAX_U_I32x4),
26786 MVT::v4i32, 2, 16,
26787 0,
26788 20, TARGET_VAL(ISD::AVGCEILU),
26789 OPC_RecordChild0,
26790 OPC_RecordChild1,
26791 OPC_SwitchType , 6, MVT::v16i8,
26792 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::AVGR_U_I8x16),
26793 MVT::v16i8, 2, 16,
26794 6, MVT::v8i16,
26795 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::AVGR_U_I16x8),
26796 MVT::v8i16, 2, 16,
26797 0,
26798 8, TARGET_VAL(WebAssemblyISD::DOT),
26799 OPC_RecordChild0,
26800 OPC_RecordChild1,
26801 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::DOT),
26802 MVT::v4i32, 2, 16,
26803 13, TARGET_VAL(WebAssemblyISD::TRUNC_SAT_ZERO_S),
26804 OPC_RecordChild0,
26805 OPC_CheckChild0Type, 29|128,1,
26806 OPC_CheckType, MVT::v4i32,
26807 OPC_CheckPatternPredicate0,
26808 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::trunc_sat_zero_s_I32x4),
26809 MVT::v4i32, 1, 2,
26810 13, TARGET_VAL(WebAssemblyISD::TRUNC_SAT_ZERO_U),
26811 OPC_RecordChild0,
26812 OPC_CheckChild0Type, 29|128,1,
26813 OPC_CheckType, MVT::v4i32,
26814 OPC_CheckPatternPredicate0,
26815 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::trunc_sat_zero_u_I32x4),
26816 MVT::v4i32, 1, 2,
26817 36, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_S),
26818 OPC_RecordChild0,
26819 OPC_SwitchType , 9, MVT::v8i16,
26820 OPC_CheckChild0Type, MVT::v16i8,
26821 OPC_CheckPatternPredicate0,
26822 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extend_low_s_I16x8),
26823 MVT::v8i16, 1, 2,
26824 9, MVT::v4i32,
26825 OPC_CheckChild0Type, MVT::v8i16,
26826 OPC_CheckPatternPredicate0,
26827 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extend_low_s_I32x4),
26828 MVT::v4i32, 1, 2,
26829 9, MVT::v2i64,
26830 OPC_CheckChild0Type, MVT::v4i32,
26831 OPC_CheckPatternPredicate0,
26832 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extend_low_s_I64x2),
26833 MVT::v2i64, 1, 2,
26834 0,
26835 36, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_S),
26836 OPC_RecordChild0,
26837 OPC_SwitchType , 9, MVT::v8i16,
26838 OPC_CheckChild0Type, MVT::v16i8,
26839 OPC_CheckPatternPredicate0,
26840 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extend_high_s_I16x8),
26841 MVT::v8i16, 1, 2,
26842 9, MVT::v4i32,
26843 OPC_CheckChild0Type, MVT::v8i16,
26844 OPC_CheckPatternPredicate0,
26845 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extend_high_s_I32x4),
26846 MVT::v4i32, 1, 2,
26847 9, MVT::v2i64,
26848 OPC_CheckChild0Type, MVT::v4i32,
26849 OPC_CheckPatternPredicate0,
26850 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extend_high_s_I64x2),
26851 MVT::v2i64, 1, 2,
26852 0,
26853 36, TARGET_VAL(WebAssemblyISD::EXTEND_LOW_U),
26854 OPC_RecordChild0,
26855 OPC_SwitchType , 9, MVT::v8i16,
26856 OPC_CheckChild0Type, MVT::v16i8,
26857 OPC_CheckPatternPredicate0,
26858 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extend_low_u_I16x8),
26859 MVT::v8i16, 1, 2,
26860 9, MVT::v4i32,
26861 OPC_CheckChild0Type, MVT::v8i16,
26862 OPC_CheckPatternPredicate0,
26863 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extend_low_u_I32x4),
26864 MVT::v4i32, 1, 2,
26865 9, MVT::v2i64,
26866 OPC_CheckChild0Type, MVT::v4i32,
26867 OPC_CheckPatternPredicate0,
26868 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extend_low_u_I64x2),
26869 MVT::v2i64, 1, 2,
26870 0,
26871 36, TARGET_VAL(WebAssemblyISD::EXTEND_HIGH_U),
26872 OPC_RecordChild0,
26873 OPC_SwitchType , 9, MVT::v8i16,
26874 OPC_CheckChild0Type, MVT::v16i8,
26875 OPC_CheckPatternPredicate0,
26876 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extend_high_u_I16x8),
26877 MVT::v8i16, 1, 2,
26878 9, MVT::v4i32,
26879 OPC_CheckChild0Type, MVT::v8i16,
26880 OPC_CheckPatternPredicate0,
26881 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extend_high_u_I32x4),
26882 MVT::v4i32, 1, 2,
26883 9, MVT::v2i64,
26884 OPC_CheckChild0Type, MVT::v4i32,
26885 OPC_CheckPatternPredicate0,
26886 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extend_high_u_I64x2),
26887 MVT::v2i64, 1, 2,
26888 0,
26889 25, TARGET_VAL(WebAssemblyISD::EXT_ADD_PAIRWISE_S),
26890 OPC_RecordChild0,
26891 OPC_SwitchType , 9, MVT::v8i16,
26892 OPC_CheckChild0Type, MVT::v16i8,
26893 OPC_CheckPatternPredicate0,
26894 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_s_I16x8),
26895 MVT::v8i16, 1, 2,
26896 9, MVT::v4i32,
26897 OPC_CheckChild0Type, MVT::v8i16,
26898 OPC_CheckPatternPredicate0,
26899 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_s_I32x4),
26900 MVT::v4i32, 1, 2,
26901 0,
26902 25, TARGET_VAL(WebAssemblyISD::EXT_ADD_PAIRWISE_U),
26903 OPC_RecordChild0,
26904 OPC_SwitchType , 9, MVT::v8i16,
26905 OPC_CheckChild0Type, MVT::v16i8,
26906 OPC_CheckPatternPredicate0,
26907 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_u_I16x8),
26908 MVT::v8i16, 1, 2,
26909 9, MVT::v4i32,
26910 OPC_CheckChild0Type, MVT::v8i16,
26911 OPC_CheckPatternPredicate0,
26912 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::extadd_pairwise_u_I32x4),
26913 MVT::v4i32, 1, 2,
26914 0,
26915 98, TARGET_VAL(ISD::FMULADD),
26916 OPC_Scope, 32,
26917 OPC_MoveChild0,
26918 OPC_CheckOpcode, TARGET_VAL(ISD::FNEG),
26919 OPC_RecordChild0,
26920 OPC_MoveParent,
26921 OPC_RecordChild1,
26922 OPC_RecordChild2,
26923 OPC_SwitchType , 8, 11|128,1,
26924 OPC_CheckPatternPredicate5,
26925 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NMADD_F32x4),
26926 11|128,1, 3, 41,
26927 8, 29|128,1,
26928 OPC_CheckPatternPredicate5,
26929 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NMADD_F64x2),
26930 29|128,1, 3, 41,
26931 0,
26932 62,
26933 OPC_RecordChild0,
26934 OPC_Scope, 31,
26935 OPC_MoveChild1,
26936 OPC_CheckOpcode, TARGET_VAL(ISD::FNEG),
26937 OPC_RecordChild0,
26938 OPC_MoveParent,
26939 OPC_RecordChild2,
26940 OPC_SwitchType , 8, 11|128,1,
26941 OPC_CheckPatternPredicate5,
26942 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NMADD_F32x4),
26943 11|128,1, 3, 38,
26944 8, 29|128,1,
26945 OPC_CheckPatternPredicate5,
26946 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NMADD_F64x2),
26947 29|128,1, 3, 38,
26948 0,
26949 26,
26950 OPC_RecordChild1,
26951 OPC_RecordChild2,
26952 OPC_SwitchType , 8, 11|128,1,
26953 OPC_CheckPatternPredicate5,
26954 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MADD_F32x4),
26955 11|128,1, 3, 41,
26956 8, 29|128,1,
26957 OPC_CheckPatternPredicate5,
26958 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MADD_F64x2),
26959 29|128,1, 3, 41,
26960 0,
26961 0,
26962 0,
26963 53, TARGET_VAL(ISD::FMA),
26964 OPC_Scope, 17,
26965 OPC_MoveChild0,
26966 OPC_CheckOpcode, TARGET_VAL(ISD::FNEG),
26967 OPC_RecordChild0,
26968 OPC_MoveParent,
26969 OPC_RecordChild1,
26970 OPC_RecordChild2,
26971 OPC_CheckType, MVT::v8f16,
26972 OPC_CheckPatternPredicate7,
26973 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NMADD_F16x8),
26974 MVT::v8f16, 3, 41,
26975 32,
26976 OPC_RecordChild0,
26977 OPC_Scope, 16,
26978 OPC_MoveChild1,
26979 OPC_CheckOpcode, TARGET_VAL(ISD::FNEG),
26980 OPC_RecordChild0,
26981 OPC_MoveParent,
26982 OPC_RecordChild2,
26983 OPC_CheckType, MVT::v8f16,
26984 OPC_CheckPatternPredicate7,
26985 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::NMADD_F16x8),
26986 MVT::v8f16, 3, 38,
26987 11,
26988 OPC_RecordChild1,
26989 OPC_RecordChild2,
26990 OPC_CheckType, MVT::v8f16,
26991 OPC_CheckPatternPredicate7,
26992 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::MADD_F16x8),
26993 MVT::v8f16, 3, 41,
26994 0,
26995 0,
26996 65, TARGET_VAL(ISD::PSEUDO_FMIN),
26997 OPC_RecordChild0,
26998 OPC_RecordChild1,
26999 OPC_Scope, 26,
27000 OPC_CheckPredicate, 30,
27001 OPC_SwitchType , 8, 11|128,1,
27002 OPC_CheckPatternPredicate5,
27003 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMIN_F32x4),
27004 11|128,1, 2, 1,
27005 8, 29|128,1,
27006 OPC_CheckPatternPredicate5,
27007 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMIN_F64x2),
27008 29|128,1, 2, 1,
27009 0,
27010 11,
27011 OPC_CheckType, 11|128,1,
27012 OPC_CheckPatternPredicate0,
27013 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMIN_F32x4),
27014 11|128,1, 2, 1,
27015 11,
27016 OPC_CheckType, 29|128,1,
27017 OPC_CheckPatternPredicate0,
27018 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMIN_F64x2),
27019 29|128,1, 2, 1,
27020 9,
27021 OPC_CheckType, MVT::v8f16,
27022 OPC_CheckPatternPredicate7,
27023 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMIN_F16x8),
27024 MVT::v8f16, 2, 1,
27025 0,
27026 65, TARGET_VAL(ISD::PSEUDO_FMAX),
27027 OPC_RecordChild0,
27028 OPC_RecordChild1,
27029 OPC_Scope, 26,
27030 OPC_CheckPredicate, 31,
27031 OPC_SwitchType , 8, 11|128,1,
27032 OPC_CheckPatternPredicate5,
27033 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMAX_F32x4),
27034 11|128,1, 2, 1,
27035 8, 29|128,1,
27036 OPC_CheckPatternPredicate5,
27037 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMAX_F64x2),
27038 29|128,1, 2, 1,
27039 0,
27040 11,
27041 OPC_CheckType, 11|128,1,
27042 OPC_CheckPatternPredicate0,
27043 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMAX_F32x4),
27044 11|128,1, 2, 1,
27045 11,
27046 OPC_CheckType, 29|128,1,
27047 OPC_CheckPatternPredicate0,
27048 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMAX_F64x2),
27049 29|128,1, 2, 1,
27050 9,
27051 OPC_CheckType, MVT::v8f16,
27052 OPC_CheckPatternPredicate7,
27053 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::PMAX_F16x8),
27054 MVT::v8f16, 2, 1,
27055 0,
27056 14, TARGET_VAL(WebAssemblyISD::CONVERT_LOW_S),
27057 OPC_RecordChild0,
27058 OPC_CheckChild0Type, MVT::v4i32,
27059 OPC_CheckType, 29|128,1,
27060 OPC_CheckPatternPredicate0,
27061 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::convert_low_s_F64x2),
27062 29|128,1, 1, 2,
27063 14, TARGET_VAL(WebAssemblyISD::CONVERT_LOW_U),
27064 OPC_RecordChild0,
27065 OPC_CheckChild0Type, MVT::v4i32,
27066 OPC_CheckType, 29|128,1,
27067 OPC_CheckPatternPredicate0,
27068 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::convert_low_u_F64x2),
27069 29|128,1, 1, 2,
27070 29, TARGET_VAL(WebAssemblyISD::DEMOTE_ZERO),
27071 OPC_RecordChild0,
27072 OPC_SwitchType , 11, 11|128,1,
27073 OPC_CheckChild0Type, 29|128,1,
27074 OPC_CheckPatternPredicate0,
27075 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::demote_zero_F32x4),
27076 11|128,1, 1, 2,
27077 10, MVT::v8f16,
27078 OPC_CheckChild0Type, 11|128,1,
27079 OPC_CheckPatternPredicate7,
27080 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::demote_zero_F16x8),
27081 MVT::v8f16, 1, 2,
27082 0,
27083 30, TARGET_VAL(WebAssemblyISD::PROMOTE_LOW),
27084 OPC_RecordChild0,
27085 OPC_SwitchType , 11, 29|128,1,
27086 OPC_CheckChild0Type, 11|128,1,
27087 OPC_CheckPatternPredicate0,
27088 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::promote_low_F64x2),
27089 29|128,1, 1, 2,
27090 10, 11|128,1,
27091 OPC_CheckChild0Type, MVT::v8i16,
27092 OPC_CheckPatternPredicate7,
27093 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::promote_low_F32x4),
27094 11|128,1, 1, 2,
27095 0,
27096 26, TARGET_VAL(WebAssemblyISD::RELAXED_FMIN),
27097 OPC_RecordChild0,
27098 OPC_RecordChild1,
27099 OPC_SwitchType , 8, 11|128,1,
27100 OPC_CheckPatternPredicate5,
27101 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMIN_F32x4),
27102 11|128,1, 2, 16,
27103 8, 29|128,1,
27104 OPC_CheckPatternPredicate5,
27105 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMIN_F64x2),
27106 29|128,1, 2, 16,
27107 0,
27108 26, TARGET_VAL(WebAssemblyISD::RELAXED_FMAX),
27109 OPC_RecordChild0,
27110 OPC_RecordChild1,
27111 OPC_SwitchType , 8, 11|128,1,
27112 OPC_CheckPatternPredicate5,
27113 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMAX_F32x4),
27114 11|128,1, 2, 16,
27115 8, 29|128,1,
27116 OPC_CheckPatternPredicate5,
27117 OPC_MorphNodeTo1None, TARGET_VAL(WebAssembly::SIMD_RELAXED_FMAX_F64x2),
27118 29|128,1, 2, 16,
27119 0,
27120 0,
27121 }; // Total Array size is 49316 bytes
27122
27123 static const uint8_t OperandLists[] = {
27124 /* 0 */ 2, 1, 0,
27125 /* 3 */ 1, 2, 0,
27126 /* 6 */ 3, 0,
27127 /* 8 */ 6, 4, 7, 5, 0,
27128 /* 13 */ 7, 0,
27129 /* 15 */ 2, 0, 1,
27130 /* 18 */ 0, 2, 1,
27131 /* 21 */ 0, 3, 1,
27132 /* 24 */ 5, 3, 4, 1,
27133 /* 28 */ 5, 6, 3, 4, 1,
27134 /* 33 */ 6, 4, 7, 5, 1,
27135 /* 38 */ 1, 0, 2,
27136 /* 41 */ 0, 1, 2,
27137 /* 44 */ 0, 3, 2,
27138 /* 47 */ 5, 6, 3, 4, 2,
27139 /* 52 */ 0, 1, 2, 3,
27140 /* 56 */ 4, 2, 3,
27141 /* 59 */ 6, 7, 4, 5, 2, 3,
27142 /* 65 */ 1, 2, 3, 4,
27143 /* 69 */ 5, 2, 3, 4,
27144 /* 73 */ 1, 2, 3, 4, 5,
27145 /* 78 */ 6, 7, 3, 4, 5,
27146 /* 83 */ 4, 6,
27147 /* 85 */ 4, 5, 6, 7,
27148 /* 89 */ 1, 2, 3, 4, 5, 6, 7, 8,
27149 /* 97 */ 8, 9, 10, 11, 12, 13, 14, 15,
27150 /* 105 */ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16,
27151 /* 121 */ 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31,
27152 /* 137 */ 0, 1, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33,
27153 };
27154
27155 #undef COVERAGE_IDX_VAL
27156 #undef TARGET_VAL
27157 SelectCodeCommon(NodeToMatch: N, MatcherTable, TableSize: sizeof(MatcherTable),
27158 OperandLists);
27159}
27160#endif // GET_DAGISEL_BODY
27161
27162#ifdef GET_DAGISEL_DECL
27163bool CheckPatternPredicate(unsigned PredNo) const override;
27164#endif
27165#if defined(GET_DAGISEL_BODY) || DAGISEL_INLINE
27166bool DAGISEL_CLASS_COLONCOLON CheckPatternPredicate(unsigned PredNo) const
27167#if DAGISEL_INLINE
27168 override
27169#endif
27170{
27171 switch (PredNo) {
27172 default: llvm_unreachable("Invalid predicate in table?");
27173 case 0: return (Subtarget->hasSIMD128());
27174 case 1: return (!Subtarget->hasAddr64()) && (Subtarget->hasAtomics());
27175 case 2: return (Subtarget->hasAddr64()) && (Subtarget->hasAtomics());
27176 case 3: return (!Subtarget->hasAddr64());
27177 case 4: return (Subtarget->hasAddr64());
27178 case 5: return (Subtarget->hasRelaxedSIMD());
27179 case 6: return (Subtarget->hasReferenceTypes());
27180 case 7: return (Subtarget->hasFP16()) && (Subtarget->hasSIMD128());
27181 case 8: return (Subtarget->hasExceptionHandling()) && (Subtarget->hasReferenceTypes());
27182 case 9: return (Subtarget->hasBulkMemoryOpt());
27183 case 10: return (Subtarget->hasNontrappingFPToInt());
27184 case 11: return (!Subtarget->hasNontrappingFPToInt());
27185 case 12: return (Subtarget->hasSignExt());
27186 case 13: return (Subtarget->hasRelaxedSIMD()) && (Subtarget->hasSIMD128());
27187 case 14: return (!Subtarget->hasAddr64()) && (TM.isPositionIndependent());
27188 case 15: return (Subtarget->hasAddr64()) && (TM.isPositionIndependent());
27189 case 16: return (Subtarget->hasFP16());
27190 case 17: return (!Subtarget->hasAddr64()) && (!TM.isPositionIndependent());
27191 case 18: return (Subtarget->hasAddr64()) && (!TM.isPositionIndependent());
27192 case 19: return (Subtarget->hasExceptionHandling());
27193 }
27194}
27195#endif // GET_DAGISEL_BODY
27196
27197#ifdef GET_DAGISEL_DECL
27198bool CheckNodePredicate(SDValue Op, unsigned PredNo) const override;
27199#endif
27200#if defined(GET_DAGISEL_BODY) || DAGISEL_INLINE
27201bool DAGISEL_CLASS_COLONCOLON CheckNodePredicate(SDValue Op, unsigned PredNo) const
27202#if DAGISEL_INLINE
27203 override
27204#endif
27205{
27206 switch (PredNo) {
27207 default: llvm_unreachable("Invalid predicate in table?");
27208 case 0: {
27209 // Predicate_LaneIdx32
27210 int64_t Imm = cast<ConstantSDNode>(Val: Op.getNode())->getSExtValue();
27211return 0 <= Imm && Imm < 32;
27212 }
27213 case 1: {
27214 // Predicate_atomic_cmp_swap_i8
27215 // Predicate_atomic_load_add_i8
27216 // Predicate_atomic_load_aext_8
27217 // Predicate_atomic_load_and_i8
27218 // Predicate_atomic_load_or_i8
27219 // Predicate_atomic_load_sub_i8
27220 // Predicate_atomic_load_xor_i8
27221 // Predicate_atomic_load_zext_8
27222 // Predicate_atomic_store_8
27223 // Predicate_atomic_swap_i8
27224 // Predicate_extloadi8
27225 // Predicate_sextloadi8
27226 // Predicate_truncstorei8
27227 // Predicate_zextloadi8
27228 SDNode *N = Op.getNode();
27229 (void)N;
27230if (cast<MemSDNode>(Val: N)->getMemoryVT() != MVT::i8) return false;
27231return true;
27232
27233 }
27234 case 2: {
27235 // Predicate_atomic_cmp_swap_i16
27236 // Predicate_atomic_load_add_i16
27237 // Predicate_atomic_load_aext_16
27238 // Predicate_atomic_load_and_i16
27239 // Predicate_atomic_load_or_i16
27240 // Predicate_atomic_load_sub_i16
27241 // Predicate_atomic_load_xor_i16
27242 // Predicate_atomic_load_zext_16
27243 // Predicate_atomic_store_16
27244 // Predicate_atomic_swap_i16
27245 // Predicate_extloadi16
27246 // Predicate_sextloadi16
27247 // Predicate_truncstorei16
27248 // Predicate_zextloadi16
27249 SDNode *N = Op.getNode();
27250 (void)N;
27251if (cast<MemSDNode>(Val: N)->getMemoryVT() != MVT::i16) return false;
27252return true;
27253
27254 }
27255 case 3: {
27256 // Predicate_atomic_cmp_swap_i32
27257 // Predicate_atomic_load_add_i32
27258 // Predicate_atomic_load_and_i32
27259 // Predicate_atomic_load_nonext_32
27260 // Predicate_atomic_load_or_i32
27261 // Predicate_atomic_load_sub_i32
27262 // Predicate_atomic_load_xor_i32
27263 // Predicate_atomic_store_32
27264 // Predicate_atomic_swap_i32
27265 // Predicate_extloadi32
27266 // Predicate_sextloadi32
27267 // Predicate_truncstorei32
27268 // Predicate_zextloadi32
27269 SDNode *N = Op.getNode();
27270 (void)N;
27271if (cast<MemSDNode>(Val: N)->getMemoryVT() != MVT::i32) return false;
27272return true;
27273
27274 }
27275 case 4: {
27276 // Predicate_unindexedstore
27277 SDNode *N = Op.getNode();
27278 (void)N;
27279if (cast<StoreSDNode>(Val: N)->getAddressingMode() != ISD::UNINDEXED) return false;
27280return true;
27281
27282 }
27283 case 5: {
27284 // Predicate_store
27285 SDNode *N = Op.getNode();
27286 (void)N;
27287 if (cast<StoreSDNode>(Val: N)->isTruncatingStore()) return false;
27288return true;
27289
27290 }
27291 case 6: {
27292 // Predicate_load
27293 SDNode *N = Op.getNode();
27294 (void)N;
27295if (cast<LoadSDNode>(Val: N)->getExtensionType() != ISD::NON_EXTLOAD) return false;
27296return true;
27297
27298 }
27299 case 7: {
27300 // Predicate_unindexedload
27301 SDNode *N = Op.getNode();
27302 (void)N;
27303if (cast<LoadSDNode>(Val: N)->getAddressingMode() != ISD::UNINDEXED) return false;
27304return true;
27305
27306 }
27307 case 8: {
27308 // Predicate_atomic_cmp_swap_i64
27309 // Predicate_atomic_load_add_i64
27310 // Predicate_atomic_load_and_i64
27311 // Predicate_atomic_load_nonext_64
27312 // Predicate_atomic_load_or_i64
27313 // Predicate_atomic_load_sub_i64
27314 // Predicate_atomic_load_xor_i64
27315 // Predicate_atomic_store_64
27316 // Predicate_atomic_swap_i64
27317 SDNode *N = Op.getNode();
27318 (void)N;
27319if (cast<MemSDNode>(Val: N)->getMemoryVT() != MVT::i64) return false;
27320return true;
27321
27322 }
27323 case 9: {
27324 // Predicate_extload
27325 SDNode *N = Op.getNode();
27326 (void)N;
27327if (cast<LoadSDNode>(Val: N)->getExtensionType() != ISD::EXTLOAD) return false;
27328return true;
27329
27330 }
27331 case 10: {
27332 // Predicate_ImmI8
27333 int64_t Imm = cast<ConstantSDNode>(Val: Op.getNode())->getSExtValue();
27334return -(1 << (8 - 1)) <= Imm && Imm < (1 << 8);
27335 }
27336 case 11: {
27337 // Predicate_LaneIdx4
27338 int64_t Imm = cast<ConstantSDNode>(Val: Op.getNode())->getSExtValue();
27339return 0 <= Imm && Imm < 4;
27340 }
27341 case 12: {
27342 // Predicate_LaneIdx2
27343 int64_t Imm = cast<ConstantSDNode>(Val: Op.getNode())->getSExtValue();
27344return 0 <= Imm && Imm < 2;
27345 }
27346 case 13: {
27347 // Predicate_atomic_load_zext
27348 SDNode *N = Op.getNode();
27349 (void)N;
27350if (cast<AtomicSDNode>(Val: N)->getExtensionType() != ISD::ZEXTLOAD) return false;
27351return true;
27352
27353 }
27354 case 14: {
27355 // Predicate_truncstore
27356 SDNode *N = Op.getNode();
27357 (void)N;
27358 if (!cast<StoreSDNode>(Val: N)->isTruncatingStore()) return false;
27359return true;
27360
27361 }
27362 case 15: {
27363 // Predicate_LaneIdx8
27364 int64_t Imm = cast<ConstantSDNode>(Val: Op.getNode())->getSExtValue();
27365return 0 <= Imm && Imm < 8;
27366 }
27367 case 16: {
27368 // Predicate_atomic_load_aext
27369 SDNode *N = Op.getNode();
27370 (void)N;
27371if (cast<AtomicSDNode>(Val: N)->getExtensionType() != ISD::EXTLOAD) return false;
27372return true;
27373
27374 }
27375 case 17: {
27376 // Predicate_sextload
27377 SDNode *N = Op.getNode();
27378 (void)N;
27379if (cast<LoadSDNode>(Val: N)->getExtensionType() != ISD::SEXTLOAD) return false;
27380return true;
27381
27382 }
27383 case 18: {
27384 // Predicate_zextload
27385 SDNode *N = Op.getNode();
27386 (void)N;
27387if (cast<LoadSDNode>(Val: N)->getExtensionType() != ISD::ZEXTLOAD) return false;
27388return true;
27389
27390 }
27391 case 19: {
27392 // Predicate_ImmI16
27393 int64_t Imm = cast<ConstantSDNode>(Val: Op.getNode())->getSExtValue();
27394return -(1 << (16 - 1)) <= Imm && Imm < (1 << 16);
27395 }
27396 case 20: {
27397 // Predicate_LaneIdx16
27398 int64_t Imm = cast<ConstantSDNode>(Val: Op.getNode())->getSExtValue();
27399return 0 <= Imm && Imm < 16;
27400 }
27401 case 21: {
27402 // Predicate_extloadf16
27403 // Predicate_truncstoref16
27404 SDNode *N = Op.getNode();
27405 (void)N;
27406if (cast<MemSDNode>(Val: N)->getMemoryVT() != MVT::f16) return false;
27407return true;
27408
27409 }
27410 case 22: {
27411 // Predicate_extloadvi8
27412 // Predicate_sextloadvi8
27413 // Predicate_zextloadvi8
27414 SDNode *N = Op.getNode();
27415 (void)N;
27416if (cast<LoadSDNode>(Val: N)->getMemoryVT().getScalarType() != MVT::i8) return false;
27417return true;
27418
27419 }
27420 case 23: {
27421 // Predicate_extloadvi16
27422 // Predicate_sextloadvi16
27423 // Predicate_zextloadvi16
27424 SDNode *N = Op.getNode();
27425 (void)N;
27426if (cast<LoadSDNode>(Val: N)->getMemoryVT().getScalarType() != MVT::i16) return false;
27427return true;
27428
27429 }
27430 case 24: {
27431 // Predicate_extloadvi32
27432 // Predicate_sextloadvi32
27433 // Predicate_zextloadvi32
27434 SDNode *N = Op.getNode();
27435 (void)N;
27436if (cast<LoadSDNode>(Val: N)->getMemoryVT().getScalarType() != MVT::i32) return false;
27437return true;
27438
27439 }
27440 case 25: {
27441 // Predicate_fadd_contract
27442 // Predicate_fmul_contract
27443 // Predicate_fsub_contract
27444 SDNode *N = Op.getNode();
27445 (void)N;
27446
27447 return N->getFlags().hasAllowContract();
27448
27449 }
27450 case 26: {
27451 // Predicate_atomic_load_nonext
27452 SDNode *N = Op.getNode();
27453 (void)N;
27454if (cast<AtomicSDNode>(Val: N)->getExtensionType() != ISD::NON_EXTLOAD) return false;
27455return true;
27456
27457 }
27458 case 27: {
27459 // Predicate_add_nuw
27460 SDNode *N = Op.getNode();
27461 (void)N;
27462return N->getFlags().hasNoUnsignedWrap();
27463 }
27464 case 28: {
27465 // Predicate_bool_node
27466 SDNode *N = Op.getNode();
27467 (void)N;
27468
27469 return CurDAG->computeKnownBits(Op).countMinLeadingZeros() == 31;
27470
27471 }
27472 case 29: {
27473 // Predicate_fpimm0
27474 auto *N = cast<ConstantFPSDNode>(Val: Op.getNode());
27475 (void)N;
27476
27477 return N->isPosZero();
27478
27479 }
27480 case 30: {
27481 // Predicate_relaxed_pmin
27482 SDNode *N = Op.getNode();
27483 (void)N;
27484
27485 return (N->getFlags().hasNoNaNs() ||
27486 (CurDAG->isKnownNeverNaN(Op: N->getOperand(Num: 0)) &&
27487 CurDAG->isKnownNeverNaN(Op: N->getOperand(Num: 1)))) &&
27488 (N->getFlags().hasNoSignedZeros() ||
27489 CurDAG->isKnownNeverLogicalZero(Op: N->getOperand(Num: 0)) ||
27490 CurDAG->isKnownNeverLogicalZero(Op: N->getOperand(Num: 1)));
27491
27492 }
27493 case 31: {
27494 // Predicate_relaxed_pmax
27495 SDNode *N = Op.getNode();
27496 (void)N;
27497
27498 return (N->getFlags().hasNoNaNs() ||
27499 ((CurDAG->isKnownNeverNaN(Op: N->getOperand(Num: 0))) &&
27500 CurDAG->isKnownNeverNaN(Op: N->getOperand(Num: 1)))) &&
27501 (N->getFlags().hasNoSignedZeros() ||
27502 CurDAG->isKnownNeverLogicalZero(Op: N->getOperand(Num: 0)) ||
27503 CurDAG->isKnownNeverLogicalZero(Op: N->getOperand(Num: 1)));
27504
27505 }
27506 }
27507}
27508#endif // GET_DAGISEL_BODY
27509
27510#ifdef GET_DAGISEL_DECL
27511bool CheckComplexPattern(SDNode *Root, SDNode *Parent,
27512 SDValue N, unsigned PatternNo,
27513 SmallVectorImpl<std::pair<SDValue, SDNode *>> &Result) override;
27514#endif
27515#if defined(GET_DAGISEL_BODY) || DAGISEL_INLINE
27516bool DAGISEL_CLASS_COLONCOLON CheckComplexPattern(SDNode *Root, SDNode *Parent,
27517 SDValue N, unsigned PatternNo,
27518 SmallVectorImpl<std::pair<SDValue, SDNode *>> &Result)
27519#if DAGISEL_INLINE
27520 override
27521#endif
27522{
27523 unsigned NextRes = Result.size();
27524 switch (PatternNo) {
27525 default: llvm_unreachable("Invalid pattern # in table?");
27526 case 0:
27527 Result.resize(N: NextRes+3);
27528 return SelectAtomicAddrOperands32(Op: Root, N, Offset&: Result[NextRes+0].first, Addr&: Result[NextRes+1].first, Order&: Result[NextRes+2].first);
27529 case 1:
27530 Result.resize(N: NextRes+3);
27531 return SelectAtomicAddrOperands64(Op: Root, N, Offset&: Result[NextRes+0].first, Addr&: Result[NextRes+1].first, Order&: Result[NextRes+2].first);
27532 case 2:
27533 Result.resize(N: NextRes+2);
27534 return SelectAddrOperands32(Op: N, Offset&: Result[NextRes+0].first, Addr&: Result[NextRes+1].first);
27535 case 3:
27536 Result.resize(N: NextRes+2);
27537 return SelectAddrOperands64(Op: N, Offset&: Result[NextRes+0].first, Addr&: Result[NextRes+1].first);
27538 }
27539}
27540#endif // GET_DAGISEL_BODY
27541
27542
27543#ifdef DAGISEL_INLINE
27544#undef DAGISEL_INLINE
27545#endif
27546#ifdef DAGISEL_CLASS_COLONCOLON
27547#undef DAGISEL_CLASS_COLONCOLON
27548#endif
27549#ifdef GET_DAGISEL_DECL
27550#undef GET_DAGISEL_DECL
27551#endif
27552#ifdef GET_DAGISEL_BODY
27553#undef GET_DAGISEL_BODY
27554#endif
27555