Home
last modified time | relevance | path

Searched refs:tmp1 (Results 1 – 25 of 345) sorted by relevance

12345678910>>...14

/third_party/openssl/crypto/cast/asm/
Dcast-586.pl30 $tmp1="ecx";
96 &E_CAST( 0,$S,$L,$R,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4);
97 &E_CAST( 1,$S,$R,$L,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
98 &E_CAST( 2,$S,$L,$R,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4);
99 &E_CAST( 3,$S,$R,$L,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4);
100 &E_CAST( 4,$S,$L,$R,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
101 &E_CAST( 5,$S,$R,$L,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4);
102 &E_CAST( 6,$S,$L,$R,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4);
103 &E_CAST( 7,$S,$R,$L,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
104 &E_CAST( 8,$S,$L,$R,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4);
[all …]
/third_party/optimized-routines/string/arm/
Dstrcmp.S61 #define tmp1 r4 macro
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
149 orr tmp1, src1, src2
[all …]
Dmemcpy.S63 #define tmp1 r3 macro
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
160 rsb tmp1, tmp1, #(60 - PC_OFFSET/2 + INSN_SIZE/2)
[all …]
/third_party/libunwind/src/dwarf/
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, &u16, arg)) < 0) in dwarf_eval_expr()
[all …]
/third_party/openssl/crypto/poly1305/asm/
Dpoly1305-mips.pl67 ($in0,$in1,$tmp0,$tmp1,$tmp2,$tmp3,$tmp4) = ($a4,$a5,$a6,$a7,$at,$t0,$t1);
117 and $tmp1,$in0,$tmp0 # byte swap
121 dsll $tmp1,24
126 or $tmp1,$tmp2
136 or $tmp1,$tmp2
138 or $in0,$tmp1
140 dsrl $tmp1,$in0,32
144 or $in0,$tmp1
236 and $tmp1,$in0,$tmp0 # byte swap
240 dsll $tmp1,24
[all …]
/third_party/optimized-routines/string/aarch64/
Dstrchr-mte.S21 #define tmp1 x1 macro
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, 2
71 add result, srcin, tmp1, lsr 2
81 fmov tmp1, dend
82 cbz tmp1, L(loop)
[all …]
Dstrchrnul-mte.S21 #define tmp1 x1 macro
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, lsr 2
70 fmov tmp1, dend
71 cbz tmp1, L(loop)
75 fmov tmp1, dend
[all …]
Dstrchrnul.S23 #define tmp1 x3 macro
58 ands tmp1, srcin, #31
66 neg tmp1, tmp1
73 lsl tmp1, tmp1, #1
77 lsr tmp1, tmp3, tmp1
80 bic tmp1, tmp3, tmp1 // Mask padding bits.
81 cbnz tmp1, L(tail)
92 mov tmp1, vend1.d[0]
93 cbz tmp1, L(loop)
102 mov tmp1, vend1.d[0]
[all …]
Dstrchr.S23 #define tmp1 x3 macro
63 ands tmp1, srcin, #31
72 neg tmp1, tmp1
81 lsl tmp1, tmp1, #1
85 lsr tmp1, tmp3, tmp1
88 bic tmp1, tmp3, tmp1 // Mask padding bits.
89 cbnz tmp1, L(tail)
100 mov tmp1, vend1.d[0]
101 cbz tmp1, L(loop)
111 mov tmp1, vend1.d[0]
[all …]
Dstrcmp.S32 #define tmp1 x7 macro
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, #3 /* Bytes beyond alignment -> bits. */
122 neg tmp1, tmp1 /* Bits to alignment -64. */
[all …]
/third_party/openssl/crypto/sha/asm/
Dsha1-sparcv9a.pl57 $tmp1="%i4";
161 srl $a,27,$tmp1
165 add $tmp1,$e,$e
166 andn $d,$b,$tmp1
170 or $tmp1,$tmp3,$tmp1
172 add $tmp1,$e,$e
180 srl $a,27,$tmp1
184 add $tmp1,$e,$e
186 andn $d,$b,$tmp1
190 or $tmp1,$tmp3,$tmp1
[all …]
Dsha512-mips.pl135 my ($T1,$tmp0,$tmp1,$tmp2)=(@X[4],@X[5],@X[6],@X[7]);
151 srl $tmp1,@X[0],8
154 andi $tmp1,0xFF00
157 or $tmp1,$tmp2
158 or @X[0],$tmp1
169 and $tmp1,@X[0],$tmp0 # byte swap($i)
171 dsll $tmp1,24
174 or $tmp1,$tmp2
179 or $tmp1,$tmp2
180 or @X[0],$tmp1
[all …]
Dsha1-sparcv9.pl58 $tmp1="%i4";
68 srl $a,27,$tmp1
71 add $tmp1,$e,$e
73 andn $d,$b,$tmp1
75 or $tmp1,$tmp0,$tmp1
84 add $tmp1,$e,$e
96 srl $a,27,$tmp1
102 srlx @X[($j+7)%8],32,$tmp1
105 or $tmp1,$Xi,$Xi
112 srl $a,27,$tmp1 !!
[all …]
Dsha512-sparcv9.pl118 $tmp1="%g4";
150 srlx @X[$j+1],$tmp32,$tmp1
152 or $tmp1,@X[$j],@X[$j]
188 sllx @pair[0],$tmp0,$tmp1
191 or $tmp1,$tmp2,$tmp2
206 sllx @pair[0],$tmp0,$tmp1
209 or $tmp1,$tmp2,$tmp2
234 $SLL $e,`$SZ*8-@Sigma1[2]`,$tmp1
237 xor $tmp1,$h,$h
238 $SLL $e,`$SZ*8-@Sigma1[1]`,$tmp1
[all …]
Dsha1-586.pl161 $tmp1="ebp";
176 if ($n==0) { &mov($tmp1,$a); }
177 else { &mov($a,$tmp1); }
178 &rotl($tmp1,5); # tmp1=ROTATE(a,5)
180 &add($tmp1,$e); # tmp1+=e;
187 &lea($tmp1,&DWP(0x5a827999,$tmp1,$e)); # tmp1+=K_00_19+xi
190 &add($f,$tmp1); } # f+=tmp1
191 else { &add($tmp1,$f); } # f becomes a in next round
192 &mov($tmp1,$a) if ($alt && $n==15);
204 &and($tmp1,$c); # tmp1 to hold F_00_19(b,c,d), b&=c^d
[all …]
/third_party/boringssl/src/crypto/fipsmodule/md5/asm/
Dmd5-586.pl23 $tmp1="edi";
52 &mov($tmp1,$C) if $pos < 0;
58 &xor($tmp1,$d); # F function - part 2
60 &and($tmp1,$b); # F function - part 3
63 &xor($tmp1,$d); # F function - part 4
65 &add($a,$tmp1);
66 &mov($tmp1,&Np($c)) if $pos < 1; # next tmp1 for R0
67 &mov($tmp1,&Np($c)) if $pos == 1; # next tmp1 for R1
84 &xor($tmp1,$b); # G function - part 2
85 &and($tmp1,$d); # G function - part 3
[all …]
/third_party/openssl/crypto/md5/asm/
Dmd5-586.pl30 $tmp1="edi";
59 &mov($tmp1,$C) if $pos < 0;
65 &xor($tmp1,$d); # F function - part 2
67 &and($tmp1,$b); # F function - part 3
70 &xor($tmp1,$d); # F function - part 4
73 &add($a,$tmp1);
77 &mov($tmp1,&Np($c)) if $pos < 1; # next tmp1 for R0
78 &mov($tmp1,&Np($c)) if $pos == 1; # next tmp1 for R1
89 &xor($tmp1,$b); # G function - part 2
90 &and($tmp1,$d); # G function - part 3
[all …]
/third_party/libjpeg/
Djfdctint.c160 INT32 tmp0, tmp1, tmp2, tmp3; variable
183 tmp1 = GETJSAMPLE(elemptr[1]) + GETJSAMPLE(elemptr[6]);
189 tmp11 = tmp1 + tmp2;
190 tmp13 = tmp1 - tmp2;
193 tmp1 = GETJSAMPLE(elemptr[1]) - GETJSAMPLE(elemptr[6]);
217 tmp13 = tmp1 + tmp3;
234 z1 = MULTIPLY(tmp1 + tmp2, - FIX_2_562915447); /* -c1-c3 */
235 tmp1 = MULTIPLY(tmp1, FIX_3_072711026); /* c1+c3+c5-c7 */
237 tmp1 += z1 + tmp13;
241 dataptr[3] = (DCTELEM) RIGHT_SHIFT(tmp1, CONST_BITS-PASS1_BITS);
[all …]
/third_party/openssl/crypto/bf/asm/
Dbf-586.pl25 $tmp1="eax";
56 &xor( $tmp1, $tmp1);
70 &BF_ENCRYPT($i+1,$R,$L,$P,$tmp1,$tmp2,$tmp3,$tmp4,1);
74 &BF_ENCRYPT($i+2,$L,$R,$P,$tmp1,$tmp2,$tmp3,$tmp4,1);
89 &BF_ENCRYPT($i,$R,$L,$P,$tmp1,$tmp2,$tmp3,$tmp4,0);
92 &BF_ENCRYPT($i-1,$L,$R,$P,$tmp1,$tmp2,$tmp3,$tmp4,0);
99 &mov(&DWP(4,$tmp1,"",0),$L);
101 &mov(&DWP(0,$tmp1,"",0),$R);
107 local($i,$L,$R,$P,$tmp1,$tmp2,$tmp3,$tmp4,$enc)=@_;
117 &movb( &LB($tmp1), &HB($tmp2)); # A
[all …]
/third_party/ltp/testcases/kernel/fs/fs_bind/bind/
Dtest2343 mkdir mnt mnt/1 mnt/2 mnt/1/abc tmp1 tmp1/3 tmp2
52 "${FS_BIND_ROOT}/bin/makedir" share tmp1
53 mount --bind tmp1 tmp2
55 mount --move mnt tmp1/3
56 check tmp1/3/1/abc tmp2/3/1/abc tmp2/3/2/abc "$disk1"
68 umount tmp1/3/1/abc
69 umount tmp1/3/1
70 umount tmp1/3/2
71 umount tmp1/3
72 umount tmp1
[all …]
/third_party/ffmpeg/libavcodec/
Ddct.c50 float tmp1 = data[i ]; in dst_calc_I_c() local
54 s *= tmp1 + tmp2; in dst_calc_I_c()
55 tmp1 = (tmp1 - tmp2) * 0.5f; in dst_calc_I_c()
56 data[i] = s + tmp1; in dst_calc_I_c()
57 data[n - i] = s - tmp1; in dst_calc_I_c()
80 float tmp1 = data[i]; in dct_calc_I_c() local
85 c *= tmp1 - tmp2; in dct_calc_I_c()
86 s *= tmp1 - tmp2; in dct_calc_I_c()
90 tmp1 = (tmp1 + tmp2) * 0.5f; in dct_calc_I_c()
91 data[i] = tmp1 - s; in dct_calc_I_c()
[all …]
Djrevdct.c215 int32_t tmp0, tmp1, tmp2, tmp3; variable
279 tmp1 = (d0 - d4) * CONST_SCALE;
283 tmp11 = tmp1 + tmp2;
284 tmp12 = tmp1 - tmp2;
291 tmp1 = (d0 - d4) * CONST_SCALE;
295 tmp11 = tmp1 + tmp2;
296 tmp12 = tmp1 - tmp2;
305 tmp1 = (d0 - d4) * CONST_SCALE;
309 tmp11 = tmp1 + tmp2;
310 tmp12 = tmp1 - tmp2;
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dmilenage.c39 u8 tmp1[16], tmp2[16], tmp3[16]; in milenage_f1() local
44 tmp1[i] = _rand[i] ^ opc[i]; in milenage_f1()
45 if (aes_128_encrypt_block(k, tmp1, tmp1)) in milenage_f1()
60 tmp3[i] ^= tmp1[i]; in milenage_f1()
64 if (aes_128_encrypt_block(k, tmp3, tmp1)) in milenage_f1()
67 tmp1[i] ^= opc[i]; in milenage_f1()
69 os_memcpy(mac_a, tmp1, 8); /* f1 */ in milenage_f1()
71 os_memcpy(mac_s, tmp1 + 8, 8); /* f1* */ in milenage_f1()
91 u8 tmp1[16], tmp2[16], tmp3[16]; in milenage_f2345() local
96 tmp1[i] = _rand[i] ^ opc[i]; in milenage_f2345()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dmilenage.c39 u8 tmp1[16], tmp2[16], tmp3[16]; in milenage_f1() local
44 tmp1[i] = _rand[i] ^ opc[i]; in milenage_f1()
45 if (aes_128_encrypt_block(k, tmp1, tmp1)) in milenage_f1()
60 tmp3[i] ^= tmp1[i]; in milenage_f1()
64 if (aes_128_encrypt_block(k, tmp3, tmp1)) in milenage_f1()
67 tmp1[i] ^= opc[i]; in milenage_f1()
69 os_memcpy(mac_a, tmp1, 8); /* f1 */ in milenage_f1()
71 os_memcpy(mac_s, tmp1 + 8, 8); /* f1* */ in milenage_f1()
91 u8 tmp1[16], tmp2[16], tmp3[16]; in milenage_f2345() local
96 tmp1[i] = _rand[i] ^ opc[i]; in milenage_f2345()
[all …]
/third_party/openssl/crypto/des/asm/
Dcrypt586.pl87 local($r,$L,$R,$S,$trans,$u,$tmp1,$tmp2,$t)=@_;
98 &mov( $tmp1, $u);
99 &shl( $tmp1, 16); # 1
102 &xor( $u, $tmp1); # 2
104 &mov( $tmp1, &DWP(&n2a($S*4),$trans,"",0)); # 2
105 &xor( $u, $tmp1);
112 &xor( $tmp1, $tmp1); # 1
115 &movb( &LB($tmp1), &LB($u) );
119 &xor( $L, &DWP(" ",$trans,$tmp1,0));
120 &movb( &LB($tmp1), &LB($t) );
[all …]

12345678910>>...14