HomeSort by relevance Sort by last modified time
    Searched refs:t0 (Results 176 - 200 of 710) sorted by null

1 2 3 4 5 6 78 91011>>

  /dalvik/vm/mterp/mips/
OP_MOVE_EXCEPTION.S 8 GET_INST_OPCODE(t0) # extract opcode from rINST
10 GOTO_OPCODE(t0) # jump to next instruction
OP_MOVE_RESULT_WIDE.S 8 GET_INST_OPCODE(t0) # extract opcode from rINST
10 GOTO_OPCODE(t0) # jump to next instruction
OP_MOVE_WIDE.S 10 GET_INST_OPCODE(t0) # extract opcode from rINST
12 GOTO_OPCODE(t0) # jump to next instruction
OP_MOVE_WIDE_16.S 10 GET_INST_OPCODE(t0) # extract opcode from rINST
12 GOTO_OPCODE(t0) # jump to next instruction
OP_MOVE_WIDE_FROM16.S 10 GET_INST_OPCODE(t0) # extract opcode from rINST
12 GOTO_OPCODE(t0) # jump to next instruction
binop.S 31 GET_INST_OPCODE(t0) # extract opcode from rINST
32 SET_VREG_GOTO($result, rOBJ, t0) # vAA <- $result
binop2addr.S 27 GET_INST_OPCODE(t0) # extract opcode from rINST
28 SET_VREG_GOTO($result, rOBJ, t0) # vAA <- $result
binopLit16.S 27 GET_INST_OPCODE(t0) # extract opcode from rINST
28 SET_VREG_GOTO($result, rOBJ, t0) # vAA <- $result
stub.S 9 GET_INST_OPCODE(t0) # ...trim down to just the opcode
10 GOTO_OPCODE(t0) # ...and jump to the handler
unopWide.S 18 GET_INST_OPCODE(t0) # extract opcode from rINST
20 GOTO_OPCODE(t0) # jump to next instruction
unopWider.S 17 GET_INST_OPCODE(t0) # extract opcode from rINST
19 GOTO_OPCODE(t0) # jump to next instruction
OP_INVOKE_OBJECT_INIT_RANGE.S 30 GET_INST_OPCODE(t0) # t0<- opcode from rINST
31 GOTO_OPCODE(t0) # execute it
43 li t0, OP_INVOKE_DIRECT_RANGE
44 GOTO_OPCODE_BASE(a1, t0) # execute it
OP_EXECUTE_INLINE_RANGE.S 28 GET_INST_OPCODE(t0) # extract opcode from rINST
29 GOTO_OPCODE(t0) # jump to next instruction
49 add t0, rOBJ, 3
50 GET_VREG(a3, t0)
52 add t0, rOBJ, 2
53 GET_VREG(a2, t0)
55 add t0, rOBJ, 1
56 GET_VREG(a1, t0)
91 GET_INST_OPCODE(t0) # extract opcode from rINST
92 GOTO_OPCODE(t0) # jump to next instructio
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/
mutex_duration.pass.cpp 32 time_point t0 = Clock::now(); local
36 ns d = t1 - t0 - ms(250);
42 time_point t0 = Clock::now();
46 ns d = t1 - t0 - ms(250);
mutex_time_point.pass.cpp 32 time_point t0 = Clock::now(); local
36 ns d = t1 - t0 - ms(250);
42 time_point t0 = Clock::now();
46 ns d = t1 - t0 - ms(250);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.class/
try_lock_for.pass.cpp 32 time_point t0 = Clock::now(); local
36 ns d = t1 - t0 - ms(250);
42 time_point t0 = Clock::now();
45 ns d = t1 - t0 - ms(250);
try_lock_until.pass.cpp 32 time_point t0 = Clock::now(); local
36 ns d = t1 - t0 - ms(250);
42 time_point t0 = Clock::now();
45 ns d = t1 - t0 - ms(250);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.recursive/
try_lock_for.pass.cpp 32 time_point t0 = Clock::now(); local
38 ns d = t1 - t0 - ms(250);
44 time_point t0 = Clock::now();
47 ns d = t1 - t0 - ms(250);
try_lock_until.pass.cpp 32 time_point t0 = Clock::now(); local
38 ns d = t1 - t0 - ms(250);
44 time_point t0 = Clock::now();
47 ns d = t1 - t0 - ms(250);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.constr/
move.pass.cpp 58 std::thread t0(G(), 5, 5.5);
59 std::thread::id id = t0.get_id();
60 std::thread t1 = std::move(t0);
62 assert(t0.get_id() == std::thread::id());
  /development/tools/axl/
