Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for sc_regs (0.3 sec)

  1. src/cmd/internal/obj/loong64/asm.go

    	{AADD, C_REG, C_REG, C_NONE, C_REG, C_NONE, 2, 4, 0, 0},
    	{AADDV, C_REG, C_REG, C_NONE, C_REG, C_NONE, 2, 4, 0, 0},
    	{AAND, C_REG, C_REG, C_NONE, C_REG, C_NONE, 2, 4, 0, 0},
    	{ASUB, C_REG, C_NONE, C_NONE, C_REG, C_NONE, 2, 4, 0, 0},
    	{ASUBV, C_REG, C_NONE, C_NONE, C_REG, C_NONE, 2, 4, 0, 0},
    	{AADD, C_REG, C_NONE, C_NONE, C_REG, C_NONE, 2, 4, 0, 0},
    	{AADDV, C_REG, C_NONE, C_NONE, C_REG, C_NONE, 2, 4, 0, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 02:04:54 UTC 2024
    - 61.8K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/mips/asm0.go

    	{AADDV, C_REG, C_REG, C_REG, 2, 4, 0, sys.MIPS64, 0},
    	{AAND, C_REG, C_REG, C_REG, 2, 4, 0, 0, 0},
    	{ASUB, C_REG, C_NONE, C_REG, 2, 4, 0, 0, 0},
    	{ASUBV, C_REG, C_NONE, C_REG, 2, 4, 0, sys.MIPS64, 0},
    	{AADD, C_REG, C_NONE, C_REG, 2, 4, 0, 0, 0},
    	{AADDV, C_REG, C_NONE, C_REG, 2, 4, 0, sys.MIPS64, 0},
    	{AAND, C_REG, C_NONE, C_REG, 2, 4, 0, 0, 0},
    	{ACMOVN, C_REG, C_REG, C_REG, 2, 4, 0, 0, 0},
    	{ANEGW, C_REG, C_NONE, C_REG, 2, 4, 0, 0, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 53.6K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/arm/asm5.go

    	{AMOVB, C_REG, C_NONE, C_REG, 1, 4, 0, 0, 0, 0},
    	{AMOVBS, C_REG, C_NONE, C_REG, 14, 8, 0, 0, 0, 0},
    	{AMOVBU, C_REG, C_NONE, C_REG, 58, 4, 0, 0, 0, 0},
    	{AMOVH, C_REG, C_NONE, C_REG, 1, 4, 0, 0, 0, 0},
    	{AMOVHS, C_REG, C_NONE, C_REG, 14, 8, 0, 0, 0, 0},
    	{AMOVHU, C_REG, C_NONE, C_REG, 14, 8, 0, 0, 0, 0},
    	{AMUL, C_REG, C_REG, C_REG, 15, 4, 0, 0, 0, C_SBIT},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 15 20:51:01 UTC 2023
    - 79.4K bytes
    - Viewed (0)
  4. pilot/pkg/networking/core/sidecar_simulation_test.go

    {{ end }}
    {{ with .PortMatch }}
        match:
        - port: {{.}}
    {{ end }}
    `, args)
    	default:
    		panic(variant + " unknown")
    	}
    }
    
    type scArgs struct {
    	Namespace string
    	Egress    []string
    }
    
    func (args scArgs) Config(t *testing.T, variant string) string {
    	return tmpl.MustEvaluate(`apiVersion: networking.istio.io/v1alpha3
    kind: Sidecar
    metadata:
      name: "{{.Namespace}}"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 84.7K bytes
    - Viewed (0)
  5. pkg/scheduler/framework/runtime/framework.go

    	return status
    }
    
    // RunScorePlugins runs the set of configured scoring plugins.
    // It returns a list that stores scores from each plugin and total score for each Node.
    // It also returns *Status, which is set to non-success if any of the plugins returns
    // a non-success status.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 09:07:27 UTC 2024
    - 60.9K bytes
    - Viewed (0)
  6. pkg/scheduler/framework/plugins/podtopologyspread/scoring_test.go

    			},
    			failedNodes: []*v1.Node{},
    			objs: []runtime.Object{
    				&v1.Service{Spec: v1.ServiceSpec{Selector: map[string]string{"foo": ""}}},
    			},
    			want: []framework.NodeScore{
    				// Same scores as if we were using one spreading constraint.
    				{Name: "node-a", Score: 44},
    				{Name: "node-b", Score: 66},
    				{Name: "node-c", Score: 77},
    				{Name: "node-d", Score: 100},
    			},
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 03:30:06 UTC 2023
    - 60K bytes
    - Viewed (0)
Back to top