Lines Matching refs:vy

276   let vy = ? in defm v : VGTlhm<opcStr, "$vy", opc, RC, (ins V64:$vy)>;
328 let vy = ? in defm v : VSClhm<opcStr, "$vy", opc, RC, (ins V64:$vy)>;
558 let cy = 0, sy = 0, vy = ?, vz = ? in
559 defm vv : RVmm<opcStr, ", $vy, $vz", opc, VRC, RCM, (ins VRC:$vy, VRC:$vz)>;
570 let cy = 0, sy = 0, vy = ?, vz = ? in
571 defm vv : RVmm<opcStr, ", $vy, $vz", opc, VRC, RCM, (ins VRC:$vy, VRC:$vz)>;
572 let cs2 = 1, vy = ? in
573 defm vr : RVmm<opcStr, ", $vy, $sy", opc, VRC, RCM, (ins VRC:$vy, RC:$sy)>;
574 let cs2 = 1, cy = 0, vy = ? in
575 defm vi : RVmm<opcStr, ", $vy, $sy", opc, VRC, RCM, (ins VRC:$vy, SIMM:$sy)>;
586 let cy = 0, sy = 0, vy = ?, vz = ? in
587 defm vv : RVmm<opcStr, ", $vy, $vz", opc, RC, RCM, (ins RC:$vy, RC:$vz)>;
614 let cy = 0, sy = 0, vy = ?, vz = ? in
615 defm vv : RVmm<opcStr, ", $vz, $vy", opc, RC, RCM, (ins RC:$vz, RC:$vy)>;
626 let vy = ?, vz = ? in
627 defm vvr : RVmm<opcStr, ", ($vy, ${vz}), $sy", opc, RC, RCM,
628 (ins RC:$vy, RC:$vz, I64:$sy)>;
629 let cy = 0, vy = ?, vz = ? in
630 defm vvi : RVmm<opcStr, ", ($vy, ${vz}), $sy", opc, RC, RCM,
631 (ins RC:$vy, RC:$vz, uimm7:$sy)>;
651 // Generic RV multiclass with 1 argument using vy field.
656 let cy = 0, sy = 0, vy = ? in
657 defm v : RVmm<opcStr, ", $vy", opc, RC, RCM, (ins RC:$vy)>;
664 let cy = 0, sy = 0, vy = ?, vz = ?, vw = ? in
665 defm vvv : RVmm<opcStr, ", $vy, $vz, $vw", opc, VRC, RCM,
666 (ins VRC:$vy, VRC:$vz, VRC:$vw)>;
667 let cs2 = 1, vy = ?, vw = ? in
668 defm vrv : RVmm<opcStr, ", $vy, $sy, $vw", opc, VRC, RCM,
669 (ins VRC:$vy, RC:$sy, VRC:$vw)>;
670 let cs2 = 1, cy = 0, vy = ?, vw = ? in
671 defm viv : RVmm<opcStr, ", $vy, $sy, $vw", opc, VRC, RCM,
672 (ins VRC:$vy, SIMM:$sy, VRC:$vw)>;
685 let cy = 0, sy = 0, vy = ?, vz = ? in
686 defm v : RVmm<opcStr#"$vz", ", $vy", opc, RC, RCM, (ins RDOp:$vz, RC:$vy)>;
714 let vy = ? in
715 defm vr : RVIlm<opcStr, ", $vy, $sy", opc, VRC, (ins VRC:$vy, RC:$sy)>;
716 let cy = 0, vy = ? in
717 defm vi : RVIlm<opcStr, ", $vy, $sy", opc, VRC, (ins VRC:$vy, simm7fp:$sy)>;
724 let vy = ?, vz = ? in
725 defm vvr : RVIlm<opcStr, ", $vy, $vz, $sy", opc, VRC,
726 (ins VRC:$vy, VRC:$vz, RC:$sy)>;
727 let cy = 0, vy = ?, vz = ? in
728 defm vvi : RVIlm<opcStr, ", $vy, $vz, $sy", opc, VRC,
729 (ins VRC:$vy, VRC:$vz, simm7fp:$sy)>;
733 let vy = ?, vz = ?, VE_VLIndex = 4 in
736 defm vvr : RVlm<opcStr, ", $vy, $vz, $sy", opc, RC,
737 (ins RC:$vy, RC:$vz, I64:$sy)>;
738 let cy = 0 in defm vvi : RVlm<opcStr, ", $vy, $vz, $sy", opc, RC,
739 (ins RC:$vy, RC:$vz, SIMM:$sy)>;
765 let vy = ?, vz = ?, VE_VLIndex = 3 in
766 defm v : RVMKlm<opcStr#"$vy", ", $vz", opc, RCM, (ins CCOp:$vy, RC:$vz)>;
767 let vy = 15 /* AT */, VE_VLIndex = 1 in
769 let vy = 0 /* AF */, VE_VLIndex = 1 in
778 let cy = 0, sy = 0, vx = ?, vy = ?, vz = ?, hasSideEffects = 0 in
780 def mm : RV<opc, (outs RCM:$vx), (ins RCM:$vy, RCM:$vz),
781 !strconcat(opcStr, " $vx, $vy, $vz")>;
785 let cy = 0, sy = 0, vx = ?, vy = ?, hasSideEffects = 0 in
787 def m : RV<opc, (outs RCM:$vx), (ins RCM:$vy),
788 !strconcat(opcStr, " $vx, $vy")>;
792 let cy = 0, sy = 0, vy = ?, hasSideEffects = 0, Uses = [VL] in
814 defm m : RVMSbm<opcStr, " $vy", opc, (ins RCM:$vy)>;