Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 34 for arns (0.08 sec)

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

    			}
    			z := v_1.Args[1]
    			y := v_1.Args[0]
    			flags := v_2
    			v.reset(OpARMADCshiftRAreg)
    			v.AddArg4(x, y, z, flags)
    			return true
    		}
    		break
    	}
    	return false
    }
    func rewriteValueARM_OpARMADCconst(v *Value) bool {
    	v_1 := v.Args[1]
    	v_0 := v.Args[0]
    	// match: (ADCconst [c] (ADDconst [d] x) flags)
    	// result: (ADCconst [c+d] x flags)
    	for {
    		c := auxIntToInt32(v.AuxInt)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 20 17:19:36 UTC 2023
    - 486.8K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/x86/avx_optabs.go

    	{zcase: Zevex_rm_v_r, zoffset: 0, args: argList{YxmEvex, YxrEvex}},
    	{zcase: Zevex_rm_k_r, zoffset: 3, args: argList{YxmEvex, Yknot0, YxrEvex}},
    	{zcase: Zevex_rm_v_r, zoffset: 0, args: argList{YxmEvex, YyrEvex}},
    	{zcase: Zevex_rm_k_r, zoffset: 3, args: argList{YxmEvex, Yknot0, YyrEvex}},
    	{zcase: Zevex_rm_v_r, zoffset: 0, args: argList{YxmEvex, Yzr}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 23 15:34:19 UTC 2018
    - 260.3K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/rewritePPC64.go

    	v_1 := v.Args[1]
    	v_0 := v.Args[0]
    	// match: (AtomicStoreRel32 ptr val mem)
    	// result: (LoweredAtomicStore32 [0] ptr val mem)
    	for {
    		ptr := v_0
    		val := v_1
    		mem := v_2
    		v.reset(OpPPC64LoweredAtomicStore32)
    		v.AuxInt = int64ToAuxInt(0)
    		v.AddArg3(ptr, val, mem)
    		return true
    	}
    }
    func rewriteValuePPC64_OpAtomicStoreRel64(v *Value) bool {
    	v_2 := v.Args[2]
    	v_1 := v.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/ssa/rewrite386.go

    		y := v_1
    		if y.Op != Op386ADDL {
    			break
    		}
    		_ = y.Args[1]
    		y_0 := y.Args[0]
    		y_1 := y.Args[1]
    		for _i0 := 0; _i0 <= 1; _i0, y_0, y_1 = _i0+1, y_1, y_0 {
    			l := y_0
    			if l.Op != Op386MOVLload || auxIntToInt32(l.AuxInt) != off || auxToSym(l.Aux) != sym {
    				continue
    			}
    			mem := l.Args[1]
    			if ptr != l.Args[0] {
    				continue
    			}
    			x := y_1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 21 21:05:46 UTC 2023
    - 262.4K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssa/rewriteS390X.go

    	v_1 := v.Args[1]
    	v_0 := v.Args[0]
    	// match: (AtomicLoadPtr ptr mem)
    	// result: (MOVDatomicload ptr mem)
    	for {
    		ptr := v_0
    		mem := v_1
    		v.reset(OpS390XMOVDatomicload)
    		v.AddArg2(ptr, mem)
    		return true
    	}
    }
    func rewriteValueS390X_OpAtomicOr8(v *Value) bool {
    	v_2 := v.Args[2]
    	v_1 := v.Args[1]
    	v_0 := v.Args[0]
    	b := v.Block
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 12 18:09:26 UTC 2023
    - 395.1K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssagen/ssa.go

    			ssa.OpLeq32F,
    			ssa.OpLeq64F:
    			args[0], args[1] = args[1], args[0]
    		case ssa.OpSub32F,
    			ssa.OpSub64F:
    			args[1] = s.newValue1(s.ssaOp(ir.ONEG, types.Types[callDef.rtype]), args[1].Type, args[1])
    		}
    
    		// runtime functions take uints for floats and returns uints.
    		// Convert to uints so we use the right calling convention.
    		for i, a := range args {
    			if a.Type.IsFloat() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  7. src/net/http/h2_bundle.go

    )
    
    func (cc *http2ClientConn) logf(format string, args ...interface{}) {
    	cc.t.logf(format, args...)
    }
    
    func (cc *http2ClientConn) vlogf(format string, args ...interface{}) {
    	cc.t.vlogf(format, args...)
    }
    
    func (t *http2Transport) vlogf(format string, args ...interface{}) {
    	if http2VerboseLogs {
    		t.logf(format, args...)
    	}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.10.md

    * Demoted controlplane passthrough flags apiserver-extra-args, controller-manager-extra-args, scheduler-extra-args to alpha flags ([#59882](https://github.com/kubernetes/kubernetes/pull/59882), [@kris-nova](https://github.com/kris-nova))
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 341.8K bytes
    - Viewed (0)
  9. pkg/apis/core/v1/zz_generated.conversion.go

    	out.Name = in.Name
    	out.Image = in.Image
    	out.Command = *(*[]string)(unsafe.Pointer(&in.Command))
    	out.Args = *(*[]string)(unsafe.Pointer(&in.Args))
    	out.WorkingDir = in.WorkingDir
    	out.Ports = *(*[]core.ContainerPort)(unsafe.Pointer(&in.Ports))
    	out.EnvFrom = *(*[]core.EnvFromSource)(unsafe.Pointer(&in.EnvFrom))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 472.1K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/core/v1/types.go

    	// More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell
    	// +optional
    	// +listType=atomic
    	Args []string `json:"args,omitempty" protobuf:"bytes,4,rep,name=args"`
    	// Container's working directory.
    	// If not specified, the container runtime's default will be used, which
    	// might be configured in the container image.
    	// Cannot be updated.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
Back to top