/dalvik/vm/mterp/c/ |
OP_AGET_WIDE.c | 1 HANDLE_OP_AGET(OP_AGET_WIDE, "-wide", s8, _WIDE)
|
OP_APUT_WIDE.c | 1 HANDLE_OP_APUT(OP_APUT_WIDE, "-wide", s8, _WIDE)
|
OP_IGET_WIDE.c | 1 HANDLE_IGET_X(OP_IGET_WIDE, "-wide", Long, _WIDE)
|
OP_IGET_WIDE_QUICK.c | 1 HANDLE_IGET_X_QUICK(OP_IGET_WIDE_QUICK, "-wide", Long, _WIDE)
|
OP_IPUT_WIDE.c | 1 HANDLE_IPUT_X(OP_IPUT_WIDE, "-wide", Long, _WIDE)
|
OP_IPUT_WIDE_QUICK.c | 1 HANDLE_IPUT_X_QUICK(OP_IPUT_WIDE_QUICK, "-wide", Long, _WIDE)
|
OP_SGET_WIDE.c | 1 HANDLE_SGET_X(OP_SGET_WIDE, "-wide", Long, _WIDE)
|
OP_SPUT_WIDE.c | 1 HANDLE_SPUT_X(OP_SPUT_WIDE, "-wide", Long, _WIDE)
|
OP_MOVE_WIDE.c | 3 * "move-wide v6, v7" and "move-wide v7, v6" */ 6 ILOGV("|move-wide v%d,v%d %s(v%d=0x%08llx)", vdst, vsrc1,
|
OP_RETURN_WIDE.c | 3 ILOGV("|return-wide v%d", vsrc1);
|
OP_CONST_WIDE_16.c | 4 ILOGV("|const-wide/16 v%d,#0x%04x", vdst, (s2)vsrc1);
|
OP_CONST_WIDE_HIGH16.c | 4 ILOGV("|const-wide/high16 v%d,#0x%04x000000000000", vdst, vsrc1);
|
OP_MOVE_RESULT_WIDE.c | 3 ILOGV("|move-result-wide v%d %s(0x%08llx)", vdst, kSpacing, retval.j);
|
/dalvik/dx/tests/047-dex-wide-args/ |
expected.txt | 4 0001: move-wide v1, v11 6 0003: move-wide v4, v14 9 0006: move-wide v8, v1 14 000b: move-wide v8, v4 16 000d: move-wide v0, v6 17 000e: return-wide v0 20 0000: move-wide v0, v10 22 0002: move-wide v3, v13 24 0004: move-wide v6, v0 28 0008: move-wide v8, v [all...] |
/dalvik/dx/tests/075-dex-cat2-value-merge/ |
expected.txt | 4 0001: const-wide/16 v3, #long 0 // #0000 5 0003: move-wide v1, v3 6 0004: move-wide v3, v1 9 0007: aget-wide v5, v5, v6 11 000a: move-wide v1, v3
|
/dalvik/dx/tests/101-verify-wide-math/ |
info.txt | 1 This tests that wide-taking (category-2) "calculation" opcodes (math
|
/dalvik/dx/tests/044-dex-math-ops/ |
expected.txt | 4 0001: move-wide v1, v11 5 0002: move-wide v3, v13 7 0004: move-wide v6, v1 9 0006: iput-wide v6, v5, Blort.d:D 11 0009: move-wide v6, v1 12 000a: move-wide v8, v3 14 000c: iput-wide v6, v5, Blort.d:D 16 000f: move-wide v6, v1 17 0010: move-wide v8, v3 19 0012: iput-wide v6, v5, Blort.d: [all...] |
/cts/tools/dx-tests/src/dxc/junit/opcodes/wide/ |
Test_wide.java | 17 package dxc.junit.opcodes.wide; 26 * Wide instruction is tested as part of wide version of particular 27 * instructions so here we just test if wide instruction can't be applied to 33 * @title Wide instruction shall be applied only on defined 38 Class.forName("dxc.junit.opcodes.wide.jm.T_wide_1"); 47 * @title bytecode modified with wide instruction must not be 52 Class.forName("dxc.junit.opcodes.wide.jm.T_wide_2");
|
/cts/tools/vm-tests/src/dot/junit/opcodes/move_wide_16/d/ |
T_move_wide_16_1.d | 29 const-wide v0, 123 30 const-wide v2, 5678 32 move-wide/16 v4000, v0 33 move-wide/16 v4002, v2 35 move-wide/16 v4000, v4002 37 const-wide v4, 5678 39 move-wide/16 v0, v4000 40 move-wide/16 v2, v4002
|
/dalvik/dx/tests/102-verify-nonwide-math/ |
info.txt | 1 This tests that non-wide-taking (category-1) "calculation" opcodes (math
|
/cts/tools/vm-tests/src/dot/junit/opcodes/iget_wide/d/ |
T_iget_wide_1.d | 29 const-wide v0, 12345679890123 30 iput-wide v0, v2, dot.junit.opcodes.iget_wide.d.T_iget_wide_1.i1 J 32 const-wide v0, 10 33 iput-wide v0, v2, dot.junit.opcodes.iget_wide.d.T_iget_wide_1.p1 J 35 const-wide v0, 20 36 iput-wide v0, v2, dot.junit.opcodes.iget_wide.d.T_iget_wide_1.pvt1 J 44 iget-wide v1, v2, dot.junit.opcodes.iget_wide.d.T_iget_wide_1.i1 J 45 return-wide v1
|
/cts/tools/vm-tests/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 47 sget-wide v1, dot.junit.opcodes.sget_wide.d.T_sget_wide_1.i1 J 48 return-wide v1
|
/external/iproute2/include/linux/ |
if_addrlabel.h | 4 * Copyright (C)2007 USAGI/WIDE Project, All Rights Reserved. 7 * YOSHIFUJI Hideaki @ USAGI/WIDE <yoshfuji@linux-ipv6.org>
|
/cts/tools/vm-tests/src/dot/junit/opcodes/move_result_wide/d/ |
T_move_result_wide_5.d | 30 const-wide v0, 123 33 move-result-wide v1 35 return-wide v0 41 const-wide v0, 12345 42 return-wide v0
|
/cts/tools/vm-tests/src/dot/junit/opcodes/move_wide_from16/d/ |
T_move_wide_from16_1.d | 29 const-wide v10, 5678233453 31 move-wide/16 v4001, v10 33 move-wide/from16 v255, v4001 34 move-wide/from16 v1, v255 36 const-wide v4, 5678233453
|