Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for setnle (0.33 sec)

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

    			v.AddArg(v0)
    			return true
    		}
    		break
    	}
    	// match: (SETNE (InvertFlags x))
    	// result: (SETNE x)
    	for {
    		if v_0.Op != OpAMD64InvertFlags {
    			break
    		}
    		x := v_0.Args[0]
    		v.reset(OpAMD64SETNE)
    		v.AddArg(x)
    		return true
    	}
    	// match: (SETNE (FlagEQ))
    	// result: (MOVLconst [0])
    	for {
    		if v_0.Op != OpAMD64FlagEQ {
    			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)
  2. src/cmd/asm/internal/asm/testdata/amd64enc.s

    	SETLE (BX)                              // 0f9e03
    	SETLE (R11)                             // 410f9e03
    	SETLE DL                                // 0f9ec2
    	SETLE R11                               // 410f9ec3
    	SETNE (BX)                              // 0f9503
    	SETNE (R11)                             // 410f9503
    	SETNE DL                                // 0f95c2
    	SETNE R11                               // 410f95c3
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 08 21:38:44 UTC 2021
    - 581.9K bytes
    - Viewed (0)
  3. src/testdata/Isaac.Newton-Opticks.txt

    cause the Sense of seeing. For because dense Bodies conserve their Heat
    a long time, and the densest Bodies conserve their Heat the longest, the
    Vibrations of their parts are of a lasting nature, and therefore may be
    propagated along solid Fibres of uniform dense Matter to a great
    distance, for conveying into the Brain the impressions made upon all the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  4. api/go1.14.txt

    pkg syscall (freebsd-arm64), func Wait4(int, *WaitStatus, int, *Rusage) (int, error)
    pkg syscall (freebsd-arm64), func Write(int, []uint8) (int, error)
    pkg syscall (freebsd-arm64), method (*Cmsghdr) SetLen(int)
    pkg syscall (freebsd-arm64), method (*Iovec) SetLen(int)
    pkg syscall (freebsd-arm64), method (*Msghdr) SetControllen(int)
    pkg syscall (freebsd-arm64), type BpfHdr struct
    pkg syscall (freebsd-arm64), type BpfHdr struct, Caplen uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  5. api/go1.20.txt

    pkg syscall (freebsd-riscv64), func Write(int, []uint8) (int, error) #53466
    pkg syscall (freebsd-riscv64), method (*Cmsghdr) SetLen(int) #53466
    pkg syscall (freebsd-riscv64), method (*Iovec) SetLen(int) #53466
    pkg syscall (freebsd-riscv64), method (*Msghdr) SetControllen(int) #53466
    pkg syscall (freebsd-riscv64), type BpfHdr struct #53466
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 21:23:32 UTC 2023
    - 602.6K bytes
    - Viewed (0)
  6. RELEASE.md

    PlusPlusUltra, Poedator, Prasad Nikam, Rahul-Kamat, Rajeshwar Reddy T,
    redwrasse, Rickard, Robert Szczepanski, Rohan Lekhwani, Sam Holt, Sami Kama,
    Samuel Holt, Sandeep Giri, sboshin, Sean Settle, settle, Sharada Shiddibhavi,
    Shawn Presser, ShengYang1, Shi,Guangyong, Shuxiang Gao, Sicong Li, Sidong-Wei,
    Srihari Humbarwadi, Srinivasan Narayanamoorthy, Steenu Johnson, Steven Clarkson,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  7. 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