Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 46 for Xadd64 (0.22 sec)

  1. src/cmd/compile/internal/ssa/_gen/AMD64.rules

    Keith Randall <******@****.***> 1709436127 -0800
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 19:38:41 UTC 2024
    - 93.9K bytes
    - Viewed (0)
  2. src/crypto/internal/nistec/fiat/p384_fiat64.go

    	x54 := (uint64(p384Uint1(x53)) + x33)
    	var x56 uint64
    	_, x56 = bits.Add64(x17, x42, uint64(0x0))
    	var x57 uint64
    	var x58 uint64
    	x57, x58 = bits.Add64(x19, x44, uint64(p384Uint1(x56)))
    	var x59 uint64
    	var x60 uint64
    	x59, x60 = bits.Add64(x21, x46, uint64(p384Uint1(x58)))
    	var x61 uint64
    	var x62 uint64
    	x61, x62 = bits.Add64(x23, x48, uint64(p384Uint1(x60)))
    	var x63 uint64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 05 21:53:03 UTC 2022
    - 90.8K bytes
    - Viewed (0)
  3. src/cmd/dist/test.go

    		case "freebsd":
    			return goarch == "amd64"
    		}
    		return false
    
    	case "c-shared":
    		switch platform {
    		case "linux/amd64", "linux/arm", "linux/arm64", "linux/loong64", "linux/386", "linux/ppc64le", "linux/riscv64", "linux/s390x",
    			"android/amd64", "android/arm", "android/arm64", "android/386",
    			"freebsd/amd64",
    			"darwin/amd64", "darwin/arm64",
    			"windows/amd64", "windows/386", "windows/arm64":
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 16:01:35 UTC 2024
    - 50K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/prove.go

    		}
    	}
    }
    
    var opMin = map[Op]int64{
    	OpAdd64: math.MinInt64, OpSub64: math.MinInt64,
    	OpAdd32: math.MinInt32, OpSub32: math.MinInt32,
    }
    
    var opMax = map[Op]int64{
    	OpAdd64: math.MaxInt64, OpSub64: math.MaxInt64,
    	OpAdd32: math.MaxInt32, OpSub32: math.MaxInt32,
    }
    
    var opUMax = map[Op]uint64{
    	OpAdd64: math.MaxUint64, OpSub64: math.MaxUint64,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:30:21 UTC 2024
    - 48.9K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.31.md

    ### Client Binaries
    
    filename | sha512 hash
    -------- | -----------
    [kubernetes-client-darwin-amd64.tar.gz](https://dl.k8s.io/v1.31.0-alpha.1/kubernetes-client-darwin-amd64.tar.gz) | 219fc2cfcd6da50693eca80209e6d6c7b1331c79c059126766ebdbb5dac56e8efb277bc39d0c32a4d1f4bf51445994c91ce27f291bccdda7859b4be666b2452f
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 20:34:14 UTC 2024
    - 60.3K bytes
    - Viewed (0)
  6. src/crypto/internal/nistec/p256_asm_ppc64le.s

    	VSLDOI $12, ZER, ADD2, T1  // ADD2 Free	// VSLDB
    
    	VADDCUQ  T0, ADD3, CAR1     // VACCQ
    	VADDUQM  T0, ADD3, T0       // ADD3 Free	// VAQ
    	VADDECUQ T1, ADD4, CAR1, T2 // VACCCQ
    	VADDEUQM T1, ADD4, CAR1, T1 // ADD4 Free	// VACQ
    
    	LXVD2X  (R18)(CPOOL), SEL2
    	LXVD2X  (R19)(CPOOL), SEL3
    	LXVD2X  (R20)(CPOOL), SEL4
    	VPERM   RED3, T0, SEL2, RED1 // [d0  0 d1 d0]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 56.5K bytes
    - Viewed (0)
  7. src/cmd/internal/testdir/testdir_test.go

    	assertNot(shouldTest("// +build !windows,!plan9", "plan9", "386"))
    
    	// Build tags on multiple lines are AND-ed together.
    	assert(shouldTest("// +build !windows\n// +build amd64", "linux", "amd64"))
    	assertNot(shouldTest("// +build !windows\n// +build amd64", "windows", "amd64"))
    
    	// Test that (!a OR !b) matches anything.
    	assert(shouldTest("// +build !windows !plan9", "windows", "amd64"))
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 20:08:06 UTC 2024
    - 57.5K bytes
    - Viewed (0)
  8. src/crypto/internal/nistec/p256_asm_s390x.s

    	VSLDB $12, ZER, ADD2, T1  // ADD2 Free
    
    	VACCQ  T0, ADD3, CAR1
    	VAQ    T0, ADD3, T0       // ADD3 Free
    	VACCCQ T1, ADD4, CAR1, T2
    	VACQ   T1, ADD4, CAR1, T1 // ADD4 Free
    
    	VL    48(CPOOL), SEL2
    	VL    64(CPOOL), SEL3
    	VL    80(CPOOL), SEL4
    	VPERM RED3, T0, SEL2, RED1 // [d0  0 d1 d0]
    	VPERM RED3, T0, SEL3, RED2 // [ 0 d1 d0 d1]
    	VPERM RED3, T0, SEL4, RED3 // [ 0  0 d1 d0]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/ssa/rewrite.go

    		return true
    	case OpArg: // note: but not ArgIntReg
    		// amd64 always loads args from the stack unsigned.
    		// most other architectures load them sign/zero extended based on the type.
    		return x.Type.Size() == 4 && (x.Type.IsUnsigned() || x.Block.Func.Config.arch == "amd64")
    	case OpPhi, OpSelect0, OpSelect1:
    		// Phis can use each-other as an arguments, instead of tracking visited values,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 64.2K bytes
    - Viewed (0)
  10. src/runtime/asm_amd64.s

    #ifdef GOAMD64_v2
    DATA bad_cpu_msg<>+0x00(SB)/84, $"This program can only be run on AMD64 processors with v2 microarchitecture support.\n"
    #endif
    
    #ifdef GOAMD64_v3
    DATA bad_cpu_msg<>+0x00(SB)/84, $"This program can only be run on AMD64 processors with v3 microarchitecture support.\n"
    #endif
    
    #ifdef GOAMD64_v4
    DATA bad_cpu_msg<>+0x00(SB)/84, $"This program can only be run on AMD64 processors with v4 microarchitecture support.\n"
    #endif
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 11 20:38:24 UTC 2024
    - 60.4K bytes
    - Viewed (0)
Back to top