Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 39 for V17 (0.03 sec)

  1. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/gtest-param-test.h

        T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15,
        T16 v16, T17 v17) {
      return internal::ValueArray17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11,
          T12, T13, T14, T15, T16, T17>(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10,
          v11, v12, v13, v14, v15, v16, v17);
    }
    
    template <typename T1, typename T2, typename T3, typename T4, typename T5,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 74.1K bytes
    - Viewed (0)
  2. src/internal/bytealg/index_s390x.s

    	MOVD	$1(R7), R7
    	CMPBLE  R7, R2, index49to64loop
    notfound:
    	MOVD	$-1, (R5)
    	RET
    
    index65plus:
    	// not implemented
    	MOVD	$0, (R0)
    	RET
    
    foundV17: // index is in doubleword V17[0]
    	VLGVG	$0, V17, R8
    	ADD	R8, R7
    found:
    	SUB	R1, R7
    	MOVD	R7, (R5)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Mar 04 19:49:44 UTC 2018
    - 5.5K bytes
    - Viewed (0)
  3. src/math/big/arith_s390x.s

    	VACCCQ V7, V15, V30, V31
    	VACQ   V7, V15, V30, V23
    	VACCCQ V8, V16, V31, V0  // V0 has carry-over
    	VACQ   V8, V16, V31, V24
    
    	VPDI  $0x4, V17, V17, V17 // flip the doublewords to big-endian order
    	VPDI  $0x4, V18, V18, V18 // flip the doublewords to big-endian order
    	VPDI  $0x4, V19, V19, V19 // flip the doublewords to big-endian order
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:27 UTC 2023
    - 20.3K bytes
    - Viewed (0)
  4. src/crypto/aes/gcm_ppc64x.s

    	VCIPHER V15, V23, V15; \
    	VCIPHER V16, V23, V16; \
    	VCIPHER V17, V23, V17; \
    	VCIPHER V18, V23, V18
    
    // Encrypt 8 values in V15 - V22
    // with the specified key,
    // assuming it is a VSreg
    #define VCIPHER_8X1_KEY(key) \
    	XXLOR key, key, V23; \
    	VCIPHER V15, V23, V15; \
    	VCIPHER V16, V23, V16; \
    	VCIPHER V17, V23, V17; \
    	VCIPHER V18, V23, V18; \
    	VCIPHER V19, V23, V19; \
    	VCIPHER V20, V23, V20; \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 27.1K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-param-util-generated.h

          T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16,
          T17 v17) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7),
          v8_(v8), v9_(v9), v10_(v10), v11_(v11), v12_(v12), v13_(v13), v14_(v14),
          v15_(v15), v16_(v16), v17_(v17) {}
    
      template <typename T>
      operator ParamGenerator<T>() const {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 187.7K bytes
    - Viewed (0)
  6. src/cmd/asm/internal/asm/testdata/arm64enc.s

    	SHA1C V8.S4, V8, V2                                         // 0201085e
    	SHA1H V17, V25                                              // 390a285e
    	SHA1M V0.S4, V27, V27                                       // 7b23005e
    	SHA1P V3.S4, V20, V27                                       // 9b12035e
    	SHA1SU0 V17.S4, V13.S4, V16.S4                              // b031115e
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jul 24 01:11:41 UTC 2023
    - 43.9K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssa/fuse_branchredirect.go

    // corresponding successor block directly. For example:
    //
    //	p:
    //	  v11 = Less64 <bool> v10 v8
    //	  If v11 goto b else u
    //	b: <- p ...
    //	  v17 = Leq64 <bool> v10 v8
    //	  If v17 goto s else o
    //
    // We can redirect p to s directly.
    //
    // The implementation here borrows the framework of the prove pass.
    //
    //	1, Traverse all blocks of function f to find If blocks.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 16 21:40:11 UTC 2023
    - 3.2K bytes
    - Viewed (0)
  8. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-param-util-generated.h

          T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16,
          T17 v17) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7),
          v8_(v8), v9_(v9), v10_(v10), v11_(v11), v12_(v12), v13_(v13), v14_(v14),
          v15_(v15), v16_(v16), v17_(v17) {}
    
      template <typename T>
      operator ParamGenerator<T>() const {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 187.7K bytes
    - Viewed (0)
  9. src/crypto/sha256/sha256block_arm64.s

    	MOVD	p_len+32(FP), R3                           // message length
    	VLD1	(R0), [V0.S4, V1.S4]                       // load h(a,b,c,d,e,f,g,h)
    	VLD1.P	64(R2), [V16.S4, V17.S4, V18.S4, V19.S4]
    	VLD1.P	64(R2), [V20.S4, V21.S4, V22.S4, V23.S4]
    	VLD1.P	64(R2), [V24.S4, V25.S4, V26.S4, V27.S4]
    	VLD1	(R2), [V28.S4, V29.S4, V30.S4, V31.S4]     //load 64*4bytes K constant(K0-K63)
    
    blockloop:
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  10. src/cmd/asm/internal/asm/testdata/arm64.s

    	VLD3R.P	6(R15), [V15.H4, V16.H4, V17.H4]                // efe5df0d
    	VLD3R.P	(R15)(R6), [V15.H8, V16.H8, V17.H8]             // efe5c64d
    	VLD4R	(R0), [V0.B8, V1.B8, V2.B8, V3.B8]              // 00e0600d
    	VLD4R.P	16(RSP), [V31.S4, V0.S4, V1.S4, V2.S4]          // ffebff4d
    	VLD4R.P	(R15)(R9), [V15.H4, V16.H4, V17.H4, V18.H4]     // efe5e90d
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 08 03:28:17 UTC 2023
    - 94.9K bytes
    - Viewed (0)
Back to top