Home
last modified time | relevance | path

Searched refs:tmp2 (Results 1 - 25 of 341) sorted by relevance

12345678910>>...14

/third_party/node/deps/openssl/openssl/crypto/cast/asm/
H A Dcast-586.pl30 $tmp2="ebx";
72 &mov($tmp2,&wparam(0));
78 &mov($L,&DWP(0,$tmp2,"",0));
79 &mov($R,&DWP(4,$tmp2,"",0));
95 &E_CAST( 0,$S,$L,$R,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4);
96 &E_CAST( 1,$S,$R,$L,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
97 &E_CAST( 2,$S,$L,$R,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4);
98 &E_CAST( 3,$S,$R,$L,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4);
99 &E_CAST( 4,$S,$L,$R,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
100 &E_CAST( 5,$S,$R,$L,$K,@F3,$tmp1,$tmp2,
[all...]
/third_party/openssl/crypto/cast/asm/
H A Dcast-586.pl30 $tmp2="ebx";
72 &mov($tmp2,&wparam(0));
78 &mov($L,&DWP(0,$tmp2,"",0));
79 &mov($R,&DWP(4,$tmp2,"",0));
95 &E_CAST( 0,$S,$L,$R,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4);
96 &E_CAST( 1,$S,$R,$L,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
97 &E_CAST( 2,$S,$L,$R,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4);
98 &E_CAST( 3,$S,$R,$L,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4);
99 &E_CAST( 4,$S,$L,$R,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
100 &E_CAST( 5,$S,$R,$L,$K,@F3,$tmp1,$tmp2,
[all...]
/third_party/node/deps/openssl/openssl/crypto/bf/asm/
H A Dbf-586.pl25 $tmp2="ebx";
46 &mov($tmp2,&wparam(0));
52 &mov($L,&DWP(0,$tmp2,"",0));
53 &mov($R,&DWP(4,$tmp2,"",0));
61 &mov($tmp2,&DWP(0,$P,"",0));
64 &xor($L,$tmp2);
69 &BF_ENCRYPT($i+1,$R,$L,$P,$tmp1,$tmp2,$tmp3,$tmp4,1);
73 &BF_ENCRYPT($i+2,$L,$R,$P,$tmp1,$tmp2,$tmp3,$tmp4,1);
80 &mov($tmp2,&DWP(($BF_ROUNDS+1)*4,$P,"",0));
83 &xor($L,$tmp2);
[all...]
/third_party/openssl/crypto/bf/asm/
H A Dbf-586.pl25 $tmp2="ebx";
46 &mov($tmp2,&wparam(0));
52 &mov($L,&DWP(0,$tmp2,"",0));
53 &mov($R,&DWP(4,$tmp2,"",0));
61 &mov($tmp2,&DWP(0,$P,"",0));
64 &xor($L,$tmp2);
69 &BF_ENCRYPT($i+1,$R,$L,$P,$tmp1,$tmp2,$tmp3,$tmp4,1);
73 &BF_ENCRYPT($i+2,$L,$R,$P,$tmp1,$tmp2,$tmp3,$tmp4,1);
80 &mov($tmp2,&DWP(($BF_ROUNDS+1)*4,$P,"",0));
83 &xor($L,$tmp2);
[all...]
/third_party/optimized-routines/string/aarch64/
H A Dstrcpy.S35 #define tmp2 x9 define
95 and tmp2, srcin, #(MIN_PAGE_SIZE - 1)
98 cmp tmp2, #(MIN_PAGE_SIZE - 16)
114 rev tmp2, data1
115 sub tmp1, tmp2, zeroones
116 orr tmp2, tmp2, #REP8_7f
117 bics has_nul1, tmp1, tmp2
124 orr tmp2, data1, #REP8_7f
125 bics has_nul1, tmp1, tmp2
[all...]
H A Dstrcmp.S33 #define tmp2 x8 define
56 orr tmp2, data1, #REP8_7f
58 bic has_nul, tmp1, tmp2 /* Non-zero if NUL terminator. */
96 orr tmp2, tmp3, #REP8_7f
97 bic has_nul, tmp1, tmp2
124 mov tmp2, #~0
127 lsl tmp2, tmp2, tmp1 /* Shift (tmp1 & 63). */
130 lsr tmp2, tmp2, tmp
[all...]
H A Dstrncmp.S34 #define tmp2 x9 define
68 orr tmp2, data1, #REP8_7f
71 bics has_nul, tmp1, tmp2 /* Non-zero if NUL terminator. */
131 orr tmp2, tmp3, #REP8_7f
132 bic has_nul, tmp1, tmp2
160 mov tmp2, #~0
164 lsl tmp2, tmp2, tmp3 /* Shift (count & 63). */
167 lsr tmp2, tmp2, tmp
[all...]
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/
H A Dpoly1305-mips.pl71 ($in0,$in1,$tmp0,$tmp1,$tmp2,$tmp3,$tmp4) = ($a4,$a5,$a6,$a7,$at,$t0,$t1);
118 dsll $tmp2,$tmp0,32
119 or $tmp0,$tmp2 # 0x000000FF000000FF
123 dsrl $tmp2,$in0,24
127 and $tmp2,$tmp0
130 or $tmp1,$tmp2
132 and $tmp2,$in0,$tmp0
136 dsll $tmp2,8
140 or $tmp1,$tmp2
237 dsll $tmp2,
[all...]
/third_party/openssl/crypto/poly1305/asm/
H A Dpoly1305-mips.pl71 ($in0,$in1,$tmp0,$tmp1,$tmp2,$tmp3,$tmp4) = ($a4,$a5,$a6,$a7,$at,$t0,$t1);
118 dsll $tmp2,$tmp0,32
119 or $tmp0,$tmp2 # 0x000000FF000000FF
123 dsrl $tmp2,$in0,24
127 and $tmp2,$tmp0
130 or $tmp1,$tmp2
132 and $tmp2,$in0,$tmp0
136 dsll $tmp2,8
140 or $tmp1,$tmp2
237 dsll $tmp2,
[all...]
/third_party/libunwind/libunwind/src/dwarf/
H A DGexpr.c243 unw_word_t operand1 = 0, operand2 = 0, tmp1, tmp2 = 0, tmp3, end_addr; in dwarf_eval_expr() local
432 if ((ret = dwarf_readw (as, a, &tmp1, &tmp2, arg)) < 0) in dwarf_eval_expr()
434 push (tmp2); in dwarf_eval_expr()
450 tmp2 = u8; in dwarf_eval_expr()
456 tmp2 = u16; in dwarf_eval_expr()
463 tmp2 = u32; in dwarf_eval_expr()
467 tmp2 >>= 8; in dwarf_eval_expr()
469 tmp2 &= 0xffffff; in dwarf_eval_expr()
478 tmp2 = u64; in dwarf_eval_expr()
482 tmp2 >> in dwarf_eval_expr()
[all...]
/third_party/ffmpeg/libavcodec/
H A Djrevdct.c217 int32_t tmp0, tmp1, tmp2, tmp3; in ff_j_rev_dct() local
277 tmp2 = z1 + MULTIPLY(-d6, FIX_1_847759065); in ff_j_rev_dct()
285 tmp11 = tmp1 + tmp2; in ff_j_rev_dct()
286 tmp12 = tmp1 - tmp2; in ff_j_rev_dct()
289 tmp2 = MULTIPLY(-d6, FIX_1_306562965); in ff_j_rev_dct()
297 tmp11 = tmp1 + tmp2; in ff_j_rev_dct()
298 tmp12 = tmp1 - tmp2; in ff_j_rev_dct()
303 tmp2 = MULTIPLY(d2, FIX_0_541196100); in ff_j_rev_dct()
311 tmp11 = tmp1 + tmp2; in ff_j_rev_dct()
312 tmp12 = tmp1 - tmp2; in ff_j_rev_dct()
955 int32_t tmp0, tmp1, tmp2, tmp3; ff_j_rev_dct4() local
[all...]
H A Ddct.c53 float tmp2 = data[n - i]; in dst_calc_I_c() local
56 s *= tmp1 + tmp2; in dst_calc_I_c()
57 tmp1 = (tmp1 - tmp2) * 0.5f; in dst_calc_I_c()
83 float tmp2 = data[n - i]; in dct_calc_I_c() local
87 c *= tmp1 - tmp2; in dct_calc_I_c()
88 s *= tmp1 - tmp2; in dct_calc_I_c()
92 tmp1 = (tmp1 + tmp2) * 0.5f; in dct_calc_I_c()
129 float tmp2 = data[n - i - 1] * inv_n; in dct_calc_III_c() local
130 float csc = ctx->csc2[i] * (tmp1 - tmp2); in dct_calc_III_c()
132 tmp1 += tmp2; in dct_calc_III_c()
146 float tmp2 = data[n - i - 1]; dct_calc_II_c() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/ripemd/asm/
H A Drmd-586.pl29 $tmp2="edx";
97 &mov($tmp2, &Xv($pos));
99 &add($a, $tmp2);
110 &mov($tmp2, &Xv($pos));
117 &add($a, $tmp2);
119 &mov($tmp2, &Xv($pos2)) if $o == 1;
120 &mov($tmp2, &wparam(0)) if $o == 2;
134 # &mov($tmp2, &Xv($pos)) if $o < -1;
137 &add($a, $tmp2);
138 &mov($tmp2,
[all...]
/third_party/openssl/crypto/ripemd/asm/
H A Drmd-586.pl29 $tmp2="edx";
97 &mov($tmp2, &Xv($pos));
99 &add($a, $tmp2);
110 &mov($tmp2, &Xv($pos));
117 &add($a, $tmp2);
119 &mov($tmp2, &Xv($pos2)) if $o == 1;
120 &mov($tmp2, &wparam(0)) if $o == 2;
134 # &mov($tmp2, &Xv($pos)) if $o < -1;
137 &add($a, $tmp2);
138 &mov($tmp2,
[all...]
/third_party/optimized-routines/string/arm/
H A Dmemcpy.S65 #define tmp2 r10 define
212 str tmp2, [sp, #-FRAME_SIZE]!
213 and tmp2, src, #7
215 cmp tmp1, tmp2
228 lsls tmp2, dst, #29
230 rsbs tmp2, tmp2, #0
231 sub count, count, tmp2, lsr #29
234 lsls tmp2, tmp2, #
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/
H A Djidctred-neon.c267 int32x4_t tmp2 = vmull_lane_s16(z2, consts.val[0], 0); in jsimd_idct_4x4_neon() local
268 tmp2 = vmlal_lane_s16(tmp2, z3, consts.val[0], 1); in jsimd_idct_4x4_neon()
270 int32x4_t tmp10 = vaddq_s32(tmp0, tmp2); in jsimd_idct_4x4_neon()
271 int32x4_t tmp12 = vsubq_s32(tmp0, tmp2); in jsimd_idct_4x4_neon()
284 tmp2 = vmull_lane_s16(z1, consts.val[1], 2); in jsimd_idct_4x4_neon()
285 tmp2 = vmlal_lane_s16(tmp2, z2, consts.val[1], 3); in jsimd_idct_4x4_neon()
286 tmp2 = vmlal_lane_s16(tmp2, z in jsimd_idct_4x4_neon()
320 int32x4_t tmp2 = vmull_lane_s16(z2, consts.val[0], 0); jsimd_idct_4x4_neon() local
441 int32x4_t tmp2 = vmull_lane_s16(col2, consts.val[0], 0); jsimd_idct_4x4_neon() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dsha512-mips.pl141 my ($T1,$tmp0,$tmp1,$tmp2)=(@X[4],@X[5],@X[6],@X[7]);
158 andi $tmp2,@X[0],0xFF00
161 sll $tmp2,$tmp2,8
163 or $tmp1,$tmp2
173 dsll $tmp2,$tmp0,32
174 or $tmp0,$tmp2 # 0x000000FF000000FF
176 dsrl $tmp2,@X[0],24
178 and $tmp2,$tmp0
180 or $tmp1,$tmp2
[all...]
H A Dsha512-sparcv9.pl121 $tmp2="%g5";
188 sllx @pair[1],$tmp31,$tmp2 ! Xload($i)
193 or $tmp1,$tmp2,$tmp2
194 or @pair[1],$tmp2,$tmp2
196 add $h,$tmp2,$T1
197 $ST $tmp2,[%sp+STACK_BIAS+STACK_FRAME+`$i*$SZ`]
205 sllx @pair[1],$tmp31,$tmp2 ! Xload($i)
211 or $tmp1,$tmp2,
[all...]
/third_party/openssl/crypto/sha/asm/
H A Dsha512-mips.pl141 my ($T1,$tmp0,$tmp1,$tmp2)=(@X[4],@X[5],@X[6],@X[7]);
158 andi $tmp2,@X[0],0xFF00
161 sll $tmp2,$tmp2,8
163 or $tmp1,$tmp2
173 dsll $tmp2,$tmp0,32
174 or $tmp0,$tmp2 # 0x000000FF000000FF
176 dsrl $tmp2,@X[0],24
178 and $tmp2,$tmp0
180 or $tmp1,$tmp2
[all...]
H A Dsha512-sparcv9.pl121 $tmp2="%g5";
188 sllx @pair[1],$tmp31,$tmp2 ! Xload($i)
193 or $tmp1,$tmp2,$tmp2
194 or @pair[1],$tmp2,$tmp2
196 add $h,$tmp2,$T1
197 $ST $tmp2,[%sp+STACK_BIAS+STACK_FRAME+`$i*$SZ`]
205 sllx @pair[1],$tmp31,$tmp2 ! Xload($i)
211 or $tmp1,$tmp2,
[all...]
/third_party/ffmpeg/libavcodec/loongarch/
H A Dh264_deblock_lasx.c57 tmp2 = __lasx_xvldx(mv_t, d_idx_x4_48); \
61 DUP2_ARG3(__lasx_xvpermi_q, tmp2, tmp2, 0x20, tmp5, tmp5, \
62 0x20, tmp2, tmp5); \
64 tmp2 = __lasx_xvsub_h(tmp2, tmp3); \
66 DUP2_ARG2(__lasx_xvsat_h, tmp2, 7, tmp5, 7, tmp2, tmp5); \
67 tmp0 = __lasx_xvpickev_b(tmp5, tmp2); \
83 tmp2
120 __m256i tmp2, tmp3, tmp4, tmp5; ff_h264_loop_filter_strength_lasx() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/des/asm/
H A Dcrypt586.pl86 local($r,$L,$R,$S,$trans,$u,$tmp1,$tmp2,$t)=@_;
91 &mov( $tmp2, &wparam(3)); # 2
95 &and( $t, $tmp2); # 2
99 &mov( $tmp2, $t);
100 &shl( $tmp2, 16); # 1
102 &xor( $t, $tmp2); # 2
105 &mov( $tmp2, &DWP(&n2a(($S+1)*4),$trans,"",0)); # 2
108 &xor( $t, $tmp2);
113 &xor( $tmp2, $tmp2);
[all...]
/third_party/openssl/crypto/des/asm/
H A Dcrypt586.pl86 local($r,$L,$R,$S,$trans,$u,$tmp1,$tmp2,$t)=@_;
91 &mov( $tmp2, &wparam(3)); # 2
95 &and( $t, $tmp2); # 2
99 &mov( $tmp2, $t);
100 &shl( $tmp2, 16); # 1
102 &xor( $t, $tmp2); # 2
105 &mov( $tmp2, &DWP(&n2a(($S+1)*4),$trans,"",0)); # 2
108 &xor( $t, $tmp2);
113 &xor( $tmp2, $tmp2);
[all...]
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decp_oct.c28 BIGNUM *tmp1, *tmp2, *x, *y; in ossl_ec_GFp_simple_set_compressed_coordinates() local
41 tmp2 = BN_CTX_get(ctx); in ossl_ec_GFp_simple_set_compressed_coordinates()
58 if (!group->meth->field_sqr(group, tmp2, x_, ctx)) in ossl_ec_GFp_simple_set_compressed_coordinates()
60 if (!group->meth->field_mul(group, tmp1, tmp2, x_, ctx)) in ossl_ec_GFp_simple_set_compressed_coordinates()
63 if (!BN_mod_sqr(tmp2, x_, group->field, ctx)) in ossl_ec_GFp_simple_set_compressed_coordinates()
65 if (!BN_mod_mul(tmp1, tmp2, x_, group->field, ctx)) in ossl_ec_GFp_simple_set_compressed_coordinates()
71 if (!BN_mod_lshift1_quick(tmp2, x, group->field)) in ossl_ec_GFp_simple_set_compressed_coordinates()
73 if (!BN_mod_add_quick(tmp2, tmp2, x, group->field)) in ossl_ec_GFp_simple_set_compressed_coordinates()
75 if (!BN_mod_sub_quick(tmp1, tmp1, tmp2, grou in ossl_ec_GFp_simple_set_compressed_coordinates()
[all...]
/third_party/openssl/crypto/ec/
H A Decp_oct.c28 BIGNUM *tmp1, *tmp2, *x, *y; in ossl_ec_GFp_simple_set_compressed_coordinates() local
41 tmp2 = BN_CTX_get(ctx); in ossl_ec_GFp_simple_set_compressed_coordinates()
58 if (!group->meth->field_sqr(group, tmp2, x_, ctx)) in ossl_ec_GFp_simple_set_compressed_coordinates()
60 if (!group->meth->field_mul(group, tmp1, tmp2, x_, ctx)) in ossl_ec_GFp_simple_set_compressed_coordinates()
63 if (!BN_mod_sqr(tmp2, x_, group->field, ctx)) in ossl_ec_GFp_simple_set_compressed_coordinates()
65 if (!BN_mod_mul(tmp1, tmp2, x_, group->field, ctx)) in ossl_ec_GFp_simple_set_compressed_coordinates()
71 if (!BN_mod_lshift1_quick(tmp2, x, group->field)) in ossl_ec_GFp_simple_set_compressed_coordinates()
73 if (!BN_mod_add_quick(tmp2, tmp2, x, group->field)) in ossl_ec_GFp_simple_set_compressed_coordinates()
75 if (!BN_mod_sub_quick(tmp1, tmp1, tmp2, grou in ossl_ec_GFp_simple_set_compressed_coordinates()
[all...]

Completed in 9 milliseconds

12345678910>>...14