Home
last modified time | relevance | path

Searched refs:t4 (Results 1 – 25 of 187) sorted by relevance

12345678

/external/libffi/src/mips/
Dn32.S75 ADDU t4, v0, 2 * FFI_SIZEOF_ARG -1 # make sure it is aligned
76 and v0, t4, -2 * FFI_SIZEOF_ARG # to a proper boundry.
107 and t4, t6, ((1<<FFI_FLAG_BITS)-1)
108 bnez t4, arg1_floatp
112 bne t4, FFI_TYPE_FLOAT, arg1_doublep
119 SRL t4, t6, 1*FFI_FLAG_BITS
120 and t4, ((1<<FFI_FLAG_BITS)-1)
121 bnez t4, arg2_floatp
125 bne t4, FFI_TYPE_FLOAT, arg2_doublep
132 SRL t4, t6, 2*FFI_FLAG_BITS
[all …]
/external/speex/libspeex/
Dsmallft.c119 int t0,t1,t2,t3,t4,t5,t6; in dradf2() local
138 t4=(t1<<1)+(ido<<1); in dradf2()
143 t4-=2; in dradf2()
149 ch[t4]=ti2-cc[t5]; in dradf2()
151 ch[t4-1]=cc[t5-1]-tr2; in dradf2()
174 int i,k,t0,t1,t2,t3,t4,t5,t6; in dradf4() local
179 t4=t1<<1; in dradf4()
185 tr2=cc[t3]+cc[t4]; in dradf4()
189 ch[(t5+=(ido<<1))-1]=cc[t3]-cc[t4]; in dradf4()
195 t4+=ido; in dradf4()
[all …]
/external/llvm/test/CodeGen/MSP430/
Dbit.ll39 %t4 = zext i1 %t3 to i8
40 ret i8 %t4
49 %t4 = zext i1 %t3 to i8
50 ret i8 %t4
59 %t4 = zext i1 %t3 to i8
60 ret i8 %t4
69 %t4 = zext i1 %t3 to i8
70 ret i8 %t4
79 %t4 = icmp ne i8 %t3, 0
80 %t5 = zext i1 %t4 to i8
[all …]
/external/openssl/crypto/bn/asm/
Dppc64-mont.pl119 $t4="r28";
284 extrdi $t4,$t7,16,48
288 std $t4,`$FRAME+32`($sp)
298 lwz $t4,4($np) ; load n[j] as 32-bit word pair
308 lwz $t4,0($np) ; load n[j..j+3] as 32-bit word pairs
326 std $t4,`$FRAME+96`($sp)
428 lwz $t4,4($np) ; load n[j] as 32-bit word pair
438 lwz $t4,0($np) ; load n[j..j+3] as 32-bit word pairs
448 std $t4,`$FRAME+96`($sp)
456 ld $t4,`$FRAME+32`($sp)
[all …]
/external/chromium/base/
Dtuple_unittest.cc37 Tuple4<int, int, int, int*> t4(1, 2, 3, &t1.a); in TEST() local
38 Tuple5<int, int, int, int, int*> t5(1, 2, 3, 4, &t4.a); in TEST()
39 Tuple6<int, int, int, int, int, int*> t6(1, 2, 3, 4, 5, &t4.a); in TEST()
46 EXPECT_EQ(1, t4.a); in TEST()
47 EXPECT_EQ(2, t4.b); in TEST()
48 EXPECT_EQ(3, t4.c); in TEST()
60 DispatchToFunction(&DoAdd, t4); in TEST()
68 EXPECT_EQ(1, t4.a); in TEST()
70 EXPECT_EQ(10, t4.a); in TEST()
73 EXPECT_EQ(10, t4.a); in TEST()
[all …]
/external/valgrind/main/VEX/orig_ppc32/
Ddate.orig14 6: GETL R1, t4
15 7: ADDL $0xFFFFFFF0, t4
16 8: PUTL t4, R1
47 6: GETL R1, t4
51 10: STL t4, (t6)
177 4: GETL R9, t4
178 5: ADDL $0x4, t4
179 6: PUTL t4, R9
218 7: MOVL $0x25471AC8, t4
219 8: PUTL t4, LR
[all …]
Dreturn0.orig14 6: GETL R1, t4
15 7: ADDL $0xFFFFFFF0, t4
16 8: PUTL t4, R1
47 6: GETL R1, t4
51 10: STL t4, (t6)
177 4: GETL R9, t4
178 5: ADDL $0x4, t4
179 6: PUTL t4, R9
218 7: MOVL $0x25471AC8, t4
219 8: PUTL t4, LR
[all …]
/external/v8/test/cctest/
Dtest-disasm-mips.cc111 COMPARE(addu(t2, t3, t4), in TEST()
118 COMPARE(subu(t2, t3, t4), in TEST()
154 COMPARE(mul(t2, t3, t4), in TEST()
173 COMPARE(and_(t2, t3, t4), in TEST()
182 COMPARE(or_(t2, t3, t4), in TEST()
191 COMPARE(xor_(t2, t3, t4), in TEST()
200 COMPARE(nor(t2, t3, t4), in TEST()
238 COMPARE(sllv(t2, t3, t4), in TEST()
256 COMPARE(srlv(t2, t3, t4), in TEST()
274 COMPARE(srav(t2, t3, t4), in TEST()
[all …]
/external/clang/test/CXX/except/except.spec/
Dp5-pointers.cpp48 void (*t4)() throw(A) = &s1; // valid in fnptrs()
49 t4 = &s3; // valid in fnptrs()
50 t4 = &s4; // valid in fnptrs()
51t4 = &s5; // expected-error {{not superset}} expected-error {{incompatible ty… in fnptrs()
59 …t6 = t4; // expected-error {{not superset}} expected-error {{incompatible ty… in fnptrs()
60 t4 = t6; // valid in fnptrs()
/external/webkit/Source/WebKit2/Platform/CoreIPC/
DArguments.h186 Arguments4(T1 t1, T2 t2, T3 t3, T4 t4) in Arguments4()
188 , argument4(t4) in Arguments4()
209 …st T1&, const T2&, const T3&, const T4&> In(const T1& t1, const T2& t2, const T3 &t3, const T4& t4) in In() argument
211 return Arguments4<const T1&, const T2&, const T3&, const T4&>(t1, t2, t3, t4); in In()
214 …me T2, typename T3, typename T4> Arguments4<T1&, T2&, T3&, T4&> Out(T1& t1, T2& t2, T3& t3, T4& t4) in Out() argument
216 return Arguments4<T1&, T2&, T3&, T4&>(t1, t2, t3, t4); in Out()
230 Arguments5(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5) in Arguments5()
231 : Arguments4<T1, T2, T3, T4>(t1, t2, t3, t4) in Arguments5()
253 …T3&, const T4&, const T5&> In(const T1& t1, const T2& t2, const T3 &t3, const T4& t4, const T5& t5) in In() argument
255 return Arguments5<const T1&, const T2&, const T3&, const T4&, const T5&>(t1, t2, t3, t4, t5); in In()
[all …]
/external/llvm/test/CodeGen/X86/
Dmasked-iv-unsafe.ll22 %t4 = load double* %t3
23 %t5 = fmul double %t4, 2.3
50 %t4 = load double* %t3
51 %t5 = fmul double %t4, 2.3
80 %t4 = load double* %t3
81 %t5 = fmul double %t4, 2.3
110 %t4 = load double* %t3
111 %t5 = fmul double %t4, 2.3
138 %t4 = load double* %t3
139 %t5 = fmul double %t4, 2.3
[all …]
Dmasked-iv-safe.ll27 %t4 = load double* %t3
28 %t5 = fmul double %t4, 2.3
55 %t4 = load double* %t3
56 %t5 = fmul double %t4, 2.3
85 %t4 = load double* %t3
86 %t5 = fmul double %t4, 2.3
115 %t4 = load double* %t3
116 %t5 = fmul double %t4, 2.3
143 %t4 = load double* %t3
144 %t5 = fmul double %t4, 2.3
[all …]
Dsibcall-2.ll42 define void @t4(i32 %a, i32 %b, i32 %c, i32 %d, i32 %e, i32 %f, i32 %g, i8* nocapture %value) nounw…
44 ; 32: t4:
47 ; 64: t4:
/external/openssl/crypto/ec/
Dec2_mult.c155 BIGNUM *t3, *t4, *t5; in gf2m_Mxy() local
175 t4 = BN_CTX_get(ctx); in gf2m_Mxy()
190 if (!group->meth->field_sqr(group, t4, x, ctx)) goto err; in gf2m_Mxy()
191 if (!BN_GF2m_add(t4, t4, y)) goto err; in gf2m_Mxy()
192 if (!group->meth->field_mul(group, t4, t4, t3, ctx)) goto err; in gf2m_Mxy()
193 if (!BN_GF2m_add(t4, t4, z2)) goto err; in gf2m_Mxy()
197 if (!group->meth->field_mul(group, t4, t3, t4, ctx)) goto err; in gf2m_Mxy()
201 if (!group->meth->field_mul(group, z2, z2, t4, ctx)) goto err; in gf2m_Mxy()
/external/llvm/test/CodeGen/PowerPC/
DFrames-small.ll19 ; RUN: -o %t4
20 ; RUN: grep {std r31, -8(r1)} %t4
21 ; RUN: grep {stdu r1, -16512(r1)} %t4
22 ; RUN: grep {addi r1, r1, 16512} %t4
23 ; RUN: grep {ld r31, -8(r1)} %t4
/external/webkit/Source/WebKit/chromium/src/
DGraphicsContext3DChromium.cpp352 #define DELEGATE_TO_IMPL_4(name, t1, t2, t3, t4) \ argument
353 void GraphicsContext3DInternal::name(t1 a1, t2 a2, t3 a3, t4 a4) \
358 #define DELEGATE_TO_IMPL_4R(name, t1, t2, t3, t4, rt) \ argument
359 rt GraphicsContext3DInternal::name(t1 a1, t2 a2, t3 a3, t4 a4) \
364 #define DELEGATE_TO_IMPL_5(name, t1, t2, t3, t4, t5) \ argument
365 void GraphicsContext3DInternal::name(t1 a1, t2 a2, t3 a3, t4 a4, t5 a5) \
370 #define DELEGATE_TO_IMPL_5R(name, t1, t2, t3, t4, t5, rt) \ argument
371 rt GraphicsContext3DInternal::name(t1 a1, t2 a2, t3 a3, t4 a4, t5 a5) \
376 #define DELEGATE_TO_IMPL_6(name, t1, t2, t3, t4, t5, t6) \ argument
377 void GraphicsContext3DInternal::name(t1 a1, t2 a2, t3 a3, t4 a4, t5 a5, t6 a6) \
[all …]
/external/llvm/test/Transforms/LoopStrengthReduce/
Dnonlinear-postinc.ll11 %t4 = phi i32 [ 0, %entry ], [ %t3, %bb5 ]
12 %t16 = sub i32 undef, %t4
13 %t25 = sub i32 undef, %t4
39 %t3 = add i32 %t4, 1
Duglygep.ll16 %t = add i64 %t4, 1 ; <i64> [#uses=1]
20 %t4 = phi i64 [ %t, %bb2 ], [ 0, %bb ] ; <i64> [#uses=3]
24 %t7 = icmp eq i64 %t4, 0 ; <i1> [#uses=1]
25 %t3 = add i64 %t4, 16 ; <i64> [#uses=1]
29 %t2 = getelementptr inbounds i8* undef, i64 %t4 ; <i8*> [#uses=1]
/external/qemu/
Ddef-helper.h119 #define DEF_HELPER_4(name, ret, t1, t2, t3, t4) \ argument
120 DEF_HELPER_FLAGS_4(name, 0, ret, t1, t2, t3, t4)
139 #define DEF_HELPER_FLAGS_4(name, flags, ret, t1, t2, t3, t4) \ argument
141 dh_ctype(t4));
192 #define DEF_HELPER_FLAGS_4(name, flags, ret, t1, t2, t3, t4) \ argument
194 dh_arg_decl(t2, 2), dh_arg_decl(t3, 3), dh_arg_decl(t4, 4)) \
202 dh_arg(t4, 4); \
224 #define DEF_HELPER_FLAGS_4(name, flags, ret, t1, t2, t3, t4) \ argument
/external/openssl/crypto/aes/asm/
Daes-mips.pl104 my ($t0,$t1,$t2,$t3,$t4,$t5,$t6,$t7,$t8,$t9,$t10,$t11) = map("\$$_",(12..23));
162 lwl $t4,2($i0) # Te2[s2>>8]
166 lwr $t4,1($i0) # Te2[s2>>8]
204 xor $t0,$t4
208 lw $t4,0($i0) # Te0[s0>>24]
223 xor $t0,$t4
267 lbu $t4,2($i0) # Te4[s2>>8]
303 _ins $t4,8
308 xor $t0,$t4
317 lbu $t4,2($i0) # Te4[s3]
[all …]
/external/valgrind/main/memcheck/tests/
Dorigin3-no.c20 __attribute__((noinline)) int t4(void);
31 x += t4(); in main()
68 __attribute__((noinline)) int t4(void) in t4() function
/external/llvm/test/CodeGen/ARM/
Dfnmscs.ll57 define double @t4(double %acc, double %a, double %b) nounwind {
59 ; VFP2: t4:
62 ; NEON: t4:
65 ; A8: t4:
Dselect-imm.ll63 define i32 @t4(i32 %a, i32 %b, i32 %x) nounwind {
65 ; ARM: t4:
69 ; ARMT2: t4:
73 ; THUMB2: t4:
/external/clang/test/Sema/
Datomic-type.c11 _Atomic(_Atomic(int)*) *t4[2] = { &t3, 0 }; in f()
12 testf(t4); in f()
/external/valgrind/main/coregrind/m_syswrap/
Dpriv_types_n_macros.h522 #define PRE_REG_READ4(tr, s, t1, a1, t2, a2, t3, a3, t4, a4) \ argument
526 PRA4(s,t4,a4); \
528 #define PRE_REG_READ5(tr, s, t1, a1, t2, a2, t3, a3, t4, a4, t5, a5) \ argument
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) \ argument
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) \ argument
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) \ argument
552 PRA4(s,t4,a4); PRA5(s,t5,a5); PRA6(s,t6,a6); \

12345678