• Home
  • Raw
  • Download

Lines Matching refs:kCommutative

262   V(Word32And, Operator::kAssociative | Operator::kCommutative, 2, 0, 1)    \
263 V(Word32Or, Operator::kAssociative | Operator::kCommutative, 2, 0, 1) \
264 V(Word32Xor, Operator::kAssociative | Operator::kCommutative, 2, 0, 1) \
268 V(Word32Equal, Operator::kCommutative, 2, 0, 1) \
269 V(Int32Add, Operator::kAssociative | Operator::kCommutative, 2, 0, 1) \
271 V(Int32Mul, Operator::kAssociative | Operator::kCommutative, 2, 0, 1) \
272 V(Int32MulHigh, Operator::kAssociative | Operator::kCommutative, 2, 0, 1) \
281 V(Uint32MulHigh, Operator::kAssociative | Operator::kCommutative, 2, 0, 1)
286 V(Word64And, Operator::kAssociative | Operator::kCommutative, 2, 0, 1) \
287 V(Word64Or, Operator::kAssociative | Operator::kCommutative, 2, 0, 1) \
288 V(Word64Xor, Operator::kAssociative | Operator::kCommutative, 2, 0, 1) \
293 V(Word64Equal, Operator::kCommutative, 2, 0, 1) \
294 V(Int64Add, Operator::kAssociative | Operator::kCommutative, 2, 0, 1) \
296 V(Int64Mul, Operator::kAssociative | Operator::kCommutative, 2, 0, 1) \
356 V(Float32Add, Operator::kCommutative, 2, 0, 1) \
358 V(Float32Mul, Operator::kCommutative, 2, 0, 1) \
362 V(Float32Max, Operator::kAssociative | Operator::kCommutative, 2, 0, 1) \
363 V(Float32Min, Operator::kAssociative | Operator::kCommutative, 2, 0, 1) \
381 V(Float64Max, Operator::kAssociative | Operator::kCommutative, 2, 0, 1) \
382 V(Float64Min, Operator::kAssociative | Operator::kCommutative, 2, 0, 1) \
384 V(Float64Add, Operator::kCommutative, 2, 0, 1) \
386 V(Float64Mul, Operator::kCommutative, 2, 0, 1) \
395 V(Float32Equal, Operator::kCommutative, 2, 0, 1) \
398 V(Float64Equal, Operator::kCommutative, 2, 0, 1) \
418 V(F64x2Add, Operator::kCommutative, 2, 0, 1) \
420 V(F64x2Mul, Operator::kCommutative, 2, 0, 1) \
422 V(F64x2Min, Operator::kCommutative, 2, 0, 1) \
423 V(F64x2Max, Operator::kCommutative, 2, 0, 1) \
424 V(F64x2Eq, Operator::kCommutative, 2, 0, 1) \
425 V(F64x2Ne, Operator::kCommutative, 2, 0, 1) \
447 V(F32x4Add, Operator::kCommutative, 2, 0, 1) \
449 V(F32x4Mul, Operator::kCommutative, 2, 0, 1) \
451 V(F32x4Min, Operator::kCommutative, 2, 0, 1) \
452 V(F32x4Max, Operator::kCommutative, 2, 0, 1) \
453 V(F32x4Eq, Operator::kCommutative, 2, 0, 1) \
454 V(F32x4Ne, Operator::kCommutative, 2, 0, 1) \
477 V(I64x2Add, Operator::kCommutative, 2, 0, 1) \
479 V(I64x2Mul, Operator::kCommutative, 2, 0, 1) \
480 V(I64x2Eq, Operator::kCommutative, 2, 0, 1) \
481 V(I64x2Ne, Operator::kCommutative, 2, 0, 1) \
485 V(I64x2ExtMulLowI32x4S, Operator::kCommutative, 2, 0, 1) \
486 V(I64x2ExtMulHighI32x4S, Operator::kCommutative, 2, 0, 1) \
487 V(I64x2ExtMulLowI32x4U, Operator::kCommutative, 2, 0, 1) \
488 V(I64x2ExtMulHighI32x4U, Operator::kCommutative, 2, 0, 1) \
496 V(I32x4Add, Operator::kCommutative, 2, 0, 1) \
498 V(I32x4Mul, Operator::kCommutative, 2, 0, 1) \
499 V(I32x4MinS, Operator::kCommutative, 2, 0, 1) \
500 V(I32x4MaxS, Operator::kCommutative, 2, 0, 1) \
501 V(I32x4Eq, Operator::kCommutative, 2, 0, 1) \
502 V(I32x4Ne, Operator::kCommutative, 2, 0, 1) \
509 V(I32x4MinU, Operator::kCommutative, 2, 0, 1) \
510 V(I32x4MaxU, Operator::kCommutative, 2, 0, 1) \
515 V(I32x4DotI16x8S, Operator::kCommutative, 2, 0, 1) \
516 V(I32x4ExtMulLowI16x8S, Operator::kCommutative, 2, 0, 1) \
517 V(I32x4ExtMulHighI16x8S, Operator::kCommutative, 2, 0, 1) \
518 V(I32x4ExtMulLowI16x8U, Operator::kCommutative, 2, 0, 1) \
519 V(I32x4ExtMulHighI16x8U, Operator::kCommutative, 2, 0, 1) \
531 V(I16x8Add, Operator::kCommutative, 2, 0, 1) \
532 V(I16x8AddSatS, Operator::kCommutative, 2, 0, 1) \
535 V(I16x8Mul, Operator::kCommutative, 2, 0, 1) \
536 V(I16x8MinS, Operator::kCommutative, 2, 0, 1) \
537 V(I16x8MaxS, Operator::kCommutative, 2, 0, 1) \
538 V(I16x8Eq, Operator::kCommutative, 2, 0, 1) \
539 V(I16x8Ne, Operator::kCommutative, 2, 0, 1) \
546 V(I16x8AddSatU, Operator::kCommutative, 2, 0, 1) \
548 V(I16x8MinU, Operator::kCommutative, 2, 0, 1) \
549 V(I16x8MaxU, Operator::kCommutative, 2, 0, 1) \
552 V(I16x8RoundingAverageU, Operator::kCommutative, 2, 0, 1) \
553 V(I16x8Q15MulRSatS, Operator::kCommutative, 2, 0, 1) \
556 V(I16x8ExtMulLowI8x16S, Operator::kCommutative, 2, 0, 1) \
557 V(I16x8ExtMulHighI8x16S, Operator::kCommutative, 2, 0, 1) \
558 V(I16x8ExtMulLowI8x16U, Operator::kCommutative, 2, 0, 1) \
559 V(I16x8ExtMulHighI8x16U, Operator::kCommutative, 2, 0, 1) \
567 V(I8x16Add, Operator::kCommutative, 2, 0, 1) \
568 V(I8x16AddSatS, Operator::kCommutative, 2, 0, 1) \
571 V(I8x16MinS, Operator::kCommutative, 2, 0, 1) \
572 V(I8x16MaxS, Operator::kCommutative, 2, 0, 1) \
573 V(I8x16Eq, Operator::kCommutative, 2, 0, 1) \
574 V(I8x16Ne, Operator::kCommutative, 2, 0, 1) \
579 V(I8x16AddSatU, Operator::kCommutative, 2, 0, 1) \
581 V(I8x16MinU, Operator::kCommutative, 2, 0, 1) \
582 V(I8x16MaxU, Operator::kCommutative, 2, 0, 1) \
585 V(I8x16RoundingAverageU, Operator::kCommutative, 2, 0, 1) \
590 V(S128And, Operator::kAssociative | Operator::kCommutative, 2, 0, 1) \
591 V(S128Or, Operator::kAssociative | Operator::kCommutative, 2, 0, 1) \
592 V(S128Xor, Operator::kAssociative | Operator::kCommutative, 2, 0, 1) \
646 V(Int32AddWithOverflow, Operator::kAssociative | Operator::kCommutative) \
648 V(Int32MulWithOverflow, Operator::kAssociative | Operator::kCommutative) \
649 V(Int64AddWithOverflow, Operator::kAssociative | Operator::kCommutative) \