Searched refs:t5 (Results 26 - 50 of 70) sorted by relevance

123

/external/qemu/distrib/jpeg-6b/
H A Djidctintelsse.c116 __m128i t0, t1, t2, t3, t4, t5, t6, t7; local
209 t5 = _mm_mulhi_epi16(temp2, *cos4);\
212 t5 = _mm_adds_epi16(t5, temp2);\
213 t5 = _mm_or_si128(t5, *( __m128i*)M128_one_corr);\
242 temp = _mm_adds_epi16(t2, t5);\
253 temp2 = _mm_subs_epi16(t2, t5);\
/external/clang/test/Analysis/
H A Dreference.cpp49 char t5 (char& r) { function
/external/clang/test/CodeGen/
H A Dattributes.c4 // CHECK: @t5 = weak global i32 2
5 int t5 __attribute__((weak)) = 2; variable
H A Dcomplex.c77 void t5() { function
H A Dms-inline-asm.c37 void t5(void) { function
38 // CHECK: @t5
/external/clang/test/Sema/
H A Dunused-expr.c78 void t5() {
H A Darray-init.c204 struct s3 {void (*a)(void);} t5 = {autoStructTest}; variable in typeref:struct:s3
/external/clang/test/SemaCXX/
H A Dvararg-non-pod.cpp62 void t5() function
H A Dabstract.cpp51 void t5(void (*)(C)); // expected-error {{parameter type 'C' is an abstract class}}
/external/kernel-headers/original/asm-mips/
H A Dregdef.h33 #define t5 $13 macro
/external/valgrind/main/coregrind/m_syswrap/
H A Dpriv_types_n_macros.h528 #define PRE_REG_READ5(tr, s, t1, a1, t2, a2, t3, a3, t4, a4, t5, a5) \
532 PRA4(s,t4,a4); PRA5(s,t5,a5); \
534 #define PRE_REG_READ6(tr, s, t1, a1, t2, a2, t3, a3, t4, a4, t5, a5, t6, a6) \
538 PRA4(s,t4,a4); PRA5(s,t5,a5); PRA6(s,t6,a6); \
540 #define PRE_REG_READ7(tr, s, t1, a1, t2, a2, t3, a3, t4, a4, t5, a5, t6, a6, t7, a7) \
544 PRA4(s,t4,a4); PRA5(s,t5,a5); PRA6(s,t6,a6); \
548 #define PRE_REG_READ8(tr, s, t1, a1, t2, a2, t3, a3, t4, a4, t5, a5, t6, a6, t7, a7, t8, a8) \
552 PRA4(s,t4,a4); PRA5(s,t5,a5); PRA6(s,t6,a6); \
/external/clang/test/CodeGenCXX/
H A Dnew.cpp49 void t5() { function
/external/openssh/regress/
H A DMakefile3 REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7 t8 t9 t-exec
107 t5:
109 awk '{print $$2}' | diff - ${.CURDIR}/t5.ok
/external/openssl/crypto/ec/
H A Dec2_mult.c155 BIGNUM *t3, *t4, *t5; local
176 t5 = BN_CTX_get(ctx);
177 if (t5 == NULL) goto err;
179 if (!BN_one(t5)) goto err;
196 if (!group->meth->field_div(group, t3, t5, t3, ctx)) goto err;
/external/v8/src/mips/
H A Dbuiltins-mips.cc446 a2, t5, Heap::kHeapNumberMapRootIndex, &not_double, DONT_DO_SMI_CHECK);
458 t5,
464 t5,
803 __ AllocateInNewSpace(a3, t4, t5, t6, &rt_call, SIZE_IN_WORDS);
812 __ mov(t5, t4);
813 __ sw(a2, MemOperand(t5, JSObject::kMapOffset));
814 __ sw(t6, MemOperand(t5, JSObject::kPropertiesOffset));
815 __ sw(t6, MemOperand(t5, JSObject::kElementsOffset));
816 __ Addu(t5, t5, Operan
[all...]
H A Dstub-cache-mips.cc1645 __ li(t5, Operand(new_space_allocation_limit));
1646 __ lw(t5, MemOperand(t5));
1648 __ Branch(&call_builtin, hi, a3, Operand(t5));
2082 __ cfc1(t5, FCSR);
2083 __ And(t5, t5, Operand(kFCSRExceptionFlagMask));
2084 __ Branch(&no_fpu_error, eq, t5, Operand(zero_reg));
3166 __ lw(t5, FieldMemOperand(a1, JSFunction::kSharedFunctionInfoOffset));
3167 __ lw(a2, FieldMemOperand(t5, SharedFunctionInf
[all...]
H A Dregexp-macro-assembler-mips.cc52 * - t5 : Unused.
304 __ Addu(t5, a1, current_input_offset());
306 BranchOrBacktrack(on_no_match, gt, t5, Operand(zero_reg));
415 __ Addu(t5, a1, current_input_offset());
417 BranchOrBacktrack(on_no_match, gt, t5, Operand(zero_reg));
671 __ sll(t5, a1, (mode_ == UC16) ? 1 : 0);
672 __ Subu(a0, a0, t5);
679 __ mov(t5, a1);
681 __ Movn(a1, zero_reg, t5);
1173 __ Addu(t5, r
[all...]
H A Dcode-stubs-mips.cc1118 Register exp_mask_reg = t5;
1254 // Write Smi from rhs to a1 and a0 in double format. t5 is scratch.
1256 ConvertToDoubleStub stub1(a1, a0, t6, t5);
1289 // Convert lhs to a double format. t5 is scratch.
1291 ConvertToDoubleStub stub2(a3, a2, t6, t5);
1331 __ and_(t5, lhs_exponent, exp_mask_reg);
1332 __ Branch(&lhs_not_nan_exp_mask_is_loaded, ne, t5, Operand(exp_mask_reg));
1334 __ sll(t5, lhs_exponent, HeapNumber::kNonMantissaBitsInTopWord);
1335 __ Branch(&one_is_nan, ne, t5, Operand(zero_reg));
1341 __ and_(t5, rhs_exponen
[all...]
/external/libffi/src/mips/
H A Dffitarget.h116 #define t5 $13 macro
/external/valgrind/main/memcheck/tests/
H A Dorigin3-no.stderr.exp42 at 0x........: t5 (origin3-no.c:84)
46 by 0x........: t5 (origin3-no.c:80)
/external/clang/test/Coverage/
H A Dc-language-features.inc95 int t5 = g(a0);
/external/fdlibm/
H A De_lgamma_r.c114 t5 = -1.03142241298341437450e-02, /* 0xBF851F9F, 0xBA91EC6A */ variable
267 p3 = t2+w*(t5+w*(t8+w*(t11+w*t14)));
/external/openssl/crypto/aes/asm/
H A Daes-mips.pl105 my ($t0,$t1,$t2,$t3,$t4,$t5,$t6,$t7,$t8,$t9,$t10,$t11) = map("\$$_",(12..23));
164 lwl $t5,2($i1) # Te2[s3>>8]
168 lwr $t5,1($i1) # Te2[s3>>8]
206 xor $t1,$t5
210 lw $t5,0($i1) # Te0[s1>>24]
225 xor $t1,$t5
269 lbu $t5,2($i1) # Te4[s3>>8]
305 _ins $t5,8
310 xor $t1,$t5
319 lbu $t5,
[all...]
H A Daes-x86_64.pl362 { my ($t3,$t4,$t5)=("%r8d","%r9d","%r13d");
377 movzb ($sbox,$acc1,1),$t5 #$t1
388 shl \$8,$t5
391 xor $t5,$t1
396 movzb `&lo("$s0")`,$t5
400 movzb ($sbox,$t5,1),$t5 #$t2
418 shl \$16,$t5
421 xor $t5,$t2
932 { my ($t3,$t4,$t5)
[all...]
/external/icu4c/test/intltest/
H A Dtransapi.cpp119 Transliterator* t5=Transliterator::createInstance("Latin-Devanagari", UTRANS_FORWARD, parseError, status); local
120 if(t5 == 0)
122 else if(t1->getID() != t5->getID() || t5->getID() != t3->getID() || t1->getID() != t3->getID())
130 delete t5;

Completed in 1143 milliseconds

123