HomeSort by relevance Sort by last modified time
    Searched refs:v0 (Results 1 - 25 of 2580) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Sema/
2010-05-31-palignr.c 16 vSInt16 v0; local
17 v0 = *vdtbl;
18 v0 = _mm_alignr_epi8(v0, v0, i); // expected-error {{argument to '__builtin_ia32_palignr128' must be a constant integer}}
  /dalvik/vm/compiler/template/mips/
TEMPLATE_STRING_INDEXOF.S 5 * return index of match of a1 in v0.
20 lw v0, STRING_FIELDOFF_VALUE(a0)
24 * v0: object pointer
32 addu v0, 16 # point to contents[0]
36 addu v0, v0, t7
39 move v1, v0
49 addu v0, v0, t7
56 * v0: start of data to tes
    [all...]
TEMPLATE_CMP_LONG.S 11 * subu v0, t0, t1 # v0= -1:1:0 for [ < > = ]
20 subu v0, t1, t0 # v0<- (-1,1,0)
21 bnez v0, .L${opcode}_finish
25 subu v0, t1, t0 # v0<- (-1,1,0) for [< > =]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual_range/d/
T_invoke_virtual_range_2.d 29 const v0, 10
30 if-ne v0, v10, Label0
31 const v0, 9
32 if-ne v0, v9, Label0
33 const v0, 8
34 if-ne v0, v8, Label0
35 const v0, 7
36 if-ne v0, v7, Label0
37 const v0, 6
38 if-ne v0, v6, Label
    [all...]
  /external/openssl/crypto/des/
cfb64enc.c 70 register DES_LONG v0,v1; local
83 c2l(iv,v0); ti[0]=v0;
87 v0=ti[0]; l2c(v0,iv);
88 v0=ti[1]; l2c(v0,iv);
103 c2l(iv,v0); ti[0]=v0;
107 v0=ti[0]; l2c(v0,iv)
    [all...]
ofb_enc.c 71 register DES_LONG d0,d1,vv0,vv1,v0,v1,n=(numbits+7)/8; local
97 c2l(iv,v0);
99 ti[0]=v0;
103 ti[0]=v0;
116 { v0=v1; v1=vv0; }
118 { v0=vv0; v1=vv1; }
121 v0=((v1>>(num-32))|(vv0<<(64-num)))&0xffffffffL;
126 v0=((v0>>num)|(v1<<(32-num)))&0xffffffffL;
131 l2c(v0,iv)
    [all...]
ofb64ede.c 71 register DES_LONG v0,v1; local
81 c2l(iv,v0);
83 ti[0]=v0;
86 l2c(v0,dp);
92 /* ti[0]=v0; */
95 v0=ti[0];
99 l2c(v0,dp);
108 /* v0=ti[0];
111 l2c(v0,iv);
114 v0=v1=ti[0]=ti[1]=0
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_static_range/d/
T_invoke_static_range_4.d 28 const v0, 10
29 if-ne v0, v10, Label0
30 const v0, 9
31 if-ne v0, v9, Label0
32 const v0, 8
33 if-ne v0, v8, Label0
34 const v0, 7
35 if-ne v0, v7, Label0
36 const v0, 6
37 if-ne v0, v6, Label
    [all...]
  /ndk/tests/build/issue34613-neon/jni/
issue34613-neon.cpp 4 void x(float32x4_t v0, float32_t f)
6 float32x4_t vv = vmulq_n_f32( v0, f);
  /cts/hostsidetests/monkey/src/com/android/cts/monkey/
VerbosityTest.java 22 String v0 = mDevice.executeShellCommand(MONKEY_CMD + " -s 1337 -p " + PKGS[0] + " 500"); local
23 assertTrue(v0.contains("Events injected"));
24 assertFalse(v0.contains("Sending Touch"));
25 assertFalse(v0.contains("Sending Trackball"));
26 assertFalse(v0.contains("Switch"));
27 assertFalse(v0.contains("Sleeping"));
43 assertTrue(v0.length() < v1.length());
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_gtz/d/
T_if_gtz_10.d 9 invoke-direct {v0}, java/lang/Object/<init>()V
17 const/4 v0, 0
18 return v0
22 const v0, 0
23 return v0
T_if_gtz_8.d 9 invoke-direct {v0}, java/lang/Object/<init>()V
17 const/4 v0, 0
18 return v0
22 const/4 v0, 0
23 return v0
T_if_gtz_9.d 9 invoke-direct {v0}, java/lang/Object/<init>()V
17 const/4 v0, 0
18 return v0
21 const v0, 0
22 return v0
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/neg_float/d/
T_neg_float_5.d 9 invoke-direct {v0}, java/lang/Object/<init>()V
16 neg-float v0, v3
17 return v0
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/neg_int/d/
T_neg_int_6.d 9 invoke-direct {v0}, java/lang/Object/<init>()V
16 neg-int v0, v3
17 return v0
  /bionic/libc/arch-mips/bionic/
pipe.S 48 li $v0,__NR_pipe
49 syscall /* syscall returns results in v0,v1 */
52 sw $v0, 0($a0)
55 move $v0, $zero
59 move $a0, $v0 /* delay slot, prepare args for __set_errno */
  /dalvik/vm/mterp/mips/
