Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    	VGATHERDPD 360(R15)(Y30*2), K6, Z20 // 6282fd469264772d
    	VGATHERDPD 640(R15)(Y20*2), K6, Z10 // 6252fd4692546750
    	VGATHERDPD 960(R15)(Y10*2), K6, Z20 // 6282fd4e92645778
    	VGATHERDPD 1280(R15)(Y0*2), K6, Z10 // 6252fd4e92944700050000
    	VGATHERDPS 360(R15)(X30*2), K6, X20 // 62827d069264775a
    	VGATHERDPS 640(R15)(X20*2), K6, X10 // 62527d0692946780020000
    	VGATHERDPS 960(R15)(X10*2), K6, X20 // 62827d0e92a457c0030000
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Tue Apr 11 18:32:50 UTC 2023
    - 57.6K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/avx512enc/avx512_vbmi2.s

    	VPSHLDVD Y7, Y12, K6, Y0                           // 62f21d2e71c7
    	VPSHLDVD 15(R8)(R14*4), Y12, K6, Y0                // 62921d2e7184b00f000000
    	VPSHLDVD -7(CX)(DX*4), Y12, K6, Y0                 // 62f21d2e718491f9ffffff
    	VPSHLDVD Y5, Y3, K6, Y0                            // 62f2652e71c5
    	VPSHLDVD Y28, Y3, K6, Y0                           // 6292652e71c4
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Tue May 22 14:57:15 UTC 2018
    - 97.1K bytes
    - Viewed (0)
  3. guava/src/com/google/common/collect/ImmutableSortedMap.java

          K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, K k6, V v6) {
        return fromEntries(
            entryOf(k1, v1),
            entryOf(k2, v2),
            entryOf(k3, v3),
            entryOf(k4, v4),
            entryOf(k5, v5),
            entryOf(k6, v6));
      }
    
      /**
       * Returns an immutable sorted map containing the given entries, sorted by the natural ordering of
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Oct 30 16:15:19 UTC 2024
    - 50.4K bytes
    - Viewed (0)
  4. android/guava/src/com/google/common/collect/ImmutableSortedMap.java

          K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, K k6, V v6) {
        return fromEntries(
            entryOf(k1, v1),
            entryOf(k2, v2),
            entryOf(k3, v3),
            entryOf(k4, v4),
            entryOf(k5, v5),
            entryOf(k6, v6));
      }
    
      /**
       * Returns an immutable sorted map containing the given entries, sorted by the natural ordering of
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Oct 30 16:15:19 UTC 2024
    - 53K bytes
    - Viewed (0)
Back to top