Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for vors (0.21 sec)

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

    	VORPS X11, X9, X11                      // c4413056db
    	VORPS (BX), Y15, Y2                     // c4e1045613 or c5845613
    	VORPS (R11), Y15, Y2                    // c4c1045613
    	VORPS Y2, Y15, Y2                       // c4e10456d2 or c58456d2
    	VORPS Y11, Y15, Y2                      // c4c10456d3
    	VORPS (BX), Y15, Y11                    // c46104561b or c504561b
    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. api/go1.13.txt

    pkg syscall (netbsd-arm64), const SYSCTL_VERS_0 = 0
    pkg syscall (netbsd-arm64), const SYSCTL_VERS_0 ideal-int
    pkg syscall (netbsd-arm64), const SYSCTL_VERS_1 = 16777216
    pkg syscall (netbsd-arm64), const SYSCTL_VERS_1 ideal-int
    pkg syscall (netbsd-arm64), const SYSCTL_VERSION = 16777216
    pkg syscall (netbsd-arm64), const SYSCTL_VERSION ideal-int
    pkg syscall (netbsd-arm64), const SYSCTL_VERS_MASK = 4278190080
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  3. src/cmd/asm/internal/asm/testdata/avx512enc/avx512dq.s

    	VORPS X8, X9, K1, X20                              // 62c1340956e0
    	VORPS X9, X9, K1, X20                              // 62c1340956e1
    	VORPS 7(SI)(DI*8), X9, K1, X20                     // 62e1340956a4fe07000000
    	VORPS -15(R14), X9, K1, X20                        // 62c1340956a6f1ffffff
    	VORPS X2, X13, K1, X20                             // 62e1140956e2
    	VORPS X8, X13, K1, X20                             // 62c1140956e0
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue May 22 14:57:15 GMT 2018
    - 194.8K bytes
    - Viewed (0)
  4. src/cmd/asm/internal/asm/testdata/arm64enc.s

    	VMOV V13.S[0], R20                                          // b43d040e
    	VMOV V13.D[0], R20                                          // b43d084e
    	VMOVI $146, V22.B16                                         // 56e6044f
    	VORR V25.B16, V22.B16, V15.B16                              // cf1eb94e
    	VPMULL V2.D1, V1.D1, V3.Q1                                  // 23e0e20e
    	VPMULL2 V2.D2, V1.D2, V4.Q1                                 // 24e0e24e
    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)
  5. src/cmd/asm/internal/asm/testdata/arm64.s

    	VADDP	V1.S4, V2.S4, V3.S4             // 43bca14e
    	VADDP	V1.D2, V2.D2, V3.D2             // 43bce14e
    	VAND	V21.B8, V12.B8, V3.B8           // 831d350e
    	VCMEQ	V1.H4, V2.H4, V3.H4             // 438c612e
    	VORR	V5.B16, V4.B16, V3.B16          // 831ca54e
    	VADD	V16.S4, V5.S4, V9.S4            // a984b04e
    	VEOR	V0.B16, V1.B16, V0.B16          // 201c206e
    	VADDV	V0.S4, V0                       // 00b8b14e
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 08 03:28:17 GMT 2023
    - 94.9K bytes
    - Viewed (0)
  6. src/cmd/cgo/gcc.go

    			// like the second arg in the call below:
    			//
    			//     myfunction(42, "foo")
    			//
    			// If a var has no name we won't see attempts to
    			// refer to it via "C.<name>", so skip these vars
    			//
    			// See issue 53000 for more context.
    			if name == "" {
    				break
    			}
    			typOff, _ := e.Val(dwarf.AttrType).(dwarf.Offset)
    			if typOff == 0 {
    				if e.Val(dwarf.AttrSpecification) != nil {
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Nov 02 16:43:23 GMT 2023
    - 97K bytes
    - Viewed (0)
  7. src/cmd/asm/internal/asm/testdata/ppc64.s

    	STVEWX V1, (R3)                 // 7c20198e
    
    	VAND V1, V2, V3                 // 10611404
    	VANDC V1, V2, V3                // 10611444
    	VNAND V1, V2, V3                // 10611584
    	VOR V1, V2, V3                  // 10611484
    	VORC V1, V2, V3                 // 10611544
    	VXOR V1, V2, V3                 // 106114c4
    	VNOR V1, V2, V3                 // 10611504
    	VEQV V1, V2, V3                 // 10611684
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Apr 24 15:53:25 GMT 2024
    - 49K bytes
    - Viewed (0)
  8. api/go1.txt

    pkg go/doc, type Package struct, Vars []*Value
    pkg go/doc, type Type struct
    pkg go/doc, type Type struct, Consts []*Value
    pkg go/doc, type Type struct, Decl *ast.GenDecl
    pkg go/doc, type Type struct, Doc string
    pkg go/doc, type Type struct, Funcs []*Func
    pkg go/doc, type Type struct, Methods []*Func
    pkg go/doc, type Type struct, Name string
    pkg go/doc, type Type struct, Vars []*Value
    pkg go/doc, type Value struct
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (2)
  9. api/go1.1.txt

    pkg syscall (netbsd-386), const SO_USELOOPBACK = 64
    pkg syscall (netbsd-386), const SYSCTL_VERSION = 16777216
    pkg syscall (netbsd-386), const SYSCTL_VERS_0 = 0
    pkg syscall (netbsd-386), const SYSCTL_VERS_1 = 16777216
    pkg syscall (netbsd-386), const SYSCTL_VERS_MASK = 4278190080
    pkg syscall (netbsd-386), const SYS_ACCEPT = 30
    pkg syscall (netbsd-386), const SYS_ACCESS = 33
    pkg syscall (netbsd-386), const SYS_ACCT = 51
    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)
  10. api/go1.2.txt

    pkg syscall (netbsd-386), const SO_USELOOPBACK ideal-int
    pkg syscall (netbsd-386), const SYSCTL_VERSION ideal-int
    pkg syscall (netbsd-386), const SYSCTL_VERS_0 ideal-int
    pkg syscall (netbsd-386), const SYSCTL_VERS_1 ideal-int
    pkg syscall (netbsd-386), const SYSCTL_VERS_MASK ideal-int
    pkg syscall (netbsd-386), const SYS_ACCEPT ideal-int
    pkg syscall (netbsd-386), const SYS_ACCESS ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
Back to top