Home
last modified time | relevance | path

Searched refs:t10 (Results 1 – 25 of 90) sorted by relevance

1234

/external/valgrind/VEX/orig_ppc32/
Ddate.orig26 14: MOVL $0x254804E8, t10
27 15: PUTL t10, LR
60 15: GETL R23, t10
63 18: STL t10, (t12)
258 11: GETL R12, t10
259 12: ROLL $0x6, t10
260 13: ANDL $0xFFFFFF00, t10
261 14: PUTL t10, R6
371 15: MOVL $0x6FFF0000, t10
372 16: PUTL t10, R28
[all …]
Dreturn0.orig26 14: MOVL $0x254804E8, t10
27 15: PUTL t10, LR
60 15: GETL R23, t10
63 18: STL t10, (t12)
258 11: GETL R12, t10
259 12: ROLL $0x6, t10
260 13: ANDL $0xFFFFFF00, t10
261 14: PUTL t10, R6
371 15: MOVL $0x6FFF0000, t10
372 16: PUTL t10, R28
[all …]
/external/compiler-rt/test/asan/TestCases/Posix/
Dstack-overflow.cc37 int t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13; in recursive_func()
48 t10 = z10; in recursive_func()
63 z10 = t10; in recursive_func()
/external/llvm/test/Transforms/Reassociate/
Dmightymul.ll15 %t10 = mul i32 %t9, %t9
16 %t11 = mul i32 %t10, %t10
Dfast-mightymul.ll15 %t10 = fmul fast float %t9, %t9
16 %t11 = fmul fast float %t10, %t10
D2012-05-08-UndefLeak.ll22 %t10 = add i64 %x0, 11
40 %t28 = add i64 %t27, %t10
57 %t45 = add i64 %t44, %t10
/external/libvorbis/lib/
Dsmallft.c276 int t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; in dradfg() local
290 t10=ip*ido; in dradfg()
471 t2+=t10; in dradfg()
483 t2+=t10; in dradfg()
505 t5+=t10; in dradfg()
535 t6+=t10; in dradfg()
536 t7+=t10; in dradfg()
564 t6+=t10; in dradfg()
565 t7+=t10; in dradfg()
690 int i,k,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; in dradb3() local
[all …]
/external/speex/libspeex/
Dsmallft.c278 int t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; in dradfg() local
292 t10=ip*ido; in dradfg()
473 t2+=t10; in dradfg()
485 t2+=t10; in dradfg()
507 t5+=t10; in dradfg()
537 t6+=t10; in dradfg()
538 t7+=t10; in dradfg()
566 t6+=t10; in dradfg()
567 t7+=t10; in dradfg()
692 int i,k,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; in dradb3() local
[all …]
/external/clang/test/CodeGen/
Dms_struct-bitfield-1.c90 } ATTR t10; variable
91 static int a10[(sizeof(t10) == 2) -1];
Darm-aapcs-zerolength-bitfield.c92 struct t10 struct
99 static int arr10_offset[(offsetof(struct t10, bar2) == 9) ? 0 : -1]; argument
100 static int arr10_sizeof[(sizeof(struct t10) == 16) ? 0 : -1];
Darm-apcs-zerolength-bitfield.c96 struct t10 struct
103 static int arr10_offset[(offsetof(struct t10, bar2) == 5) ? 0 : -1]; argument
104 static int arr10_sizeof[(sizeof(struct t10) == 8) ? 0 : -1];
Dattributes.c60 void t10(void) __attribute__((section("SECT")));
61 void t10(void) {} in t10() function
Dms_struct-bitfield.c147 } ATTR t10; variable
148 int s10 = sizeof(t10);
/external/clang/test/CodeGenCXX/
Daarch64-aapcs-zerolength-bitfield.cpp93 struct t10 struct
100 static_assert(offsetof(struct t10, bar2) == 9); argument
101 static_assert(sizeof(struct t10) == 16);
/external/clang/test/Analysis/
Dfree.c49 void t10 () { in t10() function
50 …free((void*)&t10); // expected-warning {{Argument to free() is the address of the function 't10', … in t10()
Dweak-functions.c73 void t10 () { in t10() function
74 …free((void*)&t10); // expected-warning {{Argument to free() is the address of the function 't10', … in t10()
/external/clang/test/Sema/
Dfunction.c29 void t10(){} in t10() function
30 void t11(){t10(1);} // expected-warning{{too many arguments}} in t11()
/external/skia/tests/
DPathOpsQuadIntersectionTest.cpp448 double t10 = t1Seed - t1Step * 2; in intersectionFinder() local
454 test = quad1.ptAtT(t10); in intersectionFinder()
455 t10 += t1[1].approximatelyEqual(test) ? -t1Step : t1Step; in intersectionFinder()
477 t10, t1Seed, t12, t20, t2Seed, t22); in intersectionFinder()
478 SkDPoint p10 = quad1.ptAtT(t10); in intersectionFinder()
/external/llvm/test/Transforms/InstCombine/
D2009-07-02-MaskedIntVector.ll10 %t10 = bitcast i64 %t9 to <2 x i32> ; <<2 x i32>> [#uses=1]
12 %t6 = xor <2 x i32> %t10, %t7 ; <<2 x i32>> [#uses=1]
Dlshr-phi.ll29 %t10 = icmp eq i8 %t9, 0 ; <i1> [#uses=1]
30 br i1 %t10, label %bb2, label %bb
/external/llvm/test/CodeGen/Hexagon/
DAtomics.ll10 %t10 = atomicrmw sub i32* @si, i32 1 monotonic
32 %t10 = atomicrmw sub i32* @si, i32 11 monotonic
33 store i32 %t10, i32* @si, align 4
/external/llvm/test/Transforms/IndVarSimplify/
Deliminate-rem.ll24 %t10 = icmp slt i64 %t9, %arg ; <i1> [#uses=1]
25 br i1 %t10, label %bb5, label %bb11
54 %t10 = srem i64 %t9, %arg1 ; <i64> [#uses=1]
55 %t11 = add nsw i64 %t10, 1 ; <i64> [#uses=1]
/external/llvm/test/Transforms/Inline/
Dalloca-bonus.ll71 %t10 = add i32 %t9, 1
72 %t11 = add i32 %t10, 1
112 %t10 = add i32 %t9, 1
113 %t11 = add i32 %t10, 1
/external/llvm/test/Transforms/SLPVectorizer/X86/
Dunreachable.ll23 %t10 = load i32, i32* %t9, align 4
30 %t4.0 = phi i32 [ %t10, %bb1 ], [ 2, %entry ]
/external/llvm/test/Transforms/LoopSimplify/
Dmerge-exits.ll37 %t10 = fcmp uge float %distERBhi.0, 2.500000e+00
38 br i1 %t10, label %bb3, label %bb2

1234