Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 21 for vspltw (0.18 sec)

  1. platforms/native/platform-native/src/main/java/org/gradle/nativeplatform/toolchain/internal/msvcpp/ArchitectureDescriptorBuilder.java

            return new HashMap<>();
        }
    
        ArchitectureSpecificVisualCpp buildDescriptor(VersionNumber compilerVersion, File basePath, File vsPath) {
            File commonTools = new File(vsPath, PATH_COMMONTOOLS);
            File commonIde = new File(vsPath, PATH_COMMONIDE);
            List<File> paths = Lists.newArrayList(commonTools, commonIde);
            File crossCompilePath = getCrossCompilePath(basePath);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 6.6K bytes
    - Viewed (0)
  2. platforms/native/platform-native/src/main/java/org/gradle/nativeplatform/toolchain/internal/msvcpp/DefaultVisualStudioLocator.java

        private VisualCppInstall buildVisualCppInstall(String name, File vsPath, File basePath, VersionNumber version, Compatibility compatibility) {
            switch (compatibility) {
                case LEGACY:
                    return buildLegacyVisualCppInstall(name, vsPath, basePath, version);
                case VS2017_OR_LATER:
                    return buildVisualCppInstall(name, vsPath, basePath, version);
                default:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 13.9K bytes
    - Viewed (0)
  3. src/cmd/asm/internal/asm/testdata/avx512enc/avx512bw.s

    	VPSLLW X3, X31, K4, X8                             // 62710504f1c3 or 62718504f1c3
    	VPSLLW 17(SP)(BP*8), X31, K4, X8                   // 62710504f184ec11000000 or 62718504f184ec11000000
    	VPSLLW 17(SP)(BP*4), X31, K4, X8                   // 62710504f184ac11000000 or 62718504f184ac11000000
    	VPSLLW X28, Y28, K7, Y1                            // 62911d27f1cc or 62919d27f1cc
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 22 14:57:15 UTC 2018
    - 159.2K bytes
    - Viewed (0)
  4. src/internal/bytealg/indexbyte_ppc64x.s

    	CMPU	R4,$32
    
    #ifndef GOPPC64_power9
    	// Load VBPERMQ constant to reduce compare into an ordered bit mask.
    	MOVD	$indexbytevbperm<>+00(SB),R16
    	LXVD2X	(R16),V0	// Set up swap string
    #endif
    
    	MTVRD	R5,V1
    	VSPLTB	$7,V1,V1	// Replicate byte across V1
    
    	BLT	cmp16		// Jump to the small string case if it's <32 bytes.
    
    	CMP	R4,$64,CR1
    	MOVD	$16,R11
    	MOVD	R3,R8
    	BLT	CR1,cmp32	// Special case for length 32 - 63
    	MOVD	$32,R12
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 21 16:10:29 UTC 2023
    - 6.3K bytes
    - Viewed (0)
  5. src/cmd/internal/obj/s390x/anames.go

    	"VSUMH",
    	"VTM",
    	"VUPH",
    	"VUPHB",
    	"VUPHH",
    	"VUPHF",
    	"VUPLH",
    	"VUPLHB",
    	"VUPLHH",
    	"VUPLHF",
    	"VUPLL",
    	"VUPLLB",
    	"VUPLLH",
    	"VUPLLF",
    	"VUPL",
    	"VUPLB",
    	"VUPLHW",
    	"VUPLF",
    	"VMSLG",
    	"VMSLEG",
    	"VMSLOG",
    	"VMSLEOG",
    	"NOPH",
    	"BYTE",
    	"WORD",
    	"DWORD",
    	"BRRK",
    	"LAST",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 05 16:41:03 UTC 2023
    - 7.1K bytes
    - Viewed (0)
  6. src/math/big/arith_ppc64x.s

    	CMP     R8, R4
    	BGE     loopexit        // Already at end?
    
    	// vectorize if len(z) is >=3, else jump to scalar loop
    	CMP     R4, $3
    	BLT     scalar
    	MTVSRD  R9, VS38        // s
    	VSPLTB  $7, V6, V4
    	MTVSRD  R5, VS39        // ŝ
    	VSPLTB  $7, V7, V2
    	ADD     $-2, R4, R16
    	PCALIGN $16
    loopback:
    	ADD     $-1, R8, R10
    	SLD     $3, R10
    	LXVD2X  (R6)(R10), VS32 // load x[i-1], x[i]
    	SLD     $3, R8, R12
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 18:17:17 UTC 2024
    - 16.8K bytes
    - Viewed (0)
  7. src/cmd/internal/obj/x86/anames.go

    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 11 18:32:50 UTC 2023
    - 19.1K bytes
    - Viewed (0)
  8. src/cmd/asm/internal/asm/testdata/amd64enc.s

    	VPSLLW X11, X9, X11                     // c44131f1db
    	VPSLLW $7, X2, X9                       // c4e13171f207 or c5b171f207
    	VPSLLW $7, X11, X9                      // c4c13171f307
    	VPSLLW (BX), Y15, Y2                    // c4e105f113 or c585f113
    	VPSLLW (R11), Y15, Y2                   // c4c105f113
    	VPSLLW X2, Y15, Y2                      // c4e105f1d2 or c585f1d2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 08 21:38:44 UTC 2021
    - 581.9K bytes
    - Viewed (0)
  9. src/hash/crc32/crc32_ppc64le.s

    	MOVD	$80,off80
    	MOVD	$96,off96
    	MOVD	$112,off112
    	MOVD	$0,R15
    
    	MOVD	R3,R10	// save initial crc
    
    	NOR	R3,R3,R3  // ^crc
    	MOVWZ	R3,R3	// 32 bits
    	VXOR	zeroes,zeroes,zeroes  // clear the V reg
    	VSPLTISW $-1,V0
    	VSLDOI	$4,V29,V0,mask_32bit
    	VSLDOI	$8,V29,V0,mask_64bit
    
    	VXOR	V8,V8,V8
    	MTVSRD	R3,VS40	// crc initial value VS40 = V8
    
    #ifdef REFLECT
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 06 12:09:50 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  10. src/crypto/aes/gcm_ppc64x.s

    	VSLDOI   $15, XC2, ZERO, XC2 // 0xe1...
    	VSLDOI   $1, ZERO, T0, T1    // ...1
    	VADDUBM  XC2, XC2, XC2       // 0xc2...
    	VSPLTISB $7, T2
    	VOR      XC2, T1, XC2        // 0xc2....01
    	VSPLTB   $0, H, T1           // most significant byte
    	VSL      H, T0, H            // H<<=1
    	VSRAB    T1, T2, T1          // broadcast carry bit
    	VAND     T1, XC2, T1
    	VXOR     H, T1, IN           // twisted H
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 27.1K bytes
    - Viewed (0)
Back to top