Searched refs:t7 (Results 1 - 25 of 85) sorted by relevance

1234

/external/libjpeg-turbo/simd/
H A Djsimd_mips_dspr2.S70 addu t7, t4, s0
71 addu t8, t7, s0
74 lbu t7, 0(t7)
79 sb t7, -2(t5)
106 addu t7, t4, s0
107 addu t8, t7, s0
110 lbu t7, 0(t7)
115 sb t7,
[all...]
/external/clang/test/CodeGen/
H A Dms_struct-bitfield-1.c61 } ATTR t7; variable in typeref:struct:__anon2200
62 static int a7[(sizeof(t7) == 16) -1];
H A Dattributes.c55 // CHECK: define void @t7() [[NR]] {
56 void t7() __attribute__((noreturn, nothrow));
57 void t7() { while (1) {} } function
H A Dms_struct-bitfield.c94 } ATTR t7; variable in typeref:struct:__anon2213
95 int s7 = sizeof(t7);
H A Darm-aapcs-zerolength-bitfield.c62 struct t7 struct
69 static int arr7_offset[(offsetof(struct t7, bar2) == 3) ? 0 : -1];
70 static int arr7_sizeof[(sizeof(struct t7) == 4) ? 0 : -1];
H A Darm-apcs-zerolength-bitfield.c66 struct t7 struct
73 static int arr7_offset[(offsetof(struct t7, bar2) == 5) ? 0 : -1];
74 static int arr7_sizeof[(sizeof(struct t7) == 8) ? 0 : -1];
/external/clang/test/CodeGenCXX/
H A Drtti-linkage.cpp175 inline void t7() { function
180 t7();
H A Daarch64-aapcs-zerolength-bitfield.cpp63 struct t7 struct
70 static_assert(offsetof(struct t7, bar2) == 3);
71 static_assert(sizeof(struct t7) == 4);
/external/clang/test/Sema/
H A Dattr-naked.c31 __attribute__((naked)) void t7() { function
H A Dwarn-char-subscripts.c39 void t7() { function
H A Dfunction.c23 int t7(, ); // expected-error {{expected parameter declarator}} expected-error {{expected parameter declarator}}
/external/valgrind/none/tests/mips32/
H A Dmips32_dsp.c560 TESTDSPINST_RD_RT_DSPC("absq_s.ph $t6, $t7", 0x73468000, t6, t7);
568 TESTDSPINST_RD_RT_DSPC("absq_s.ph $t6, $t7", 0xf973437b, t6, t7);
576 TESTDSPINST_RD_RT_DSPC("absq_s.ph $t6, $t7", 0x0b300286, t6, t7);
584 TESTDSPINST_RD_RT_DSPC("absq_s.ph $t6, $t7", 0xfabfabfa, t6, t7);
592 TESTDSPINST_RD_RT_DSPC("absq_s.ph $t6, $t7", 0x7b11bee7, t6, t7);
[all...]
H A Dbranches.c260 TESTINST1(13, t7);
286 TESTINST2(13, t7);
312 TESTINST3(13, t7);
336 TESTINST4("beq", 11, 0x256, 0x256, t5, t6, t7);
337 TESTINST4("beq", 12, 0x55, 0x55, t6, t7, s0);
354 TESTINST4("bne", 11, 0x256, 0x256, t5, t6, t7);
355 TESTINST4("bne", 12, 0x55, 0x55, t6, t7, s0);
373 TESTINST5("beqz", 12, 0x55, t6, t7);
391 TESTINST5("bgez", 12, 0x55, t6, t7);
409 TESTINST5("bgtz", 12, 0x55, t6, t7);
[all...]
H A Dmips32_dspr2.c553 TESTDSPINST_RD_RT_DSPC("absq_s.qb $t6, $t7", 0x734680bc, t6, t7);
561 TESTDSPINST_RD_RT_DSPC("absq_s.qb $t6, $t7", 0xf973437b, t6, t7);
569 TESTDSPINST_RD_RT_DSPC("absq_s.qb $t6, $t7", 0x00000286, t6, t7);
577 TESTDSPINST_RD_RT_DSPC("absq_s.qb $t6, $t7", 0xfabfabfa, t6, t7);
585 TESTDSPINST_RD_RT_DSPC("absq_s.qb $t6, $t7", 0x7b11bee7, t6, t7);
[all...]
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_bvgraph_test.cc270 BV t7; local
271 t7.clear();
272 t7.setBit(7);
282 EXPECT_TRUE(g.isReachable(1, t7));
284 EXPECT_EQ(0U, g.findPath(1, t7, path, 1));
286 EXPECT_EQ(2U, g.findPath(1, t7, path, 2));
287 EXPECT_EQ(2U, g.findPath(1, t7, path, 3));
288 EXPECT_EQ(2U, g.findPath(1, t7, path, 4));
289 EXPECT_EQ(2U, g.findPath(1, t7, path, 5));
290 EXPECT_EQ(2U, g.findPath(1, t7, pat
[all...]
/external/compiler-rt/test/asan/TestCases/Posix/
H A Dstack-overflow.cc37 int t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13;
45 t7 = z7;
60 z7 = t7;
/external/libcxx/test/std/utilities/intseq/intseq.general/
H A Dinteger_seq.pass.cpp61 auto t7 = extract ( tup, size7 ()); local
62 static_assert ( std::tuple_size<decltype(t7)>::value == size7::size (), "t7 size wrong");
63 assert ( t7 == std::make_tuple ( 10, 11, 12, 13, 14, 15, 16 ));
/external/libvorbis/lib/
H A Dsmallft.c276 int t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; local
422 t7=idl1;
425 ch2[t4++]=c2[ik]+ar1*c2[t7++];
445 t7=t2;
450 ch2[t7++]+=ai2*c2[t9++];
500 t7=t4;
504 cc[t5]=ch[t7];
507 t7+=ido;
524 t7=t3;
530 cc[i+t7
690 int i,k,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; local
752 int i,k,t0,t1,t2,t3,t4,t5,t6,t7,t8; 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
424 t7=idl1;
427 ch2[t4++]=c2[ik]+ar1*c2[t7++];
447 t7=t2;
452 ch2[t7++]+=ai2*c2[t9++];
502 t7=t4;
506 cc[t5]=ch[t7];
509 t7+=ido;
526 t7=t3;
532 cc[i+t7
692 int i,k,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; local
754 int i,k,t0,t1,t2,t3,t4,t5,t6,t7,t8; 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/clang/test/Analysis/
H A Dfree.c35 void t7 (char **x) { function
/external/llvm/test/MC/Mips/
H A Dmips64-register-names-n32-n64.s30 # WARNING: mips64-register-names-n32-n64.s:[[@LINE+4]]:9: warning: register names $t4-$t7 are only available in O32.
35 # WARNING: mips64-register-names-n32-n64.s:[[@LINE+4]]:9: warning: register names $t4-$t7 are only available in O32.
40 # WARNING: mips64-register-names-n32-n64.s:[[@LINE+4]]:9: warning: register names $t4-$t7 are only available in O32.
45 # WARNING: mips64-register-names-n32-n64.s:[[@LINE+4]]:9: warning: register names $t4-$t7 are only available in O32.
46 # WARNING-NEXT: daddiu $t7, $zero, 0 # {{CHECK}}: encoding: [0x64,0x0f,0x00,0x00]
49 daddiu $t7, $zero, 0 # CHECK: encoding: [0x64,0x0f,0x00,0x00]
68 # [*] - t0-t3 are aliases of t4-t7 for compatibility with both the original
69 # ABI documentation (using t4-t7) and GNU As (using t0-t3)
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5.cpp59 unsigned &t7 = (a->var ? a->var : a->bitY); // expected-error {{non-const reference cannot bind to bit-field}} local
/external/clang/test/CXX/except/except.spec/
H A Dp5-pointers.cpp65 void (*(*t7)())() throw(B1) = &s8; // valid
/external/clang/test/Coverage/
H A Dc-language-features.inc97 int t7[10];
98 int t8 = t7[a0];
/external/clang/test/Parser/
H A Dms-inline-asm.c26 void t7() {

Completed in 8884 milliseconds

1234