Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 15 for negl (0.15 sec)

  1. src/cmd/asm/internal/asm/testdata/amd64enc.s

    	NEGQ (BX)                               // 48f71b
    	NEGQ (R11)                              // 49f71b
    	NEGQ DX                                 // 48f7da
    	NEGQ R11                                // 49f7db
    	NEGB (BX)                               // f61b
    	NEGB (R11)                              // 41f61b
    	NEGB DL                                 // f6da
    	NEGB R11                                // 41f6db
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 08 21:38:44 GMT 2021
    - 581.9K bytes
    - Viewed (0)
  2. src/cmd/cgo/internal/test/issue27054/egl.h

    // Copyright 2018 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // This is the relevant part of EGL/egl.h.
    
    typedef void *EGLDisplay;
    C
    - Registered: Tue Mar 26 11:13:08 GMT 2024
    - Last Modified: Fri May 12 12:00:02 GMT 2023
    - 255 bytes
    - Viewed (0)
  3. src/cmd/asm/internal/asm/testdata/s390x.s

    	MODWU	R1, R2                // a7a90000b90400b2b99700a1b904002a
    	MODWU	R1, R2, R3            // a7a90000b90400b2b99700a1b904003a
    	NEG	R1                    // b9030011
    	NEG	R1, R2                // b9030021
    	NEGW	R1                    // b9130011
    	NEGW	R1, R2                // b9130021
    	FLOGR	R2, R2                // b9830022
    	POPCNT	R3, R4                // b9e10043
    
    	AND	R1, R2                // b9800021
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Nov 22 03:55:32 GMT 2023
    - 21.6K bytes
    - Viewed (0)
  4. src/cmd/asm/internal/asm/testdata/mips64.s

    	RET
    
    
    // More JMP/JAL cases, and canonical names JMP, CALL.
    
    	JAL	foo(SB) // CALL foo(SB)
    	BEQ	R1, 2(PC)
    	JMP	foo(SB)
    	CALL	foo(SB)
    	RET	foo(SB)
    
    	// unary operation
    	NEGW	R1, R2 // 00011023
    	NEGV	R1, R2 // 0001102f
    
    	WSBH	R1, R2 // 7c0110a0
    	DSBH	R1, R2 // 7c0110a4
    	DSHD	R1, R2 // 7c011164
    
    	SEB	R1, R2 // 7c011420
    	SEH	R1, R2 // 7c011620
    
    	RET
    
    // MSA VMOVI
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Aug 08 12:17:12 GMT 2023
    - 12.4K bytes
    - Viewed (0)
  5. src/cmd/asm/internal/arch/ppc64.go

    	switch op {
    	case ppc64.ACMP, ppc64.ACMPU, ppc64.ACMPW, ppc64.ACMPWU, ppc64.AFCMPU:
    		return true
    	}
    	return false
    }
    
    // IsPPC64NEG reports whether the op (as defined by an ppc64.A* constant) is
    // one of the NEG-like instructions that require special handling.
    func IsPPC64NEG(op obj.As) bool {
    	switch op {
    	case ppc64.AADDMECC, ppc64.AADDMEVCC, ppc64.AADDMEV, ppc64.AADDME,
    		ppc64.AADDZECC, ppc64.AADDZEVCC, ppc64.AADDZEV, ppc64.AADDZE,
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Sep 07 20:53:33 GMT 2022
    - 2.2K bytes
    - Viewed (0)
  6. src/cmd/cgo/doc.go

    	go tool fix -r cftype <pkg>
    	go tool fix -r jni <pkg>
    
    It will replace nil with 0 in the appropriate places.
    
    The EGLDisplay case was introduced in Go 1.12. Use the egl rewrite
    to auto-update code from Go 1.11 and earlier:
    
    	go tool fix -r egl <pkg>
    
    The EGLConfig case was introduced in Go 1.15. Use the eglconf rewrite
    to auto-update code from Go 1.14 and earlier:
    
    	go tool fix -r eglconf <pkg>
    
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Sun Mar 31 09:02:45 GMT 2024
    - 42.1K bytes
    - Viewed (0)
  7. src/cmd/asm/internal/asm/testdata/arm64enc.s

    	MUL R4, R3, R0                             // 607c049b
    	MVNW R3@>13, R8                            // e837e32a
    	MVN R13>>31, R9                            // e97f6daa
    	NEGSW R23<<1, R30                          // fe07176b
    	NEGS R20>>35, R22                          // f68f54eb
    	NGCW R13, R8                               // e8030d5a
    	NGC R2, R7                                 // e70302da
    	NGCSW R10, R5                              // e5030a7a
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Jul 24 01:11:41 GMT 2023
    - 43.9K bytes
    - Viewed (1)
  8. src/cmd/asm/internal/asm/testdata/ppc64.s

    	CNTTZWCC R3,R4                  // 7c640435
    	CNTTZD R3,R4                    // 7c640474
    	CNTTZDCC R3,R4                  // 7c640475
    	NEG R3, R4                      // 7c8300d0
    	NEGCC R3, R4                    // 7c8300d1
    	NEGV R3, R4                     // 7c8304d0
    	NEGVCC R3, R4                   // 7c8304d1
    
    	BEQ 0(PC)                       // 41820000
    	BEQ CR1,0(PC)                   // 41860000
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Apr 24 15:53:25 GMT 2024
    - 49K bytes
    - Viewed (0)
  9. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const BPF_MUL = 32 #53466
    pkg syscall (freebsd-riscv64), const BPF_MUL ideal-int #53466
    pkg syscall (freebsd-riscv64), const BPF_NEG = 128 #53466
    pkg syscall (freebsd-riscv64), const BPF_NEG ideal-int #53466
    pkg syscall (freebsd-riscv64), const BPF_OR = 64 #53466
    pkg syscall (freebsd-riscv64), const BPF_OR ideal-int #53466
    pkg syscall (freebsd-riscv64), const BPF_RELEASE = 199606 #53466
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  10. api/go1.1.txt

    pkg syscall (darwin-386), const BPF_MINOR_VERSION = 1
    pkg syscall (darwin-386), const BPF_MISC = 7
    pkg syscall (darwin-386), const BPF_MSH = 160
    pkg syscall (darwin-386), const BPF_MUL = 32
    pkg syscall (darwin-386), const BPF_NEG = 128
    pkg syscall (darwin-386), const BPF_OR = 64
    pkg syscall (darwin-386), const BPF_RELEASE = 199606
    pkg syscall (darwin-386), const BPF_RET = 6
    pkg syscall (darwin-386), const BPF_RSH = 112
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
Back to top