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

123

/external/clang/test/CodeGen/
H A Dms_struct-bitfield-1.c61 } ATTR t7; variable in typeref:struct:__anon1834
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:__anon1847
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
/external/skia/src/opts/
H A DSkBlitRow_opts_mips_dsp.cpp122 register int32_t t7, t8, t9, s0, s1, s2, s3; local
166 "shrl.qb %[t7], %[t3], 1 \n\t"
167 "subu.qb %[t8], %[t7], %[t6] \n\t"
170 "srl %[t7], %[t2], 16 \n\t"
171 "ins %[t4], %[t7], 16, 8 \n\t"
172 "shrl.qb %[t7], %[t4], 5 \n\t"
173 "subu.qb %[t8], %[t3], %[t7] \n\t"
174 "addq.ph %[t7], %[t8], %[t4] \n\t"
175 "shll.ph %[t4], %[t7], 2 \n\t"
181 "srl %[t7],
270 register uint32_t t6, t7, t8, t9, s0; local
550 register uint32_t t0, t1, t2, t3, t4, t5, t6, t7, t8; local
661 register uint32_t t0, t1, t2, t3, t4, t5, t6, t7, t8, t9; local
771 register int32_t t0, t1, t2, t3, t4, t5, t6, t7; local
[all...]
/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/
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.cpp66 auto t7 = extract ( tup, size7 ()); local
67 static_assert ( std::tuple_size<decltype(t7)>::value == size7::size (), "t7 size wrong");
68 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/clang/test/Parser/
H A Dms-inline-asm.c26 void t7() {
/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/jpeg/
H A Dmips_idct_le.S98 lw $t7, 112($a0) # inptr[DCTSIZE*7]
108 or $s6, $s6, $t7
174 muleq_s.w.phl $v1, $t7, $s3 # tmp7 ...
175 muleq_s.w.phr $t7, $t7, $s3 # ... tmp7 ...
185 ins $t7, $v1, 16, 16 # ... tmp7
187 addq.ph $s5, $t1, $t7 # z11
188 subq.ph $s6, $t1, $t7 # z12
203 addq.ph $t7, $s5, $s7 # tmp7
213 addq.ph $s0, $t0, $t7
[all...]
/external/llvm/test/MC/Mips/mips1/
H A Dinvalid-mips2-wrong-error.s13 sc $t7,18904($s3) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
/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

Completed in 2893 milliseconds

123