Home
last modified time | relevance | path

Searched refs:t0 (Results 1 – 25 of 1342) sorted by relevance

12345678910>>...54

/third_party/uboot/u-boot-2020.01/board/imgtec/malta/
Dlowlevel_init.S31 PTR_LI t0, CKSEG1ADDR(MALTA_REVISION)
32 lw t0, 0(t0)
33 srl t0, t0, MALTA_REVISION_CORID_SHF
34 andi t0, t0, (MALTA_REVISION_CORID_MSK >> \
39 beq t0, t1, _gt64120
43 beq t0, t1, _msc01
66 li t0, CPU_TO_GT32(0xdf000000)
67 sw t0, GT_ISD_OFS(t1)
73 li t0, CPU_TO_GT32(0xc0000000)
74 sw t0, GT_PCI0IOLD_OFS(t1)
[all …]
/third_party/python/Modules/_blake2/impl/
Dblake2s-load-sse41.h30 t0 = _mm_blend_epi16(m1, m2, 0x0C); \
32 t2 = _mm_blend_epi16(t0, t1, 0xF0); \
36 t0 = _mm_shuffle_epi32(m2,_MM_SHUFFLE(0,0,2,0)); \
38 t2 = _mm_blend_epi16(t0, t1, 0xF0); \
42 t0 = _mm_slli_si128(m1, 4); \
43 t1 = _mm_blend_epi16(m2, t0, 0x30); \
48 t0 = _mm_unpackhi_epi32(m0,m1); \
50 t2 = _mm_blend_epi16(t0, t1, 0x0C); \
54 t0 = _mm_unpackhi_epi32(m2,m3); \
56 t2 = _mm_blend_epi16(t0, t1, 0x0F); \
[all …]
/third_party/uboot/u-boot-2020.01/arch/mips/mach-ath79/qca956x/
Dqca956x-ddr-tap.S51 li t0, 0xbd001f00 /* Read the current value of the TAP for programming */
52 lw t1, 0x0(t0)
56 li t0, 0xb8000000 /* DDR_BASE_ADDRESS */
57 sw t3, 0x1c(t0) /* TAP_CONTROL_0_ADDRESS */
58 sw t3, 0x20(t0) /* TAP_CONTROL_1_ADDRESS */
59 sw t3, 0x24(t0) /* TAP_CONTROL_2_ADDRESS */
60 sw t3, 0x28(t0) /* TAP_CONTROL_3_ADDRESS */
63 sw t1, 0x0068(t0) /* PERF_COMP_ADDR_1_ADDRESS */
66 sw t1, 0x002c(t0) /* PERF_MASK_ADDR_0_ADDRESS */
69 sw t1, 0x0070(t0) /* PERF_COMP_AHB_GE0_1_ADDRESS */
[all …]
/third_party/openssl/crypto/seed/
Dseed.c444 seed_word t0, t1; in SEED_set_key() local
451 t0 = (x1 + x3 - KC0) & 0xffffffff; in SEED_set_key()
453 KEYUPDATE_TEMP(t0, t1, &ks->data[0]); in SEED_set_key()
454 KEYSCHEDULE_UPDATE1(t0, t1, x1, x2, x3, x4, KC1); in SEED_set_key()
455 KEYUPDATE_TEMP(t0, t1, &ks->data[2]); in SEED_set_key()
458 KEYSCHEDULE_UPDATE0(t0, t1, x1, x2, x3, x4, KC2); in SEED_set_key()
459 KEYUPDATE_TEMP(t0, t1, &ks->data[4]); in SEED_set_key()
460 KEYSCHEDULE_UPDATE1(t0, t1, x1, x2, x3, x4, KC3); in SEED_set_key()
461 KEYUPDATE_TEMP(t0, t1, &ks->data[6]); in SEED_set_key()
462 KEYSCHEDULE_UPDATE0(t0, t1, x1, x2, x3, x4, KC4); in SEED_set_key()
[all …]
/third_party/uboot/u-boot-2020.01/arch/mips/lib/
Dcache_init.S120 mfc0 t0, CP0_CONFIG, 1
121 bgez t0, l2_probe_done
131 mfc0 t0, CP0_CONFIG, 2
132 bgez t0, l2_probe_cop0
133 mfc0 t0, CP0_CONFIG, 3
134 bgez t0, l2_probe_cop0
135 mfc0 t0, CP0_CONFIG, 4
136 bgez t0, l2_probe_cop0
139 mfc0 t0, CP0_CONFIG, 5
140 and R_L2_L2C, t0, MIPS_CONF5_L2C
[all …]
/third_party/uboot/u-boot-2020.01/arch/riscv/cpu/
Dstart.S50 la t0, trap_entry
51 csrw MODE_PREFIX(tvec), t0
59 li t0, CONFIG_NR_CPUS
60 bge tp, t0, hart_out_of_bounds_loop
66 li t0, MIE_MSIE
68 li t0, SIE_SSIE
70 csrs MODE_PREFIX(ie), t0
77 li t0, -16
83 and sp, t1, t0 /* force 16 byte alignment */
98 slli t0, tp, CONFIG_STACK_SIZE_SHIFT
[all …]
/third_party/boringssl/src/crypto/fipsmodule/sha/asm/
Dsha512-armv4.pl87 $t0="r9";
111 mov $t0,$Elo,lsr#14
115 eor $t0,$t0,$Ehi,lsl#18
119 eor $t0,$t0,$Elo,lsr#18
121 eor $t0,$t0,$Ehi,lsl#14
123 eor $t0,$t0,$Ehi,lsr#9
125 eor $t0,$t0,$Elo,lsl#23
127 adds $Tlo,$Tlo,$t0
128 ldr $t0,[sp,#$Foff+0] @ f.lo
136 eor $t0,$t0,$t2
[all …]
/third_party/openssl/crypto/sha/asm/
Dsha512-armv4.pl85 $t0="r9";
109 mov $t0,$Elo,lsr#14
113 eor $t0,$t0,$Ehi,lsl#18
117 eor $t0,$t0,$Elo,lsr#18
119 eor $t0,$t0,$Ehi,lsl#14
121 eor $t0,$t0,$Ehi,lsr#9
123 eor $t0,$t0,$Elo,lsl#23
125 adds $Tlo,$Tlo,$t0
126 ldr $t0,[sp,#$Foff+0] @ f.lo
134 eor $t0,$t0,$t2
[all …]
/third_party/uboot/u-boot-2020.01/arch/mips/mach-jz47xx/
Dstart.S27 mfc0 t0, CP0_CONFIG, 7
29 ori t0, 2
30 mtc0 t0, CP0_CONFIG, 7
36 li t0, 0x0040FC04
37 mtc0 t0, CP0_STATUS
46 la t0, CPM_BASE
47 lw t1, 0x24(t0)
49 sw t1, 0x24(t0)
66 li t0, KSEG0
67 addu t1, t0, CONFIG_SYS_DCACHE_SIZE
[all …]
/third_party/typescript/tests/baselines/reference/
DdynamicNames.types280 let t0: T0;
281 >t0 : T0
349 t0 = t1, t0 = t2, t0 = t3, t1 = t0, t1 = t2, t1 = t3, t2 = t0, t2 = t1, t2 = t3, t3 = t0, t3 = t1, …
350 >t0 = t1, t0 = t2, t0 = t3, t1 = t0, t1 = t2, t1 = t3, t2 = t0, t2 = t1, t2 = t3, t3 = t0, t3 = t1,…
351 >t0 = t1, t0 = t2, t0 = t3, t1 = t0, t1 = t2, t1 = t3, t2 = t0, t2 = t1, t2 = t3, t3 = t0, t3 = t1 …
352 >t0 = t1, t0 = t2, t0 = t3, t1 = t0, t1 = t2, t1 = t3, t2 = t0, t2 = t1, t2 = t3, t3 = t0 : T0
353 >t0 = t1, t0 = t2, t0 = t3, t1 = t0, t1 = t2, t1 = t3, t2 = t0, t2 = t1, t2 = t3 : T3
354 >t0 = t1, t0 = t2, t0 = t3, t1 = t0, t1 = t2, t1 = t3, t2 = t0, t2 = t1 : T1
355 >t0 = t1, t0 = t2, t0 = t3, t1 = t0, t1 = t2, t1 = t3, t2 = t0 : T0
356 >t0 = t1, t0 = t2, t0 = t3, t1 = t0, t1 = t2, t1 = t3 : T3
[all …]
/third_party/openssl/crypto/ec/asm/
Dx25519-ppc64.pl46 my ($bi,$a0,$a1,$a2,$a3,$t0,$t1, $t2,$t3,
79 mulhdu $t0,$a0,$bi
93 addc @acc[1],@acc[1],$t0 # accumulate high parts
94 mulld $t0,$a0,$bi
101 addc @acc[1],@acc[1],$t0 # accumulate low parts
102 mulhdu $t0,$a0,$bi
114 addc $acc4,$acc4,$t0
115 mulld $t0,$acc4,$bi
123 addc $acc0,$acc0,$t0
124 mulhdu $t0,$acc4,$bi
[all …]
Decp_nistz256-x86_64.pl115 my ($t0,$t1,$t2,$t3,$t4)=("%rax","%rdx","%rcx","%r12","%r13");
139 mov $a0, $t0
153 cmovc $t0, $a0
189 mov $a0, $t0
203 test \$1, $t0
205 cmovz $t0, $a0
211 mov $a1, $t0 # a0:a3>>1
213 shl \$63, $t0
216 or $t0, $a0
263 mov $a0, $t0
[all …]
/third_party/openssl/crypto/modes/asm/
Dghash-alpha.pl32 $t0="t0";
71 sll $Zhi,60,$t0
82 xor $t0,$Zlo,$Zlo
97 sll $Zhi,60,$t0
108 xor $t0,$Zlo,$Zlo
118 sll $Zhi,60,$t0
130 xor $t0,$Zlo,$Zlo
139 sll $Zhi,60,$t0
150 xor $t0,$Zlo,$Zlo
159 sll $Zhi,60,$t0
[all …]
Dghashv8-armx.pl68 my ($t0,$t1,$t2,$xC2,$H,$Hhl,$H2)=map("q$_",(8..14));
104 vext.8 $t0,$t2,$xC2,#8 @ t0=0xc2....01
107 vand $t2,$t2,$t0
110 vand $t0,$t0,$t1
112 veor $H,$IN,$t0 @ twisted H
116 vext.8 $t0,$H,$H,#8 @ Karatsuba pre-processing
118 veor $t0,$t0,$H
120 vpmull.p64 $Xm,$t0,$t0
139 vext.8 $Hhl,$t0,$t1,#8 @ pack Karatsuba pre-processed
151 vpmull.p64 $Xm,$t0,$t1
[all …]
/third_party/uboot/u-boot-2020.01/arch/mips/cpu/
Dstart.S41 mfc0 t0, CP0_WATCHHI,\sel
42 bgez t0, wr_done
55 li t0, -16
57 and sp, t1, t0 # force 16 byte alignment
60 and sp, sp, t0 # force 16 byte alignment
66 and sp, sp, t0 # force 16 byte alignment
71 move t0, k0
73 PTR_S zero, 0(t0)
74 blt t0, t1, 1b
75 PTR_ADDIU t0, PTRSIZE
[all …]
Dcm_init.S16 mfc0 t0, CP0_CONFIG, 1
17 bgez t0, 2f
18 mfc0 t0, CP0_CONFIG, 2
19 bgez t0, 2f
22 mfc0 t0, CP0_CONFIG, 3
23 and t0, t0, MIPS_CONF3_CMGCR
24 beqz t0, 2f
27 1: MFC0 t0, CP0_CMGCRBASE
28 PTR_SLL t0, t0, 4
32 beq t0, t1, 2f
[all …]
/third_party/openssl/crypto/bn/asm/
Darmv4-gf2m.pl75 ($hi,$lo,$t0,$t1, $i0,$i1 )=map("r$_",(4..9),12);
106 ldr $t0,[sp,$i0] @ tab[b >> 6 & 0x7]
112 eor $lo,$lo,$t0,lsl#6
113 eor $hi,$hi,$t0,lsr#26
114 ldr $t0,[sp,$i0] @ tab[b >> 12 & 0x7]
122 eor $lo,$lo,$t0,lsl#12
123 eor $hi,$hi,$t0,lsr#20
124 ldr $t0,[sp,$i0] @ tab[b >> 18 & 0x7]
132 eor $lo,$lo,$t0,lsl#18
133 eor $hi,$hi,$t0,lsr#14
[all …]
/third_party/boost/libs/thread/test/threads/thread/members/
Dtry_join_for_pass.cpp89 boost::thread t0( (G())); in main()
90 BOOST_TEST(t0.joinable()); in main()
91 BOOST_TEST(t0.try_join_for(boost::chrono::milliseconds(250))); in main()
92 BOOST_TEST(!t0.joinable()); in main()
95 boost::thread t0( (th_250_ms)); in main()
96 BOOST_TEST(!t0.try_join_for(boost::chrono::milliseconds(50))); in main()
97 t0.join(); in main()
102 boost::thread t0( resource_deadlock_would_occur_tester ); in main() local
103 resource_deadlock_would_occur_th = &t0; in main()
104 BOOST_TEST(t0.joinable()); in main()
[all …]
Dtry_join_until_pass.cpp90 boost::thread t0( (G())); in main()
91 BOOST_TEST(t0.joinable()); in main()
92 t0.try_join_until(boost::chrono::steady_clock::now()+boost::chrono::milliseconds(250)); in main()
93 BOOST_TEST(!t0.joinable()); in main()
96 boost::thread t0( (th_250_ms)); in main()
97 …BOOST_TEST(!t0.try_join_until(boost::chrono::steady_clock::now()+boost::chrono::milliseconds(50))); in main()
98 t0.join(); in main()
103 boost::thread t0( resource_deadlock_would_occur_tester ); in main() local
104 resource_deadlock_would_occur_th = &t0; in main()
105 BOOST_TEST(t0.joinable()); in main()
[all …]
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/mips/
Djsimd_dspr2.S46 andi t0, a0, 3 // t0 = cinfo->image_width & 3
47 beqz t0, 4f // no residual
61 addu t6, t5, t0
103 addu t6, t5, t0
180 lw t0, 0(a2)
184 lwx t0, t3(t0) // t0 = output_buf[0][output_row]
209 sb t3, 0(t0)
212 addiu t0, 1
258 li t0, 0xFF
259 sb t0, \a_offs(\outptr)
[all …]
/third_party/boost/libs/hana/test/set/
Dcnstr.copy.cpp13 auto t0 = hana::make_set(); in main() local
14 auto t_implicit = t0; in main()
15 auto t_explicit(t0); in main()
21 auto t0 = hana::make_set(hana::int_c<2>); in main() local
22 auto t_implicit = t0; in main()
23 auto t_explicit(t0); in main()
29 auto t0 = hana::make_set(hana::int_c<2>, hana::int_c<3>); in main() local
30 auto t_implicit = t0; in main()
31 auto t_explicit(t0); in main()
37 auto t0 = hana::make_set(hana::int_c<2>, hana::int_c<3>, hana::type_c<int>); in main() local
[all …]
/third_party/pixman/pixman/
Dpixman-mips-dspr2-asm.S156 lw t0, 0(a1)
161 CONVERT_2x8888_TO_2x0565 t0, t1, t2, t3, t4, t5, t6, t7, t8
172 lw t0, 0(a1)
174 CONVERT_1x8888_TO_1x0565 t0, t1, t2, t3
198 lhu t0, 0(a1)
203 CONVERT_2x0565_TO_2x8888 t0, t1, t2, t3, t4, t5, t6, t7, t8, t9
214 lhu t0, 0(a1)
216 CONVERT_1x0565_TO_1x8888 t0, t1, t2, t3
243 lw t0, 0(a1)
252 or t0, t0, t9
[all …]
/third_party/boringssl/src/crypto/fipsmodule/ec/asm/
Dp256-x86_64-asm.pl87 my ($t0,$t1,$t2,$t3,$t4)=("%rax","%rdx","%rcx","%r12","%r13");
114 mov $a0, $t0
128 cmovz $t0, $a0
152 my ($t0,$t1,$t2,$t3,$t4)=("%rcx","%rbp","%rbx","%rdx","%rax");
196 mov %rax, $t0
199 mov $t0, %rax
204 mov $t0, %rax
210 mov $t0, %rax
229 mov %rdx, $t0
235 add $t0, $acc1
[all …]
/third_party/boost/boost/flyweight/detail/
Dpp_perfect_fwd.hpp25 template<typename T0> name(T0&& t0)body((FORWARD)(1))
30 template<typename T0,typename T1> name(T0&& t0,T1&& t1)body((FORWARD)(2))
35 template<typename T0,typename T1,typename T2> name(T0&& t0,T1&& t1,T2&& t2)body((FORWARD)(3))
40 template<typename T0,typename T1,typename T2,typename T3> name(T0&& t0,T1&& t1,T2&& t2,T3&& t3)body…
45 template<typename T0,typename T1,typename T2,typename T3,typename T4> name(T0&& t0,T1&& t1,T2&& t2,…
57 template<typename T0> name(T0& t0)body((ENUM)(1))\
58 template<typename T0> name(const T0& t0)body((ENUM)(1))
63 template<typename T0,typename T1> name(T0& t0,T1& t1)body((ENUM)(2))\
64 template<typename T0,typename T1> name(T0& t0,const T1& t1)body((ENUM)(2))\
65 template<typename T0,typename T1> name(const T0& t0,T1& t1)body((ENUM)(2))\
[all …]
/third_party/libwebsockets/plugins/ssh-base/crypto/
Dsmult_curve25519_ref.c190 unsigned int t0[32]; in recip() local
196 /* 8 */ square(t0,t1); in recip()
197 /* 9 */ mult(z9,t0,z); in recip()
199 /* 22 */ square(t0,z11); in recip()
200 /* 2^5 - 2^0 = 31 */ mult(z2_5_0,t0,z9); in recip()
202 /* 2^6 - 2^1 */ square(t0,z2_5_0); in recip()
203 /* 2^7 - 2^2 */ square(t1,t0); in recip()
204 /* 2^8 - 2^3 */ square(t0,t1); in recip()
205 /* 2^9 - 2^4 */ square(t1,t0); in recip()
206 /* 2^10 - 2^5 */ square(t0,t1); in recip()
[all …]

12345678910>>...54