HomeSort by relevance Sort by last modified time
    Searched refs:t0 (Results 151 - 175 of 1496) sorted by null

1 2 3 4 5 67 8 91011>>

  /toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/
strip-6.d 7 \[[ 0-9]+\] \.text.*[ \t]+PROGBITS[ \t0-9a-f]+AX[ \t]+.*
9 \[[ 0-9]+\] \.data.*[ \t]+PROGBITS[ \t0-9a-f]+WA[ \t]+.*
strip-7.d 10 \[[ 0-9]+\] \.text.*[ \t]+PROGBITS[ \t0-9a-f]+AXG[ \t]+.*
12 \[[ 0-9]+\] \.data.*[ \t]+PROGBITS[ \t0-9a-f]+WAG[ \t]+.*
strip-8.d 7 \[[ 0-9]+\] \.text.*[ \t]+PROGBITS[ \t0-9a-f]+AX[ \t]+.*
9 \[[ 0-9]+\] \.data.*[ \t]+PROGBITS[ \t0-9a-f]+WA[ \t]+.*
strip-9.d 10 \[[ 0-9]+\] \.text.*[ \t]+PROGBITS[ \t0-9a-f]+AXG[ \t]+.*
12 \[[ 0-9]+\] \.data.*[ \t]+PROGBITS[ \t0-9a-f]+WAG[ \t]+.*
strip-12.d 6 \[[ 0-9]+\] \.bss[ \t]+NOBITS[ \t0-9a-f]+WA[ \t]+0[ \t]+0[ \t]+16
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
flags1.d 9 \[[ 0-9]+\] \.text.*[ \t]+PROGBITS[ \t0-9a-f]+AX.*
10 \[[ 0-9]+\] \.post_text_reserve.*[ \t]+PROGBITS[ \t0-9a-f]+AX.*
orphan2.d 8 \[[ 0-9]+\] \.text[ \t]+PROGBITS[ \t0-9a-f]+AX?.*
10 \[[ 0-9]+\] \.modinfo[ \t]+PROGBITS[ \t0-9a-f]+A.*
pr11304.d 8 \[[ 0-9]+\] \.zzz[ \t]+PROGBITS[ \t0-9a-f]+AX?.*
10 \[[ 0-9]+\] \.zzz[ \t]+PROGBITS[ \t0-9a-f]+AX?.*
relocatable.d 8 \[[ 0-9]+\] \.text.*[ \t]+PROGBITS[ \t]+0+800000[ \t0-9a-f]+AX.*
9 \[[ 0-9]+\] \.data.*[ \t]+PROGBITS[ \t]+0+900000[ \t0-9a-f]+WA.*
noload-1.d 6 \[[ 0-9]+\] TEST[ \t]+NOBITS[ \t0-9a-f]+WA.*
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-ia64/
link-order.d 6 \[[ ]+1\] \.text.*[ \t]+PROGBITS[ \t0-9a-f]+AX.*
8 \[[ 0-9]+\] \.IA_64.unwind[ \t]+IA_64_UNWIND[ \t0-9a-f]+AL[ \t]+1[ \t]+1[ \t]+8
  /external/valgrind/none/tests/mips32/
mips32_dspr2.c 82 instruction" $t0, $t1, $t2 \n\t" \
83 "move %0, $t0 \n\t" \
86 : "t0", "t1", "t2" \
204 "li $t0, 0 \n\t" \
208 "move $t0, %4 \n\t" \
210 instruction" $ac0, $t0, $t1 \n\t" \
215 : "t0", "t1" \
341 "move $t0, %2 \n\t" \
343 "mthi $t0, $" ac " \n\t" \
349 : "t0", "t1" \
    [all...]
  /external/libjpeg-turbo/simd/