OP_CONST_CLASS.S 10 LOAD_eas2(v0, a2, a1) # v0 <- pResClasses[BBBB]
12 bnez v0, .L${opcode}_resolve # v0!=0 => resolved-ok
22 JAL(dvmResolveClass) # v0 <- Class reference
24 beqz v0, common_exceptionThrown # yup, handle the exception
29 SET_VREG_GOTO(v0, rOBJ, t0) # vAA <- v0
OP_CONST_CLASS_JUMBO.S 13 LOAD_eas2(v0, a2, a1) # v0 <- pResClasses[BBBB]
15 bnez v0, .L${opcode}_resolve # v0!=0 => resolved-ok
25 JAL(dvmResolveClass) # v0 <- Class reference
27 beqz v0, common_exceptionThrown # yup, handle the exception
32 SET_VREG_GOTO(v0, rOBJ, t0) # vBBBB <- v0
OP_CONST_STRING.S 10 LOAD_eas2(v0, a2, a1) # v0 <- pResStrings[BBBB]
12 bnez v0, .L${opcode}_resolve
21 JAL(dvmResolveString) # v0 <- String reference
23 beqz v0, common_exceptionThrown # yup, handle the exception
28 SET_VREG_GOTO(v0, rOBJ, t0) # vAA <- v0
OP_CONST_STRING_JUMBO.S 13 LOAD_eas2(v0, a2, a1) # v0 <- pResStrings[BBBB]
14 bnez v0, .L${opcode}_resolve
24 JAL(dvmResolveString) # v0 <- String reference
26 beqz v0, common_exceptionThrown # yup, handle the exception
31 SET_VREG_GOTO(v0, rOBJ, t1) # vAA <- v0
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/neg_long/d/
T_neg_long_2.d 9 invoke-direct {v0}, java/lang/Object/<init>()V
25 const/4 v0, 0
28 return v0
30 const/4 v0, 1
  /external/clang/test/CodeGen/
vld_dup.c 7 int32_t v0[3]; local
16 v1 = vld3_dup_s32(v0);
  /external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/
EdgeInfo.java 44 public EdgeInfo(int v0, int v1) {
45 m_v0 = v0;
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_result/d/
T_move_result_1.d 23 invoke-direct {v0}, java/lang/Object/<init>()V
30 const v0, 0
34 move-result v0
37 if-eq v0, v1 Label1
39 const v0, 0
40 return v0
43 const v0, 1
44 return v0
51 const v0, 12345
52 return v0
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_result_wide/d/
T_move_result_wide_1.d 23 invoke-direct {v0}, java/lang/Object/<init>()V
30 const v0, 0
34 move-result-wide v0
37 cmp-long v5, v0, v2
40 const v0, 0
41 return v0
44 const v0, 1
45 return v0
52 const-wide v0, 12345
53 return-wide v0
    [all...]

Completed in 675 milliseconds

1 2 3 4 5 6 7 8 91011>>