Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 16 for opload (0.52 sec)

  1. src/cmd/compile/internal/ssagen/ssa.go

    			b.AddEdgeTo(cacheMiss)
    			b.AddEdgeTo(loopHead)
    
    			// On a hit, load the data fields of the cache entry.
    			//   Case = e.Case
    			//   Itab = e.Itab
    			s.startBlock(cacheHit)
    			eCase := s.newValue2(ssa.OpLoad, typs.Int, s.newValue1I(ssa.OpOffPtr, typs.IntPtr, s.config.PtrSize, e), s.mem())
    			eItab := s.newValue2(ssa.OpLoad, typs.BytePtr, s.newValue1I(ssa.OpOffPtr, typs.BytePtrPtr, 2*s.config.PtrSize, e), s.mem())
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/rewriteS390X.go

    		v.reset(OpS390XOR)
    		v0 := b.NewValue0(v_2.Pos, OpS390XLGDR, t)
    		v0.AddArg(y)
    		v.AddArg2(x, v0)
    		return true
    	}
    	// match: (ORload [off1] {sym} x (ADDconst [off2] ptr) mem)
    	// cond: ptr.Op != OpSB && is20Bit(int64(off1)+int64(off2))
    	// result: (ORload [off1+off2] {sym} x ptr mem)
    	for {
    		off1 := auxIntToInt32(v.AuxInt)
    		sym := auxToSym(v.Aux)
    		x := v_0
    		if v_1.Op != OpS390XADDconst {
    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/rewrite386.go

    	v_2 := v.Args[2]
    	v_1 := v.Args[1]
    	v_0 := v.Args[0]
    	b := v.Block
    	config := b.Func.Config
    	// match: (ORLload [off1] {sym} val (ADDLconst [off2] base) mem)
    	// cond: is32Bit(int64(off1)+int64(off2))
    	// result: (ORLload [off1+off2] {sym} val base mem)
    	for {
    		off1 := auxIntToInt32(v.AuxInt)
    		sym := auxToSym(v.Aux)
    		val := v_0
    		if v_1.Op != Op386ADDLconst {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 21 21:05:46 UTC 2023
    - 262.4K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/rewritePPC64.go

    		return rewriteValuePPC64_OpLess64F(v)
    	case OpLess64U:
    		return rewriteValuePPC64_OpLess64U(v)
    	case OpLess8:
    		return rewriteValuePPC64_OpLess8(v)
    	case OpLess8U:
    		return rewriteValuePPC64_OpLess8U(v)
    	case OpLoad:
    		return rewriteValuePPC64_OpLoad(v)
    	case OpLocalAddr:
    		return rewriteValuePPC64_OpLocalAddr(v)
    	case OpLsh16x16:
    		return rewriteValuePPC64_OpLsh16x16(v)
    	case OpLsh16x32:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 360.2K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssa/rewriteARM.go

    		return rewriteValueARM_OpLess32U(v)
    	case OpLess64F:
    		return rewriteValueARM_OpLess64F(v)
    	case OpLess8:
    		return rewriteValueARM_OpLess8(v)
    	case OpLess8U:
    		return rewriteValueARM_OpLess8U(v)
    	case OpLoad:
    		return rewriteValueARM_OpLoad(v)
    	case OpLocalAddr:
    		return rewriteValueARM_OpLocalAddr(v)
    	case OpLsh16x16:
    		return rewriteValueARM_OpLsh16x16(v)
    	case OpLsh16x32:
    		return rewriteValueARM_OpLsh16x32(v)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 20 17:19:36 UTC 2023
    - 486.8K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.15.md

      - `kubeadm config upload` has been deprecated, as its replacement is now graduated. Please use `kubeadm init phase upload-config` instead. ([#77946](https://github.com/kubernetes/kubernetes/pull/77946), [@Klaven](htt...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 278.9K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.14.md

    - It is now possible to upload certificates required to join a new control-plane to kubeadm-certs secret using the flag `--experimental-upload-certs` on `init` or upload-certs phase. ([#73907](https://github.com/kubernetes/kubernetes/pull/73907), [@yagonobre](https://github.com/yagonobre))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 14 22:06:39 UTC 2021
    - 271.5K bytes
    - Viewed (0)
  8. docs/en/docs/release-notes.md

    ## 0.15.0
    
    * Add support for multiple file uploads (as a single form field). New docs at: [Multiple file uploads](https://fastapi.tiangolo.com/tutorial/request-files/#multiple-file-uploads). PR [#158](https://github.com/tiangolo/fastapi/pull/158).
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.20.md

    - Support the node label `node.kubernetes.io/exclude-from-external-load-balancers` ([#95542](https://github.com/kubernetes/kubernetes/pull/95542), [@nilo19](https://github.com/nilo19)) [SIG Cloud Provider]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 19 21:05:45 UTC 2022
    - 409K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.30.md

    - Kubeadm: do not upload kubelet patch configuration into `kube-system/kubelet-config` ConfigMap ([#123093](https://github.com/kubernetes/kubernetes/pull/123093), [@SataQiu](https://github.com/SataQiu)) [SIG Cluster Lifecycle]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 04:05:28 UTC 2024
    - 253.2K bytes
    - Viewed (0)
Back to top