Home
last modified time | relevance | path

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

12345678910>>...15

/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...]
H A Dstrcpy.S34 #define tmp1 x8 define
99 neg tmp1, to_align
115 sub tmp1, tmp2, zeroones
117 bics has_nul1, tmp1, tmp2
123 sub tmp1, data1, zeroones
125 bics has_nul1, tmp1, tmp2
209 sub tmp1, data1, zeroones
213 bic has_nul1, tmp1, tmp2
229 sub tmp1, data1, zeroones
231 bic has_nul1, tmp1, tmp
[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/ltp/testcases/kernel/fs/fs_bind/bind/
H A Dfs_bind23.sh24 fs_bind_makedir rshared tmp1
25 EXPECT_PASS mount --bind tmp1 tmp2
27 mkdir tmp1/3
28 EXPECT_PASS mount --move mnt tmp1/3
29 fs_bind_check tmp1/3/1/abc tmp2/3/1/abc tmp2/3/2/abc "$FS_BIND_DISK1"
31 EXPECT_PASS umount tmp1/3/1/abc
32 EXPECT_PASS umount tmp1/3/1
33 EXPECT_PASS umount tmp1/3/2
34 EXPECT_PASS umount tmp1/3
35 EXPECT_PASS umount tmp1
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dmilenage.c39 u8 tmp1[16], tmp2[16], tmp3[16]; in milenage_f1() local
42 /* tmp1 = TEMP = E_K(RAND XOR OP_C) */ in milenage_f1()
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 in milenage_f1()
91 u8 tmp1[16], tmp2[16], tmp3[16]; milenage_f2345() local
[all...]

Completed in 8 milliseconds

12345678910>>...15