HomeSort by relevance Sort by last modified time
    Searched refs:t0 (Results 76 - 100 of 271) sorted by null

1 2 34 5 6 7 8 91011

  /external/qemu/target-i386/
helper_template.h 270 target_ulong glue(helper_rcl, SUFFIX)(target_ulong t0, target_ulong t1)
284 t0 &= DATA_MASK;
285 src = t0;
286 res = (t0 << count) | ((target_ulong)(eflags & CC_C) << (count - 1));
288 res |= t0 >> (DATA_BITS + 1 - count);
289 t0 = res;
291 (lshift(src ^ t0, 11 - (DATA_BITS - 1)) & CC_O) |
296 return t0;
299 target_ulong glue(helper_rcr, SUFFIX)(target_ulong t0, target_ulong t1)
313 t0 &= DATA_MASK
    [all...]
translate.c 274 static inline void gen_op_mov_reg_v(int ot, int reg, TCGv t0)
279 tcg_gen_st8_tl(t0, cpu_env, offsetof(CPUState, regs[reg]) + REG_B_OFFSET);
281 tcg_gen_st8_tl(t0, cpu_env, offsetof(CPUState, regs[reg - 4]) + REG_H_OFFSET);
285 tcg_gen_st16_tl(t0, cpu_env, offsetof(CPUState, regs[reg]) + REG_W_OFFSET);
289 tcg_gen_st32_tl(t0, cpu_env, offsetof(CPUState, regs[reg]) + REG_L_OFFSET);
296 tcg_gen_st_tl(t0, cpu_env, offsetof(CPUState, regs[reg]));
301 tcg_gen_st32_tl(t0, cpu_env, offsetof(CPUState, regs[reg]) + REG_L_OFFSET);
343 static inline void gen_op_mov_v_reg(int ot, TCGv t0, int reg)
350 tcg_gen_ld8u_tl(t0, cpu_env, offsetof(CPUState, regs[reg - 4]) + REG_H_OFFSET);
355 tcg_gen_ld_tl(t0, cpu_env, offsetof(CPUState, regs[reg]))
945 TCGv t0; local
1429 TCGv t0, t1; local
1559 TCGv t0, t1, t2, a0; local
1655 TCGv t0, t1, a0; local
1785 TCGv t0, t1, t2, a0; local
2344 TCGv t0; local
4815 TCGv t0, t1, t2, a0; local
6303 TCGv t0; local
6536 TCGv t0; local
7246 TCGv t0, t1, t2; local
7294 TCGv t0; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
transform.c 114 int t0, t1, t2, t3; local
145 t0 = (r0 + r2) >> 1;
150 buf[ 0] = r4 + t0;
152 buf[ 8] = r4 - t0;
164 t0 = MULHIGH(SQRT1_2, r0 - i0);
169 buf[ 6] = r6 - t0;
171 buf[14] = r6 + t0;
192 int t0, t1; local
212 t0 = xptr[0];
216 r2 = MULHIGH(cosx, t0) + MULHIGH(sinx, t1); /* cos*br + sin*bi *
    [all...]
  /external/opencv/cxcore/src/
cxcopy.cpp 124 type t0 = src[i*3]; \
128 dst[i*3] = t0; \
139 type t0 = src[i*4]; \
141 dst[i*4] = t0; \
144 t0 = src[i*4+2]; \
146 dst[i*4+2] = t0; \
758 type t0 = src[i]; \
761 dst[len - i - 1] = t0; \
768 type t0 = src[i*3]; \
771 dst[(len - i)*3 - 3] = t0; \
852 int t0 = ((int*)(src + i))[0]; local
879 int t0 = ((int*)(src + i))[0]; local
889 uchar t0 = src[i]; local
    [all...]
  /external/openssh/
rijndael.c 859 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
1040 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
    [all...]
logintest.c 93 time_t t0, t1, t2, logintime, logouttime; local
143 (void)time(&t0);
144 strlcpy(s_t0, ctime(&t0), sizeof(s_t0));
149 (int)t0, s_t0, (int)t1, s_t1);
192 else if (t0 != t2)
  /external/openssl/crypto/aes/
aes_core.c 785 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
976 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
    [all...]
  /external/qemu/
aes.c 889 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
1080 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
    [all...]
  /bionic/libc/kernel/arch-mips/asm/
regdef.h 34 #define t0 $8 macro
89 #define t0 $12 macro
  /development/ndk/platforms/android-9/arch-mips/include/asm/
regdef.h 34 #define t0 $8 macro
89 #define t0 $12 macro
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarSanity.java 104 Transition t0 = s.transition[0]; local
105 if ( t0 instanceof RuleClosureTransition ) {
106 RuleClosureTransition refTrans = (RuleClosureTransition)t0;
108 //String targetRuleName = ((NFAState)t0.target).getEnclosingRule();
124 traceStatesLookingForLeftRecursion((NFAState)t0.target,
132 ((RuleClosureTransition) t0).followState;
140 else if ( t0.label.isEpsilon() || t0.label.isSemanticPredicate() ) {
142 traceStatesLookingForLeftRecursion((NFAState)t0.target, visitedStates, listOfRecursiveCycles);
  /external/kernel-headers/original/asm-mips/
regdef.h 28 #define t0 $8 /* caller saved */ macro
75 #define t0 $12 /* caller saved */ macro
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
regdef.h 34 #define t0 $8 macro
89 #define t0 $12 macro
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
regdef.h 34 #define t0 $8 macro
89 #define t0 $12 macro
  /system/extras/tests/pftest/
