Searched defs:t9 (Results 1 - 25 of 27) sorted by last modified time

12

/external/valgrind/main/VEX/priv/
H A Dguest_mips_toIR.c2374 IRTemp t0, t1 = 0, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, local
2517 t9 = newTemp(Ity_I1);
2580 /* t9 holds 1 if t8 is equal to 0x80, or 0 otherwise. */
2581 assign(t9, binop(Iop_CmpEQ32,
2592 assign(t11, IRExpr_ITE(mkexpr(t9),
2633 unop(Iop_1Sto32, mkexpr(t9))),
2755 t9 = newTemp(Ity_I32);
2816 /* t9 = t7|t3 */
2817 assign(t9, binop(Iop_16HLto32, mkexpr(t7), mkexpr(t3)));
2819 putIReg(rd, mkexpr(t9));
[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/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/pixman/demos/
H A Dquad2quad.c23 t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, local
122 t9 = px3 * py2 * x2 * x3;
125 t11 = (t10 + t9) * y2;
1084 t695 = (t542 + t43 + t9) * y2;
1263 t825 = (t431 + t9) * y2;
1542 t1023 = (t389 + t1022 + t9) * y2;
/external/pixman/pixman/
H A Dpixman-mips-dspr2-asm.h60 #define t9 $25 macro
/external/llvm/include/llvm/Support/
H A DAlignOf.h176 T1 t1; T2 t2; T3 t3; T4 t4; T5 t5; T6 t6; T7 t7; T8 t8; T9 t9; T10 t10; member in class:llvm::detail::AlignerImpl
/external/linux-tools-perf/perf-3.12.0/arch/ia64/lib/
H A Dmemcpy_mck.S51 #define t9 t5 // alias! define
240 EX(.ex_handler, (p[D]) ld8 t9 = [src0], 3*8)
247 EX(.ex_handler, (p[D]) st8 [dst0] = t9, 3*8)
/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/libcxxabi/test/
H A Ddynamic_cast3.cpp453 namespace t9 namespace
507 } // t9
2426 t9::test();
H A Ddynamic_cast5.cpp1158 namespace t9 namespace
1299 } // t9
1318 t9::test();
/external/fdlibm/
H A De_lgamma_r.c118 t9 = -1.40346469989232843813e-03, /* 0xBF56FE8E, 0xBF2D1AF1 */ variable
265 p1 = t0+w*(t3+w*(t6+w*(t9 +w*t12))); /* parallel comp */
/external/clang/test/Analysis/
H A Dfree.c42 void t9 () { function
/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/CodeGen/
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 Dasm.c53 unsigned t9(unsigned int a) { function
H A Dlibcalls-fno-builtin.c63 char *t9(void) { return strrchr("hello, world", 'w'); } function
64 // CHECK: t9
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);
/external/clang/test/CodeGenCXX/
H A Dnew.cpp104 void t9() { function
/external/clang/test/Misc/
H A Dinteger-literal-printing.cpp78 struct Type9<char32Ty::c, "9"> t9; // expected-error{{value of type 'const char [2]' is not implicitly convertible to 'typename Type9Helper<(char32Ty)u'\x00'>::Ty' (aka 'char32Ty')}} local
/external/clang/test/Sema/
H A Dwarn-char-subscripts.c53 void t9() { function
/external/clang/test/SemaCXX/
H A Dvararg-non-pod.cpp134 int t9(int n) { function
/external/chromium_org/v8/src/mips/
H A Dsimulator-mips.h125 t8, t9, enumerator in enum:v8::internal::Simulator::Register
/external/chromium_org/v8/src/mips64/
H A Dsimulator-mips64.h154 t8, t9, enumerator in enum:v8::internal::Simulator::Register

Completed in 3144 milliseconds

12