/external/openssl/crypto/bn/asm/ |
D | pa-risc2W.s | 105 tmp_1 .reg %r21 label 190 ADD,L m1_1,m_1,tmp_1 ; tmp_1 = m[1] + m1[1]; 197 CMPCLR,*>>= tmp_1,m1_1,%r0 ; if (m[1] < m1[1]) 202 EXTRD,U tmp_1,31,32,m_1 ; m[1]>>32 203 DEPD,Z tmp_1,31,32,m1_1 ; m1[1] = m[1]<<32 355 ADD,L m1_1,m_1,tmp_1 ; tmp_1 = m + m1; 361 CMPCLR,*>>= tmp_1,m1_1,%r0 ; if (m < m1) 366 EXTRD,U tmp_1,31,32,m_1 ; m>>32 367 DEPD,Z tmp_1,31,32,m1_1 ; m1 = m<<32 495 AND m_1,high_mask,tmp_1 ; m[1] & Mask [all …]
|
D | pa-risc2.s | 113 tmp_1 .reg %r21 label 198 ADD,L m1_1,m_1,tmp_1 ; tmp_1 = m[1] + m1[1]; 205 CMPCLR,*>>= tmp_1,m1_1,%r0 ; if (m[1] < m1[1]) 210 EXTRD,U tmp_1,31,32,m_1 ; m[1]>>32 211 DEPD,Z tmp_1,31,32,m1_1 ; m1[1] = m[1]<<32 365 ADD,L m1_1,m_1,tmp_1 ; tmp_1 = m + m1; 371 CMPCLR,*>>= tmp_1,m1_1,%r0 ; if (m < m1) 376 EXTRD,U tmp_1,31,32,m_1 ; m>>32 377 DEPD,Z tmp_1,31,32,m1_1 ; m1 = m<<32 506 AND m_1,high_mask,tmp_1 ; m[1] & Mask [all …]
|
/external/openssl/crypto/ec/ |
D | ec_asn1.c | 439 BIGNUM *tmp_1=NULL, *tmp_2=NULL; in ec_asn1_group2curve() local 448 if ((tmp_1 = BN_new()) == NULL || (tmp_2 = BN_new()) == NULL) in ec_asn1_group2curve() 459 if (!EC_GROUP_get_curve_GFp(group, NULL, tmp_1, tmp_2, NULL)) in ec_asn1_group2curve() 468 if (!EC_GROUP_get_curve_GF2m(group, NULL, tmp_1, tmp_2, NULL)) in ec_asn1_group2curve() 475 len_1 = (size_t)BN_num_bytes(tmp_1); in ec_asn1_group2curve() 492 if ( (len_1 = BN_bn2bin(tmp_1, buffer_1)) == 0) in ec_asn1_group2curve() 563 if (tmp_1) in ec_asn1_group2curve() 564 BN_free(tmp_1); in ec_asn1_group2curve()
|
D | ecp_smpl.c | 290 BIGNUM *a,*b,*order,*tmp_1,*tmp_2; in ec_GFp_simple_group_check_discriminant() local 306 tmp_1 = BN_CTX_get(ctx); in ec_GFp_simple_group_check_discriminant() 331 if (!BN_mod_sqr(tmp_1, a, p, ctx)) goto err; in ec_GFp_simple_group_check_discriminant() 332 if (!BN_mod_mul(tmp_2, tmp_1, a, p, ctx)) goto err; in ec_GFp_simple_group_check_discriminant() 333 if (!BN_lshift(tmp_1, tmp_2, 2)) goto err; in ec_GFp_simple_group_check_discriminant() 340 if (!BN_mod_add(a, tmp_1, tmp_2, p, ctx)) goto err; in ec_GFp_simple_group_check_discriminant()
|
/external/webp/src/enc/ |
D | dsp_sse2.c | 500 __m128i tmp_0, tmp_1, tmp_2, tmp_3; in TTransformSSE2() local 538 tmp_1 = _mm_unpackhi_epi8(transpose1_0, zero); in TTransformSSE2() 551 const __m128i a1 = _mm_slli_epi16(_mm_add_epi16(tmp_1, tmp_3), 2); in TTransformSSE2() 552 const __m128i a2 = _mm_slli_epi16(_mm_sub_epi16(tmp_1, tmp_3), 2); in TTransformSSE2() 584 tmp_1 = _mm_unpackhi_epi64(transpose1_0, transpose1_1); in TTransformSSE2() 603 const __m128i a1 = _mm_add_epi16(tmp_1, tmp_3); in TTransformSSE2() 604 const __m128i a2 = _mm_sub_epi16(tmp_1, tmp_3); in TTransformSSE2()
|