Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 58 of 58 for genrule (0.19 sec)

  1. src/cmd/compile/internal/ssa/_gen/MIPS64Ops.go

    		{name: "FPT", controls: 1}, // FP flag is true
    		{name: "FPF", controls: 1}, // FP flag is false
    	}
    
    	archs = append(archs, arch{
    		name:            "MIPS64",
    		pkg:             "cmd/internal/obj/mips",
    		genfile:         "../../mips64/ssa.go",
    		ops:             ops,
    		blocks:          blocks,
    		regnames:        regNamesMIPS64,
    		gpregmask:       gp,
    		fpregmask:       fp,
    		specialregmask:  hi | lo,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 24 03:36:31 UTC 2023
    - 25.5K bytes
    - Viewed (0)
  2. subprojects/core/src/main/java/org/gradle/api/internal/DefaultNamedDomainObjectCollection.java

                return description;
            }
    
            @Override
            public String toString() {
                return "Rule: " + description;
            }
        }
    
        @Override
        public List<Rule> getRules() {
            return Collections.unmodifiableList(rules);
        }
    
        protected UnknownDomainObjectException createNotFoundException(String name) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 06 16:54:51 UTC 2024
    - 35.6K bytes
    - Viewed (0)
  3. pilot/pkg/networking/core/gateway.go

    			}
    			destinationRule := CastDestinationRule(proxy.SidecarScope.DestinationRule(
    				model.TrafficDirectionOutbound, proxy, service.Hostname).GetRule())
    
    			// First, we build the standard cluster. We match on the SNI matching the cluster name
    			// (per the spec of AUTO_PASSTHROUGH), as well as all possible Istio mTLS ALPNs. This,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 46.4K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/_gen/RISCV64Ops.go

    		{name: "BGEZ", controls: 1},
    		{name: "BLTZ", controls: 1},
    		{name: "BGTZ", controls: 1},
    	}
    
    	archs = append(archs, arch{
    		name:            "RISCV64",
    		pkg:             "cmd/internal/obj/riscv",
    		genfile:         "../../riscv64/ssa.go",
    		ops:             RISCV64ops,
    		blocks:          RISCV64blocks,
    		regnames:        regNamesRISCV64,
    		gpregmask:       gpMask,
    		fpregmask:       fpMask,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 14:57:07 UTC 2024
    - 30.7K bytes
    - Viewed (0)
  5. pkg/workloadapi/security/authorization.pb.go

    }
    
    // Deprecated: Use Group.ProtoReflect.Descriptor instead.
    func (*Group) Descriptor() ([]byte, []int) {
    	return file_workloadapi_security_authorization_proto_rawDescGZIP(), []int{1}
    }
    
    func (x *Group) GetRules() []*Rules {
    	if x != nil {
    		return x.Rules
    	}
    	return nil
    }
    
    type Rules struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 02:27:10 UTC 2024
    - 29.7K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/_gen/ARMOps.go

    		{name: "GEnoov", controls: 1}, // 'GE' but without honoring overflow
    	}
    
    	archs = append(archs, arch{
    		name:            "ARM",
    		pkg:             "cmd/internal/obj/arm",
    		genfile:         "../../arm/ssa.go",
    		ops:             ops,
    		blocks:          blocks,
    		regnames:        regNamesARM,
    		gpregmask:       gp,
    		fpregmask:       fp,
    		framepointerreg: -1, // not used
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 24 00:21:13 UTC 2023
    - 41K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssa/_gen/386Ops.go

    		{name: "NAN", controls: 1}, // FP, unordered comparison (parity one)
    	}
    
    	archs = append(archs, arch{
    		name:            "386",
    		pkg:             "cmd/internal/obj/x86",
    		genfile:         "../../x86/ssa.go",
    		ops:             _386ops,
    		blocks:          _386blocks,
    		regnames:        regNames386,
    		gpregmask:       gp,
    		fpregmask:       fp,
    		framepointerreg: int8(num["BP"]),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 14 08:10:32 UTC 2023
    - 45.1K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/ssa/_gen/PPC64Ops.go

    		{name: "FLE", controls: 1},
    		{name: "FGT", controls: 1},
    		{name: "FGE", controls: 1},
    	}
    
    	archs = append(archs, arch{
    		name:               "PPC64",
    		pkg:                "cmd/internal/obj/ppc64",
    		genfile:            "../../ppc64/ssa.go",
    		ops:                ops,
    		blocks:             blocks,
    		regnames:           regNamesPPC64,
    		ParamIntRegNames:   "R3 R4 R5 R6 R7 R8 R9 R10 R14 R15 R16 R17",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 19:59:38 UTC 2024
    - 43.8K bytes
    - Viewed (0)
Back to top