Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for mips64p32le (0.18 sec)

  1. src/cmd/compile/internal/types2/gccgosizes.go

    	"arm64be":     {8, 8},
    	"ia64":        {8, 8},
    	"loong64":     {8, 8},
    	"m68k":        {4, 2},
    	"mips":        {4, 8},
    	"mipsle":      {4, 8},
    	"mips64":      {8, 8},
    	"mips64le":    {8, 8},
    	"mips64p32":   {4, 8},
    	"mips64p32le": {4, 8},
    	"nios2":       {4, 8},
    	"ppc":         {4, 8},
    	"ppc64":       {8, 8},
    	"ppc64le":     {8, 8},
    	"riscv":       {4, 8},
    	"riscv64":     {8, 8},
    	"s390":        {4, 8},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 17 19:55:06 UTC 2023
    - 1K bytes
    - Viewed (0)
  2. src/go/types/gccgosizes.go

    	"arm64be":     {8, 8},
    	"ia64":        {8, 8},
    	"loong64":     {8, 8},
    	"m68k":        {4, 2},
    	"mips":        {4, 8},
    	"mipsle":      {4, 8},
    	"mips64":      {8, 8},
    	"mips64le":    {8, 8},
    	"mips64p32":   {4, 8},
    	"mips64p32le": {4, 8},
    	"nios2":       {4, 8},
    	"ppc":         {4, 8},
    	"ppc64":       {8, 8},
    	"ppc64le":     {8, 8},
    	"riscv":       {4, 8},
    	"riscv64":     {8, 8},
    	"s390":        {4, 8},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 03 18:48:38 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/endian_little.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    //
    //go:build 386 || amd64 || amd64p32 || alpha || arm || arm64 || loong64 || mipsle || mips64le || mips64p32le || nios2 || ppc64le || riscv || riscv64 || sh
    
    package unix
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 358 bytes
    - Viewed (0)
  4. src/vendor/golang.org/x/sys/cpu/endian_little.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    //go:build 386 || amd64 || amd64p32 || alpha || arm || arm64 || loong64 || mipsle || mips64le || mips64p32le || nios2 || ppc64le || riscv || riscv64 || sh || wasm
    
    package cpu
    
    // IsBigEndian records whether the GOARCH's byte order is big endian.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 433 bytes
    - Viewed (0)
  5. src/encoding/binary/native_endian_little.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    //go:build 386 || amd64 || amd64p32 || alpha || arm || arm64 || loong64 || mipsle || mips64le || mips64p32le || nios2 || ppc64le || riscv || riscv64 || sh || wasm
    
    package binary
    
    type nativeEndian struct {
    	littleEndian
    }
    
    // NativeEndian is the native-endian implementation of [ByteOrder] and [AppendByteOrder].
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 08 19:04:28 UTC 2023
    - 504 bytes
    - Viewed (0)
  6. src/cmd/go/internal/modindex/syslist.go

    	"armbe":       true,
    	"arm64":       true,
    	"arm64be":     true,
    	"loong64":     true,
    	"mips":        true,
    	"mipsle":      true,
    	"mips64":      true,
    	"mips64le":    true,
    	"mips64p32":   true,
    	"mips64p32le": true,
    	"ppc":         true,
    	"ppc64":       true,
    	"ppc64le":     true,
    	"riscv":       true,
    	"riscv64":     true,
    	"s390":        true,
    	"s390x":       true,
    	"sparc":       true,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 04 01:45:58 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  7. src/go/build/syslist.go

    	"armbe":       true,
    	"arm64":       true,
    	"arm64be":     true,
    	"loong64":     true,
    	"mips":        true,
    	"mipsle":      true,
    	"mips64":      true,
    	"mips64le":    true,
    	"mips64p32":   true,
    	"mips64p32le": true,
    	"ppc":         true,
    	"ppc64":       true,
    	"ppc64le":     true,
    	"riscv":       true,
    	"riscv64":     true,
    	"s390":        true,
    	"s390x":       true,
    	"sparc":       true,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 30 18:50:57 UTC 2023
    - 2.1K bytes
    - Viewed (0)
  8. src/cmd/go/internal/imports/build.go

    	"arm64":       true,
    	"arm64be":     true,
    	"ppc64":       true,
    	"ppc64le":     true,
    	"mips":        true,
    	"mipsle":      true,
    	"mips64":      true,
    	"mips64le":    true,
    	"mips64p32":   true,
    	"mips64p32le": true,
    	"loong64":     true,
    	"ppc":         true,
    	"riscv":       true,
    	"riscv64":     true,
    	"s390":        true,
    	"s390x":       true,
    	"sparc":       true,
    	"sparc64":     true,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 30 18:50:57 UTC 2023
    - 10.4K bytes
    - Viewed (0)
  9. src/vendor/golang.org/x/sys/cpu/endian_big.go

    // Copyright 2023 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.
    
    //go:build armbe || arm64be || m68k || mips || mips64 || mips64p32 || ppc || ppc64 || s390 || s390x || shbe || sparc || sparc64
    
    package cpu
    
    // IsBigEndian records whether the GOARCH's byte order is big endian.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 397 bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/endian_big.go

    // Copyright 2016 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.
    //
    //go:build armbe || arm64be || m68k || mips || mips64 || mips64p32 || ppc || ppc64 || s390 || s390x || shbe || sparc || sparc64
    
    package unix
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 330 bytes
    - Viewed (0)
Back to top