/dalvik/vm/mterp/armv5te/ |
OP_CONST_WIDE_16.S | 2 /* const-wide/16 vAA, #+BBBB */
|
/dalvik/vm/mterp/mips/ |
OP_CONST_WIDE_16.S | 2 # const-wide/16 vAA, /* +BBBB */
|
OP_CONST_WIDE_32.S | 2 # const-wide/32 vAA, /* +BBBBbbbb */
|
OP_CONST_WIDE_HIGH16.S | 2 # const-wide/high16 vAA, /* +BBBB000000000000 */
|
OP_MOVE_RESULT_WIDE.S | 2 /* move-result-wide vAA */
|
OP_RETURN_WIDE.S | 6 /* return-wide vAA */
|
/dalvik/vm/mterp/x86/ |
OP_RETURN_WIDE.S | 6 /* return-wide vAA */
|
/external/chromium/chrome/browser/ui/cocoa/ |
nsview_additions.h | 13 // Returns the line width that will generate a 1 pixel wide line.
|
/external/chromium_org/third_party/WebKit/Source/web/tests/data/ |
get_scale_for_auto_zoom_into_div_test.html | 4 <p id="wideDiv">Wide div</p>
|
/external/chromium_org/third_party/skia/src/animator/ |
SkTime.cpp | 71 UnsignedWide wide; local 74 ::Microseconds(&wide); 75 s.set(wide.hi, wide.lo);
|
/external/llvm/test/MC/MachO/ARM/ |
relax-thumb2-branches.s | 3 ble Lfoo @ wide encoding
|
/external/qemu/hw/ |
arm_pic.h | 9 * Arm hardware uses a wide variety of interrupt handling hardware.
|
/external/skia/src/animator/ |
SkTime.cpp | 71 UnsignedWide wide; local 74 ::Microseconds(&wide); 75 s.set(wide.hi, wide.lo);
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_wide/d/ |
T_aget_wide_3.d | 29 const-wide v2, 1.0 30 aget-wide v0, v6, v2 31 return-wide v0
|
T_aget_wide_5.d | 29 const-wide v2, 10 30 aget-wide v0, v6, v2 31 return-wide v0
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/const_wide/d/ |
T_const_wide_4.d | 29 const-wide v0, 1234 30 const-wide v1, 3456 32 return-wide v0
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/const_wide_16/d/ |
T_const_wide_16_4.d | 29 const-wide v0, 1234 30 const-wide/16 v1, 3456 32 return-wide v0
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/const_wide_32/d/ |
T_const_wide_32_4.d | 29 const-wide v0, 1234 30 const-wide/32 v1, 3456 32 return-wide v0
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/const_wide_high16/d/ |
T_const_wide_high16_4.d | 29 const-wide v0, 1234 30 const-wide/high16 v1, 0x1234000000000000 32 return-wide v0
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_result_wide/d/ |
T_move_result_wide_2.d | 31 move-result-wide v16 39 const-wide v0, 12345 40 return-wide v0
|
T_move_result_wide_6.d | 32 move-result-wide v1 40 const-wide v0, 12345 41 return-wide v0
|
T_move_result_wide_7.d | 33 move-result-wide v1 41 const-wide v0, 12345 42 return-wide v0
|
T_move_result_wide_8.d | 34 move-result-wide v16 42 const-wide v0, 12345 43 return-wide v0
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_wide/d/ |
T_move_wide_6.d | 29 const-wide v0, 1233746384323 31 move-wide v1, v0 33 const-wide v4, 1233746384323
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_wide_16/d/ |
T_move_wide_16_9.d | 29 const-wide v1, 1233746384323 30 move-wide/16 v2, v1 32 const-wide v10, 1233746384323
|