Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for vspltw (0.12 sec)

  1. src/vendor/golang.org/x/crypto/chacha20/chacha_ppc64le.s

    	// splat values from V17, V18 into V4-V11
    	VSPLTW $0, V17, V4
    	VSPLTW $1, V17, V5
    	VSPLTW $2, V17, V6
    	VSPLTW $3, V17, V7
    	VSPLTW $0, V18, V8
    	VSPLTW $1, V18, V9
    	VSPLTW $2, V18, V10
    	VSPLTW $3, V18, V11
    
    	// VOR
    	VOR V26, V26, V12
    
    	// splat values from V19 -> V13, V14, V15
    	VSPLTW $1, V19, V13
    	VSPLTW $2, V19, V14
    	VSPLTW $3, V19, V15
    
    	// splat   const values
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 9K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/ppc64/anames.go

    	"VCMPNEBCC",
    	"VCMPNEH",
    	"VCMPNEHCC",
    	"VCMPNEW",
    	"VCMPNEWCC",
    	"VPERM",
    	"VPERMXOR",
    	"VPERMR",
    	"VBPERMQ",
    	"VBPERMD",
    	"VSEL",
    	"VSPLTB",
    	"VSPLTH",
    	"VSPLTW",
    	"VSPLTISB",
    	"VSPLTISH",
    	"VSPLTISW",
    	"VCIPH",
    	"VCIPHER",
    	"VCIPHERLAST",
    	"VNCIPH",
    	"VNCIPHER",
    	"VNCIPHERLAST",
    	"VSBOX",
    	"VSHASIGMA",
    	"VSHASIGMAW",
    	"VSHASIGMAD",
    	"VMRGEW",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 01 18:50:29 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  3. src/internal/bytealg/count_ppc64x.s

    	// R4 = length
    	// R6 = byte to count
    	MTVRD	R6, V1		// move compare byte
    	MOVD	R6, R5
    	VSPLTB	$7, V1, V1	// replicate byte across V1
    	BR	countbytebody<>(SB)
    
    TEXT ·CountString<ABIInternal>(SB), NOSPLIT|NOFRAME, $0-32
    	// R3 = byte array pointer
    	// R4 = length
    	// R5 = byte to count
    	MTVRD	R5, V1		// move compare byte
    	VSPLTB	$7, V1, V1	// replicate byte across V1
    	BR	countbytebody<>(SB)
    
    // R3: addr of string
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 14 20:30:44 UTC 2023
    - 3.6K bytes
    - Viewed (0)
  4. 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)
  5. 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)
  6. 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)
Back to top