Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 110 for sve2 (0.09 sec)

  1. pkg/proxy/iptables/proxier_test.go

    			input: dedent.Dedent(`
    				*filter
    				COMMIT
    				*nat
    				:KUBE-SERVICES - [0:0]
    				-A KUBE-SERVICES -m comment --comment "ns2/svc2:p80 cluster IP" svc2 line 1
    				-A KUBE-SERVICES -m comment --comment ns2/svc2 svc2 line 2
    				-A KUBE-SERVICES -m comment --comment "ns2/svc2 blah" svc2 line 3
    				-A KUBE-SERVICES -m comment --comment "ns1/svc1:p80 cluster IP" svc1 line 1
    				-A KUBE-SERVICES -m comment --comment ns1/svc1 svc1 line 2
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (0)
  2. test/codegen/memops.go

    	// 386/sse2: `MOVSD\t8\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*8\), X[0-9]+`
    	//    arm64: `FMOVD\t\(R[0-9]*\)\(R[0-9]*<<3\), F[0-9]+`
    	t = x[i+1]
    	//    amd64: `MOVSD\tX[0-9]+, 8\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*8\)`
    	// 386/sse2: `MOVSD\tX[0-9]+, 8\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*8\)`
    	//    arm64: `FMOVD\tF[0-9]+, \(R[0-9]*\)\(R[0-9]*<<3\)`
    	y[i+1] = t
    	//    amd64: `MOVSD\t8\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*[18]\), X[0-9]+`
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 04 16:40:24 UTC 2023
    - 12.5K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/dwarf.go

    	if !found {
    		sf := symFixups{inlIndex: -1, defseen: true, doffsets: doffsets}
    		ft.svec = append(ft.svec, sf)
    		ft.symtab[s] = len(ft.svec) - 1
    	} else {
    		sf := &ft.svec[idx]
    		sf.doffsets = doffsets
    		sf.defseen = true
    	}
    }
    
    func (ft *DwarfFixupTable) processFixups(slot int, s *LSym) {
    	sf := &ft.svec[slot]
    	for _, f := range sf.fixups {
    		dfound := false
    		for _, doffset := range sf.doffsets {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 01 20:40:28 UTC 2023
    - 22K bytes
    - Viewed (0)
  4. src/runtime/defer_test.go

    	globint2 = 0
    	globint3 = 0
    	var save1 byte
    	var save2 int64
    	var save3 int64
    	var save4 int64
    
    	defer func() {
    		if globint1 != 1 {
    			t.Fatalf("globint1:  wanted: 1, got %v", globint1)
    		}
    		if save1 != 5 {
    			t.Fatalf("save1:  wanted: 5, got %v", save1)
    		}
    		if globint2 != 1 {
    			t.Fatalf("globint2:  wanted: 1, got %v", globint2)
    		}
    		if save2 != 2 {
    			t.Fatalf("save2:  wanted: 2, got %v", save2)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 20 18:57:24 UTC 2023
    - 11.4K bytes
    - Viewed (0)
  5. src/internal/abi/abi_amd64.go

    package abi
    
    const (
    	// See abi_generic.go.
    
    	// RAX, RBX, RCX, RDI, RSI, R8, R9, R10, R11.
    	IntArgRegs = 9
    
    	// X0 -> X14.
    	FloatArgRegs = 15
    
    	// We use SSE2 registers which support 64-bit float operations.
    	EffectiveFloatRegSize = 8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 11 16:59:43 UTC 2021
    - 399 bytes
    - Viewed (0)
  6. pkg/config/analysis/analyzers/testdata/incorrect-port-name-external-name-service-type.yaml

    spec:
      externalName: nginx.example.com
      ports:
      - name: nginx
        port: 443
        protocol: TCP
        targetPort: 443
      type: ExternalName
    ---
    apiVersion: v1
    kind: Service
    metadata:
      name: nginx-svc2
      namespace: nginx-ns2
    spec:
      externalName: nginx.example.com
      ports:
      - port: 443
        protocol: TCP
        targetPort: 443
      type: ExternalName
    --- 
    apiVersion: v1
    kind: Service
    metadata:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Dec 09 00:46:04 UTC 2021
    - 641 bytes
    - Viewed (0)
  7. pkg/proxy/nftables/proxier_test.go

    		add rule ip kube-proxy external-42NFTM6N-ns2/svc2/tcp/p80 ip saddr 10.0.0.0/8 goto service-42NFTM6N-ns2/svc2/tcp/p80 comment "short-circuit pod traffic"
    		add rule ip kube-proxy external-42NFTM6N-ns2/svc2/tcp/p80 fib saddr type local jump mark-for-masquerade comment "masquerade local traffic"
    		add rule ip kube-proxy external-42NFTM6N-ns2/svc2/tcp/p80 fib saddr type local goto service-42NFTM6N-ns2/svc2/tcp/p80 comment "short-circuit local traffic"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 173.5K bytes
    - Viewed (0)
  8. pilot/pkg/serviceregistry/kube/controller/controller_test.go

    		Ports: model.PortList{
    			&model.Port{
    				Name:     "tcp-port",
    				Port:     8080,
    				Protocol: protocol.TCP,
    			},
    		},
    	}
    	svc2 := &model.Service{
    		Hostname:       kube.ServiceHostname("svc2", "nsA", defaultFakeDomainSuffix),
    		DefaultAddress: "10.0.0.1",
    		Ports: model.PortList{
    			&model.Port{
    				Name:     "tcp-port",
    				Port:     8081,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 85K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/x86/galign.go

    func Init(arch *ssagen.ArchInfo) {
    	arch.LinkArch = &x86.Link386
    	arch.REGSP = x86.REGSP
    	arch.SSAGenValue = ssaGenValue
    	arch.SSAGenBlock = ssaGenBlock
    	arch.MAXWIDTH = (1 << 32) - 1
    	switch v := buildcfg.GO386; v {
    	case "sse2":
    	case "softfloat":
    		arch.SoftFloat = true
    	case "387":
    		fmt.Fprintf(os.Stderr, "unsupported setting GO386=387. Consider using GO386=softfloat instead.\n")
    		base.Exit(1)
    	default:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 03 21:05:55 UTC 2021
    - 887 bytes
    - Viewed (0)
  10. pkg/registry/core/service/ipallocator/controller/repairip_test.go

    			svcs: []*v1.Service{newService("test-svc", []string{"10.0.1.1", "2001:db8::10"})},
    			ipAddresses: []*networkingv1alpha1.IPAddress{
    				newIPAddress("10.0.1.1", newService("test-svc2", []string{"10.0.1.1"})),
    				newIPAddress("2001:db8::10", newService("test-svc2", []string{"2001:db8::10"})),
    			},
    			cidrs: []*networkingv1alpha1.ServiceCIDR{
    				newServiceCIDR("kubernetes", serviceCIDRv4, serviceCIDRv6),
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 21:05:06 UTC 2023
    - 20.3K bytes
    - Viewed (0)
Back to top