Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for setRef (0.12 sec)

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

    	v_0 := v.Args[0]
    	// match: (XORLconst [1] (SETNE x))
    	// result: (SETEQ x)
    	for {
    		if auxIntToInt32(v.AuxInt) != 1 || v_0.Op != OpAMD64SETNE {
    			break
    		}
    		x := v_0.Args[0]
    		v.reset(OpAMD64SETEQ)
    		v.AddArg(x)
    		return true
    	}
    	// match: (XORLconst [1] (SETEQ x))
    	// result: (SETNE x)
    	for {
    		if auxIntToInt32(v.AuxInt) != 1 || v_0.Op != OpAMD64SETEQ {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 19:38:41 UTC 2024
    - 712.7K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Value", Type, 4},
    	},
    	"syscall": {
    		{"(*Cmsghdr).SetLen", Method, 0},
    		{"(*DLL).FindProc", Method, 0},
    		{"(*DLL).MustFindProc", Method, 0},
    		{"(*DLL).Release", Method, 0},
    		{"(*DLLError).Error", Method, 0},
    		{"(*DLLError).Unwrap", Method, 16},
    		{"(*Filetime).Nanoseconds", Method, 0},
    		{"(*Iovec).SetLen", Method, 0},
    		{"(*LazyDLL).Handle", Method, 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)
Back to top