HomeSort by relevance Sort by last modified time
    Searched refs:t0 (Results 76 - 100 of 1515) sorted by null

1 2 34 5 6 7 8 91011>>

  /art/runtime/interpreter/mterp/mips/
unop.S 12 GET_OPA4(t0) # t0 <- A+
18 SET_VREG_GOTO($result0, t0, t1) # vA <- result0
op_const_16.S 5 GET_INST_OPCODE(t0) # extract opcode from rINST
6 SET_VREG_GOTO(a0, a3, t0) # vAA <- a0
op_mul_long.S 14 and t0, a0, 255 # a2 <- BB
16 EAS2(t0, rFP, t0) # t0 <- &fp[BB]
17 LOAD64(a0, a1, t0) # a0/a1 <- vBB/vBB+1
19 EAS2(t1, rFP, t1) # t0 <- &fp[CC]
31 mul t0, a2, a1 # t0= a2a1
33 addu v1, v1, t0 # v1= a3a0 + a2a1;
41 GET_INST_OPCODE(t0) # extract opcode from rINS
    [all...]
bincmp.S 14 li t0, JIT_CHECK_OSR
15 beq rPROFILE, t0, .L_check_not_taken_osr
17 GET_INST_OPCODE(t0) # extract opcode from rINST
18 GOTO_OPCODE(t0) # jump to next instruction
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
24k-triple-stores-10.d 9 0: a1020000 sb v0,0\(t0\)
10 4: a1030008 sb v1,8\(t0\)
12 c: a1040010 sb a0,16\(t0\)
24k-triple-stores-9.d 10 0: a1020000 sb v0,0\(t0\)
12 8: a1030008 sb v1,8\(t0\)
14 10: a1040010 sb a0,16\(t0\)
  /external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
alloc_copy.pass.cpp 30 T t0; local
31 T t(std::allocator_arg, A1<int>(), t0);
35 T t0(2);
36 T t(std::allocator_arg, A1<int>(), t0);
41 T t0(2);
43 T t(std::allocator_arg, A1<int>(5), t0);
49 T t0(2);
51 T t(std::allocator_arg, A1<int>(5), t0);
59 T t0(2, 3);
62 T t(std::allocator_arg, A1<int>(5), t0);
    [all...]
alloc_move.pass.cpp 31 T t0; local
32 T t(std::allocator_arg, A1<int>(), std::move(t0));
36 T t0(MoveOnly(0));
37 T t(std::allocator_arg, A1<int>(), std::move(t0));
42 T t0(1);
44 T t(std::allocator_arg, A1<int>(5), std::move(t0));
50 T t0(1);
52 T t(std::allocator_arg, A1<int>(5), std::move(t0));
60 T t0(0 ,1);
62 T t(std::allocator_arg, A1<int>(5), std::move(t0));
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/
alloc_copy.pass.cpp 28 T t0; local
29 T t(std::allocator_arg, A1<int>(), t0);
33 T t0(2);
34 T t(std::allocator_arg, A1<int>(), t0);
39 T t0(2);
41 T t(std::allocator_arg, A1<int>(5), t0);
47 T t0(2);
49 T t(std::allocator_arg, A1<int>(5), t0);
55 T t0(2, 3);
58 T t(std::allocator_arg, A1<int>(5), t0);
    [all...]
alloc_move.pass.cpp 29 T t0; local
30 T t(std::allocator_arg, A1<int>(), std::move(t0));
34 T t0(MoveOnly(0));
35 T t(std::allocator_arg, A1<int>(), std::move(t0));
40 T t0(1);
42 T t(std::allocator_arg, A1<int>(5), std::move(t0));
48 T t0(1);
50 T t(std::allocator_arg, A1<int>(5), std::move(t0));
56 T t0(0 ,1);
58 T t(std::allocator_arg, A1<int>(5), std::move(t0));
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
alloc_copy.pass.cpp 30 T t0; local
31 T t(std::allocator_arg, A1<int>(), t0);
35 T t0(2);
36 T t(std::allocator_arg, A1<int>(), t0);
41 T t0(2);
43 T t(std::allocator_arg, A1<int>(5), t0);
49 T t0(2);
51 T t(std::allocator_arg, A1<int>(5), t0);
57 T t0(2, 3);
60 T t(std::allocator_arg, A1<int>(5), t0);
    [all...]
