Searched defs:t9 (Results 1 - 19 of 19) sorted by relevance

/external/clang/test/Sema/
H A Dwarn-char-subscripts.c53 void t9() { function
/external/clang/test/Analysis/
H A Dfree.c42 void t9 () { function
/external/clang/test/CodeGen/
H A Dms_struct-bitfield-1.c79 } ATTR t9; variable in typeref:struct:__anon4239
80 static int a9[(sizeof(t9) == 16) -1];
H A Dms_struct-bitfield.c108 } ATTR t9; variable in typeref:struct:__anon4252
125 static int arr9[(sizeof(t9) == 28) -1];
H A Dasm.c53 unsigned t9(unsigned int a) { function
H A Darm-aapcs-zerolength-bitfield.c81 struct t9 struct
88 static int arr9_offset[(offsetof(struct t9, bar2) == 5) ? 0 : -1];
89 static int arr9_sizeof[(sizeof(struct t9) == 8) ? 0 : -1];
H A Darm-apcs-zerolength-bitfield.c85 struct t9 struct
92 static int arr9_offset[(offsetof(struct t9, bar2) == 5) ? 0 : -1];
93 static int arr9_sizeof[(sizeof(struct t9) == 8) ? 0 : -1];
/external/clang/test/SemaCXX/
H A Dvararg-non-pod.cpp122 int t9(int n) { function
/external/clang/test/CodeGenCXX/
H A Dnew.cpp84 void t9() { function
/external/kernel-headers/original/asm-mips/
H A Dregdef.h45 #define t9 $25 macro
88 #define t9 $25 /* callee address for PIC/temp */ macro
/external/libffi/src/mips/
H A Dffitarget.h120 #define t9 $25 macro
/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/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/chromium/testing/gmock/test/
H A Dgmock-generated-actions_test.cc853 last_param_type t9 = last_param; local
854 return t0 + p0 + p1 + p2 + p3 + p4 + p5 + p6 + p7 + p8 + t9;
/external/v8/src/mips/
H A Dsimulator-mips.h151 t8, t9, enumerator in enum:v8::internal::Simulator::Register
/external/webkit/Source/JavaScriptCore/assembler/
H A DMacroAssemblerMIPS.h1114 load32(address, MIPSRegisters::t9);
1115 m_assembler.jr(MIPSRegisters::t9);
1328 m_assembler.lui(MIPSRegisters::t9, 0);
1329 m_assembler.ori(MIPSRegisters::t9, MIPSRegisters::t9, 0);
1330 m_assembler.jalr(MIPSRegisters::t9);
1345 load32(address, MIPSRegisters::t9);
1346 m_assembler.jalr(MIPSRegisters::t9);
1521 move(TrustedImm32(0), MIPSRegisters::t9); member in class:JSC::MacroAssemblerMIPS::MIPSRegisters
1522 m_assembler.jr(MIPSRegisters::t9);
[all...]
H A DMIPSAssembler.h101 t9 = r25, enumerator in enum:JSC::MIPSRegisters::__anon14319
842 *insn = 0x3c000000 | (MIPSRegisters::t9 << OP_SH_RT) | ((newTargetAddress >> 16) & 0xffff);
844 *(insn + 1) = 0x34000000 | (MIPSRegisters::t9 << OP_SH_RT) | (MIPSRegisters::t9 << OP_SH_RS) | (newTargetAddress & 0xffff);
846 *(insn + 2) = 0x00000008 | (MIPSRegisters::t9 << OP_SH_RS);
854 *insn = 0x3c000000 | (MIPSRegisters::t9 << OP_SH_RT) | ((newTargetAddress >> 16) & 0xffff);
856 *(insn + 1) = 0x34000000 | (MIPSRegisters::t9 << OP_SH_RT) | (MIPSRegisters::t9 << OP_SH_RS) | (newTargetAddress & 0xffff);
925 *insn = 0x3c000000 | (MIPSRegisters::t9 << OP_SH_RT) | ((newTargetAddress >> 16) & 0xffff);
927 *(insn + 1) = 0x34000000 | (MIPSRegisters::t9 << OP_SH_R
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3766 SDValue t9 = DAG.getNode(ISD::FADD, dl, MVT::f32, t8, local
3768 SDValue t10 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t9, X);
3884 SDValue t9 = DAG.getNode(ISD::FADD, dl, MVT::f32, t8, local
3886 SDValue t10 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t9, X);
3993 SDValue t9 = DAG.getNode(ISD::FADD, dl, MVT::f32, t8, local
3995 SDValue t10 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t9, X);
4203 SDValue t9 = DAG.getNode(ISD::FADD, dl, MVT::f32, t8, local
4205 SDValue t10 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t9, X);
4336 SDValue t9 = DAG.getNode(ISD::FADD, dl, MVT::f32, t8, local
4338 SDValue t10 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t9,
[all...]

Completed in 401 milliseconds