HomeSort by relevance Sort by last modified time
    Searched full:wide (Results 226 - 250 of 2823) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/tools/vm-tests/src/dot/junit/opcodes/sput_wide/d/
T_sput_wide_23.d 30 const-wide v0, 1
31 sput-wide v0, dot.junit.opcodes.sput_wide.d.T_sput_wide_23.st_b B
T_sput_wide_24.d 30 const-wide v0, 1
31 sput-wide v0, dot.junit.opcodes.sput_wide.d.T_sput_wide_24.st_z Z
T_sput_wide_3.d 31 const-wide v0, 1
32 sput-wide v0, dot.junit.opcodes.sput_wide.d.T_sput_wide_3.st_i1 J
T_sput_wide_5.d 32 const-wide v1, 0.5
33 sput-wide v1, dot.junit.opcodes.sput_wide.d.T_sput_wide_5.st_i1 D
T_sput_wide_6.d 31 const-wide v0, 1
32 sput-wide v0, dot.junit.opcodes.sput_wide.d.T_sput_wide_6.st_i1 S
T_sput_wide_7.d 31 const-wide v1, 0
32 sput-wide v1, dot.junit.opcodes.sput_wide.d.T_sput_wide_7.st_i1 J
T_sput_wide_8.d 30 const-wide v1, 0
31 sput-wide v1, dot.junit.opcodes.sput_wide.TestStubs.TestStubField J
T_sput_wide_9.d 31 const-wide v1, 0
32 sput-wide v1, dot.junit.opcodes.sput_wide.d.T_sput_wide_9noclass.st_i1 J
  /dalvik/dx/tests/111-use-null-as-array/
expected.txt 23 0002: aget-wide v0, v0, v1
24 0004: return-wide v0
41 0002: aget-wide v0, v0, v1
42 0004: return-wide v0
79 0002: const-wide/high16 v2, #double 7.0 // #401c000000000000
80 0004: aput-wide v2, v0, v1
100 0003: const-wide/16 v2, #long 13 // #000d
101 0005: aput-wide v2, v0, v1
  /dalvik/libcore/dom/src/test/resources/META-INF/
MANIFEST.MF 13 Specification-Vendor: World Wide Web Consortium
15 Implementation-Vendor: World Wide Web Consortium
  /external/proguard/src/proguard/classfile/instruction/
VariableInstruction.java 35 public boolean wide; field in class:VariableInstruction
46 public VariableInstruction(boolean wide)
48 this.wide = wide;
72 this.wide = requiredVariableIndexSize() > 1 ||
87 this.wide = variableInstruction.wide;
242 // Only make the instruction wide if necessary.
243 wide = requiredVariableIndexSize() > 1 ||
252 return wide;
    [all...]
  /dalvik/dx/tests/064-dex-array-access/
expected.txt 72 0004: const-wide/16 v4, #long 5 // #0005
73 0006: aput-wide v4, v2, v3
76 000a: aget-wide v2, v2, v3
77 000c: move-wide v0, v2
78 000d: return-wide v0
98 0004: const-wide/high16 v4, #double 2.0 // #4000000000000000
99 0006: aput-wide v4, v2, v3
102 000a: aget-wide v2, v2, v3
103 000c: move-wide v0, v2
104 000d: return-wide v
    [all...]
  /dalvik/docs/opcodes/
opcode-0b-move-result-wide.html 6 <title>move-result-wide</title>
12 <h1>move-result-wide</h1>
36 <td>move-result-wide vAA</td>
opcode-52-iget.html 40 53: iget-wide<br/>
61 For the -wide variant, also A+1 must be a valid register index in the
86 <li>For all but the -wide variant, if v(A+1) is the upper half of a register
90 For the -wide variant, if v(A+2) is the upper half of a register pair,
opcode-59-iput.html 40 5a: iput-wide<br/>
61 For the -wide variant, also A+1 must be a valid register index in the
84 For all but the -wide variant, the value of register vA is move into the
88 For the -wide variant, the registers vA and v(A+1) are moved into the
opcode-60-sget.html 40 61: sget-wide<br/>
60 For the -wide variant, also A+1 must be a valid register index in the
83 For all but the -wide variant, if v(A+1) is the upper half of a register
87 For the -wide variant, if v(A+2) is the upper half of a register pair,
opcode-67-sput.html 40 68: sput-wide<br/>
60 For the -wide variant, also A+1 must be a valid register index in the
80 For all but the -wide variant, the value of register vA is move into the
84 For the -wide variant, the registers vA and v(A+1) are moved into the field
  /dalvik/dx/tests/024-code-bytecode/
expected.txt 271 0189: wide iload 0123
272 018d: wide lload 0124 // category-2
273 0191: wide fload 0125
274 0195: wide dload 0126 // category-2
275 0199: wide aload 0127
276 019d: wide istore 20f0
277 01a1: wide lstore 20f1 // category-2
278 01a5: wide fstore 20f2
279 01a9: wide dstore 20f3 // category-2
280 01ad: wide astore 20f
    [all...]
small-class.txt 282 c415 0123 # 0189: wide iload 0123
283 c416 0124 # 018d: wide lload 0124
284 c417 0125 # 0191: wide fload 0125
285 c418 0126 # 0195: wide dload 0126
286 c419 0127 # 0199: wide aload 0127
287 c436 20f0 # 019d: wide istore 20f0
288 c437 20f1 # 01a1: wide lstore 20f1
289 c438 20f2 # 01a5: wide fstore 20f2
290 c439 20f3 # 01a9: wide dstore 20f3
291 c43a 20f4 # 01ad: wide astore 20f
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/wide/jm/
T_wide_1.j 16 .class public dxc/junit/opcodes/wide/jm/T_wide_1
T_wide_1.java 17 package dxc.junit.opcodes.wide.jm;
T_wide_2.j 16 .class public dxc/junit/opcodes/wide/jm/T_wide_2
T_wide_2.java 17 package dxc.junit.opcodes.wide.jm;
  /cts/tools/vm-tests/src/dot/junit/opcodes/neg_long/d/
T_neg_long_2.d 19 const-wide v6, 1
  /cts/tools/vm-tests/src/dot/junit/opcodes/return_wide/d/
T_return_wide_7.d 30 return-wide v6

Completed in 46 milliseconds

1 2 3 4 5 6 7 8 91011>>