HomeSort by relevance Sort by last modified time
    Searched refs:v0 (Results 376 - 400 of 2869) sorted by null

<<11121314151617181920>>

  /art/runtime/
dex_instruction_visitor_test.cc 44 CountVisitor v0; local
46 v0.Visit(c0, sizeof(c0));
47 EXPECT_EQ(0, v0.count_);
  /bionic/libc/arch-mips/bionic/
ffs.S 53 li $v0,32
55 subu $v0,$t0
79 lbu $v0,FFSSIZE($t9)
vfork.S 45 li $v0, __NR_clone
55 move $a0,$v0
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_gez/d/
T_if_gez_7.d 23 invoke-direct {v0}, java/lang/Object/<init>()V
30 if-gez v0, Label9
31 const/16 v0, 1234
32 return v0
35 const/4 v0, 1
36 return v0
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_gtz/d/
T_if_gtz_7.d 23 invoke-direct {v0}, java/lang/Object/<init>()V
30 if-gtz v0, Label9
31 const/16 v0, 1234
32 return v0
35 const/4 v0, 1
36 return v0
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_lez/d/
T_if_lez_7.d 23 invoke-direct {v0}, java/lang/Object/<init>()V
30 if-lez v0, Label9
31 const/16 v0, 1234
32 return v0
35 const/4 v0, 1
36 return v0
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/opc_return/d/
T_opc_return_3.d 23 invoke-direct {v0}, java/lang/Object/<init>()V
34 const v0, 1.0
35 return v0
43 invoke-direct {v0}, dot/junit/opcodes/opc_return/d/T_opc_return_3/test()F
45 const v0, 1
46 return v0
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/return_void/d/
T_return_void_1.d 23 invoke-direct {v0}, java/lang/Object/<init>()V
45 const v0, 123456
46 return v0
49 const v0, 0
50 return v0
56 const v0, 9999
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/return_wide/d/
T_return_wide_3.d 23 invoke-direct {v0}, java/lang/Object/<init>()V
34 const-wide v0, 1.0
35 return-wide v0
43 invoke-direct {v0}, dot/junit/opcodes/return_wide/d/T_return_wide_3/test()D
45 const v0, 1
46 return v0
  /dalvik/vm/mterp/mips/
OP_SHR_LONG.S 20 srl v0, a0, a2 # rlo<- alo >> (shift&31)
25 or v0, a1 # rlo<- rlo | ahi
27 movn v0, v1, a2 # rlo<- rhi (if shift&0x20)
30 STORE64(v0, v1, t3) # vAA/VAA+1 <- v0/v0
OP_FLOAT_TO_INT.S 13 move t0, v0
14 li v0, ~0x80000000 # return maxint (7fffffff)
21 move t0, v0
22 li v0, 0x80000000 # return minint (80000000)
28 move t0, v0
29 li v0, 0 # return zero for NaN
OP_INVOKE_INTERFACE.S 24 JAL(dvmFindInterfaceMethodInCache) # v0 <- call(class, ref, method, dex)
25 move a0, v0
27 beqz v0, common_exceptionThrown # yes, handle exception
OP_MUL_LONG_2ADDR.S 18 mflo v0 # v0= a2a0
25 # vAA <- v0 (low)
26 STORE64(v0, v1, t0) # vAA+1 <- v1 (high)
OP_SHL_LONG_2ADDR.S 15 sll v0, a0, a2 # rlo<- alo << (shift&31)
22 movn v1, v0, a2 # rhi<- rlo (if shift&0x20)
23 movn v0, zero, a2 # rlo<- 0 (if shift&0x20)
26 STORE64(v0, v1, rOBJ) # vAA/vAA+1 <- a0/a1
OP_USHR_LONG_2ADDR.S 15 srl v0, a0, a2 # rlo<- alo >> (shift&31)
19 or v0, a1 # rlo<- rlo | ahi
21 movn v0, v1, a2 # rlo<- rhi (if shift&0x20)
25 STORE64(v0, v1, t3) # vAA/vAA+1 <- a0/a1
  /dalvik/vm/compiler/template/mips/
