Home
last modified time | relevance | path

Searched refs:tmp1 (Results 1 - 25 of 322) sorted by relevance

12345678910>>...13

/third_party/optimized-routines/string/arm/
H A Dstrcmp.S61 #define tmp1 r4 define
70 #define syndrome_a tmp1
88 clz tmp1, \synd
89 lsl r1, \d2, tmp1
95 lsl \d1, \d1, tmp1
107 clz tmp1, \synd
108 bic tmp1, tmp1, #7
109 lsr r1, \d2, tmp1
116 lsr \d1, \d1, tmp1
[all...]
H A Dmemcpy.S63 #define tmp1 r3 define
133 and tmp1, count, #0x38
134 rsb tmp1, tmp1, #(56 - PC_OFFSET + INSN_SIZE)
135 add pc, pc, tmp1
152 ldrne tmp1, [src], #4
153 strne tmp1, [dst], #4
157 and tmp1, count, #0x3c
158 add dst, dst, tmp1
159 add src, src, tmp1
[all...]
/third_party/node/deps/openssl/openssl/crypto/cast/asm/
H A Dcast-586.pl29 $tmp1="ecx";
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,$tmp3,$tmp4);
101 &E_CAST( 6,$S,$L,$R,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4);
102 &E_CAST( 7,$S,$R,$L,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
103 &E_CAST( 8,$S,$L,$R,$K,@F3,$tmp1,
[all...]
/third_party/openssl/crypto/cast/asm/
H A Dcast-586.pl29 $tmp1="ecx";
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,$tmp3,$tmp4);
101 &E_CAST( 6,$S,$L,$R,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4);
102 &E_CAST( 7,$S,$R,$L,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
103 &E_CAST( 8,$S,$L,$R,$K,@F3,$tmp1,
[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
360 &tmp1)) < 0) in dwarf_eval_expr()
362 push (tmp1 + operand1); in dwarf_eval_expr()
369 dwarf_to_unw_regnum (operand1), &tmp1)) < 0) in dwarf_eval_expr()
371 push (tmp1 + operand2); in dwarf_eval_expr()
431 tmp1 = pop (); in dwarf_eval_expr()
432 if ((ret = dwarf_readw (as, a, &tmp1, &tmp2, arg)) < 0) in dwarf_eval_expr()
439 tmp1 = pop (); in dwarf_eval_expr()
448 if ((ret = dwarf_readu8 (as, a, &tmp1, &u8, arg)) < 0) in dwarf_eval_expr()
454 if ((ret = dwarf_readu16 (as, a, &tmp1, in dwarf_eval_expr()
[all...]
/third_party/optimized-routines/string/aarch64/
H A Dstrchr-mte.S21 #define tmp1 x1 define
62 fmov tmp1, dend
63 lsr tmp1, tmp1, tmp3
64 cbz tmp1, L(loop)
66 rbit tmp1, tmp1
67 clz tmp1, tmp1
70 tst tmp1,
[all...]
H A Dstrchrnul.S23 #define tmp1 x3 define
58 ands tmp1, srcin, #31
66 neg tmp1, tmp1
73 lsl tmp1, tmp1, #1
77 lsr tmp1, tmp3, tmp1
80 bic tmp1, tmp3, tmp1 // Mas
[all...]
H A Dstrchrnul-mte.S21 #define tmp1 x1 define
55 fmov tmp1, dend
56 lsr tmp1, tmp1, tmp2 /* Mask padding bits. */
57 cbz tmp1, L(loop)
59 rbit tmp1, tmp1
60 clz tmp1, tmp1
61 add result, srcin, tmp1, ls
[all...]
H A Dstrcmp.S32 #define tmp1 x7 define
42 eor tmp1, src1, src2
44 tst tmp1, #7
46 ands tmp1, src1, #7
55 sub tmp1, data1, zeroones
58 bic has_nul, tmp1, tmp2 /* Non-zero if NUL terminator. */
95 sub tmp1, tmp3, zeroones
97 bic has_nul, tmp1, tmp2
120 lsl tmp1, tmp1, #
[all...]
H A Dstrchr.S23 #define tmp1 x3 define
63 ands tmp1, srcin, #31
72 neg tmp1, tmp1
81 lsl tmp1, tmp1, #1
85 lsr tmp1, tmp3, tmp1
88 bic tmp1, tmp3, tmp1 // Mas
[all...]
/third_party/node/deps/openssl/openssl/crypto/bf/asm/
H A Dbf-586.pl24 $tmp1="eax";
55 &xor( $tmp1, $tmp1);
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);
75 # &mov($tmp1,&wparam(0)); In last loop
88 &BF_ENCRYPT($i,$R,$L,$P,$tmp1,$tmp2,$tmp3,$tmp4,0);
91 &BF_ENCRYPT($i-1,$L,$R,$P,$tmp1,$tmp2,$tmp3,$tmp4,0);
93 # &mov($tmp1,&wparam(0)); In last loop
98 &mov(&DWP(4,$tmp1,"",
[all...]
/third_party/openssl/crypto/bf/asm/
H A Dbf-586.pl24 $tmp1="eax";
55 &xor( $tmp1, $tmp1);
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);
75 # &mov($tmp1,&wparam(0)); In last loop
88 &BF_ENCRYPT($i,$R,$L,$P,$tmp1,$tmp2,$tmp3,$tmp4,0);
91 &BF_ENCRYPT($i-1,$L,$R,$P,$tmp1,$tmp2,$tmp3,$tmp4,0);
93 # &mov($tmp1,&wparam(0)); In last loop
98 &mov(&DWP(4,$tmp1,"",
[all...]
/third_party/node/deps/openssl/openssl/crypto/md5/asm/
H A Dmd5-586.pl32 $tmp1="edi";
61 &mov($tmp1,$C) if $pos < 0;
67 &xor($tmp1,$d); # F function - part 2
69 &and($tmp1,$b); # F function - part 3
72 &xor($tmp1,$d); # F function - part 4
75 &add($a,$tmp1);
79 &mov($tmp1,&Np($c)) if $pos < 1; # next tmp1 for R0
80 &mov($tmp1,&Np($c)) if $pos == 1; # next tmp1 fo
[all...]
/third_party/openssl/crypto/md5/asm/
H A Dmd5-586.pl32 $tmp1="edi";
61 &mov($tmp1,$C) if $pos < 0;
67 &xor($tmp1,$d); # F function - part 2
69 &and($tmp1,$b); # F function - part 3
72 &xor($tmp1,$d); # F function - part 4
75 &add($a,$tmp1);
79 &mov($tmp1,&Np($c)) if $pos < 1; # next tmp1 for R0
80 &mov($tmp1,&Np($c)) if $pos == 1; # next tmp1 fo
[all...]
/third_party/ffmpeg/libavcodec/
H A Ddct.c52 float tmp1 = data[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()
58 data[i] = s + tmp1; in dst_calc_I_c()
59 data[n - i] = s - tmp1; in dst_calc_I_c()
82 float tmp1 = data[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 in dct_calc_I_c()
128 float tmp1 = data[i] * inv_n; dct_calc_III_c() local
145 float tmp1 = data[i]; dct_calc_II_c() local
[all...]
H A Djrevdct.c217 int32_t tmp0, tmp1, tmp2, tmp3; in ff_j_rev_dct() local
281 tmp1 = (d0 - d4) * CONST_SCALE; in ff_j_rev_dct()
285 tmp11 = tmp1 + tmp2; in ff_j_rev_dct()
286 tmp12 = tmp1 - tmp2; in ff_j_rev_dct()
293 tmp1 = (d0 - d4) * CONST_SCALE; in ff_j_rev_dct()
297 tmp11 = tmp1 + tmp2; in ff_j_rev_dct()
298 tmp12 = tmp1 - tmp2; in ff_j_rev_dct()
307 tmp1 = (d0 - d4) * CONST_SCALE; in ff_j_rev_dct()
311 tmp11 = tmp1 + tmp2; in ff_j_rev_dct()
312 tmp12 = tmp1 in ff_j_rev_dct()
955 int32_t tmp0, tmp1, tmp2, tmp3; ff_j_rev_dct4() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dsha1-586.pl160 $tmp1="ebp";
175 if ($n==0) { &mov($tmp1,$a); }
176 else { &mov($a,$tmp1); }
177 &rotl($tmp1,5); # tmp1=ROTATE(a,5)
179 &add($tmp1,$e); # tmp1+=e;
186 &lea($tmp1,&DWP(0x5a827999,$tmp1,$e)); # tmp1
[all...]
/third_party/openssl/crypto/sha/asm/
H A Dsha1-586.pl160 $tmp1="ebp";
175 if ($n==0) { &mov($tmp1,$a); }
176 else { &mov($a,$tmp1); }
177 &rotl($tmp1,5); # tmp1=ROTATE(a,5)
179 &add($tmp1,$e); # tmp1+=e;
186 &lea($tmp1,&DWP(0x5a827999,$tmp1,$e)); # tmp1
[all...]
/third_party/node/deps/openssl/openssl/crypto/des/asm/
H A Dcrypt586.pl86 local($r,$L,$R,$S,$trans,$u,$tmp1,$tmp2,$t)=@_;
97 &mov( $tmp1, $u);
98 &shl( $tmp1, 16); # 1
101 &xor( $u, $tmp1); # 2
103 &mov( $tmp1, &DWP(&n2a($S*4),$trans,"",0)); # 2
104 &xor( $u, $tmp1);
111 &xor( $tmp1, $tmp1); # 1
114 &movb( &LB($tmp1), &LB($u) );
118 &xor( $L, &DWP(" ",$trans,$tmp1,
[all...]
/third_party/openssl/crypto/des/asm/
H A Dcrypt586.pl86 local($r,$L,$R,$S,$trans,$u,$tmp1,$tmp2,$t)=@_;
97 &mov( $tmp1, $u);
98 &shl( $tmp1, 16); # 1
101 &xor( $u, $tmp1); # 2
103 &mov( $tmp1, &DWP(&n2a($S*4),$trans,"",0)); # 2
104 &xor( $u, $tmp1);
111 &xor( $tmp1, $tmp1); # 1
114 &movb( &LB($tmp1), &LB($u) );
118 &xor( $L, &DWP(" ",$trans,$tmp1,
[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);
121 and $tmp1,$in0,$tmp0 # byte swap
125 dsll $tmp1,24
130 or $tmp1,$tmp2
140 or $tmp1,$tmp2
142 or $in0,$tmp1
144 dsrl $tmp1,$in0,32
148 or $in0,$tmp1
240 and $tmp1,$in0,$tmp0 # byte swap
244 dsll $tmp1,2
[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);
121 and $tmp1,$in0,$tmp0 # byte swap
125 dsll $tmp1,24
130 or $tmp1,$tmp2
140 or $tmp1,$tmp2
142 or $in0,$tmp1
144 dsrl $tmp1,$in0,32
148 or $in0,$tmp1
240 and $tmp1,$in0,$tmp0 # byte swap
244 dsll $tmp1,2
[all...]
/third_party/node/deps/openssl/openssl/crypto/ripemd/asm/
H A Drmd-586.pl28 $tmp1="eax";
95 #&mov($tmp1, $c) if $o == -1;
96 &xor($tmp1, $d) if $o == -1;
98 &xor($tmp1, $b);
101 &add($a, $tmp1);
102 &mov($tmp1, &Np($c)); # NEXT
109 &xor($tmp1, $d);
111 &xor($tmp1, $b);
112 &add($a, $tmp1);
113 &mov($tmp1,
[all...]
/third_party/openssl/crypto/ripemd/asm/
H A Drmd-586.pl28 $tmp1="eax";
95 #&mov($tmp1, $c) if $o == -1;
96 &xor($tmp1, $d) if $o == -1;
98 &xor($tmp1, $b);
101 &add($a, $tmp1);
102 &mov($tmp1, &Np($c)); # NEXT
109 &xor($tmp1, $d);
111 &xor($tmp1, $b);
112 &add($a, $tmp1);
113 &mov($tmp1,
[all...]
/third_party/ffmpeg/libavcodec/loongarch/
H A Dh264dsp_lasx.c1013 __m256i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in ff_biweight_h264_pixels16_8_lasx() local
1024 tmp1 = __lasx_xvreplgr2vr_b(weight_dst); in ff_biweight_h264_pixels16_8_lasx()
1025 wgt = __lasx_xvilvh_b(tmp1, tmp0); in ff_biweight_h264_pixels16_8_lasx()
1030 src, stride_3x, tmp0, tmp1, tmp2, tmp3); in ff_biweight_h264_pixels16_8_lasx()
1035 DUP4_ARG3(__lasx_xvpermi_q, tmp1, tmp0, 0x20, tmp3, tmp2, 0x20, tmp5, tmp4, in ff_biweight_h264_pixels16_8_lasx()
1038 dst, stride_3x, tmp0, tmp1, tmp2, tmp3); in ff_biweight_h264_pixels16_8_lasx()
1043 DUP4_ARG3(__lasx_xvpermi_q, tmp1, tmp0, 0x20, tmp3, tmp2, 0x20, tmp5, tmp4, in ff_biweight_h264_pixels16_8_lasx()
1056 offset, wgt, vec2, offset, wgt, vec3, tmp0, tmp1, tmp2, tmp3); in ff_biweight_h264_pixels16_8_lasx()
1061 tmp1 = __lasx_xvsra_h(tmp1, deno in ff_biweight_h264_pixels16_8_lasx()
1179 __m256i tmp0, tmp1, tmp2, tmp3, denom, offset; avc_biwgt_8x4_lasx() local
1222 __m256i tmp0, tmp1, tmp2, tmp3, denom, offset; avc_biwgt_8x8_lasx() local
1288 __m256i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, denom, offset; avc_biwgt_8x16_lasx() local
1414 __m256i tmp0, tmp1, denom, offset; avc_biwgt_4x2_lasx() local
1446 __m256i tmp0, tmp1, tmp2, tmp3, denom, offset; avc_biwgt_4x4_lasx() local
1488 __m256i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, denom, offset; avc_biwgt_4x8_lasx() local
1570 __m256i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; ff_weight_h264_pixels16_8_lasx() local
1720 __m256i tmp0, tmp1, tmp2, tmp3, denom, offset; avc_wgt_8x4_lasx() local
1754 __m256i tmp0, tmp1, tmp2, tmp3, denom, offset, wgt; avc_wgt_8x8_lasx() local
1811 __m256i tmp0, tmp1, tmp2, tmp3, denom, offset, wgt; avc_wgt_8x16_lasx() local
1922 __m256i src0, tmp0, tmp1, denom, offset; avc_wgt_4x2_lasx() local
1946 __m256i src0, tmp0, tmp1, tmp2, tmp3, denom, offset; avc_wgt_4x4_lasx() local
1977 __m256i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, denom, offset; avc_wgt_4x8_lasx() local
2037 __m256i tmp0, tmp1; ff_h264_add_pixels4_8_lasx() local
2065 __m256i tmp0, tmp1, tmp2, tmp3; ff_h264_add_pixels8_8_lasx() local
[all...]

Completed in 10 milliseconds

12345678910>>...13