Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 29 for fadds (0.11 sec)

  1. src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go

    	EXTSWCC:        "extsw.",
    	FADDS:          "fadds",
    	FADDSCC:        "fadds.",
    	FCFID:          "fcfid",
    	FCFIDCC:        "fcfid.",
    	FCTID:          "fctid",
    	FCTIDCC:        "fctid.",
    	FCTIDZ:         "fctidz",
    	FCTIDZCC:       "fctidz.",
    	FDIVS:          "fdivs",
    	FDIVSCC:        "fdivs.",
    	FMADDS:         "fmadds",
    	FMADDSCC:       "fmadds.",
    	FMSUBS:         "fmsubs",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 22 17:16:14 UTC 2022
    - 334.7K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/rewriteS390X.go

    		y := v_0_0.Args[0]
    		if !(x.Block.Func.useFMA(v)) {
    			break
    		}
    		v.reset(OpS390XFMSUB)
    		v.AddArg3(x, y, z)
    		return true
    	}
    	// match: (Select0 (FADDS (FMULS y z) x))
    	// cond: x.Block.Func.useFMA(v)
    	// result: (FMADDS x y z)
    	for {
    		if v_0.Op != OpS390XFADDS {
    			break
    		}
    		_ = v_0.Args[1]
    		v_0_0 := v_0.Args[0]
    		v_0_1 := v_0.Args[1]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 12 18:09:26 UTC 2023
    - 395.1K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/rewritePPC64.go

    			}
    		}
    		break
    	}
    	return false
    }
    func rewriteValuePPC64_OpPPC64FADDS(v *Value) bool {
    	v_1 := v.Args[1]
    	v_0 := v.Args[0]
    	// match: (FADDS (FMULS x y) z)
    	// cond: x.Block.Func.useFMA(v)
    	// result: (FMADDS x y z)
    	for {
    		for _i0 := 0; _i0 <= 1; _i0, v_0, v_1 = _i0+1, v_1, v_0 {
    			if v_0.Op != OpPPC64FMULS {
    				continue
    			}
    			_ = v_0.Args[1]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 360.2K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssagen/ssa.go

    func (s *state) peekPos() src.XPos {
    	return s.line[len(s.line)-1]
    }
    
    // newValue0 adds a new value with no arguments to the current block.
    func (s *state) newValue0(op ssa.Op, t *types.Type) *ssa.Value {
    	return s.curBlock.NewValue0(s.peekPos(), op, t)
    }
    
    // newValue0A adds a new value with no arguments and an aux value to the current block.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.8.md

        `pod.alpha.kubernetes.io/opaque-int-resource-` prefix.
    
    ## Notable Features
    
    ### Workloads API (apps/v1beta2)
    
    Kubernetes 1.8 adds the apps/v1beta2 group and version, which now consists of the
    DaemonSet, Deployment, ReplicaSet and StatefulSet kinds. This group and version are part
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.29.md

    - Adds CEL expressions to v1alpha1 AuthenticationConfiguration. ([#121078](https://github.com/kubernetes/kubernetes/pull/121078), [@aramase](https://github.com/aramase)) [SIG API Machinery, Auth and Testing]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 03:42:38 UTC 2024
    - 324.5K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.24.md

    and enhances scheduling of pods that use CSI volumes with late binding.
    
    [Volume expansion](https://github.com/kubernetes/enhancements/issues/284) adds support
    for resizing existing persistent volumes.
    
    ### NonPreemptingPriority to Stable
    
    This feature adds [a new option to PriorityClasses](https://github.com/kubernetes/enhancements/issues/902),
    which can enable or disable pod preemption.
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 24 00:02:43 UTC 2023
    - 473.4K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.28.md

    ### Bug or Regression
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:47:59 UTC 2024
    - 408.3K bytes
    - Viewed (1)
  9. CHANGELOG/CHANGELOG-1.26.md

    - Adds alpha --output plaintext protected by environment variable `KUBECTL_EXPLAIN_OPENAPIV3` ([#113146](https://github.com/kubernetes/kubernetes/pull/113146), [@alexzielenski](https://github.com/alexzielenski)) [SIG CLI]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 16:24:51 UTC 2024
    - 425.7K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.21.md

    - Adds alpha feature `VolumeCapacityPriority` which makes the scheduler prioritize nodes based on the best matching size of statically provisioned PVs across multiple topologies. ([#96347](https://github.com/kubernetes/kubernetes/pull/96347), [@cofyc](https://github.com/cofyc)) [SIG Apps, Network, Scheduling, Storage and Testing]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 14 07:03:14 UTC 2022
    - 367.3K bytes
    - Viewed (0)
Back to top