/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
factor.sed | 31 t7
|
/external/jpeg/ |
mips_idct_le.S | 98 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...] |
jidctintelsse.c | 116 __m128i t0, t1, t2, t3, t4, t5, t6, t7; local 193 t7 = _mm_adds_epi16(tp765, tm765);\ 194 t7 = _mm_adds_epi16(t7, *( __m128i*)M128_one_corr);\ 232 temp = _mm_adds_epi16(t0, t7); /*y0*/ \ 263 temp2 = _mm_subs_epi16(t0, t7);\
|
/bionic/libc/arch-mips/string/ |
memcpy.S | 144 lw t7,28(a1) 154 sw t7,28(a0) 166 lw t7,60(a1) 176 sw t7,60(a0) 200 lw t7,28(a1) 210 sw t7,28(a0) 300 LWHI t7,28(a1) 301 LWLO t7,31(a1) 311 sw t7,28(a0) 330 LWHI t7,60(a1 [all...] |
memset.S | 200 subu t7,a2,96 # subtract "pref 30 unsafe" region 202 andi t6,t7,0x3f # t6 is past "64-byte safe chunks" reminder 203 subu t5,t7,t6 # subtract from t7 the reminder 271 andi t7,t8,0x1f # is there a 32-byte chunk? 272 # the t7 is the reminder count past 32-bytes 273 beq t8,t7,.Lchk1w # when t8==t7, no 32-byte chunk 274 move a2,t7
|
/bionic/libc/arch-mips64/string/ |
memcpy.S | 144 lw t7,28(a1) 154 sw t7,28(a0) 166 lw t7,60(a1) 176 sw t7,60(a0) 200 lw t7,28(a1) 210 sw t7,28(a0) 300 LWHI t7,28(a1) 301 LWLO t7,31(a1) 311 sw t7,28(a0) 330 LWHI t7,60(a1 [all...] |
memset.S | 200 subu t7,a2,96 # subtract "pref 30 unsafe" region 202 andi t6,t7,0x3f # t6 is past "64-byte safe chunks" reminder 203 subu t5,t7,t6 # subtract from t7 the reminder 271 andi t7,t8,0x1f # is there a 32-byte chunk? 272 # the t7 is the reminder count past 32-bytes 273 beq t8,t7,.Lchk1w # when t8==t7, no 32-byte chunk 274 move a2,t7
|
/external/llvm/test/MC/Mips/mips1/ |
invalid-mips2-wrong-error.s | 13 sc $t7,18904($s3) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
regdef.h | 42 #define t7 $15 macro
|
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/ |
p5.cpp | 59 unsigned &t7 = (a->var ? a->var : a->bitY); // expected-error {{non-const reference cannot bind to bit-field}} local
|
/external/clang/test/Sema/ |
function.c | 23 int t7(, ); // expected-error {{expected parameter declarator}} expected-error {{expected parameter declarator}}
|
thread-specifier.c | 39 int f(__thread int t7) { // expected-error {{' is only allowed on variable declarations}}
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/ |
regdef.h | 42 #define t7 $15 macro
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/ |
regdef.h | 42 #define t7 $15 macro
|
/prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/asm/ |
regdef.h | 42 #define t7 $15 macro
|
/prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/asm/ |
regdef.h | 42 #define t7 $15 macro
|
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/ |
regdef.h | 42 #define t7 $15 macro
|
/prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/asm/ |
regdef.h | 42 #define t7 $15 macro
|
/prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/asm/ |
regdef.h | 42 #define t7 $15 macro
|
/prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/asm/ |
regdef.h | 42 #define t7 $15 macro
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/ |
regdef.h | 42 #define t7 $15 macro
|
/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/asm/ |
regdef.h | 42 #define t7 $15 macro
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/ |
regdef.h | 42 #define t7 $15 macro
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
CallTips.py | 191 def t7((a, b), c, (d, e)): "(<tuple>, c, <tuple>)" function 202 def t7(self, (ai, b), c, (d, e)): "(<tuple>, c, <tuple>)" member in class:.TC 223 tests = (t1, t2, t3, t4, t5, t6, t7, 224 TC, tc.t1, tc.t2, tc.t3, tc.t4, tc.t5, tc.t6, tc.t7)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
CallTips.py | 191 def t7((a, b), c, (d, e)): "(<tuple>, c, <tuple>)" function 202 def t7(self, (ai, b), c, (d, e)): "(<tuple>, c, <tuple>)" member in class:.TC 223 tests = (t1, t2, t3, t4, t5, t6, t7, 224 TC, tc.t1, tc.t2, tc.t3, tc.t4, tc.t5, tc.t6, tc.t7)
|