HomeSort by relevance Sort by last modified time
    Searched refs:t0 (Results 126 - 150 of 1054) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/shaders/compiled/
passthroughrgb2d11ps.h 32 dcl_resource_texture2d (float,float,float,float) t0
36 sample r0.xyzw, v1.xyxx, t0.xyzw, s0
passthroughrgb3d11ps.h 33 dcl_resource_texture3d (float,float,float,float) t0
37 sample r0.xyzw, v2.xyzx, t0.xyzw, s0
  /external/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.assign/
copy.fail.cpp 47 std::thread t0(G());
49 t1 = t0;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.assign/
copy.fail.cpp 47 std::thread t0(G());
49 t1 = t0;
  /bionic/linker/arch/mips/
begin.S 45 la $t0, 1f
47 1: subu $t0, $ra, $t0
54 addu $t1, $t0
63 addu $s0, $t0
90 addu $t1, $t0
  /external/chromium_org/third_party/skia/experimental/Intersection/
QuarticRoot.cpp 34 const double t0, const bool oneHint, double roots[4]) {
42 t4, t3, t2, t1, t0);
49 bool t4Or = approximately_zero_when_compared_to(t4, t0) // 0 is one root
52 bool t4And = approximately_zero_when_compared_to(t4, t0) // 0 is one root
58 bool t3Or = approximately_zero_when_compared_to(t3, t0)
61 bool t3And = approximately_zero_when_compared_to(t3, t0)
67 bool t0Or = approximately_zero_when_compared_to(t0, t1) // 0 is one root
68 && approximately_zero_when_compared_to(t0, t2)
69 && approximately_zero_when_compared_to(t0, t3)
70 && approximately_zero_when_compared_to(t0, t4)
    [all...]
  /external/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/
alloc_const_pair.pass.cpp 28 typedef std::pair<double, int> T0;
30 T0 t0(2, 3);
31 T1 t1(std::allocator_arg, A1<int>(5), t0);
36 typedef std::pair<int, int> T0;
38 T0 t0(2, 3);
40 T1 t1(std::allocator_arg, A1<int>(5), t0);
46 typedef std::pair<int, int> T0;
48 T0 t0(2, 3)
    [all...]
  /external/openssl/crypto/sha/asm/
sha512-armv4.pl 54 $t0="r9";
78 mov $t0,$Elo,lsr#14
82 eor $t0,$t0,$Ehi,lsl#18
86 eor $t0,$t0,$Elo,lsr#18
88 eor $t0,$t0,$Ehi,lsl#14
90 eor $t0,$t0,$Ehi,lsr#
    [all...]
sha1-parisc.pl 52 $t0="%r28";
57 "%r9", "%r10","%r11","%r12","%r13","%r14","%r15","%r16",$t0);
68 and $c,$b,$t0
72 or $t1,$t0,$t0
73 addl $t0,$e,$e
80 and $c,$b,$t0
85 or $t1,$t0,$t0
87 add $t0,$e,$
    [all...]
  /external/skia/experimental/Intersection/
QuarticRoot.cpp 34 const double t0, const bool oneHint, double roots[4]) {
42 t4, t3, t2, t1, t0);
49 bool t4Or = approximately_zero_when_compared_to(t4, t0) // 0 is one root
52 bool t4And = approximately_zero_when_compared_to(t4, t0) // 0 is one root
58 bool t3Or = approximately_zero_when_compared_to(t3, t0)
61 bool t3And = approximately_zero_when_compared_to(t3, t0)
67 bool t0Or = approximately_zero_when_compared_to(t0, t1) // 0 is one root
68 && approximately_zero_when_compared_to(t0, t2)
69 && approximately_zero_when_compared_to(t0, t3)
70 && approximately_zero_when_compared_to(t0, t4)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/
alloc_const_pair.pass.cpp 28 typedef std::pair<double, int> T0;
30 T0 t0(2, 3);
31 T1 t1(std::allocator_arg, A1<int>(5), t0);
36 typedef std::pair<int, int> T0;
38 T0 t0(2, 3);
40 T1 t1(std::allocator_arg, A1<int>(5), t0);
46 typedef std::pair<int, int> T0;
48 T0 t0(2, 3)
    [all...]
  /external/qemu/target-mips/
