Home
last modified time | relevance | path

Searched refs:t1 (Results 1 – 25 of 3296) sorted by relevance

12345678910>>...132

/external/u-boot/board/dbau1x00/
Dlowlevel_init.S28 li t1, 0x00000040
29 sw t1, 0(t0)
32 li t1, 0x22080a20
33 sw t1, 0(t0)
36 li t1, 0x10c03f00
37 sw t1, 0(t0)
40 li t1, 0x00000080
41 sw t1, 0(t0)
44 li t1, 0x22080a20
45 sw t1, 0(t0)
[all …]
/external/u-boot/board/pb1x00/
Dlowlevel_init.S28 li t1, 0x00000083
29 sw t1, 0(t0)
32 li t1, 0x33030A10
33 sw t1, 0(t0)
36 li t1, 0x11803E40
37 sw t1, 0(t0)
40 li t1, 0xBE00000C
41 lw t2, 0(t1)
43 sw t2, 0(t1)
46 li t1, 0xBE000014
[all …]
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.rel/
Dlt.pass.cpp43 const T1 t1; in main() local
45 assert(!(t1 < t2)); in main()
46 assert( (t1 <= t2)); in main()
47 assert(!(t1 > t2)); in main()
48 assert( (t1 >= t2)); in main()
53 const T1 t1(1); in main() local
55 assert(!(t1 < t2)); in main()
56 assert( (t1 <= t2)); in main()
57 assert(!(t1 > t2)); in main()
58 assert( (t1 >= t2)); in main()
[all …]
Deq.pass.cpp31 const T1 t1; in main() local
33 assert(t1 == t2); in main()
34 assert(!(t1 != t2)); in main()
39 const T1 t1(1); in main() local
41 assert(!(t1 == t2)); in main()
42 assert(t1 != t2); in main()
47 const T1 t1(1); in main() local
49 assert(t1 == t2); in main()
50 assert(!(t1 != t2)); in main()
55 const T1 t1(1, 2); in main() local
[all …]
/external/u-boot/arch/mips/mach-ath79/ar933x/
Dlowlevel_init.S82 lw t1, AR933X_RESET_REG_RESET_MODULE(t0)
83 ori t1, t1, 0x0800
84 sw t1, AR933X_RESET_REG_RESET_MODULE(t0)
86 lw t1, AR933X_RESET_REG_RESET_MODULE(t0)
88 and t1, t1, t2
89 sw t1, AR933X_RESET_REG_RESET_MODULE(t0)
101 andi t1, t5, 0x10
102 bnez t1, 2b
105 li t1, 0x02110E
106 sw t1, AR933X_RESET_REG_BOOTSTRAP(t0)
[all …]
/external/libcxx/test/std/utilities/time/time.point/time.point.comparisons/
Dop_less.pass.cpp44 T1 t1(Duration1(3)); in main() local
46 assert(!(t1 < t2)); in main()
47 assert(!(t1 > t2)); in main()
48 assert( (t1 <= t2)); in main()
49 assert( (t1 >= t2)); in main()
52 T1 t1(Duration1(3)); in main() local
54 assert( (t1 < t2)); in main()
55 assert(!(t1 > t2)); in main()
56 assert( (t1 <= t2)); in main()
57 assert(!(t1 >= t2)); in main()
[all …]
Dop_equal.pass.cpp36 T1 t1(Duration1(3)); in main() local
38 assert( (t1 == t2)); in main()
39 assert(!(t1 != t2)); in main()
42 T1 t1(Duration1(3)); in main() local
44 assert(!(t1 == t2)); in main()
45 assert( (t1 != t2)); in main()
48 T1 t1(Duration1(3)); in main() local
50 assert( (t1 == t2)); in main()
51 assert(!(t1 != t2)); in main()
54 T1 t1(Duration1(3)); in main() local
[all …]
/external/u-boot/board/imgtec/malta/
Dlowlevel_init.S38 li t1, MALTA_REVISION_CORID_CORE_LV
39 beq t0, t1, _gt64120
42 li t1, MALTA_REVISION_CORID_CORE_FPGA6
43 beq t0, t1, _msc01
65 PTR_LI t1, CKSEG1ADDR(GT_DEF_BASE)
67 sw t0, GT_ISD_OFS(t1)
70 PTR_LI t1, CKSEG1ADDR(MALTA_GT_BASE)
74 sw t0, GT_PCI0IOLD_OFS(t1)
76 sw t0, GT_PCI0IOHD_OFS(t1)
80 sw t0, GT_PCI0M0LD_OFS(t1)
[all …]
/external/python/cpython3/Modules/_blake2/impl/
Dblake2s-load-sse41.h33 t1 = _mm_slli_si128(m3, 4); \
34 t2 = _mm_blend_epi16(t0, t1, 0xF0); \
39 t1 = _mm_blend_epi16(m1,m3,0xC0); \
40 t2 = _mm_blend_epi16(t0, t1, 0xF0); \
45 t1 = _mm_blend_epi16(m2, t0, 0x30); \
46 t2 = _mm_blend_epi16(m0, t1, 0xF0); \
51 t1 = _mm_slli_si128(m3, 4); \
52 t2 = _mm_blend_epi16(t0, t1, 0x0C); \
57 t1 = _mm_blend_epi16(m3,m1,0x0C); \
58 t2 = _mm_blend_epi16(t0, t1, 0x0F); \
[all …]
/external/boringssl/src/crypto/fipsmodule/sha/asm/
Dsha512-armv4.pl86 $t1="r10";
111 mov $t1,$Ehi,lsr#14
115 eor $t1,$t1,$Elo,lsl#18
118 eor $t1,$t1,$Ehi,lsr#18
120 eor $t1,$t1,$Elo,lsl#14
122 eor $t1,$t1,$Elo,lsr#9
124 eor $t1,$t1,$Ehi,lsl#23 @ Sigma1(e)
127 adc $Thi,$Thi,$t1 @ T += Sigma1(e)
128 ldr $t1,[sp,#$Foff+4] @ f.hi
136 eor $t1,$t1,$t3
[all …]
/external/libcxx/test/support/
Dtest_comparisons.h27 TEST_CONSTEXPR_CXX14 bool testComparisons6(const T& t1, const T& t2, bool isEqual, bool isLess) in testComparisons6() argument
31 if (!(t1 == t2)) return false; in testComparisons6()
32 if (!(t2 == t1)) return false; in testComparisons6()
33 if ( (t1 != t2)) return false; in testComparisons6()
34 if ( (t2 != t1)) return false; in testComparisons6()
35 if ( (t1 < t2)) return false; in testComparisons6()
36 if ( (t2 < t1)) return false; in testComparisons6()
37 if (!(t1 <= t2)) return false; in testComparisons6()
38 if (!(t2 <= t1)) return false; in testComparisons6()
39 if ( (t1 > t2)) return false; in testComparisons6()
[all …]
/external/compiler-rt/lib/tsan/tests/rtl/
Dtsan_mop.cc26 ScopedThread t1, t2; in TEST() local
28 t1.Write1(l1); in TEST()
33 ScopedThread t1, t2; in TEST() local
35 t1.Write1(l); in TEST()
40 ScopedThread t1, t2; in TEST() local
42 t1.Read1(l); in TEST()
47 ScopedThread t1, t2; in TEST() local
49 t1.Write1(l); in TEST()
54 ScopedThread t1, t2; in TEST() local
56 t1.Read1(l); in TEST()
[all …]
/external/aac/libAACenc/src/
Dbit_cnt.cpp126 INT t0, t1, t2, t3; in FDKaacEnc_count1_2_3_4_5_6_7_8_9_10_11() local
139 t1 = values[i + 1]; in FDKaacEnc_count1_2_3_4_5_6_7_8_9_10_11()
143 bc1_2 += (INT)FDKaacEnc_huff_ltab1_2[t0 + 1][t1 + 1][t2 + 1][t3 + 1]; in FDKaacEnc_count1_2_3_4_5_6_7_8_9_10_11()
144 bc5_6 += (INT)FDKaacEnc_huff_ltab5_6[t0 + 4][t1 + 4] + in FDKaacEnc_count1_2_3_4_5_6_7_8_9_10_11()
149 t1 = fixp_abs(t1); in FDKaacEnc_count1_2_3_4_5_6_7_8_9_10_11()
150 sc += (t1 > 0); in FDKaacEnc_count1_2_3_4_5_6_7_8_9_10_11()
156 bc3_4 += (INT)FDKaacEnc_huff_ltab3_4[t0][t1][t2][t3]; in FDKaacEnc_count1_2_3_4_5_6_7_8_9_10_11()
157 bc7_8 += (INT)FDKaacEnc_huff_ltab7_8[t0][t1] + in FDKaacEnc_count1_2_3_4_5_6_7_8_9_10_11()
159 bc9_10 += (INT)FDKaacEnc_huff_ltab9_10[t0][t1] + in FDKaacEnc_count1_2_3_4_5_6_7_8_9_10_11()
162 (INT)FDKaacEnc_huff_ltab11[t0][t1] + (INT)FDKaacEnc_huff_ltab11[t2][t3]; in FDKaacEnc_count1_2_3_4_5_6_7_8_9_10_11()
[all …]
/external/u-boot/arch/mips/mach-ath79/qca953x/
Dlowlevel_init.S102 lw t1, QCA953X_RESET_REG_RESET_MODULE(t0)
104 or t1, t1, t2
105 sw t1, QCA953X_RESET_REG_RESET_MODULE(t0)
107 lw t1, QCA953X_RESET_REG_RESET_MODULE(t0)
109 and t1, t1, t2
110 sw t1, QCA953X_RESET_REG_RESET_MODULE(t0)
115 li t1, 0x01
116 sw t1, QCA953X_RTC_REG_SYNC_RESET(t0)
122 lw t1, QCA953X_RTC_REG_SYNC_STATUS(t0)
123 andi t1, t1, 0x02
[all …]
/external/aac/libFDK/src/
Dfft_rad2.cpp183 INT t1 = (r + j) << 1; in dit_fft() local
184 INT t2 = t1 + (mh << 1); in dit_fft()
191 ur = x[t1] >> 1; in dit_fft()
192 ui = x[t1 + 1] >> 1; in dit_fft()
194 x[t1] = ur + vr; in dit_fft()
195 x[t1 + 1] = ui + vi; in dit_fft()
200 t1 += mh; in dit_fft()
201 t2 = t1 + (mh << 1); in dit_fft()
207 ur = x[t1] >> 1; in dit_fft()
208 ui = x[t1 + 1] >> 1; in dit_fft()
[all …]
/external/boringssl/src/crypto/fipsmodule/modes/asm/
Dghashv8-armx.pl60 my ($t0,$t1,$t2,$xC2,$H,$Hhl,$H2)=map("q$_",(8..14));
89 vld1.64 {$t1},[x1] @ load input H
92 vext.8 $IN,$t1,$t1,#8
94 vdup.32 $t1,${t1}[1]
97 vshr.s32 $t1,$t1,#31 @ broadcast carry bit
101 vand $t0,$t0,$t1
113 vext.8 $t1,$Xl,$Xh,#8 @ Karatsuba post-processing
115 veor $Xm,$Xm,$t1
128 vext.8 $t1,$H2,$H2,#8 @ Karatsuba pre-processing
129 veor $t1,$t1,$H2
[all …]
/external/boringssl/src/crypto/fipsmodule/aes/asm/
Daes-armv4.pl61 $t1="r4";
220 ldrb $t1,[$rounds,#2] @ manner...
223 orr $s0,$s0,$t1,lsl#8
226 ldrb $t1,[$rounds,#6]
230 orr $s1,$s1,$t1,lsl#8
233 ldrb $t1,[$rounds,#10]
237 orr $s2,$s2,$t1,lsl#8
240 ldrb $t1,[$rounds,#14]
244 orr $s3,$s3,$t1,lsl#8
274 mov $t1,$s0,lsr#24 @ write output in endian-neutral
[all …]
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
DPR22806_constrain_tuple_like_ctor.pass.cpp96 T t1(42); in main() local
97 std::tuple< T&& > t2(std::move(t1)); in main()
98 assert(&std::get<0>(t2) == &t1); in main()
101 T t1(42); in main() local
103 std::tuple< T const & > t2(t1); in main()
104 assert(&std::get<0>(t2) == &t1); in main()
106 std::tuple< T const & > t3(static_cast<T const&>(t1)); in main()
107 assert(&std::get<0>(t3) == &t1); in main()
110 T t1(42); in main() local
112 std::tuple< T & > t2(t1); in main()
[all …]
Dimplicit_deduction_guides.pass.cpp50 std::tuple t1(42); in test_primary_template() local
51 ASSERT_SAME_TYPE(decltype(t1), std::tuple<int>); in test_primary_template()
59 std::tuple t1(T{}); in test_primary_template() local
60 ASSERT_SAME_TYPE(decltype(t1), std::tuple<T>); in test_primary_template()
68 std::tuple t1(AT, A, 42); in test_primary_template() local
69 ASSERT_SAME_TYPE(decltype(t1), std::tuple<int>); in test_primary_template()
78 std::tuple t1(AT, A, T{}); in test_primary_template() local
79 ASSERT_SAME_TYPE(decltype(t1), std::tuple<T>); in test_primary_template()
89 std::tuple t1(t); in test_primary_template() local
90 ASSERT_SAME_TYPE(decltype(t1), Tup); in test_primary_template()
[all …]
/external/ltp/include/
Dtst_timer.h129 static inline int tst_timespec_lt(struct timespec t1, struct timespec t2) in tst_timespec_lt() argument
131 if (t1.tv_sec == t2.tv_sec) in tst_timespec_lt()
132 return t1.tv_nsec < t2.tv_nsec; in tst_timespec_lt()
134 return t1.tv_sec < t2.tv_sec; in tst_timespec_lt()
157 static inline struct timespec tst_timespec_diff(struct timespec t1, in tst_timespec_diff() argument
162 res.tv_sec = t1.tv_sec - t2.tv_sec; in tst_timespec_diff()
164 if (t1.tv_nsec < t2.tv_nsec) { in tst_timespec_diff()
166 res.tv_nsec = 1000000000 - (t2.tv_nsec - t1.tv_nsec); in tst_timespec_diff()
168 res.tv_nsec = t1.tv_nsec - t2.tv_nsec; in tst_timespec_diff()
174 static inline long long tst_timespec_diff_ns(struct timespec t1, in tst_timespec_diff_ns() argument
[all …]
/external/pdfium/third_party/libopenjpeg20/
Dt1.c60 #define T1_FLAGS(x, y) (t1->flags[x + 1 + ((y / 4) + 1) * (t1->w+2)])
81 opj_t1_t *t1,
88 opj_t1_t *t1,
99 static void opj_t1_enc_sigpass(opj_t1_t *t1,
109 opj_t1_t *t1,
116 static void opj_t1_enc_refpass(opj_t1_t *t1,
125 opj_t1_t *t1,
134 opj_t1_t *t1,
140 opj_t1_t *t1,
152 opj_t1_t *t1,
[all …]
/external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.ops/
Dremove_if.pass.cpp34 const T t1[] = {0, 5, 5, 0, 0, 0, 5}; in main() local
36 C c1(std::begin(t1), std::end(t1)); in main()
41 assert(cp.count() == static_cast<std::size_t>(std::distance(std::begin(t1), std::end(t1)))); in main()
47 const T t1[] = {0, 0, 0, 0}; in main() local
48 C c1(std::begin(t1), std::end(t1)); in main()
53 assert(cp.count() == static_cast<std::size_t>(std::distance(std::begin(t1), std::end(t1)))); in main()
59 const T t1[] = {5, 5, 5}; in main() local
61 C c1(std::begin(t1), std::end(t1)); in main()
66 assert(cp.count() == static_cast<std::size_t>(std::distance(std::begin(t1), std::end(t1)))); in main()
83 const T t1[] = {5, 5, 5, 0}; in main() local
[all …]
/external/boringssl/src/crypto/fipsmodule/ec/asm/
Dp256-x86_64-asm.pl87 my ($t0,$t1,$t2,$t3,$t4)=("%rax","%rdx","%rcx","%r12","%r13");
117 mov $a1, $t1
129 cmovz $t1, $a1
152 my ($t0,$t1,$t2,$t3,$t4)=("%rcx","%rbp","%rbx","%rdx","%rax");
225 mov $acc0, $t1
238 mov $t1, %rax
240 mov $t1, %rdx
247 sbb %rdx, $t1 # can't borrow
250 adc $t1, $acc4
259 mov %rdx, $t1
[all …]
/external/speex/libspeexdsp/
Dsmallft.c119 int t0,t1,t2,t3,t4,t5,t6; in dradf2() local
121 t1=0; in dradf2()
125 ch[t1<<1]=cc[t1]+cc[t2]; in dradf2()
126 ch[(t1<<1)+t3-1]=cc[t1]-cc[t2]; in dradf2()
127 t1+=ido; in dradf2()
134 t1=0; in dradf2()
138 t4=(t1<<1)+(ido<<1); in dradf2()
139 t5=t1; in dradf2()
140 t6=t1+t1; in dradf2()
153 t1+=ido; in dradf2()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/RISCV/
Drelocations.s17 lui t1, %hi(foo)
19 # INSTR: lui t1, %hi(foo)
22 lui t1, %hi(foo+4)
24 # INSTR: lui t1, %hi(foo+4)
27 addi t1, t1, %lo(foo)
29 # INSTR: addi t1, t1, %lo(foo)
32 addi t1, t1, %lo(foo+4)
34 # INSTR: addi t1, t1, %lo(foo+4)
37 sb t1, %lo(foo)(a2)
39 # INSTR: sb t1, %lo(foo)(a2)
[all …]

12345678910>>...132