Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 39 of 39 for optab (0.11 sec)

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

    			}
    			return s.newValue1(ssa.OpSlicePtrUnchecked, n.Type(), a)
    		} else {
    			return s.newValue1(ssa.OpStringPtr, n.Type(), a)
    		}
    
    	case ir.OITAB:
    		n := n.(*ir.UnaryExpr)
    		a := s.expr(n.X)
    		return s.newValue1(ssa.OpITab, n.Type(), a)
    
    	case ir.OIDATA:
    		n := n.(*ir.UnaryExpr)
    		a := s.expr(n.X)
    		return s.newValue1(ssa.OpIData, n.Type(), a)
    
    	case ir.OMAKEFACE:
    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/expand_calls.go

    	case types.TSTRING:
    		return x.decomposePair(pos, b, a, mem, x.typs.BytePtr, x.typs.Int, OpStringPtr, OpStringLen, &rc)
    
    	case types.TINTER:
    		mem = x.decomposeOne(pos, b, a, mem, x.typs.Uintptr, OpITab, &rc)
    		pos = pos.WithNotStmt()
    		// Immediate interfaces cause so many headaches.
    		if a.Op == OpIMake {
    			data := a.Args[1]
    			for data.Op == OpStructMake1 || data.Op == OpArrayMake1 {
    				data = data.Args[0]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 28 05:13:40 UTC 2023
    - 31.9K bytes
    - Viewed (0)
  3. src/runtime/symtab.go

    	types, etypes         uintptr
    	rodata                uintptr
    	gofunc                uintptr // go.func.*
    
    	textsectmap []textsect
    	typelinks   []int32 // offsets from types
    	itablinks   []*itab
    
    	ptab []ptabEntry
    
    	pluginpath string
    	pkghashes  []modulehash
    
    	// This slice records the initializing tasks that need to be
    	// done to start up the program. It is built by the linker.
    	inittasks []*initTask
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 40K bytes
    - Viewed (0)
  4. src/encoding/json/testdata/code.json.gz

    ids":[],"cl_weight":0.09090909090909091,"touches":1,"min_t":1310477364,"max_t":1310477364,"mean_t":1310477364},{"name":"l.h","kids":[],"cl_weight":0.09090909090909091,"touches":1,"min_t":1310477364,"max_t":1310477364,"mean_t":1310477364},{"name":"optab.c","kids":[],"cl_weight":0.09090909090909091,"touches":1,"min_t":1310477364,"max_t":1310477364,"mean_t":1310477364},{"name":"span.c","kids":[],"cl_weight":0.09090909090909091,"touches":1,"min_t":1310477364,"max_t":1310477364,"mean_t":1310477364}],...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 25 04:02:36 UTC 2016
    - 117.6K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssa/rewritegeneric.go

    	typ := &b.Func.Config.Types
    	// match: (EqInter x y)
    	// result: (EqPtr (ITab x) (ITab y))
    	for {
    		x := v_0
    		y := v_1
    		v.reset(OpEqPtr)
    		v0 := b.NewValue0(v.Pos, OpITab, typ.Uintptr)
    		v0.AddArg(x)
    		v1 := b.NewValue0(v.Pos, OpITab, typ.Uintptr)
    		v1.AddArg(y)
    		v.AddArg2(v0, v1)
    		return true
    	}
    }
    func rewriteValuegeneric_OpEqPtr(v *Value) bool {
    	v_1 := v.Args[1]
    	v_0 := v.Args[0]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 18:24:47 UTC 2024
    - 812.2K bytes
    - Viewed (0)
  6. gradle/verification-keyring.keys

    wKUPB1I3LzRQE2BmkTWufPbC7JvXtQe37vLQ+z8F8EVjqdrWIaEYn89pWwARAQAB
    tCdrZXliYXNlLmlvL2JzaWRldXAgPGJzaWRldXBAa2V5YmFzZS5pbz65AQ0EVadv
    MgEIAMcW3WzQWK+Rm5+i2nClHJJ4FZauqXZfq7NmxdeaZ27qf/bpFkmqMGf4d1MJ
    oPAb+Rnei9S+9xgvJrgtQgilnlBXHftOH7gTU0QJwH8KSXf8R1OqgCJM1ahVj70i
    iKI9yctgwSKLnl2gfo92rhCKHsVPu8pT8RpMYA44wSaN8lNFnJ4fXBlOr7svRobW
    d8k74DoUtS9I443vuKOeT/NGncQJmuhTMibtMWsCbxbP1bvg+r10W/HqTAxxN/dk
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 11:46:17 UTC 2024
    - 525.2K bytes
    - Viewed (1)
  7. src/cmd/compile/internal/ssa/rewriteS390X.go

    	case OpHmul32u:
    		return rewriteValueS390X_OpHmul32u(v)
    	case OpHmul64:
    		v.Op = OpS390XMULHD
    		return true
    	case OpHmul64u:
    		v.Op = OpS390XMULHDU
    		return true
    	case OpITab:
    		return rewriteValueS390X_OpITab(v)
    	case OpInterCall:
    		v.Op = OpS390XCALLinter
    		return true
    	case OpIsInBounds:
    		return rewriteValueS390X_OpIsInBounds(v)
    	case OpIsNonNil:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 12 18:09:26 UTC 2023
    - 395.1K bytes
    - Viewed (0)
  8. src/internal/trace/traceviewer/static/trace_viewer_full.html

    function Color(opt_r,opt_g,opt_b,opt_a){this.r=Math.floor(opt_r)||0;this.g=Math.floor(opt_g)||0;this.b=Math.floor(opt_b)||0;this.a=opt_a;}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (1)
  9. src/cmd/compile/internal/ssa/opGen.go

    	OpSliceMake
    	OpSlicePtr
    	OpSliceLen
    	OpSliceCap
    	OpSlicePtrUnchecked
    	OpComplexMake
    	OpComplexReal
    	OpComplexImag
    	OpStringMake
    	OpStringPtr
    	OpStringLen
    	OpIMake
    	OpITab
    	OpIData
    	OpStructMake0
    	OpStructMake1
    	OpStructMake2
    	OpStructMake3
    	OpStructMake4
    	OpStructSelect
    	OpArrayMake0
    	OpArrayMake1
    	OpArraySelect
    	OpStoreReg
    	OpLoadReg
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 1M bytes
    - Viewed (0)
Back to top