jsimd_mips_dspr2.S 45 andi t0, a0, 3 // t0 = cinfo->image_width & 3
46 beqz t0, 4f // no residual
60 addu t6, t5, t0
102 addu t6, t5, t0
181 lw t0, 0(a2)
185 lwx t0, t3(t0) // t0 = output_buf[0][output_row]
210 sb t3, 0(t0)
    [all...]
  /external/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.assign/
copy.fail.cpp 47 std::thread t0(G());
49 t1 = t0;
  /external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/
convert_copy.pass.cpp 39 typedef std::tuple<long> T0;
41 T0 t0(2);
43 t1 = t0;
47 typedef std::tuple<long, char> T0;
49 T0 t0(2, 'a');
51 t1 = t0;
56 typedef std::tuple<long, char, D> T0;
58 T0 t0(2, 'a', D(3))
    [all...]
copy.pass.cpp 43 T t0; local
45 t = t0;
49 T t0(2);
51 t = t0;
56 T t0(2, 'a');
58 t = t0;
64 const T t0(2, 'a', "some text");
66 t = t0;
  /external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
alloc_convert_copy.pass.cpp 40 typedef std::tuple<long> T0;
42 T0 t0(2);
43 T1 t1(std::allocator_arg, A1<int>(), t0);
47 typedef std::tuple<int> T0;
49 T0 t0(2);
51 T1 t1(std::allocator_arg, A1<int>(5), t0);
56 typedef std::tuple<int, int> T0;
58 T0 t0(2, 3)
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.threads/thread.thread.class/thread.thread.assign/
copy.fail.cpp 47 std::thread t0(G());
49 t1 = t0;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/tuple/tuple.tuple/tuple.assign/
convert_copy.pass.cpp 39 typedef std::tuple<long> T0;
41 T0 t0(2);
43 t1 = t0;
47 typedef std::tuple<long, char> T0;
49 T0 t0(2, 'a');
51 t1 = t0;
56 typedef std::tuple<long, char, D> T0;
58 T0 t0(2, 'a', D(3))
    [all...]
copy.pass.cpp 43 T t0; local
45 t = t0;
49 T t0(2);
51 t = t0;
56 T t0(2, 'a');
58 t = t0;
64 const T t0(2, 'a', "some text");
66 t = t0;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
alloc_convert_copy.pass.cpp 40 typedef std::tuple<long> T0;
42 T0 t0(2);
43 T1 t1(std::allocator_arg, A1<int>(), t0);
47 typedef std::tuple<int> T0;
49 T0 t0(2);
51 T1 t1(std::allocator_arg, A1<int>(5), t0);
56 typedef std::tuple<int, int> T0;
58 T0 t0(2, 3)
    [all...]
  /bionic/libc/arch-mips/string/
strcmp.S 131 or $t0, $zero, NSIZE
132 SUBU $t1, $t0, $t1 #process (NSIZE - 1) bytes at max
157 SUBU $t3, $t0, $t2 #t3 will be used as shifter
164 SUBU $t0, $v0, $t8; \
167 and $t0, $t0, $t1; \
168 bne $t0, $zero, L(returnzero);\
192 SUBU $t0, $v0, $t8; \
194 and $t0, $t0, $t1;
    [all...]
  /art/runtime/interpreter/mterp/mips/
op_move_exception.S 5 GET_INST_OPCODE(t0) # extract opcode from rINST
6 GET_OPCODE_TARGET(t0)
9 JR(t0) # jump to next instruction
op_move_result.S 8 GET_INST_OPCODE(t0) # extract opcode from rINST
10 SET_VREG_OBJECT_GOTO(a0, a2, t0) # fp[AA] <- a0
12 SET_VREG_GOTO(a0, a2, t0) # fp[AA] <- a0
op_sget.S 19 GET_INST_OPCODE(t0) # extract opcode from rINST
21 SET_VREG_OBJECT_GOTO(v0, a2, t0) # fp[AA] <- v0
23 SET_VREG_GOTO(v0, a2, t0) # fp[AA] <- v0

Completed in 1021 milliseconds

1 2 3 4 5 67 8 91011>>