HomeSort by relevance Sort by last modified time
    Searched refs:t9 (Results 251 - 275 of 348) sorted by null

<<11121314

  /external/clang/test/CodeGen/
arm-aapcs-zerolength-bitfield.c 82 struct t9 struct
89 static int arr9_offset[(offsetof(struct t9, bar2) == 5) ? 0 : -1];
90 static int arr9_sizeof[(sizeof(struct t9) == 8) ? 0 : -1];
arm-apcs-zerolength-bitfield.c 86 struct t9 struct
93 static int arr9_offset[(offsetof(struct t9, bar2) == 5) ? 0 : -1];
94 static int arr9_sizeof[(sizeof(struct t9) == 8) ? 0 : -1];
attributes.c 29 // CHECK: @t9 = alias weak bitcast (void ()* @__t8 to void (...)*)
31 void t9() __attribute__((weak, alias("__t8")));
  /bionic/libc/arch-mips/bionic/
clone.S 46 .cpload $t9
82 la $t9, __thread_entry
83 j $t9
87 la $t9,__set_errno
88 j $t9
112 .cpload $t9
137 la $t9,__bionic_clone_entry
138 j $t9
142 la $t9,__set_errno
143 j $t9
    [all...]
  /external/clang/test/Analysis/
free.c 42 void t9 () { function
  /external/clang/test/Parser/
ms-inline-asm.c 34 void t9() {
  /external/clang/test/Sema/
warn-char-subscripts.c 53 void t9() { function
function.c 25 int t9(int a, ); // expected-error {{expected parameter declarator}}
thread-specifier.c 46 extern __thread int t9;
  /external/libvorbis/lib/
smallft.c 276 int t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; local
447 t9=t5;
450 ch2[t7++]+=ai2*c2[t9++];
526 t9=t5;
530 cc[i+t7-1]=ch[i+t8-1]+ch[i+t9-1];
531 cc[ic+t6-1]=ch[i+t8-1]-ch[i+t9-1];
532 cc[i+t7]=ch[i+t8]+ch[i+t9];
533 cc[ic+t6]=ch[i+t9]-ch[i+t8];
538 t9+=ido;
558 t9=i+t5
690 int i,k,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; 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/
smallft.c 278 int t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; local
449 t9=t5;
452 ch2[t7++]+=ai2*c2[t9++];
528 t9=t5;
532 cc[i+t7-1]=ch[i+t8-1]+ch[i+t9-1];
533 cc[ic+t6-1]=ch[i+t8-1]-ch[i+t9-1];
534 cc[i+t7]=ch[i+t8]+ch[i+t9];
535 cc[ic+t6]=ch[i+t9]-ch[i+t8];
540 t9+=ido;
560 t9=i+t5
692 int i,k,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; 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/libffi/src/mips/
o32.S 61 move t9, callback # callback function pointer
77 jalr t9
136 REG_L t9, SIZEOF_FRAME + 5*FFI_SIZEOF_ARG($fp)
143 jalr t9
151 jalr t9
159 jalr t9
166 jalr t9
172 jalr t9
238 .cpload t9
269 la t9, ffi_closure_mips_inner_O3
    [all...]
  /art/runtime/arch/mips/
quick_entrypoints_mips.S 157 la $t9, artDeliverPendingExceptionFromCode
158 jr $t9 # artDeliverPendingExceptionFromCode(Thread*, $sp)
253 lw $t9, 100($a0)
275 la $t9, artDeliverExceptionFromCode
276 jr $t9 # artDeliverExceptionFromCode(Throwable*, Thread*, $sp)
288 la $t9, artThrowNullPointerExceptionFromCode
289 jr $t9 # artThrowNullPointerExceptionFromCode(Thread*, $sp)
301 la $t9, artThrowDivZeroFromCode
302 jr $t9 # artThrowDivZeroFromCode(Thread*, $sp)
314 la $t9, artThrowArrayBoundsFromCod
    [all...]
  /dalvik/vm/mterp/mips/
entry.S 37 .cpload t9
OP_EXECUTE_INLINE.S 75 lw t9, 0(t1)
76 jr t9 # sizeof=16, "func" is first entry
OP_EXECUTE_INLINE_RANGE.S 62 lw t9, 0(t1)
63 jr t9 # sizeof=16, "func" is first entry
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5.cpp 61 unsigned &t9 = (a->bitY += 3); // expected-error {{non-const reference cannot bind to bit-field 'bitY'}} local
  /bionic/libc/arch-mips/string/
memcpy.S 78 la t9,memmove
79 jr t9
120 subu t9,t0,160 # t9 is the "last safe pref 30,128(a0)" address
126 # In case the a0 > t9 don't use "pref 30" at all
127 sgtu v1,a0,t9
179 sgtu v1,a0,t9
269 subu t9,t0,160 # t9 is the "last safe pref 30,128(a0)" address
275 # In case the a0 > t9 don't use "pref 30" at al
    [all...]
  /external/pixman/pixman/
pixman-mips-memcpy-asm.S 90 subu t9, t0, 160 /* t9 is the "last safe pref 30, 128(a0)" address */
96 /* In case the a0 > t9 don't use "pref 30" at all */
97 sgtu v1, a0, t9
149 sgtu v1, a0, t9
237 subu t9, t0, 160 /* t9 is the "last safe pref 30, 128(a0)" address */
243 /* In case the a0 > t9 don't use "pref 30" at all */
244 sgtu v1, a0, t9
312 sgtu v1, a0, t9
    [all...]
  /external/clang/test/CXX/except/except.spec/
p5-pointers.cpp 67 void (*(*t9)())() throw(D) = &s8; // expected-error {{return types differ}}
  /external/clang/test/CodeGenCXX/
microsoft-abi-vtables-multiple-nonvirtual-inheritance.cpp 209 Test9 t9; member in namespace:no_thunks
  /external/chromium_org/v8/src/mips/
macro-assembler-mips.cc 269 ASSERT(!AreAliased(object, address, value, t9));
1025 ASSERT(!rs.is(t9));
1028 // Save rs's MSB to t9.
1029 Ext(t9, rs, 31, 1);
1042 Branch(&conversion_done, eq, t9, Operand(zero_reg));
    [all...]
  /external/v8/src/mips/
macro-assembler-mips.cc 249 ASSERT(!AreAliased(object, address, value, t9));
991 ASSERT(!rs.is(t9));
994 // Save rs's MSB to t9.
995 Ext(t9, rs, 31, 1);
1008 Branch(&conversion_done, eq, t9, Operand(zero_reg));
    [all...]
  /dalvik/vm/compiler/template/mips/
TEMPLATE_RESTORE_STATE.S 42 lw t9, r_T9*4(a0) # restore t9
TEMPLATE_SAVE_STATE.S 54 sw t9, r_T9*4(a0) # save t9

Completed in 1237 milliseconds

<<11121314