Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for vs3 (0.01 sec)

  1. src/cmd/asm/internal/asm/testdata/ppc64_p10.s

    	XXBLENDVB VS1, VS3, VS7, VS11           // 05000000856119c0
    	XXBLENDVD VS1, VS3, VS7, VS11           // 05000000856119f0
    	XXBLENDVH VS1, VS3, VS7, VS11           // 05000000856119d0
    	XXBLENDVW VS1, VS3, VS7, VS11           // 05000000856119e0
    	XXEVAL VS1, VS2, VS3, $2, VS4           // 05000002888110d0
    	XXGENPCVBM V2, $2, VS3                  // f0621728
    	XXGENPCVDM V2, $2, VS3                  // f062176a
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 23 20:52:57 UTC 2023
    - 14.3K bytes
    - Viewed (0)
  2. src/crypto/aes/gcm_ppc64x.s

    #endif
    done:
    	// Save the updated counter value
    	P8_STXVB16X(V30, COUNTER, R0)
    	// Clear the keys
    	XXLXOR	VS0, VS0, VS0
    	XXLXOR	VS1, VS1, VS1
    	XXLXOR	VS2, VS2, VS2
    	XXLXOR	VS3, VS3, VS3
    	XXLXOR	VS4, VS4, VS4
    	XXLXOR	VS5, VS5, VS5
    	XXLXOR	VS6, VS6, VS6
    	XXLXOR	VS7, VS7, VS7
    	XXLXOR	VS8, VS8, VS8
    	XXLXOR	VS9, VS9, VS9
    	XXLXOR	VS10, VS10, VS10
    	XXLXOR	VS11, VS11, VS11
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 27.1K bytes
    - Viewed (0)
  3. platforms/native/platform-native/src/test/groovy/org/gradle/nativeplatform/toolchain/internal/msvcpp/DefaultVisualStudioLocatorTest.groovy

        }
    
        def "use highest visual studio version found from the command line"() {
            def dir1 = vsDir("vs1")
            def dir2 = vsDir("vs2")
            def dir3 = vs2017Dir("vs3")
    
            given:
            1 * commandLineLocator.getVisualStudioInstalls() >> { [vs2017Install(dir3, "15.0"), legacyVsInstall(dir1, "11.0"), legacyVsInstall(dir2, "12.0")] }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 25.1K bytes
    - Viewed (0)
  4. src/cmd/asm/internal/asm/operand_test.go

    	{"(R5+R6)", "(R5)(R6)"},
    	{"-1(R4)", "-1(R4)"},
    	{"-1(R5)", "-1(R5)"},
    	{"6(PC)", "6(PC)"},
    	{"CR7", "CR7"},
    	{"CTR", "CTR"},
    	{"VS0", "VS0"},
    	{"VS1", "VS1"},
    	{"VS2", "VS2"},
    	{"VS3", "VS3"},
    	{"VS4", "VS4"},
    	{"VS5", "VS5"},
    	{"VS6", "VS6"},
    	{"VS7", "VS7"},
    	{"VS8", "VS8"},
    	{"VS9", "VS9"},
    	{"VS10", "VS10"},
    	{"VS11", "VS11"},
    	{"VS12", "VS12"},
    	{"VS13", "VS13"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 29 18:31:05 UTC 2023
    - 23.9K bytes
    - Viewed (0)
Back to top