chewperf.py 32 t0 = None
37 if not t0: t0 = chewed[1]
38 tm = chewed[1] - t0
54 t0 = chewed[0][1]
56 chewed = [[x[1] - t0, x[0]] for x in chewed]
58 totalTime = tLast - t0
  /dalvik/vm/compiler/template/mips/
TEMPLATE_STRING_COMPARETO.S 23 lw t0, STRING_FIELDOFF_OFFSET(a0)
32 * offset: t0/t1
50 sll t7, t0, 1 # multiply offset by 2
62 * t0-t5 available for loading string data
72 lhu t0, 0(a0)
74 subu v0, t0, t1
92 lhu t0, 0(a0)
94 subu v0, t0, t1
120 lhu t0, 0(a0)
122 subu v0, t0, t
    [all...]
  /external/qemu/tcg/
tcg-op.h 482 TCGv_i32 t0 = tcg_const_i32(arg2); local
483 tcg_gen_add_i32(ret, arg1, t0);
484 tcg_temp_free_i32(t0);
495 TCGv_i32 t0 = tcg_const_i32(arg1); local
496 tcg_gen_sub_i32(ret, t0, arg2);
497 tcg_temp_free_i32(t0);
506 TCGv_i32 t0 = tcg_const_i32(arg2); local
507 tcg_gen_sub_i32(ret, arg1, t0);
508 tcg_temp_free_i32(t0);
529 TCGv_i32 t0 = tcg_const_i32(arg2) local
552 TCGv_i32 t0 = tcg_const_i32(arg2); local
573 TCGv_i32 t0 = tcg_const_i32(arg2); local
589 TCGv_i32 t0 = tcg_const_i32(arg2); local
605 TCGv_i32 t0 = tcg_const_i32(arg2); local
621 TCGv_i32 t0 = tcg_const_i32(arg2); local
636 TCGv_i32 t0 = tcg_const_i32(arg2); local
650 TCGv_i32 t0 = tcg_const_i32(arg2); local
662 TCGv_i32 t0 = tcg_const_i32(arg2); local
690 TCGv_i32 t0; local
699 TCGv_i32 t0; local
708 TCGv_i32 t0; local
717 TCGv_i32 t0; local
990 TCGv_i64 t0; local
1151 TCGv_i64 t0 = tcg_const_i64(arg2); local
1167 TCGv_i64 t0 = tcg_const_i64(arg2); local
1183 TCGv_i64 t0 = tcg_const_i64(arg2); local
1198 TCGv_i64 t0 = tcg_const_i64(arg2); local
1214 TCGv_i64 t0 = tcg_const_i64(arg2); local
1230 TCGv_i64 t0 = tcg_const_i64(arg2); local
1276 TCGv_i64 t0; local
1285 TCGv_i64 t0; local
1294 TCGv_i64 t0; local
1303 TCGv_i64 t0; local
1363 TCGv_i64 t0 = tcg_const_i64(arg2); local
1371 TCGv_i64 t0 = tcg_const_i64(arg1); local
1382 TCGv_i64 t0 = tcg_const_i64(arg2); local
1390 TCGv_i64 t0 = tcg_const_i64(arg2); local
1398 TCGv_i64 t0 = tcg_const_i64(arg2); local
1405 TCGv_i64 t0 = tcg_const_i64(arg2); local
1564 TCGv_i32 t0, t1; local
1571 tcg_gen_mov_i32(TCGV_HIGH(ret), t0); local
2003 TCGv_i32 t0 = tcg_const_i32(arg2); local
2026 TCGv_i64 t0 = tcg_const_i64(arg2); local
    [all...]
  /external/valgrind/main/none/tests/mips32/
branches.c 69 "la $t0, end31"#RSval"\n\t" \
70 "jal $t0\n\t" \
73 "la $t0, r_end11"#RSval"\n\t" \
74 "j $t0\n\t" \
83 : #RD, "t0", "cc", "memory" \
94 "la $t0, end41"#RSval"\n\t" \
95 "jalr $t1, $t0\n\t" \
98 "la $t0, r_end21"#RSval"\n\t" \
99 "j $t0\n\t" \
108 : #RD, "t0", "t1", "cc", "memory"
    [all...]
  /external/chromium_org/third_party/re2/util/
benchmark.cc 36 static int64 t0; variable
44 if(t0 != 0)
45 ns += nsec() - t0;
46 t0 = 0;
50 if(t0 == 0)
51 t0 = nsec();
70 t0 = nsec();
79 if(t0 != 0)
80 ns += nsec() - t0;

Completed in 529 milliseconds

1 2 3 4 5 6 78 91011>>