Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for vs2 (0.02 sec)

  1. src/cmd/asm/internal/asm/testdata/ppc64_p10.s

    	XVF16GER2NN VS1, VS2, A1                // ec811690
    	XVF16GER2NP VS1, VS2, A1                // ec811290
    	XVF16GER2PN VS1, VS2, A1                // ec811490
    	XVF16GER2PP VS1, VS2, A1                // ec811090
    	XVF32GER VS1, VS2, A1                   // ec8110d8
    	XVF32GERNN VS1, VS2, A1                 // ec8116d0
    	XVF32GERNP VS1, VS2, A1                 // ec8112d0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 23 20:52:57 UTC 2023
    - 14.3K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/ppc64.s

    	XXLOR VS1, VS2, VS3             // f0611490
    	XXLORC VS1, VS2, VS3            // f0611550
    	XXLORQ VS1, VS2, VS3            // f0611490
    	XXLXOR VS1, VS2, VS3            // f06114d0
    	XXSEL VS1, VS2, VS3, VS4        // f08110f0
    	XXSEL VS33, VS34, VS35, VS36    // f08110ff
    	XXSEL V1, V2, V3, V4            // f08110ff
    	XXMRGHW VS1, VS2, VS3           // f0611090
    	XXMRGLW VS1, VS2, VS3           // f0611190
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 21:53:50 UTC 2024
    - 50.2K bytes
    - Viewed (0)
  3. platforms/native/platform-native/src/test/groovy/org/gradle/nativeplatform/toolchain/internal/msvcpp/DefaultVisualStudioLocatorTest.groovy

        def "use highest visual studio version found in the registry"() {
            def dir1 = vsDir("vs1")
            def dir2 = vsDir("vs2")
    
            given:
            1 * commandLineLocator.getVisualStudioInstalls() >> []
            1 * windowsRegistryLocator.getVisualStudioInstalls() >> { [legacyVsInstall(dir1, "11.0"), legacyVsInstall(dir2, "12.0")] }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 25.1K bytes
    - Viewed (0)
  4. pkg/proxy/ipvs/util/testing/fake_test.go

    	}
    	if !got12.Equal(vs12) {
    		t.Errorf("Expect virtual server: %v, got: %v", vs12, got12)
    	}
    	// Add another virtual server
    	vs2 := &utilipvs.VirtualServer{
    		Address:  netutils.ParseIPSloppy("10::40"),
    		Port:     uint16(8080),
    		Protocol: string("UDP"),
    	}
    	err = fake.AddVirtualServer(vs2)
    	if err != nil {
    		t.Errorf("Unexpected error when add virtual server, error: %v", err)
    	}
    	// Add another virtual server
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 19 01:20:51 UTC 2023
    - 5.6K bytes
    - Viewed (0)
  5. src/crypto/aes/gcm_ppc64x.s

    	MOVB	R14, (R16)(BLK_OUT)
    #endif
    done:
    	// Save the updated counter value
    	P8_STXVB16X(V30, COUNTER, R0)
    	// Clear the keys
    	XXLXOR	VS0, VS0, VS0
    	XXLXOR	VS1, VS1, VS1
    	XXLXOR	VS2, VS2, VS2
    	XXLXOR	VS3, VS3, VS3
    	XXLXOR	VS4, VS4, VS4
    	XXLXOR	VS5, VS5, VS5
    	XXLXOR	VS6, VS6, VS6
    	XXLXOR	VS7, VS7, VS7
    	XXLXOR	VS8, VS8, VS8
    	XXLXOR	VS9, VS9, VS9
    	XXLXOR	VS10, VS10, VS10
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 27.1K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/inst.go

    	V10
    	V11
    	V12
    	V13
    	V14
    	V15
    	V16
    	V17
    	V18
    	V19
    	V20
    	V21
    	V22
    	V23
    	V24
    	V25
    	V26
    	V27
    	V28
    	V29
    	V30
    	V31
    	VS0
    	VS1
    	VS2
    	VS3
    	VS4
    	VS5
    	VS6
    	VS7
    	VS8
    	VS9
    	VS10
    	VS11
    	VS12
    	VS13
    	VS14
    	VS15
    	VS16
    	VS17
    	VS18
    	VS19
    	VS20
    	VS21
    	VS22
    	VS23
    	VS24
    	VS25
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 03 01:35:44 UTC 2021
    - 4.5K bytes
    - Viewed (0)
  7. src/cmd/asm/internal/asm/operand_test.go

    	{"(R5)(R6*1)", "(R5)(R6*1)"},
    	{"(R5+R6)", "(R5)(R6)"},
    	{"-1(R4)", "-1(R4)"},
    	{"-1(R5)", "-1(R5)"},
    	{"6(PC)", "6(PC)"},
    	{"CR7", "CR7"},
    	{"CTR", "CTR"},
    	{"VS0", "VS0"},
    	{"VS1", "VS1"},
    	{"VS2", "VS2"},
    	{"VS3", "VS3"},
    	{"VS4", "VS4"},
    	{"VS5", "VS5"},
    	{"VS6", "VS6"},
    	{"VS7", "VS7"},
    	{"VS8", "VS8"},
    	{"VS9", "VS9"},
    	{"VS10", "VS10"},
    	{"VS11", "VS11"},
    	{"VS12", "VS12"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 29 18:31:05 UTC 2023
    - 23.9K bytes
    - Viewed (0)
  8. pilot/pkg/model/push_context_test.go

    							},
    						},
    					},
    					Delegate: &networking.Delegate{
    						Name:      "vs2",
    						Namespace: "ns2",
    					},
    				},
    			},
    		},
    	}
    	vs2 := config.Config{
    		Meta: config.Meta{
    			GroupVersionKind: gvk.VirtualService,
    			Name:             "vs2",
    			Namespace:        "ns2",
    		},
    		Spec: &networking.VirtualService{
    			Hosts:    []string{},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 95.3K bytes
    - Viewed (0)
  9. pilot/pkg/networking/core/gateway_simulation_test.go

        route:
        - destination:
            host: mysite.default.svc.cluster.local
            port:
              number: 443
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: VirtualService
    metadata:
      name: vs2
      namespace: default
    spec:
      gateways:
      - istio-system/ingressgateway
      hosts:
      - mysite.example.com
      tls:
      - match:
        - port: 443
          sniHosts:
          - mysite.example.com
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 10 18:27:40 UTC 2024
    - 46.5K bytes
    - Viewed (0)
  10. pilot/pkg/serviceregistry/kube/controller/controller_test.go

    	fx.AssertEmpty(t, 0)
    
    	// create vs1 in nsA
    	createVirtualService(controller, "vs1", nsA, map[string]string{}, t)
    
    	// create vs1 in nsB
    	createVirtualService(controller, "vs2", nsB, map[string]string{}, t)
    
    	// expand namespaces to nsA and nsB with selectors (expect events svc3 and a full push event for nsB selected)
    	updateMeshConfig(
    		&meshconfig.MeshConfig{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 85K bytes
    - Viewed (0)
Back to top