HomeSort by relevance Sort by last modified time
    Searched refs:v0 (Results 451 - 475 of 2874) sorted by null

<<11121314151617181920>>

  /external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
Utf8Utils.java 91 int v0 = bytes[at] & 0xFF; local
93 switch (v0 >> 4) {
98 if (v0 == 0) {
100 return throwBadUtf8(v0, at);
102 out = (char) v0;
110 return throwBadUtf8(v0, at);
116 int value = ((v0 & 0x1f) << 6) | (v1 & 0x3f);
132 return throwBadUtf8(v0, at);
142 int value = ((v0 & 0x0f) << 12) | ((v1 & 0x3f) << 6) |
157 return throwBadUtf8(v0, at)
    [all...]
  /development/ndk/sources/android/libportable/arch-mips/
setjmp.S 74 REG_S v0, JB_MASK(v1) # save sc_mask = sigblock(0)
80 dli v0, MAGIC_SETJMP
82 li v0, MAGIC_SETJMP
84 REG_S v0, JB_MAGIC(a0)
94 REG_L v0, GPOFF(sp)
95 REG_S v0, JB_GP(a0)
96 PTR_ADDU v0, sp, FRAMESZ
97 REG_S v0, JB_SP(a0)
105 li v0, 1 # v0 =
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/indices/
u_indices_gen.py 106 def vert( intype, outtype, v0 ):
108 return '(' + outtype + ')(' + v0 + ')'
110 return '(' + outtype + ')in[' + v0 + ']'
112 def point( intype, outtype, ptr, v0 ):
113 print ' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';'
115 def line( intype, outtype, ptr, v0, v1 ):
116 print ' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';'
119 def tri( intype, outtype, ptr, v0, v1, v2 ):
120 print ' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';'
124 def do_point( intype, outtype, ptr, v0 )
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
d3d11gears.hlsl.vs.h 51 dcl_input v0.xyzw
58 mul r0.xyz, v0.yyyy, cb0[5].xyzx
59 mad r0.xyz, cb0[4].xyzx, v0.xxxx, r0.xyzx
60 mad r0.xyz, cb0[6].xyzx, v0.zzzz, r0.xyzx
61 mad r0.xyz, cb0[7].xyzx, v0.wwww, r0.xyzx
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
Ray.java 99 * @param v0
107 // public boolean intersect(Vector3f v0,Vector3f v1,Vector3f v2){
108 // return intersectWhere(v0, v1, v2, null);
128 * @param v0
139 public boolean intersectWhere(Vector3f v0, Vector3f v1, Vector3f v2,
141 return intersects(v0, v1, v2, loc, false, false);
168 * @param v0
179 public boolean intersectWherePlanar(Vector3f v0, Vector3f v1, Vector3f v2,
181 return intersects(v0, v1, v2, loc, true, false);
187 * @param v0
    [all...]
  /external/mesa3d/src/gallium/auxiliary/indices/
u_indices_gen.py 106 def vert( intype, outtype, v0 ):
108 return '(' + outtype + ')(' + v0 + ')'
110 return '(' + outtype + ')in[' + v0 + ']'
112 def point( intype, outtype, ptr, v0 ):
113 print ' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';'
115 def line( intype, outtype, ptr, v0, v1 ):
116 print ' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';'
119 def tri( intype, outtype, ptr, v0, v1, v2 ):
120 print ' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';'
124 def do_point( intype, outtype, ptr, v0 )
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
d3d11gears.hlsl.vs.h 51 dcl_input v0.xyzw
58 mul r0.xyz, v0.yyyy, cb0[5].xyzx
59 mad r0.xyz, cb0[4].xyzx, v0.xxxx, r0.xyzx
60 mad r0.xyz, cb0[6].xyzx, v0.zzzz, r0.xyzx
61 mad r0.xyz, cb0[7].xyzx, v0.wwww, r0.xyzx
  /external/libvpx/libvpx/vp8/encoder/ppc/
encodemb_altivec.asm 34 vspltisw v0, 0
44 vperm v1, v1, v0, v5
46 vmrghb v3, v0, v1 ;# unpack high src to short
47 vmrghb v4, v0, v2 ;# unpack high pred to short
58 vperm v1, v1, v0, v5
60 vmrghb v3, v0, v1 ;# unpack high src to short
61 vmrglb v4, v0, v2 ;# unpack high pred to short
81 vperm v1, v1, v0, v5
83 vmrghb v3, v0, v1 ;# unpack high src to short
84 vmrghb v4, v0, v2 ;# unpack high pred to shor
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_direct/d/
T_invoke_direct_14.d 29 const v0, 999
40 const v0, 111
54 if-ne v0, v4, Label30
62 const v0, 1
63 return v0
65 const v0, 0
66 return v0
T_invoke_direct_21.d 29 const v0, 999
40 const v0, 111
54 if-ne v0, v4, Label30
62 const v0, 1
63 return v0
65 const v0, 0
66 return v0
T_invoke_direct_24.d 29 const v0, 999
40 const v0, 111
54 if-ne v0, v4, Label30
62 const v0, 1
63 return v0
65 const v0, 0
66 return v0
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_direct_range/d/
T_invoke_direct_range_14.d 29 const v0, 999
40 const v0, 111
54 if-ne v0, v4, Label30
62 const v0, 1
63 return v0
65 const v0, 0
66 return v0
T_invoke_direct_range_21.d 29 const v0, 999
40 const v0, 111
54 if-ne v0, v4, Label30
62 const v0, 1
63 return v0
65 const v0, 0
66 return v0
T_invoke_direct_range_24.d 29 const v0, 999
40 const v0, 111
54 if-ne v0, v4, Label30
62 const v0, 1
63 return v0
65 const v0, 0
66 return v0
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget/d/
T_sget_1.d 25 const/4 v0, 5
26 sput v0, dot.junit.opcodes.sget.d.T_sget_1.i1 I
28 const/16 v0, 10
29 sput v0, dot.junit.opcodes.sget.d.T_sget_1.p1 I
31 const/16 v0, 20
32 sput v0, dot.junit.opcodes.sget.d.T_sget_1.pvt1 I
40 invoke-direct {v0}, java/lang/Object/<init>()V
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_boolean/d/
T_sget_boolean_1.d 25 const/4 v0, 1
26 sput-boolean v0, dot.junit.opcodes.sget_boolean.d.T_sget_boolean_1.i1 Z
28 const/16 v0, 1
29 sput-boolean v0, dot.junit.opcodes.sget_boolean.d.T_sget_boolean_1.p1 Z
31 const/16 v0, 1
32 sput-boolean v0, dot.junit.opcodes.sget_boolean.d.T_sget_boolean_1.pvt1 Z
40 invoke-direct {v0}, java/lang/Object/<init>()V
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_byte/d/
T_sget_byte_1.d 25 const v0, 77
26 sput-byte v0, dot.junit.opcodes.sget_byte.d.T_sget_byte_1.i1 B
28 const v0, 77
29 sput-byte v0, dot.junit.opcodes.sget_byte.d.T_sget_byte_1.p1 B
31 const v0, 77
32 sput-byte v0, dot.junit.opcodes.sget_byte.d.T_sget_byte_1.pvt1 B
40 invoke-direct {v0}, java/lang/Object/<init>()V
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_char/d/
T_sget_char_1.d 25 const v0, 77
26 sput-char v0, dot.junit.opcodes.sget_char.d.T_sget_char_1.i1 C
28 const v0, 77
29 sput-char v0, dot.junit.opcodes.sget_char.d.T_sget_char_1.p1 C
31 const v0, 77
32 sput-char v0, dot.junit.opcodes.sget_char.d.T_sget_char_1.pvt1 C
40 invoke-direct {v0}, java/lang/Object/<init>()V
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_object/d/
T_sget_object_1.d 25 const v0, 0
26 sput-object v0, dot.junit.opcodes.sget_object.d.T_sget_object_1.i1 Ljava/lang/Object;
28 const v0, 0
29 sput-object v0, dot.junit.opcodes.sget_object.d.T_sget_object_1.p1 Ljava/lang/Object;
31 const v0, 0
32 sput-object v0, dot.junit.opcodes.sget_object.d.T_sget_object_1.pvt1 Ljava/lang/Object;
40 invoke-direct {v0}, java/lang/Object/<init>()V
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_short/d/
T_sget_short_1.d 25 const v0, 32000
26 sput-short v0, dot.junit.opcodes.sget_short.d.T_sget_short_1.i1 S
28 const v0, 32000
29 sput-short v0, dot.junit.opcodes.sget_short.d.T_sget_short_1.p1 S
31 const v0, 32000
32 sput-short v0, dot.junit.opcodes.sget_short.d.T_sget_short_1.pvt1 S
40 invoke-direct {v0}, java/lang/Object/<init>()V
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_wide/d/
T_sget_wide_1.d 25 const-wide v0, 12345679890123
26 sput-wide v0, dot.junit.opcodes.sget_wide.d.T_sget_wide_1.i1 J
28 const-wide v0, 10
29 sput-wide v0, dot.junit.opcodes.sget_wide.d.T_sget_wide_1.p1 J
31 const-wide v0, 20
32 sput-wide v0, dot.junit.opcodes.sget_wide.d.T_sget_wide_1.pvt1 J
40 invoke-direct {v0}, java/lang/Object/<init>()V
  /dalvik/vm/compiler/template/mips/
TEMPLATE_DOUBLE_TO_INT_VFP.S 21 move t0, v0
22 li v0, ~0x80000000 # return maxint (7fffffff)
31 move t0, v0
32 li v0, 0x80000000 # return minint (80000000)
41 move t0, v0 # zero == no
42 li v0, 0
  /dalvik/vm/mterp/mips/
OP_DOUBLE_TO_INT.S 22 move t0, v0
23 li v0, ~0x80000000 # return maxint (7fffffff)
32 move t0, v0
33 li v0, 0x80000000 # return minint (80000000)
42 move t0, v0 # zero == no
43 li v0, 0
binflop.S 35 $instr # v0 = result
36 SET_VREG(v0, rOBJ) # vAA <- v0
  /external/chromium_org/tools/telemetry/telemetry/value/
histogram.py 84 v0 = values[0]
86 v0.page, v0.name, v0.units,
87 raw_value_json=v0.ToJSONString(),
88 important=v0.important)

Completed in 1350 milliseconds

<<11121314151617181920>>