Searched refs:i1 (Results 176 - 200 of 281) sorted by relevance

1234567891011>>

/external/valgrind/main/VEX/priv/
H A Dhost_arm_defs.h974 extern void genSpill_ARM ( /*OUT*/HInstr** i1, /*OUT*/HInstr** i2,
976 extern void genReload_ARM ( /*OUT*/HInstr** i1, /*OUT*/HInstr** i2,
H A Dhost_ppc_defs.h855 extern void genSpill_PPC ( /*OUT*/HInstr** i1, /*OUT*/HInstr** i2,
857 extern void genReload_PPC ( /*OUT*/HInstr** i1, /*OUT*/HInstr** i2,
H A Dhost_x86_defs.c1614 void genSpill_X86 ( /*OUT*/HInstr** i1, /*OUT*/HInstr** i2, argument
1621 *i1 = *i2 = NULL;
1625 *i1 = X86Instr_Alu32M ( Xalu_MOV, X86RI_Reg(rreg), am );
1628 *i1 = X86Instr_FpLdSt ( False/*store*/, 10, rreg, am );
1631 *i1 = X86Instr_SseLdSt ( False/*store*/, rreg, am );
1639 void genReload_X86 ( /*OUT*/HInstr** i1, /*OUT*/HInstr** i2, argument
1646 *i1 = *i2 = NULL;
1650 *i1 = X86Instr_Alu32R ( Xalu_MOV, X86RMI_Mem(am), rreg );
1653 *i1 = X86Instr_FpLdSt ( True/*load*/, 10, rreg, am );
1656 *i1
[all...]
H A Dhost_ppc_defs.c2219 void genSpill_PPC ( /*OUT*/HInstr** i1, /*OUT*/HInstr** i2, argument
2224 *i1 = *i2 = NULL;
2229 *i1 = PPCInstr_Store( 8, am, rreg, mode64 );
2233 *i1 = PPCInstr_Store( 4, am, rreg, mode64 );
2236 *i1 = PPCInstr_FpLdSt ( False/*store*/, 8, rreg, am );
2241 *i1 = PPCInstr_AvLdSt ( False/*store*/, 16, rreg, am );
2249 void genReload_PPC ( /*OUT*/HInstr** i1, /*OUT*/HInstr** i2, argument
2254 *i1 = *i2 = NULL;
2259 *i1 = PPCInstr_Load( 8, rreg, am, mode64 );
2263 *i1
[all...]
/external/valgrind/main/exp-sgcheck/
H A Dsg_main.c870 static Bool eq_Invar ( Invar* i1, Invar* i2 ) argument
872 tl_assert(i1->tag != Inv_Unset);
874 if (i1->tag != i2->tag)
876 switch (i1->tag) {
880 return i1->Inv.Stack0.addr == i2->Inv.Stack0.addr
881 && i1->Inv.Stack0.szB == i2->Inv.Stack0.szB;
883 return i1->Inv.StackN.nd == i2->Inv.StackN.nd;
885 return i1->Inv.Global.nd == i2->Inv.Global.nd;
/external/llvm/test/Bindings/Ocaml/
H A Dvmcore.ml232 * RUN: grep {@const_icmp = global i1 icmp sle } < %t.ll
233 * RUN: grep {@const_fcmp = global i1 fcmp ole } < %t.ll
779 let i1 = build_add (param f 0) (param f 1) "One" b in var
782 insist (Before i1 = instr_begin bb);
783 insist (Before i2 = instr_succ i1);
787 insist (After i1 = instr_pred i2);
788 insist (At_start bb = instr_pred i1);
1169 * RUN: grep {%build_select = select i1 %build_icmp, i32 %P1, i32 %P2} < %t.ll
/external/v8/test/mjsunit/
H A Dlarge-object-allocation.js66 this.i1 = i;
/external/clang/lib/Analysis/
H A DThreadSafety.cpp659 unsigned i1 = I.getData(); local
663 else if (*i2 != i1) // variable exists, but has different definition
688 unsigned i1 = I.getData(); local
689 VarDefinition *VDef = &VarDefinitions[i1];
693 if (!i2 || (*i2 != i1))
/external/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp878 for (CodeGenRegister::SubRegMap::const_iterator i1 = SRM1.begin(),
879 e1 = SRM1.end(); i1 != e1; ++i1) {
880 CodeGenSubRegIndex *Idx1 = i1->first;
881 CodeGenRegister *Reg2 = i1->second;
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp168 return (AllowI1 && VT == MVT::i1) || TLI.isTypeLegal(VT);
183 case MVT::i1:
241 case MVT::i1: {
248 // FALLTHROUGH, handling i1 as i8.
292 case MVT::i1: Signed = false; // FALLTHROUGH to handle as i8.
777 if (SrcVT != MVT::i1 && SrcVT != MVT::i8 && SrcVT != MVT::i16)
785 if (SrcVT == MVT::i1) {
987 // Handle zero-extension from i1 to i8, which is common.
1096 // Handle things like "%cond = trunc i32 %X to i1 / br i1
[all...]
/external/opencv/ml/src/
H A Dmlsvm.cpp476 int i1 = i < sample_count ? i : i - sample_count; local
477 CvSVMKernelRow* row = rows + i1;
506 kernel->calc( sample_count, var_count, samples, samples[i1], row->data );
1742 int i1 = cvRandInt( &rng ) % sample_count; local
1748 CV_SWAP( samples[i1], samples[i2], temp );
1750 CV_SWAP( responses->data.fl[i1], responses->data.fl[i2], t );
1752 CV_SWAP( responses->data.i[i1], responses->data.i[i2], y );
/external/opencv/cv/src/
H A Dcvinpaint.cpp210 float FastMarching_solve(int i1,int j1,int i2,int j2, const CvMat* f, const CvMat* t) argument
213 a11=CV_MAT_ELEM(*t,float,i1,j1);
217 if( CV_MAT_ELEM(*f,uchar,i1,j1) != INSIDE )
H A Dcvimgwarp.cpp1847 unsigned i0, i1; local
1852 i1 = *(ushort*)(sptr0 + iofs0[2]) + (*(ushort*)(sptr0 + iofs0[3]) << 16);
1853 v0 = _mm_unpacklo_epi32(_mm_cvtsi32_si128(i0), _mm_cvtsi32_si128(i1));
1855 i1 = *(ushort*)(sptr1 + iofs0[2]) + (*(ushort*)(sptr1 + iofs0[3]) << 16);
1856 v1 = _mm_unpacklo_epi32(_mm_cvtsi32_si128(i0), _mm_cvtsi32_si128(i1));
1871 i1 = *(ushort*)(sptr0 + iofs1[2]) + (*(ushort*)(sptr0 + iofs1[3]) << 16);
1872 v2 = _mm_unpacklo_epi32(_mm_cvtsi32_si128(i0), _mm_cvtsi32_si128(i1));
1874 i1 = *(ushort*)(sptr1 + iofs1[2]) + (*(ushort*)(sptr1 + iofs1[3]) << 16);
1875 v3 = _mm_unpacklo_epi32(_mm_cvtsi32_si128(i0), _mm_cvtsi32_si128(i1));
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3collections.c840 ANTLR3_UINT32 i1; local
851 if ((i1=hash&0xf0000000) != 0)
853 hash = hash ^ (i1 >> 24);
854 hash = hash ^ i1;
/external/clang/lib/Headers/
H A Davxintrin.h923 _mm256_set_epi32(int i0, int i1, int i2, int i3, argument
926 return (__m256i)(__v8si){ i7, i6, i5, i4, i3, i2, i1, i0 };
978 _mm256_setr_epi32(int i0, int i1, int i2, int i3, argument
981 return (__m256i)(__v8si){ i0, i1, i2, i3, i4, i5, i6, i7 };
H A Demmintrin.h1091 _mm_set_epi32(int i3, int i2, int i1, int i0) argument
1093 return (__m128i)(__v4si){ i0, i1, i2, i3};
1145 _mm_setr_epi32(int i0, int i1, int i2, int i3) argument
1147 return (__m128i)(__v4si){ i0, i1, i2, i3};
/external/clang/lib/Sema/
H A DSemaCast.cpp513 for (SmallVector<Qualifiers, 8>::reverse_iterator i1 = cv1.rbegin(),
515 i1 != cv1.rend(); ++i1, ++i2) {
517 = Context.getPointerType(Context.getQualifiedType(SrcConstruct, *i1));
/external/clang/lib/include/
H A Davxintrin.h923 _mm256_set_epi32(int i0, int i1, int i2, int i3, argument
926 return (__m256i)(__v8si){ i7, i6, i5, i4, i3, i2, i1, i0 };
978 _mm256_setr_epi32(int i0, int i1, int i2, int i3, argument
981 return (__m256i)(__v8si){ i0, i1, i2, i3, i4, i5, i6, i7 };
H A Demmintrin.h1091 _mm_set_epi32(int i3, int i2, int i1, int i0) argument
1093 return (__m128i)(__v4si){ i0, i1, i2, i3};
1145 _mm_setr_epi32(int i0, int i1, int i2, int i3) argument
1147 return (__m128i)(__v4si){ i0, i1, i2, i3};
/external/kernel-headers/original/linux/
H A Dmsdos_fs.h432 extern int fat_flush_inodes(struct super_block *sb, struct inode *i1,
/external/linux-tools-perf/util/
H A Dprobe-finder.c59 int i1 = strlen(s1); local
61 while (--i1 >= 0 && --i2 >= 0) {
62 if (s1[i1] != s2[i2])
63 return s1[i1] - s2[i2];
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp133 if (VT == MVT::i1 || VT == MVT::i8 || VT == MVT::i16)
350 // MVT::i1 is special. Allow AND, OR, or XOR because they
352 if (VT == MVT::i1 &&
890 // allow i1 because it's easy.
895 if (!TLI.isTypeLegal(VT) && VT != MVT::i1)
1403 if (VT == MVT::i1 || VT == MVT::i8 || VT == MVT::i16)
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp86 setLoadExtAction(ISD::EXTLOAD, MVT::i1, Promote);
87 setLoadExtAction(ISD::SEXTLOAD, MVT::i1, Promote);
88 setLoadExtAction(ISD::ZEXTLOAD, MVT::i1, Promote);
140 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i1, Expand);
/external/opencv/cvaux/src/
H A Dcvvecfacetracking.cpp734 for (int i1 = 0; i1 < big_face[element[1]].m_seqRects->total && i1 < nElements; i1++)
/external/chromium/net/ftp/
H A Dftp_network_transaction.cc166 int i0, i1, i2, i3, p0, p1; local
167 if (sscanf_s(ptr, "%d,%d,%d,%d,%d,%d", &i0, &i1, &i2, &i3, &p0, &p1) != 6)

Completed in 418 milliseconds

1234567891011>>