/external/valgrind/main/VEX/orig_ppc32/ |
D | date.orig | 26 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 …]
|
D | return0.orig | 26 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/llvm/test/Transforms/Reassociate/ |
D | mightymul.ll | 15 %t10 = mul i32 %t9, %t9 16 %t11 = mul i32 %t10, %t10
|
D | 2012-05-08-UndefLeak.ll | 22 %t10 = add i64 %x0, 11 40 %t28 = add i64 %t27, %t10 57 %t45 = add i64 %t44, %t10
|
/external/clang/test/Analysis/ |
D | free.c | 47 void t10 () { in t10() function 48 …free((void*)&t10); // expected-warning {{Argument to free() is the address of the function 't10', … in t10()
|
/external/speex/libspeex/ |
D | smallft.c | 278 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/libvorbis/lib/ |
D | smallft.c | 276 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/clang/test/CodeGen/ |
D | ms_struct-bitfield-1.c | 90 } ATTR t10; variable 91 static int a10[(sizeof(t10) == 2) -1];
|
D | arm-apcs-zerolength-bitfield.c | 95 struct t10 struct 102 static int arr10_offset[(offsetof(struct t10, bar2) == 5) ? 0 : -1]; argument 103 static int arr10_sizeof[(sizeof(struct t10) == 8) ? 0 : -1];
|
D | arm-aapcs-zerolength-bitfield.c | 91 struct t10 struct 98 static int arr10_offset[(offsetof(struct t10, bar2) == 9) ? 0 : -1]; argument 99 static int arr10_sizeof[(sizeof(struct t10) == 16) ? 0 : -1];
|
D | ms_struct-bitfield.c | 115 } ATTR t10; variable 126 static int arr10[(sizeof(t10) == 16) -1];
|
D | attributes.c | 60 void t10(void) __attribute__((section("SECT"))); 61 void t10(void) {} in t10() function
|
/external/clang/test/Sema/ |
D | function.c | 29 void t10(){} in t10() function 30 void t11(){t10(1);} // expected-warning{{too many arguments}} in t11()
|
D | thread-specifier.c | 13 static __thread int t10; in f() local
|
D | warn-char-subscripts.c | 60 void t10() { in t10() function
|
/external/llvm/test/Transforms/InstCombine/ |
D | 2009-07-02-MaskedIntVector.ll | 10 %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]
|
D | lshr-phi.ll | 29 %t10 = icmp eq i8 %t9, 0 ; <i1> [#uses=1] 30 br i1 %t10, label %bb2, label %bb
|
/external/openssl/crypto/aes/asm/ |
D | aes-mips.pl | 104 my ($t0,$t1,$t2,$t3,$t4,$t5,$t6,$t7,$t8,$t9,$t10,$t11) = map("\$$_",(12..23)); 185 lwl $t10,1($i2) # Te3[s1] 189 lwr $t10,0($i2) # Te3[s1] 220 xor $t2,$t10 286 lbu $t10,2($i2) # Te4[s2>>24] 324 _ins $t10,24 334 xor $t2,$t10 515 lwl $t10,1($i2) # Td3[s3] 519 lwr $t10,0($i2) # Td3[s3] 553 xor $t2,$t10 [all …]
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | eliminate-rem.ll | 24 %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]
|
D | eliminate-max.ll | 30 %t10 = icmp slt i32 %t9, 0 ; <i1> [#uses=1] 31 br i1 %t10, label %bb14, label %bb11
|
/external/llvm/test/Transforms/Inline/ |
D | alloca-bonus.ll | 71 %t10 = add i32 %t9, 1 72 %t11 = add i32 %t10, 1 112 %t10 = add i32 %t9, 1 113 %t11 = add i32 %t10, 1
|
/external/clang/test/SemaCXX/ |
D | type-traits.cpp | 316 int t10[T(__is_integral(int))]; in is_integral() local 423 int t10[F(__is_void(float))]; in is_void() local 453 int t10[F(__is_array(void))]; in is_array() local 492 int t10[F(__is_function(void))]; in is_function() local 526 int t10[F(__is_reference(int))]; in is_reference() local 538 int t10[F(__is_lvalue_reference(int))]; in is_lvalue_reference() local 550 int t10[F(__is_rvalue_reference(int&))]; in is_rvalue_reference() local 600 int t10[F(__is_object(type_wrapper<void(void)>::type))]; in is_object() local 616 int t10[T(__is_scalar(unsigned short))]; in is_scalar() local 650 int t10[T(__is_compound(ClassType))]; in is_compound() local [all …]
|
/external/llvm/test/Transforms/LoopSimplify/ |
D | merge-exits.ll | 33 %t10 = fcmp uge float %distERBhi.0, 2.500000e+00 ; <i1> [#uses=1] 34 br i1 %t10, label %bb3, label %bb2
|
/external/llvm/test/CodeGen/ARM/ |
D | fast-isel-call.ll | 88 define i32 @t10(i32 %argc, i8** nocapture %argv) { 90 ; ARM: @t10 106 ; ARM-LONG: @t10 111 ; THUMB: @t10 133 ; THUMB-LONG: @t10
|
D | inlineasm3.ll | 104 define void @t10(i8* %f, i32 %g) nounwind { 106 ; CHECK: t10
|