pftest.c 97 unsigned long long t0 = stop_watch(); local
105 printf("%d, %f\n", numPages, (float) (t1 - t0) / WORKLOAD);
  /development/ndk/samples/hello-neon/jni/
helloneon.c 87 double t0, t1, time_c, time_neon; local
99 t0 = now_ms();
107 time_c = t1 - t0;
134 t0 = now_ms();
142 time_neon = t1 - t0;
  /external/wpa_supplicant_8/src/crypto/
aes-internal-dec.c 70 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
125 s0 = TD41(t0) ^ TD42(t3) ^ TD43(t2) ^ TD44(t1) ^ rk[0];
127 s1 = TD41(t1) ^ TD42(t0) ^ TD43(t3) ^ TD44(t2) ^ rk[1];
129 s2 = TD41(t2) ^ TD42(t1) ^ TD43(t0) ^ TD44(t3) ^ rk[2];
131 s3 = TD41(t3) ^ TD42(t2) ^ TD43(t1) ^ TD44(t0) ^ rk[3];
  /external/v8/test/cctest/
test-assembler-mips.cc 139 __ ori(t0, zero_reg, 0);
140 __ lui(t0, 0x1234);
141 __ ori(t0, t0, 0);
142 __ ori(t0, t0, 0x0f0f);
143 __ ori(t0, t0, 0xf0f0);
144 __ addiu(t1, t0, 1);
148 __ li(t0, 0x00000004)
    [all...]
  /external/openssl/crypto/bn/asm/
mips.pl 92 ($t0,$t1,$t2,$t3,$t8,$t9)=map("\$$_",(12..15,24,25));
98 # is treated by saving/restoring ($v1,$t0..$t3).
136 $REG_S $t0,1*$SZREG($sp)
143 $LD $t0,0($a1)
147 $MULTU $t0,$a3
158 mfhi $t0
160 $ADDU $v0,$t0
206 $LD $t0,0($a1)
213 $LD $t0,0($a1)
214 $MULTU $t0,$a
    [all...]
mips-mont.pl 28 ($zero,$at,$t0,$t1,$t2)=map("\$$_",(0..2,24,25));
37 # - copy return value to $t0, former $v0 [or to $a0 if you're adapting
45 # ($t0,$t1,$t2,$t3,$t8,$t9)=map("\$$_",(12..15,24,25));
134 li $t0,0
215 sltu $t0,$lo1,$hi1
217 $ADDU $hi1,$nhi,$t0
227 sltu $t0,$j,$num
231 bnez $t0,.L1st
240 sltu $t0,$lo1,$hi1
241 $ADDU $hi1,$nhi,$t0
    [all...]
  /external/libffi/src/mips/
o32.S 79 REG_L t0, A3_OFF($fp) # load the flags word
80 SRL t2, t0, 4 # shift our arg info
81 and t0, ((1<<4)-1) # mask out the return type
85 bnez t0, pass_d # make it quick for int
93 bne t0, FFI_ARGS_D, pass_f
100 bne t0, FFI_ARGS_F, pass_d_d
108 bne t0, FFI_ARGS_DD, pass_f_f
114 bne t0, FFI_ARGS_FF, pass_d_f
122 bne t0, FFI_ARGS_DF, pass_f_d
130 # bne t0, FFI_ARGS_F_D, call_i
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/collision/
SweepSphere.java 216 float t0, t1; local
227 t0 = 0;
234 t0 = (-1f - signedDistanceToPlane) / normalDotVelocity;
237 if (t0 > t1){
239 t1 = t0;
240 t0 = tf;
243 if (t0 > 1.0f || t1 < 0.0f){
249 t0 = Math.max(t0, 0.0f);
261 // contactPoint = sCenter - p.normal + t0 * sVelocit
    [all...]
  /external/opencv/cv/src/
cvsumpixels.cpp 144 sumtype t0; \
153 s = t0 = cast_macro(it); \
161 sum[0] = sum[-sumstep] + t0; \
163 tilted[0] = tilted[-tiltedstep] + t0 + buf[1]; \
168 buf[x-1] = t1 + t0; \
170 t0 = cast_macro(it); \
172 s += t0; \
176 t1 += buf[x+1] + t0 + tilted[x - tiltedstep - 1];\
183 buf[x-1] = t1 + t0; \
185 t0 = cast_macro(it);
    [all...]
cvmorph.cpp 542 s2 = sptr[2], s3 = sptr[3], t0, t1; \
547 t0 = sptr[0]; t1 = sptr[1]; \
548 update_extr_macro(s0,t0); \
550 t0 = sptr[2]; t1 = sptr[3]; \
551 update_extr_macro(s2,t0); \
556 t0 = sptr[0]; t1 = sptr[1]; \
557 update_extr_macro(t0,s0); \
559 dst[i] = (arrtype)toggle_macro(t0); \
561 t0 = sptr[2]; t1 = sptr[3]; \
562 update_extr_macro(t0,s2);
    [all...]
cvcamshift.cpp 259 int t0, t1; local
263 t0 = cvRound( fabs( length * cs ));
266 t0 = MAX( t0, t1 ) + 2;
267 comp.rect.width = MIN( t0, (mat->width - _xc) * 2 );
269 t0 = cvRound( fabs( length * sn ));
272 t0 = MAX( t0, t1 ) + 2;
273 comp.rect.height = MIN( t0, (mat->height - _yc) * 2 );

Completed in 1797 milliseconds

1 2 34 5 6 7 8 91011