alloc_move.pass.cpp 31 T t0; local
32 T t(std::allocator_arg, A1<int>(), std::move(t0));
36 T t0(MoveOnly(0));
37 T t(std::allocator_arg, A1<int>(), std::move(t0));
42 T t0(1);
44 T t(std::allocator_arg, A1<int>(5), std::move(t0));
50 T t0(1);
52 T t(std::allocator_arg, A1<int>(5), std::move(t0));
58 T t0(0 ,1);
60 T t(std::allocator_arg, A1<int>(5), std::move(t0));
    [all...]
  /art/runtime/arch/mips/
memcmp16_mips.S 24 li $t0,0
30 1: lhu $t0,0($a0)
33 bne $t0,$t1,done
39 subu $v0,$t0,$t1
  /art/runtime/arch/mips64/
memcmp16_mips64.S 26 move $t0, $zero
34 lhu $t0, 0($a0)
36 bne $t0, $t1, done
45 dsubu $v0, $t0, $t1
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
p1.cpp 5 Tuple<> *t0; variable
  /external/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.member/
joinable.pass.cpp 49 std::thread t0(g);
50 assert(t0.joinable());
51 t0.join();
52 assert(!t0.joinable());
detach.pass.cpp 69 std::thread t0(g);
70 assert(t0.joinable());
71 t0.detach();
72 assert(!t0.joinable());
80 std::thread t0(foo);
81 assert(t0.joinable());
82 t0.detach();
83 assert(!t0.joinable());
85 t0.detach();
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.member/
detach.pass.cpp 46 std::thread t0((G()));
47 assert(t0.joinable());
48 t0.detach();
49 assert(!t0.joinable());
join.pass.cpp 46 std::thread t0((G()));
47 assert(t0.joinable());
48 t0.join();
49 assert(!t0.joinable());
joinable.pass.cpp 46 std::thread t0((G()));
47 assert(t0.joinable());
48 t0.join();
49 assert(!t0.joinable());
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/thread/thread.threads/thread.thread.class/thread.thread.member/
join.pass.cpp 49 std::thread t0(g);
50 assert(t0.joinable());
51 t0.join();
52 assert(!t0.joinable());
joinable.pass.cpp 49 std::thread t0(g);
50 assert(t0.joinable());
51 t0.join();
52 assert(!t0.joinable());
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
linkinfo1a.d 7 \[[ 0-9]+\] \.rel[a]?\.plt[ \t]+REL[A]?[ \t][ \t0-9a-f]+AI[ \t0-9a-f]+
linkinfo1b.d 8 \[[ 0-9]+\] \.rel[a]?\.plt[ \t]+REL[A]?[ \t][ \t0-9a-f]+AI[ \t0-9a-f]+
  /external/openssh/
smult_curve25519_ref.c 190 unsigned int t0[32]; local
196 /* 8 */ square(t0,t1);
197 /* 9 */ mult(z9,t0,z);
199 /* 22 */ square(t0,z11);
200 /* 2^5 - 2^0 = 31 */ mult(z2_5_0,t0,z9);
202 /* 2^6 - 2^1 */ square(t0,z2_5_0);
203 /* 2^7 - 2^2 */ square(t1,t0);
204 /* 2^8 - 2^3 */ square(t0,t1);
205 /* 2^9 - 2^4 */ square(t1,t0);
206 /* 2^10 - 2^5 */ square(t0,t1)
    [all...]

Completed in 476 milliseconds

1 2 34 5 6 7 8 91011>>