Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for setnle (0.23 sec)

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

    	return false
    }
    func rewriteValue386_Op386SETNE(v *Value) bool {
    	v_0 := v.Args[0]
    	// match: (SETNE (InvertFlags x))
    	// result: (SETNE x)
    	for {
    		if v_0.Op != Op386InvertFlags {
    			break
    		}
    		x := v_0.Args[0]
    		v.reset(Op386SETNE)
    		v.AddArg(x)
    		return true
    	}
    	// match: (SETNE (FlagEQ))
    	// result: (MOVLconst [0])
    	for {
    		if v_0.Op != Op386FlagEQ {
    			break
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 21 21:05:46 UTC 2023
    - 262.4K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/arch/x86/x86asm/tables.go

    	SETA:            "SETA",
    	SETAE:           "SETAE",
    	SETB:            "SETB",
    	SETBE:           "SETBE",
    	SETE:            "SETE",
    	SETG:            "SETG",
    	SETGE:           "SETGE",
    	SETL:            "SETL",
    	SETLE:           "SETLE",
    	SETNE:           "SETNE",
    	SETNO:           "SETNO",
    	SETNP:           "SETNP",
    	SETNS:           "SETNS",
    	SETO:            "SETO",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 16 22:24:28 UTC 2022
    - 266.8K bytes
    - Viewed (0)
  3. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), func Write(int, []uint8) (int, error)
    pkg syscall (netbsd-arm64-cgo), method (*Cmsghdr) SetLen(int)
    pkg syscall (netbsd-arm64-cgo), method (*Iovec) SetLen(int)
    pkg syscall (netbsd-arm64-cgo), method (*Msghdr) SetControllen(int)
    pkg syscall (netbsd-arm64-cgo), type BpfHdr struct
    pkg syscall (netbsd-arm64-cgo), type BpfHdr struct, Caplen uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go

    	SEL_LS
    	SEL_GE
    	SEL_LT
    	SEL_GT
    	SEL_LE
    	SEL
    	SEL_ZZ
    	SETEND
    	_
    	_
    	_
    	_
    	_
    	_
    	_
    	_
    	_
    	_
    	_
    	_
    	_
    	_
    	_
    	SEV_EQ
    	SEV_NE
    	SEV_CS
    	SEV_CC
    	SEV_MI
    	SEV_PL
    	SEV_VS
    	SEV_VC
    	SEV_HI
    	SEV_LS
    	SEV_GE
    	SEV_LT
    	SEV_GT
    	SEV_LE
    	SEV
    	SEV_ZZ
    	SHADD16_EQ
    	SHADD16_NE
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 16 17:57:48 UTC 2017
    - 267.4K bytes
    - Viewed (0)
  5. api/go1.16.txt

    pkg syscall (darwin-arm64), func Wait4(int, *WaitStatus, int, *Rusage) (int, error)
    pkg syscall (darwin-arm64), func Write(int, []uint8) (int, error)
    pkg syscall (darwin-arm64), method (*Cmsghdr) SetLen(int)
    pkg syscall (darwin-arm64), method (*Iovec) SetLen(int)
    pkg syscall (darwin-arm64), method (*Msghdr) SetControllen(int)
    pkg syscall (darwin-arm64), type BpfHdr struct
    pkg syscall (darwin-arm64), type BpfHdr struct, Caplen uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
Back to top