Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for biglen (0.25 sec)

  1. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"IfmaMsghdr.Index", Field, 0},
    		{"IfmaMsghdr.Msglen", Field, 0},
    		{"IfmaMsghdr.Pad_cgo_0", Field, 0},
    		{"IfmaMsghdr.Type", Field, 0},
    		{"IfmaMsghdr.Version", Field, 0},
    		{"IfmaMsghdr2", Type, 0},
    		{"IfmaMsghdr2.Addrs", Field, 0},
    		{"IfmaMsghdr2.Flags", Field, 0},
    		{"IfmaMsghdr2.Index", Field, 0},
    		{"IfmaMsghdr2.Msglen", Field, 0},
    		{"IfmaMsghdr2.Pad_cgo_0", Field, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/rewriteAMD64.go

    		v.AddArg(v0)
    		return true
    	}
    	return false
    }
    func rewriteValueAMD64_OpBitLen8(v *Value) bool {
    	v_0 := v.Args[0]
    	b := v.Block
    	typ := &b.Func.Config.Types
    	// match: (BitLen8 x)
    	// cond: buildcfg.GOAMD64 < 3
    	// result: (BSRL (LEAL1 <typ.UInt32> [1] (MOVBQZX <typ.UInt32> x) (MOVBQZX <typ.UInt32> x)))
    	for {
    		x := v_0
    		if !(buildcfg.GOAMD64 < 3) {
    			break
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 19:38:41 UTC 2024
    - 712.7K bytes
    - Viewed (0)
Back to top