translate.c 491 "t0", "t1", "t2", "t3", "t4", "t5", "t6", "t7",
556 TCGv t0 = tcg_temp_new(); local
559 tcg_gen_movi_tl(t0, 0);
571 tcg_gen_ld_tl(t0, addr, sizeof(target_ulong) * from);
575 gen_store_gpr(t0, to);
576 tcg_temp_free(t0);
582 TCGv t0 = tcg_temp_new(); local
586 gen_load_gpr(t0, from);
594 tcg_gen_st_tl(t0, addr, sizeof(target_ulong) * to);
597 tcg_temp_free(t0);
627 TCGv_i32 t0 = tcg_temp_new_i32(); local
642 TCGv_i64 t0 = tcg_temp_new_i64(); local
991 TCGv t0 = tcg_temp_new(); local
1148 TCGv t0, t1; local
1189 TCGv t0 = tcg_temp_new(); local
1272 TCGv t0 = tcg_temp_local_new(); local
1308 TCGv t0 = tcg_temp_local_new(); local
1390 TCGv t0; local
1419 TCGv t0; local
1569 TCGv t0 = tcg_temp_local_new(); local
1608 TCGv t0 = tcg_temp_local_new(); local
1648 TCGv t0 = tcg_temp_local_new(); local
1685 TCGv t0 = tcg_temp_local_new(); local
1834 TCGv t0, t1; local
1866 TCGv t0, t1; local
2013 TCGv t0, t1; local
2248 TCGv t0 = tcg_temp_new(); local
2328 TCGv t0; local
2366 TCGv t0 = tcg_temp_new(); local
2481 TCGv t0 = tcg_temp_new(); local
2714 TCGv t0 = tcg_temp_new(); local
2805 TCGv t0; local
2877 TCGv_i32 t0 = tcg_temp_new_i32(); local
2892 TCGv_i32 t0 = tcg_temp_new_i32(); local
5235 TCGv t0 = tcg_temp_local_new(); local
5399 TCGv t0 = tcg_temp_local_new(); local
5574 TCGv t0 = tcg_temp_new(); local
5595 TCGv t0 = tcg_temp_new(); local
5687 TCGv_i32 t0 = tcg_temp_new_i32(); local
5803 TCGv t0 = tcg_temp_new(); local
5887 TCGv_i32 t0; local
5915 TCGv_i32 t0 = tcg_temp_new_i32(); local
5934 TCGv_i32 t0 = tcg_temp_new_i32(); local
5956 TCGv_i32 t0 = tcg_temp_new_i32(); local
7255 TCGv t0 = tcg_temp_new(); local
7361 TCGv t0 = tcg_temp_local_new(); local
7858 TCGv t0 = tcg_temp_new(); local
7901 TCGv t0 = tcg_temp_new(); local
7914 TCGv t0 = tcg_temp_new(); local
7988 TCGv t0 = tcg_temp_new(); local
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/sha/asm/
sha512-armv4.pl 71 $t0="r9";
95 mov $t0,$Elo,lsr#14
99 eor $t0,$t0,$Ehi,lsl#18
103 eor $t0,$t0,$Elo,lsr#18
105 eor $t0,$t0,$Ehi,lsl#14
107 eor $t0,$t0,$Ehi,lsr#
    [all...]
  /external/opencv/cv/src/
