Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for PowerPC (0.21 sec)

  1. src/cmd/asm/internal/arch/ppc64.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // This file encapsulates some of the odd characteristics of the
    // 64-bit PowerPC (PPC64) instruction set, to minimize its interaction
    // with the core of the assembler.
    
    package arch
    
    import (
    	"cmd/internal/obj"
    	"cmd/internal/obj/ppc64"
    )
    
    func jumpPPC64(word string) bool {
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Wed Sep 07 20:53:33 GMT 2022
    - 2.2K bytes
    - Viewed (0)
  2. README.md

    | 64-bit Intel/AMD               | <https://dl.min.io/server/minio/release/linux-amd64/minio>   |
    | 64-bit ARM                     | <https://dl.min.io/server/minio/release/linux-arm64/minio>   |
    | 64-bit PowerPC LE (ppc64le)    | <https://dl.min.io/server/minio/release/linux-ppc64le/minio> |
    | IBM Z-Series (S390X)           | <https://dl.min.io/server/minio/release/linux-s390x/minio>   |
    
    Plain Text
    - Registered: Sun Apr 21 19:28:08 GMT 2024
    - Last Modified: Wed Feb 14 17:51:34 GMT 2024
    - 18.7K bytes
    - Viewed (0)
  3. doc/go1.22.html

    </p>
    
    <h3 id="openbsd">OpenBSD</h3>
    <p><!-- CL 517935 -->
      Go 1.22 adds an experimental port to OpenBSD on big-endian 64-bit PowerPC
      (<code>openbsd/ppc64</code>).
    HTML
    - Registered: Tue Feb 06 11:13:10 GMT 2024
    - Last Modified: Wed Jan 31 20:51:56 GMT 2024
    - 45.6K bytes
    - Viewed (0)
  4. cmd/testdata/xl-meta-merge.zip

    architecture for your Linux host. | Architecture | URL | | -------- | ------ | | 64-bit Intel/AMD | <https://dl.min.io/server/minio/release/linux-amd64/minio> | | 64-bit ARM | <https://dl.min.io/server/minio/release/linux-arm64/minio> | | 64-bit PowerPC LE (ppc64le) | <https://dl.min.io/server/minio/release/linux-ppc64le/minio> | | IBM Z-Series (S390X) | <https://dl.min.io/server/minio/release/linux-s390x/minio> | The MinIO deployment starts using default root credentials `minioadmin:minioadmin`....
    ZIP Archive
    - Registered: Sun Apr 21 19:28:08 GMT 2024
    - Last Modified: Fri Mar 08 17:50:48 GMT 2024
    - 30.2K bytes
    - Viewed (0)
  5. api/go1.txt

    pkg debug/pe, const IMAGE_FILE_MACHINE_MIPS16 ideal-int
    pkg debug/pe, const IMAGE_FILE_MACHINE_MIPSFPU ideal-int
    pkg debug/pe, const IMAGE_FILE_MACHINE_MIPSFPU16 ideal-int
    pkg debug/pe, const IMAGE_FILE_MACHINE_POWERPC ideal-int
    pkg debug/pe, const IMAGE_FILE_MACHINE_POWERPCFP ideal-int
    pkg debug/pe, const IMAGE_FILE_MACHINE_R4000 ideal-int
    pkg debug/pe, const IMAGE_FILE_MACHINE_SH3 ideal-int
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  6. api/go1.1.txt

    pkg debug/pe, const IMAGE_FILE_MACHINE_MIPS16 = 614
    pkg debug/pe, const IMAGE_FILE_MACHINE_MIPSFPU = 870
    pkg debug/pe, const IMAGE_FILE_MACHINE_MIPSFPU16 = 1126
    pkg debug/pe, const IMAGE_FILE_MACHINE_POWERPC = 496
    pkg debug/pe, const IMAGE_FILE_MACHINE_POWERPCFP = 497
    pkg debug/pe, const IMAGE_FILE_MACHINE_R4000 = 358
    pkg debug/pe, const IMAGE_FILE_MACHINE_SH3 = 418
    pkg debug/pe, const IMAGE_FILE_MACHINE_SH3DSP = 419
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
Back to top