Searched refs:t9 (Results 1 - 25 of 84) sorted by relevance

1234

/external/chromium_org/third_party/WebKit/Source/platform/heap/asm/
H A DSaveRegisters_mips.S56 move $t9,$a2
58 jal $t9
H A DSaveRegisters_mips64.S33 move $t9,$a2
35 jal $t9
/external/clang/test/CodeGen/
H A Dms_struct-bitfield-1.c79 } ATTR t9; variable in typeref:struct:__anon18674
80 static int a9[(sizeof(t9) == 16) -1];
H A Dms_struct-bitfield.c137 } ATTR t9; variable in typeref:struct:__anon18687
138 int s9 = sizeof(t9);
H A Darm-aapcs-zerolength-bitfield.c82 struct t9 struct
89 static int arr9_offset[(offsetof(struct t9, bar2) == 5) ? 0 : -1];
90 static int arr9_sizeof[(sizeof(struct t9) == 8) ? 0 : -1];
H A Darm-apcs-zerolength-bitfield.c86 struct t9 struct
93 static int arr9_offset[(offsetof(struct t9, bar2) == 5) ? 0 : -1];
94 static int arr9_sizeof[(sizeof(struct t9) == 8) ? 0 : -1];
H A Dattributes.c29 // CHECK: @t9 = alias weak bitcast (void ()* @__t8 to void (...)*)
31 void t9() __attribute__((weak, alias("__t8")));
/external/llvm/test/MC/Mips/
H A Dmips64-instructions.s7 sdxc1 $f8, $a0($t9)
/external/valgrind/main/none/tests/mips32/
H A Dbranches.c270 TESTINST1(23, t9);
296 TESTINST2(23, t9);
322 TESTINST3(23, t9);
339 TESTINST4("beq", 14, -1, 0x5, v0, t9, t8);
340 TESTINST4("beq", 15, -1, -1, t9, t8, a3);
357 TESTINST4("bne", 14, -1, 0x5, v0, t9, t8);
358 TESTINST4("bne", 15, -1, -1, t9, t8, a3);
375 TESTINST5("beqz", 14, -1, v0, t9);
376 TESTINST5("beqz", 15, -1, t9, t8);
393 TESTINST5("bgez", 14, -1, v0, t9);
[all...]
/external/chromium_org/v8/src/mips64/
H A Ddebug-mips64.cc36 patcher.masm()->li(v8::internal::t9, Operand(reinterpret_cast<int64_t>(
39 patcher.masm()->Call(v8::internal::t9);
79 // li t9, address (4-instruction sequence on mips64)
80 // call t9 (jalr t9 / nop instruction pair)
82 patcher.masm()->li(v8::internal::t9,
86 patcher.masm()->Call(v8::internal::t9);
174 __ li(t9, Operand(after_break_target));
175 __ ld(t9, MemOperand(t9));
[all...]
/external/llvm/test/MC/Mips/mips32/
H A Dinvalid-mips64.s9 dclz $s0,$t9 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
/external/pixman/pixman/
H A Dpixman-mips-dspr2-asm.S203 CONVERT_2x0565_TO_2x8888 t0, t1, t2, t3, t4, t5, t6, t7, t8, t9
234 li t9, 0xff000000
252 or t0, t0, t9
253 or t1, t1, t9
254 or t2, t2, t9
255 or t3, t3, t9
256 or t4, t4, t9
257 or t5, t5, t9
258 or t6, t6, t9
259 or t7, t7, t9
[all...]
/external/chromium_org/v8/src/mips/
H A Ddebug-mips.cc36 patcher.masm()->li(v8::internal::t9, Operand(reinterpret_cast<int32_t>(
38 patcher.masm()->Call(v8::internal::t9);
78 // li t9, address (lui t9 / ori t9 instruction pair)
79 // call t9 (jalr t9 / nop instruction pair)
81 patcher.masm()->li(v8::internal::t9, Operand(reinterpret_cast<int32_t>(
83 patcher.masm()->Call(v8::internal::t9);
171 __ li(t9, Operan
[all...]
/external/compiler-rt/test/asan/TestCases/
H A Dstack-overflow.cc36 int t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13;
46 t9 = z9;
61 z9 = t9;
/external/clang/test/Analysis/
H A Dfree.c42 void t9 () { function
/external/clang/test/Parser/
H A Dms-inline-asm.c34 void t9() {
/external/clang/test/Sema/
H A Dwarn-char-subscripts.c53 void t9() { function
H A Dfunction.c25 int t9(int a, ); // expected-error {{expected parameter declarator}}
/external/chromium_org/third_party/skia/src/opts/
H A DSkBlitRow_opts_mips_dsp.cpp122 register int32_t t7, t8, t9, s0, s1, s2, s3; local
176 "andi %[t9], %[t4], 0xffff \n\t"
187 "or %[t8], %[t9], %[t1] \n\t"
189 "or %[t9], %[t1], %[t8] \n\t"
196 "addu %[t5], %[t1], %[t9] \n\t"
209 "or %[t9], %[t1], %[t8] \n\t"
216 "addu %[t5], %[t1], %[t9] \n\t"
233 [t8]"=&r"(t8), [t9]"=&r"(t9), [s0]"=&r"(s0), [s1]"=&r"(s1),
270 register uint32_t t6, t7, t8, t9, s local
661 register uint32_t t0, t1, t2, t3, t4, t5, t6, t7, t8, t9; local
[all...]
/external/skia/src/opts/
H A DSkBlitRow_opts_mips_dsp.cpp122 register int32_t t7, t8, t9, s0, s1, s2, s3; local
176 "andi %[t9], %[t4], 0xffff \n\t"
187 "or %[t8], %[t9], %[t1] \n\t"
189 "or %[t9], %[t1], %[t8] \n\t"
196 "addu %[t5], %[t1], %[t9] \n\t"
209 "or %[t9], %[t1], %[t8] \n\t"
216 "addu %[t5], %[t1], %[t9] \n\t"
233 [t8]"=&r"(t8), [t9]"=&r"(t9), [s0]"=&r"(s0), [s1]"=&r"(s1),
270 register uint32_t t6, t7, t8, t9, s local
661 register uint32_t t0, t1, t2, t3, t4, t5, t6, t7, t8, t9; local
[all...]
/external/libvorbis/lib/
H A Dsmallft.c276 int t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; local
447 t9=t5;
450 ch2[t7++]+=ai2*c2[t9++];
526 t9=t5;
530 cc[i+t7-1]=ch[i+t8-1]+ch[i+t9-1];
531 cc[ic+t6-1]=ch[i+t8-1]-ch[i+t9-1];
532 cc[i+t7]=ch[i+t8]+ch[i+t9];
533 cc[ic+t6]=ch[i+t9]-ch[i+t8];
538 t9+=ido;
558 t9
690 int i,k,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; local
843 int idij,ipph,i,j,k,l,ik,is,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10, local
[all...]
/external/speex/libspeex/
H A Dsmallft.c278 int t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; local
449 t9=t5;
452 ch2[t7++]+=ai2*c2[t9++];
528 t9=t5;
532 cc[i+t7-1]=ch[i+t8-1]+ch[i+t9-1];
533 cc[ic+t6-1]=ch[i+t8-1]-ch[i+t9-1];
534 cc[i+t7]=ch[i+t8]+ch[i+t9];
535 cc[ic+t6]=ch[i+t9]-ch[i+t8];
540 t9+=ido;
560 t9
692 int i,k,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; local
845 int idij,ipph,i,j,k,l,ik,is,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10, local
[all...]
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5.cpp61 unsigned &t9 = (a->bitY += 3); // expected-error {{non-const reference cannot bind to bit-field 'bitY'}} local
/external/clang/test/CXX/except/except.spec/
H A Dp5-pointers.cpp67 void (*(*t9)())() throw(D) = &s8; // expected-error {{return types differ}}
/external/clang/test/Coverage/
H A Dc-language-features.inc100 const char *t9 = __FUNCTION__;
125 const char *t27 = t9;

Completed in 5064 milliseconds

1234