Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 54 for map_64 (0.35 sec)

  1. src/cmd/compile/internal/test/testdata/arith_test.go

    		maxU32 - 17, maxU32 - 18, maxU32 - 19, maxU32 - 20,
    		maxU64, maxU64 - 1, maxU64 - 2, maxU64 - 3, maxU64 - 4,
    		maxU64 - 5, maxU64 - 6, maxU64 - 7, maxU64 - 8,
    		maxU64 - 9, maxU64 - 10, maxU64 - 11, maxU64 - 12,
    		maxU64 - 13, maxU64 - 14, maxU64 - 15, maxU64 - 16,
    		maxU64 - 17, maxU64 - 18, maxU64 - 19, maxU64 - 20,
    	}
    	for _, x := range xu {
    		if x <= maxU32 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 01 19:30:59 UTC 2023
    - 43.5K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/mips64.s

    Junxian Zhu <******@****.***> 1691045041 +0800
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 08 12:17:12 UTC 2023
    - 12.4K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/_gen/MIPS64.rules

    Junxian Zhu <******@****.***> 1685079225 +0800
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jul 31 03:59:48 UTC 2023
    - 41.9K bytes
    - Viewed (0)
  4. test/codegen/mathbits.go

    	// s390x:"ADDE","ADDC\t[$]-1,"
    	// mips64:"ADDV","SGTU"
    	// riscv64: "ADD","SLTU"
    	return bits.Add(x, 7, ci)
    }
    
    func AddZ(x, y uint) (r, co uint) {
    	// arm64:"ADDS","ADC",-"ADCS",-"ADD\t",-"CMP"
    	// amd64:"ADDQ","SBBQ","NEGQ",-"NEGL",-"ADCQ"
    	// loong64: "ADDV", "SGTU"
    	// ppc64x: "ADDC", -"ADDE", "ADDZE"
    	// s390x:"ADDC",-"ADDC\t[$]-1,"
    	// mips64:"ADDV","SGTU"
    	// riscv64: "ADD","SLTU"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:51:17 UTC 2024
    - 19.6K bytes
    - Viewed (0)
  5. src/cmd/link/internal/loadelf/ldelf.go

    		MIPS | uint32(elf.R_MIPS_GOT_OFST)<<16,
    		MIPS64 | uint32(elf.R_MIPS_HI16)<<16,
    		MIPS64 | uint32(elf.R_MIPS_LO16)<<16,
    		MIPS64 | uint32(elf.R_MIPS_GOT16)<<16,
    		MIPS64 | uint32(elf.R_MIPS_GOT_HI16)<<16,
    		MIPS64 | uint32(elf.R_MIPS_GOT_LO16)<<16,
    		MIPS64 | uint32(elf.R_MIPS_GPREL16)<<16,
    		MIPS64 | uint32(elf.R_MIPS_GOT_PAGE)<<16,
    		MIPS64 | uint32(elf.R_MIPS_JALR)<<16,
    		MIPS64 | uint32(elf.R_MIPS_GOT_OFST)<<16,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 16 15:12:12 UTC 2024
    - 33.9K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64.go

    // go run linux/mksysnum.go -Wall -Werror -static -I/tmp/mips64/include /tmp/mips64/include/asm/unistd.h
    // Code generated by the command above; see README.md. DO NOT EDIT.
    
    //go:build mips64 && linux
    
    package unix
    
    const (
    	SYS_READ                    = 5000
    	SYS_WRITE                   = 5001
    	SYS_OPEN                    = 5002
    	SYS_CLOSE                   = 5003
    	SYS_STAT                    = 5004
    	SYS_FSTAT                   = 5005
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  7. src/cmd/link/internal/mips64/asm.go

    // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
    // THE SOFTWARE.
    
    package mips64
    
    import (
    	"cmd/internal/objabi"
    	"cmd/internal/sys"
    	"cmd/link/internal/ld"
    	"cmd/link/internal/loader"
    	"cmd/link/internal/sym"
    	"debug/elf"
    )
    
    var (
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 23 05:58:20 UTC 2023
    - 11K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_mips64.go

    // cgo -godefs -objdir=/tmp/mips64/cgo -- -Wall -Werror -static -I/tmp/mips64/include linux/types.go | go run mkpost.go
    // Code generated by the command above; see README.md. DO NOT EDIT.
    
    //go:build mips64 && linux
    
    package unix
    
    const (
    	SizeofPtr  = 0x8
    	SizeofLong = 0x8
    )
    
    type (
    	_C_long int64
    )
    
    type Timespec struct {
    	Sec  int64
    	Nsec int64
    }
    
    type Timeval struct {
    	Sec  int64
    	Usec int64
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  9. src/cmd/internal/objabi/reloctype.go

    	// by encoding the address into the instruction.
    	R_JMPLOONG64
    
    	// R_ADDRMIPSU (only used on mips/mips64) resolves to the sign-adjusted "upper" 16
    	// bits (bit 16-31) of an external address, by encoding it into the instruction.
    	R_ADDRMIPSU
    	// R_ADDRMIPSTLS (only used on mips64) resolves to the low 16 bits of a TLS
    	// address (offset from thread pointer), by encoding it into the instruction.
    	R_ADDRMIPSTLS
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 27 17:26:07 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/test/inl_test.go

    			"(*Pointer[go.shape.int]).Load",
    			"(*Pointer[go.shape.int]).Store",
    			"(*Pointer[go.shape.int]).Swap",
    		},
    	}
    
    	if runtime.GOARCH != "386" && runtime.GOARCH != "loong64" && runtime.GOARCH != "mips64" && runtime.GOARCH != "mips64le" && runtime.GOARCH != "riscv64" {
    		// nextFreeFast calls sys.TrailingZeros64, which on 386 is implemented in asm and is not inlinable.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 09 04:07:57 UTC 2024
    - 10.7K bytes
    - Viewed (0)
Back to top