/dalvik/dx/tests/071-dex-java-stack-ops/ |
expected.txt | 27 0000: const-wide/16 v0, #long 0 // #0000 28 0002: move-wide v4, v0 29 0003: move-wide v0, v4 30 0004: move-wide v2, v4 56 0001: const-wide/16 v1, #long 1 // #0001 58 0004: move-wide v6, v1 59 0005: move-wide v0, v6 61 0007: move-wide v3, v6 93 0002: const-wide/16 v2, #long 2 // #0002 96 0006: move-wide v8, v [all...] |
/dalvik/dx/tests/054-dex-high16/ |
expected.txt | 3 0000: const-wide/high16 v0, #double -Infinity // #fff0000000000000 5 0005: const-wide/high16 v0, #double -0.0 // #8000000000000000 7 000a: const-wide/high16 v0, #double 1.0 // #3ff0000000000000 9 000f: const-wide/high16 v0, #double Infinity // #7ff0000000000000 11 0014: const-wide/high16 v0, #double NaN // #7ff8000000000000 50 0000: const-wide/high16 v0, #long -9223372036854775808 // #8000000000000000 52 0005: const-wide/high16 v0, #long 4611686018427387904 // #4000000000000000 54 000a: const-wide/high16 v0, #long 2305843009213693952 // #2000000000000000 56 000f: const-wide/high16 v0, #long 1152921504606846976 // #1000000000000000 58 0014: const-wide/high16 v0, #long 2251799813685248 // #000800000000000 [all...] |
/dalvik/docs/opcodes/ |
opcode-16-const-wide.html | 6 <title>const-wide</title> 12 <h1>const-wide</h1> 34 <td>const-wide/16 vAA, #+BBBB</td> 40 <td>const-wide/32 vAA, #+BBBBBBBB</td> 46 <td>const-wide vAA, #+BBBBBBBBBBBBBBBB</td> 52 <td>const-wide/high16 vAA, #+BBBB000000000000</td>
|
/dalvik/dexdump/ |
OpCodeNames.c | 39 "move-wide", 40 "move-wide/from16", 41 "move-wide/16", 46 "move-result-wide", 53 "return-wide", 59 "const-wide/16", 60 "const-wide/32", 61 "const-wide", 62 "const-wide/high16", 112 "aget-wide", [all...] |
/external/icu4c/test/intltest/ |
tsdtfmsy.cpp | 65 DateFormatSymbols::DtWidthType width[] = {DateFormatSymbols::WIDE, DateFormatSymbols::ABBREVIATED, DateFormatSymbols::NARROW}; 90 DateFormatSymbols::DtWidthType width[] = {DateFormatSymbols::WIDE, DateFormatSymbols::ABBREVIATED, DateFormatSymbols::NARROW}; 173 // At least for English we know a wide eraName should be longer than an abbrev era 202 const UnicodeString *wideMonths = en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE); 203 fr2.setMonths(wideMonths, count, DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE); 204 if( *en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE) != 205 *fr2.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE )) { 206 errln("ERROR: setMonths(FORMAT,WIDE) failed"); 223 const UnicodeString *standaloneWideMonths = en.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE); 224 fr.setMonths(standaloneWideMonths, count, DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE); [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/neg_double/d/ |
T_neg_double_6.d | 17 return-wide v0
|
/cts/tools/vm-tests/src/dot/junit/opcodes/rem_double/d/ |
T_rem_double_5.d | 17 return-wide v0
|
/cts/tools/vm-tests/src/dot/junit/opcodes/rem_double_2addr/d/ |
T_rem_double_2addr_1.d | 17 return-wide v10
|
T_rem_double_2addr_2.d | 17 return-wide v12
|
T_rem_double_2addr_3.d | 17 return-wide v11
|
T_rem_double_2addr_4.d | 17 return-wide v10
|
T_rem_double_2addr_5.d | 17 return-wide v9
|
T_rem_double_2addr_6.d | 17 return-wide v11
|
/cts/tools/vm-tests/src/dot/junit/opcodes/return_wide/d/ |
T_return_wide_1.d | 34 const-wide v4, 0xdddd 37 move-result-wide v6 67 const-wide v4, 0xdddd 68 return-wide v4
|
/cts/tools/vm-tests/src/dot/junit/opcodes/sget_wide/d/ |
T_sget_wide_9.d | 28 const-wide v0, 1 29 sput-wide v0, dot.junit.opcodes.sget_wide.d.StubInitError.value J 49 sget-wide v1, dot.junit.opcodes.sget_wide.d.StubInitError.value J 50 return-wide v1
|
/cts/tools/vm-tests/src/dot/junit/opcodes/shl_long/d/ |
T_shl_long_1.d | 17 return-wide v0
|
T_shl_long_2.d | 17 return-wide v0
|
T_shl_long_3.d | 17 return-wide v0
|
T_shl_long_4.d | 17 return-wide v0
|
T_shl_long_5.d | 17 return-wide v0
|
T_shl_long_6.d | 17 return-wide v0
|
T_shl_long_7.d | 17 return-wide v0
|
/cts/tools/vm-tests/src/dot/junit/opcodes/shl_long_2addr/d/ |
T_shl_long_2addr_1.d | 17 return-wide v8
|
T_shl_long_2addr_2.d | 17 return-wide v8
|
T_shl_long_2addr_3.d | 17 return-wide v7
|