cvdistransform.cpp 97 int t0 = tmp[j-step-1] + DIAG_DIST; local
99 if( t0 > t ) t0 = t;
101 if( t0 > t ) t0 = t;
103 if( t0 > t ) t0 = t;
104 tmp[j] = t0;
117 int t0 = tmp[j]; local
118 if( t0 > HV_DIST
170 int t0 = tmp[j-step*2-1] + LONG_DIST; local
198 int t0 = tmp[j]; local
266 int t0 = ICV_INIT_DIST0, t; local
333 int t0 = tmp[j]; local
    [all...]
  /external/valgrind/main/none/tests/mips64/
arithmetic_instruction.c 31 TEST1("add $t0, $t1, $t2", reg_val1[i], reg_val1[N-i-1],
32 t0, t1, t2);
39 TEST2("addi $t0, $t1, 0xff", reg_val1[i], 0xff, t0, t1);
49 TEST2("addiu $t0, $t1, 0xff", reg_val1[i], 0xff, t0, t1);
59 TEST1("addu $t0, $t1, $t2", reg_val1[i], reg_val1[N-i-1],
60 t0, t1, t2);
67 TEST3("clo $t0, $t1", reg_val1[i], t0, t1)
    [all...]
  /external/libcxx/test/thread/thread.mutex/thread.once/thread.once.callonce/
call_once.pass.cpp 152 std::thread t0(f0);
154 t0.join();
160 std::thread t0(f3);
162 t0.join();
169 std::thread t0(f41);
171 t0.join();
179 std::thread t0(f1);
181 t0.join();
187 std::thread t0(f2);
189 t0.join()
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.once/thread.once.callonce/
call_once.pass.cpp 160 std::thread t0(f0);
162 t0.join();
168 std::thread t0(f3);
170 t0.join();
177 std::thread t0(f41);
179 t0.join();
187 std::thread t0(f1);
189 t0.join();
195 std::thread t0(f2);
197 t0.join()
    [all...]
  /external/chromium_org/third_party/skia/src/pathops/
SkQuarticRoot.cpp 33 const double t0, const bool oneHint, double roots[4]) {
42 t4, t3, t2, t1, t0);
48 if (approximately_zero_when_compared_to(t4, t0) // 0 is one root
51 if (approximately_zero_when_compared_to(t3, t0)
54 return SkDQuad::RootsReal(t2, t1, t0, roots);
57 return SkDCubic::RootsReal(t3, t2, t1, t0, roots);
60 if ((approximately_zero_when_compared_to(t0, t1) || approximately_zero(t1)) // 0 is one root
61 // && approximately_zero_when_compared_to(t0, t2)
62 && approximately_zero_when_compared_to(t0, t3)
63 && approximately_zero_when_compared_to(t0, t4))
    [all...]
  /external/skia/src/pathops/
SkQuarticRoot.cpp 33 const double t0, const bool oneHint, double roots[4]) {
42 t4, t3, t2, t1, t0);
48 if (approximately_zero_when_compared_to(t4, t0) // 0 is one root
51 if (approximately_zero_when_compared_to(t3, t0)
54 return SkDQuad::RootsReal(t2, t1, t0, roots);
57 return SkDCubic::RootsReal(t3, t2, t1, t0, roots);
60 if ((approximately_zero_when_compared_to(t0, t1) || approximately_zero(t1)) // 0 is one root
61 // && approximately_zero_when_compared_to(t0, t2)
62 && approximately_zero_when_compared_to(t0, t3)
63 && approximately_zero_when_compared_to(t0, t4))
    [all...]
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/x86/
x86SP_FFT_CToC_FC32_Fwd_Radix4_fs.c 35 OMX_FC32 t0; local
40 // CADD t0, out0, out2
41 t0.Re = out0[0] + out2[0];
42 t0.Im = out0[n] + out2[n];
56 // CADD out0, t0, t2
57 out0[0] = t0.Re + t2.Re;
58 out0[n] = t0.Im + t2.Im;
60 // CSUB out2, t0, t2
61 out2[0] = t0.Re - t2.Re;
62 out2[n] = t0.Im - t2.Im
    [all...]
x86SP_FFT_CToC_FC32_Inv_Radix4_fs.c 31 OMX_FC32 t0; local
36 // CADD t0, in0, in2
37 t0.Re = in0[0] + in2[0];
38 t0.Im = in0[n] + in2[n];
52 // CADD out0, t0, t2
53 out0[0] = t0.Re + t2.Re;
54 out0[n] = t0.Im + t2.Im;
56 // CSUB out2, t0, t2
57 out2[0] = t0.Re - t2.Re;
58 out2[n] = t0.Im - t2.Im
    [all...]
  /external/qemu/tcg/
tcg-op.h 486 TCGv_i32 t0 = tcg_const_i32(arg2); local
487 tcg_gen_add_i32(ret, arg1, t0);
488 tcg_temp_free_i32(t0);
499 TCGv_i32 t0 = tcg_const_i32(arg1); local
500 tcg_gen_sub_i32(ret, t0, arg2);
501 tcg_temp_free_i32(t0);
510 TCGv_i32 t0 = tcg_const_i32(arg2); local
511 tcg_gen_sub_i32(ret, arg1, t0);
512 tcg_temp_free_i32(t0);
527 TCGv_i32 t0; local
572 TCGv_i32 t0 = tcg_const_i32(arg2); local
596 TCGv_i32 t0 = tcg_const_i32(arg2); local
612 TCGv_i32 t0 = tcg_const_i32(arg2); local
628 TCGv_i32 t0 = tcg_const_i32(arg2); local
644 TCGv_i32 t0 = tcg_const_i32(arg2); local
666 TCGv_i32 t0 = tcg_const_i32(arg2); local
692 TCGv_i32 t0 = tcg_const_i32(arg2); local
705 TCGv_i32 t0 = tcg_const_i32(arg2); local
715 TCGv_i32 t0 = tcg_temp_new_i32(); local
734 TCGv_i32 t0 = tcg_temp_new_i32(); local
740 TCGv_i32 t0 = tcg_temp_new_i32(); local
759 TCGv_i32 t0 = tcg_temp_new_i32(); local
778 TCGv_i32 t0 = tcg_temp_new_i32(); local
784 TCGv_i32 t0 = tcg_temp_new_i32(); local
1033 TCGv_i64 t0; local
1204 TCGv_i64 t0; local
1255 TCGv_i64 t0 = tcg_const_i64(arg2); local
1279 TCGv_i64 t0 = tcg_const_i64(arg2); local
1295 TCGv_i64 t0 = tcg_const_i64(arg2); local
1311 TCGv_i64 t0 = tcg_const_i64(arg2); local
1327 TCGv_i64 t0 = tcg_const_i64(arg2); local
1365 TCGv_i64 t0 = tcg_temp_new_i64(); local
1384 TCGv_i64 t0 = tcg_temp_new_i64(); local
1390 TCGv_i64 t0 = tcg_temp_new_i64(); local
1409 TCGv_i64 t0 = tcg_temp_new_i64(); local
1428 TCGv_i64 t0 = tcg_temp_new_i64(); local
1434 TCGv_i64 t0 = tcg_temp_new_i64(); local
1455 TCGv_i64 t0 = tcg_const_i64(arg2); local
1463 TCGv_i64 t0 = tcg_const_i64(arg1); local
1474 TCGv_i64 t0 = tcg_const_i64(arg2); local
1485 TCGv_i64 t0 = tcg_const_i64(arg2); local
1494 TCGv_i64 t0 = tcg_const_i64(arg2); local
1501 TCGv_i64 t0 = tcg_const_i64(arg2); local
1554 TCGv_i32 t0 = tcg_temp_new_i32(); local
1569 TCGv_i32 t0, t1; local
1660 TCGv_i32 t0, t1; local
1667 tcg_gen_mov_i32(TCGV_HIGH(ret), t0); local
1757 TCGv_i64 t0 = tcg_temp_new_i64(); local
1773 TCGv_i64 t0, t1; local
1800 TCGv_i64 t0 = tcg_temp_new_i64(); local
1843 TCGv_i32 t0 = tcg_const_i32(0); local
1854 TCGv_i64 t0 = tcg_const_i64(0); local
1903 TCGv_i32 t0 = tcg_temp_new_i32(); local
1916 TCGv_i64 t0 = tcg_temp_new_i64(); local
2007 TCGv_i32 t0 = tcg_temp_new_i32(); local
2020 TCGv_i64 t0 = tcg_temp_new_i64(); local
2036 TCGv_i32 t0, t1; local
2054 TCGv_i64 t0, t1; local
2072 TCGv_i32 t0 = tcg_const_i32(arg2); local
2076 TCGv_i32 t0, t1; local
2093 TCGv_i64 t0 = tcg_const_i64(arg2); local
2097 TCGv_i64 t0, t1; local
2113 TCGv_i32 t0, t1; local
2131 TCGv_i64 t0, t1; local
    [all...]
  /external/linux-tools-perf/perf-3.12.0/arch/mips/lib/
memcpy.S 124 #undef t0
128 #define t0 $8 define
227 and t0, src, ADDRMASK
232 bnez t0, .Lsrc_unaligned_dst_aligned
238 SRL t0, len, LOG_NBYTES+3 # +3 for 8 units/iter
239 beqz t0, .Lcleanup_both_aligned # len < 8*NBYTES
246 EXC( LOAD t0, UNIT(0)(src), .Ll_exc)
253 EXC( STORE t0, UNIT(0)(dst), .Ls_exc_p8u)
255 EXC( LOAD t0, UNIT(6)(src), .Ll_exc_copy)
263 EXC( STORE t0, UNIT(-2)(dst), .Ls_exc_p2u
    [all...]
memset.S 34 #define FILLPTRG t0
91 sltiu t0, a2, STORSIZE /* very small region? */
92 bnez t0, .Lsmall_memset
93 andi t0, a0, STORMASK /* aligned? */
100 beqz t0, 1f
101 PTR_SUBU t0, STORSIZE /* alignment in bytes */
105 beqz t0, 1f
106 PTR_SUBU t0, AT /* alignment in bytes */
117 PTR_SUBU a0, t0 /* long align ptr */
118 PTR_ADDU a2, t0 /* correct size *
    [all...]
  /external/openssl/crypto/modes/asm/
ghash-alpha.pl 25 $t0="t0";
64 sll $Zhi,60,$t0
75 xor $t0,$Zlo,$Zlo
90 sll $Zhi,60,$t0
101 xor $t0,$Zlo,$Zlo
111 sll $Zhi,60,$t0
123 xor $t0,$Zlo,$Zlo
132 sll $Zhi,60,$t0
143 xor $t0,$Zlo,$Zl
    [all...]

Completed in 6448 milliseconds

1 2 3 4 56 7 8 91011>>