Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 20 for 386 (8.89 sec)

  1. api/go1.9.txt

    pkg math/bits (freebsd-386), const UintSize = 32
    pkg math/bits (freebsd-386-cgo), const UintSize = 32
    pkg math/bits (freebsd-amd64), const UintSize = 64
    pkg math/bits (freebsd-amd64-cgo), const UintSize = 64
    pkg math/bits (freebsd-arm), const UintSize = 32
    pkg math/bits (freebsd-arm-cgo), const UintSize = 32
    pkg math/bits (linux-386), const UintSize = 32
    pkg math/bits (linux-386-cgo), const UintSize = 32
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Mon Oct 04 20:20:20 GMT 2021
    - 10.7K bytes
    - Viewed (0)
  2. api/go1.1.txt

    pkg debug/elf, const PT_TLS = 7
    pkg debug/elf, const R_386_32 = 1
    pkg debug/elf, const R_386_COPY = 5
    pkg debug/elf, const R_386_GLOB_DAT = 6
    pkg debug/elf, const R_386_GOT32 = 3
    pkg debug/elf, const R_386_GOTOFF = 9
    pkg debug/elf, const R_386_GOTPC = 10
    pkg debug/elf, const R_386_JMP_SLOT = 7
    pkg debug/elf, const R_386_NONE = 0
    pkg debug/elf, const R_386_PC32 = 2
    pkg debug/elf, const R_386_PLT32 = 4
    pkg debug/elf, const R_386_RELATIVE = 8
    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 (1)
  3. api/go1.18.txt

    pkg syscall (windows-386), func Syscall //deprecated
    pkg syscall (windows-386), func Syscall12 //deprecated
    pkg syscall (windows-386), func Syscall15 //deprecated
    pkg syscall (windows-386), func Syscall18 //deprecated
    pkg syscall (windows-386), func Syscall6 //deprecated
    pkg syscall (windows-386), func Syscall9 //deprecated
    pkg syscall (windows-386), func SyscallN(uintptr, ...uintptr) (uintptr, uintptr, Errno)
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 13K bytes
    - Viewed (0)
  4. api/next/62254.txt

    pkg net, type KeepAliveConfig struct, Interval time.Duration #62254
    pkg net, type ListenConfig struct, KeepAliveConfig KeepAliveConfig #62254
    pkg syscall (windows-386), const WSAENOPROTOOPT = 10042 #62254
    pkg syscall (windows-386), const WSAENOPROTOOPT Errno #62254
    pkg syscall (windows-amd64), const WSAENOPROTOOPT = 10042 #62254
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Tue Feb 20 06:04:31 GMT 2024
    - 758 bytes
    - Viewed (0)
  5. api/go1.16.txt

    pkg syscall (freebsd-386), func CheckBpfVersion //deprecated
    pkg syscall (freebsd-386), func FlushBpf //deprecated
    pkg syscall (freebsd-386), func ParseRoutingMessage //deprecated
    pkg syscall (freebsd-386), func ParseRoutingSockaddr //deprecated
    pkg syscall (freebsd-386), func RouteRIB //deprecated
    pkg syscall (freebsd-386), func SetBpf //deprecated
    pkg syscall (freebsd-386), func SetBpfBuflen //deprecated
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  6. api/except.txt

    pkg syscall (openbsd-386), const SYS_GETDIRENTRIES = 312
    pkg syscall (openbsd-386), const SYS_GETDIRENTRIES ideal-int
    pkg syscall (openbsd-386), const SYS_GETFSSTAT = 306
    pkg syscall (openbsd-386), const SYS_GETITIMER = 86
    pkg syscall (openbsd-386), const SYS_GETRUSAGE = 117
    pkg syscall (openbsd-386), const SYS_GETTIMEOFDAY = 116
    pkg syscall (openbsd-386), const SYS_KEVENT = 270
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu May 25 00:13:30 GMT 2023
    - 34.6K bytes
    - Viewed (0)
  7. api/go1.17.txt

    pkg syscall (netbsd-386), const SYS_WAIT6 = 481
    pkg syscall (netbsd-386), const SYS_WAIT6 ideal-int
    pkg syscall (netbsd-386), const WEXITED = 32
    pkg syscall (netbsd-386), const WEXITED ideal-int
    pkg syscall (netbsd-386-cgo), const SYS_WAIT6 = 481
    pkg syscall (netbsd-386-cgo), const SYS_WAIT6 ideal-int
    pkg syscall (netbsd-386-cgo), const WEXITED = 32
    pkg syscall (netbsd-386-cgo), const WEXITED ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 18K bytes
    - Viewed (0)
  8. src/cmd/api/main_test.go

    	{GOOS: "darwin", GOARCH: "arm64", CgoEnabled: true},
    	{GOOS: "darwin", GOARCH: "arm64"},
    	{GOOS: "windows", GOARCH: "amd64"},
    	{GOOS: "windows", GOARCH: "386"},
    	{GOOS: "freebsd", GOARCH: "386", CgoEnabled: true},
    	{GOOS: "freebsd", GOARCH: "386"},
    	{GOOS: "freebsd", GOARCH: "amd64", CgoEnabled: true},
    	{GOOS: "freebsd", GOARCH: "amd64"},
    	{GOOS: "freebsd", GOARCH: "arm", CgoEnabled: true},
    	{GOOS: "freebsd", GOARCH: "arm"},
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Apr 09 20:48:51 GMT 2024
    - 31.4K bytes
    - Viewed (0)
  9. doc/asm.html

    assembly sources should typically avoid CX except between memory references.
    </p>
    
    <h3 id="amd64">64-bit Intel 386 (a.k.a. amd64)</h3>
    
    <p>
    The two architectures behave largely the same at the assembler level.
    Assembly code to access the <code>m</code> and <code>g</code>
    pointers on the 64-bit version is the same as on the 32-bit 386,
    except it uses <code>MOVQ</code> rather than <code>MOVL</code>:
    </p>
    
    <pre>
    get_tls(CX)
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Tue Nov 28 19:15:27 GMT 2023
    - 36.3K bytes
    - Viewed (0)
  10. src/cmd/asm/internal/asm/operand_test.go

    	parser.allowABI = true
    	testOperandParser(t, parser, amd64RuntimeOperandTests)
    	testBadOperandParser(t, parser, amd64BadOperandRuntimeTests)
    }
    
    func Test386OperandParser(t *testing.T) {
    	parser := newParser("386")
    	testOperandParser(t, parser, x86OperandTests)
    }
    
    func TestARMOperandParser(t *testing.T) {
    	parser := newParser("arm")
    	testOperandParser(t, parser, armOperandTests)
    }
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Aug 29 18:31:05 GMT 2023
    - 23.9K bytes
    - Viewed (0)
Back to top