TEMPLATE_FLOAT_TO_INT_VFP.S 12 move t0, v0
13 li v0, ~0x80000000 # return maxint (7fffffff)
20 move t0, v0
21 li v0, 0x80000000 # return minint (80000000)
27 move t0, v0
28 li v0, 0 # return zero for NaN
fbinop.S 23 $instr # v0 = result
24 STORE(v0, rOBJ) # vAA <- v0
  /external/chromium_org/ui/views/animation/
scroll_animator.cc 17 float GetPosition(float v0, float a, float t) {
18 float max_t = -v0 / a;
21 return t * (v0 + 0.5f * a * t);
24 float GetDelta(float v0, float a, float t1, float t2) {
25 return GetPosition(v0, a, t2) - GetPosition(v0, a, t1);
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_object/d/
T_aput_object_3.d 28 invoke-direct {v0}, java/lang/Object/<init>()V
38 invoke-direct {v0}, dot/junit/opcodes/aput_object/d/SuperClass/<init>()V
51 invoke-direct {v0}, java/lang/Object/<init>()V
60 const v0, 1
62 new-array v2, v0, [Ldot/junit/opcodes/aput_object/d/SubClass;
65 new-array v3, v0, [Ldot/junit/opcodes/aput_object/d/SuperClass;
76 new-array v6, v0, [Ldot/junit/opcodes/aput_object/d/SuperInterface;
79 new-array v7, v0, [Ljava/lang/Object;
82 new-array v8, v0, [Ldot/junit/opcodes/aput_object/d/SuperInterface2;
84 const/4 v0,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_feedback.h 39 extern void _swrast_feedback_triangle( struct gl_context *ctx, const SWvertex *v0,
47 extern void _swrast_select_triangle( struct gl_context *ctx, const SWvertex *v0,
  /external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/
FaceInfo.java 43 public FaceInfo(int v0, int v1, int v2){
44 m_v0 = v0; m_v1 = v1; m_v2 = v2;
  /external/mdnsresponder/Clients/
ClientCommon.c 57 int v0 = cstr[-1] - '0'; // then interpret as three-digit decimal local
60 int val = v0 * 100 + v1 * 10 + v2;
  /external/mesa3d/src/mesa/swrast/
s_feedback.h 39 extern void _swrast_feedback_triangle( struct gl_context *ctx, const SWvertex *v0,
47 extern void _swrast_select_triangle( struct gl_context *ctx, const SWvertex *v0,
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_unfilled.c 61 struct vertex_header *v0 )
64 tmp.v[0] = v0;
69 struct vertex_header *v0,
73 tmp.v[0] = v0;
82 struct vertex_header *v0 = header->v[0]; local
86 if ((header->flags & DRAW_PIPE_EDGE_FLAG_0) && v0->edgeflag) point( stage, v0 );
95 struct vertex_header *v0 = header->v[0]; local
102 if ((header->flags & DRAW_PIPE_EDGE_FLAG_2) && v2->edgeflag) line( stage, v2, v0 );
103 if ((header->flags & DRAW_PIPE_EDGE_FLAG_0) && v0->edgeflag) line( stage, v0, v1 )
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/indices/
u_unfilled_gen.py 95 def vert( intype, outtype, v0 ):
97 return '(' + outtype + ')(' + v0 + ')'
99 return '(' + outtype + ')in[' + v0 + ']'
101 def line( intype, outtype, ptr, v0, v1 ):
102 print ' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';'
109 def do_tri( intype, outtype, ptr, v0, v1, v2 ):
110 line( intype, outtype, ptr, v0, v1 )
112 line( intype, outtype, ptr + '+4', v2, v0 )
114 def do_quad( intype, outtype, ptr, v0, v1, v2, v3 ):
115 line( intype, outtype, ptr, v0, v1
    [all...]

Completed in 4642 milliseconds

<<11121314151617181920>>