Home
last modified time | relevance | path

Searched refs:wide (Results 1 – 25 of 53) sorted by relevance

123

/art/test/565-checker-irreducible-loop/smali/
DIrreducibleLoop.smali29 const-wide/16 v0, 42
63 const-wide/16 v0, 42
64 const-wide/16 v8, 68
81 sput-wide v2, LIrreducibleLoop;->myField:J
83 sput-wide v0, LIrreducibleLoop;->myField:J
84 sput-wide p1, LIrreducibleLoop;->myField:J
85 sput-wide v8, LIrreducibleLoop;->myField:J
88 sput-wide p1, LIrreducibleLoop;->myField:J
89 sput-wide v8, LIrreducibleLoop;->myField:J
90 sput-wide v0, LIrreducibleLoop;->myField:J
[all …]
/art/test/800-smali/smali/
DCmpLong.smali13 const-wide v100, 5678233453L
14 move-wide/from16 v101, v100
15 const-wide v4, 5678233453L
Db_22045582_wide.smali3 # Fail verification of a method that returns an undefined wide register.
10 return-wide v0
Db_17410612.smali10 const-wide v0, 0 # Make (v0, v1) a long
11 const-wide v2, 0 # Make (v2, v3) a long
/art/test/dexdump/
Dbytecodes.txt427 000a2a: 1800 ffff cdab 7956 3412 |0015: const-wide v0, #double 0.000000 // #12345679a…
428 000a34: 6800 1d00 |001a: sput-wide v0, Lcom/google/android/test/Test;.…
431 000a42: 1800 0000 0000 801c c840 |0021: const-wide v0, #double 12345.000000 // #40c81…
432 000a4c: 6800 1a00 |0026: sput-wide v0, Lcom/google/android/test/Test;.…
466 000aa4: 1606 0000 |0000: const-wide/16 v6, #int 0 // #0
480 000adc: 1802 ffff cdab 7956 3412 |001c: const-wide v2, #double 0.000000 // #12345679a…
481 000ae6: 5a82 1200 |0021: iput-wide v2, v8, Lcom/google/android/test/Te…
484 000af4: 1802 0000 0000 801c c840 |0028: const-wide v2, #double 12345.000000 // #40c81…
485 000afe: 5a82 0f00 |002d: iput-wide v2, v8, Lcom/google/android/test/Te…
522 000b9e: 5a86 1200 |007d: iput-wide v6, v8, Lcom/google/android/test/Te…
[all …]
/art/runtime/interpreter/mterp/x86_64/
Dunop.S9 .if ${wide}
17 .if ${wide}
Dbindiv.S8 .if $wide
22 .if $wide
Dbindiv2addr.S9 .if $wide
23 .if $wide
Dop_move_result_wide.S3 movq (%rax), %rdx # Get wide
Dfpcvt.S10 .if $wide
Dbinop1.S10 .if $wide
Dshop2addr.S10 .if $wide
Dop_sget.S20 .if $wide
/art/test/550-checker-regression-wide-store/smali/
DTestCase.smali25 # Test storing into the high vreg of a wide pair. This scenario has runtime
42 move-wide v0, p0
53 # Test that storing a wide invalidates the value in the high vreg. This
64 move-wide v0, p0
77 move-wide v1, p0
78 move-wide v0, p0
/art/runtime/interpreter/mterp/arm64/
Dfcmp.S11 GET_VREG$wide $r1, w2
12 GET_VREG$wide $r2, w3
/art/test/442-checker-constant-folding/smali/
DTestCmp.smali37 const-wide v1, 13
38 const-wide v3, 7
106 const-wide v1, 55.
107 const-wide v3, 66.
129 const-wide v1, 77.
130 const-wide v3, 88.
151 const-wide v1, 100
152 const-wide v3, 100
214 const-wide v1, 400.
215 const-wide v3, 400.
[all …]
/art/test/510-checker-try-catch/smali/
DRuntime.smali71 aget-wide v1, v0, v1
73 aget-wide v3, v0, v3
75 aget-wide v5, v0, v5
155 aget-wide v1, v0, v1
157 aget-wide v3, v0, v3
159 aget-wide v5, v0, v5
268 aget-wide v2, v0, v2
270 aget-wide v4, v0, v4
272 aget-wide v6, v0, v6
275 move-wide v0, v2 # Set catch phi value
[all …]
DRegisterAllocator.smali58 # Test that wide catch phis are allocated to two stack slots.
71 const-wide/high16 v0, 0x4000000000000000L # double 2
75 const-wide/high16 v0, 0x4100000000000000L # double 8
93 return-wide v0
/art/runtime/interpreter/mterp/mips/
Dop_iget_wide_quick.S1 # iget-wide-quick vA, vB, offset /* CCCC */
Dop_const_wide_16.S1 # const-wide/16 vAA, /* +BBBB */
Dop_const_wide_high16.S1 # const-wide/high16 vAA, /* +BBBB000000000000 */
/art/test/955-lambda-smali/smali/
DCaptureVariables.smali63 const-wide v2, 0x0badf00dc0ffeeL # v2 = 3287471278325742
77 const-wide v2, -infinity
96 .registers 5 # 1 wide parameter, 3 locals
111 .registers 5 # 1 wide parameter, 3 locals
126 .registers 5 # 1 wide parameter, 3 locals
141 .registers 5 # 1 wide parameter, 3 locals
156 .registers 5 # 1 wide parameter, 3 locals
171 .registers 6 # 1 wide parameter, 4 locals
201 .registers 6 # 1 wide parameter, 4 locals
233 const-wide v2, 0x0badf00dc0ffeeL # v2 = 3287471278325742
[all …]
/art/test/543-env-long-ref/
Dinfo.txt3 was overwriting the high dex register of a wide value.
/art/runtime/interpreter/mterp/x86/
Dfpcvt.S12 .if $wide
/art/test/416-optimizing-arith-not/smali/
Dnot.smali14 return-wide v0

123