HomeSort by relevance Sort by last modified time
    Searched full:move (Results 151 - 175 of 5522) sorted by null

1 2 3 4 5 67 8 91011>>

  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_wide_from16/d/
T_move_wide_from16_1.d 31 move-wide/16 v4001, v10
33 move-wide/from16 v255, v4001
34 move-wide/from16 v1, v255
  /dalvik/vm/mterp/x86-atom/
OP_CONST.S 19 * Code: Move a literal to a register. Uses no substitutions.
23 * Description: Move the given literal value into the specified register
32 shl $$16, %edx # move BBBB to high bits
OP_MOVE_RESULT.S 21 * For: move-result, move-result-object
23 * Description: Move the single-word non-object result of the most
  /external/qemu/distrib/sdl-1.2.12/src/audio/
SDL_mixer_m68k.c 93 " move %%d2,%%d0\n"
98 " move %%d3,%%d0\n"
129 " move %1@+,%%d0\n" /* d0 = *src++ */
131 " move %0@,%%d1\n" /* d1 = *dst */
139 " move %%d2,%%d0\n"
144 " move %%d3,%%d0\n"
146 " move %%d0,%0@+\n"
175 " move %1@+,%%d0\n" /* d0 = *src++ */
178 " move %0@,%%d1\n" /* d1 = *dst */
187 " move %%d2,%%d0\n
    [all...]
  /external/valgrind/main/memcheck/tests/
partiallydefinedeq.stderr.exp2 3 Conditional jump or move depends on uninitialised value(s)
7 Conditional jump or move depends on uninitialised value(s)
11 Conditional jump or move depends on uninitialised value(s)
origin1-yes.stderr.exp 3 Conditional jump or move depends on uninitialised value(s)
10 Conditional jump or move depends on uninitialised value(s)
17 Conditional jump or move depends on uninitialised value(s)
24 Conditional jump or move depends on uninitialised value(s)
32 Conditional jump or move depends on uninitialised value(s)
40 Conditional jump or move depends on uninitialised value(s)
51 Conditional jump or move depends on uninitialised value(s)
  /frameworks/compile/libbcc/runtime/lib/arm/
adddf3vfp.S 19 fmdrr d6, r0, r1 // move first param from r0/r1 pair into d6
20 fmdrr d7, r2, r3 // move second param from r2/r3 pair into d7
22 fmrrd r0, r1, d6 // move result back to r0/r1 pair
addsf3vfp.S 19 fmsr s14, r0 // move first param from r0 into float register
20 fmsr s15, r1 // move second param from r1 into float register
22 fmrs r0, s14 // move result back to r0
divdf3vfp.S 19 fmdrr d6, r0, r1 // move first param from r0/r1 pair into d6
20 fmdrr d7, r2, r3 // move second param from r2/r3 pair into d7
22 fmrrd r0, r1, d5 // move result back to r0/r1 pair
divsf3vfp.S 19 fmsr s14, r0 // move first param from r0 into float register
20 fmsr s15, r1 // move second param from r1 into float register
22 fmrs r0, s13 // move result back to r0
muldf3vfp.S 19 fmdrr d6, r0, r1 // move first param from r0/r1 pair into d6
20 fmdrr d7, r2, r3 // move second param from r2/r3 pair into d7
22 fmrrd r0, r1, d6 // move result back to r0/r1 pair
mulsf3vfp.S 19 fmsr s14, r0 // move first param from r0 into float register
20 fmsr s15, r1 // move second param from r1 into float register
22 fmrs r0, s13 // move result back to r0
subdf3vfp.S 19 fmdrr d6, r0, r1 // move first param from r0/r1 pair into d6
20 fmdrr d7, r2, r3 // move second param from r2/r3 pair into d7
22 fmrrd r0, r1, d6 // move result back to r0/r1 pair
subsf3vfp.S 20 fmsr s14, r0 // move first param from r0 into float register
21 fmsr s15, r1 // move second param from r1 into float register
23 fmrs r0, s14 // move result back to r0
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
form.h 190 #define REQ_NEXT_PAGE (KEY_MAX + 1) /* move to next page */
191 #define REQ_PREV_PAGE (KEY_MAX + 2) /* move to previous page */
192 #define REQ_FIRST_PAGE (KEY_MAX + 3) /* move to first page */
193 #define REQ_LAST_PAGE (KEY_MAX + 4) /* move to last page */
195 #define REQ_NEXT_FIELD (KEY_MAX + 5) /* move to next field */
196 #define REQ_PREV_FIELD (KEY_MAX + 6) /* move to previous field */
197 #define REQ_FIRST_FIELD (KEY_MAX + 7) /* move to first field */
198 #define REQ_LAST_FIELD (KEY_MAX + 8) /* move to last field */
199 #define REQ_SNEXT_FIELD (KEY_MAX + 9) /* move to sorted next field */
200 #define REQ_SPREV_FIELD (KEY_MAX + 10) /* move to sorted prev field *
    [all...]
  /dalvik/dx/tests/093-ssa-invoke-range/
expected.txt 11 Blort.java:2@0000: move-param-object(0) v0:"this"NffffLBlort; <- .
26 Blort.java:6@0000: move-param-int(0) v0:"a"I <- .
27 Blort.java:6@0000: move-param-int(1) v1:"b"I <- .
28 Blort.java:6@0000: move-param-int(2) v2:"c"I <- .
29 Blort.java:6@0000: move-param-int(3) v3:"d"I <- .
30 Blort.java:6@0000: move-param-int(4) v4:"e"I <- .
31 Blort.java:6@0000: move-param-int(5) v5:"f"I <- .
46 @????: move-int v2:I=5 <- v0:I=5
47 @????: move-int v3:I=0 <- v1:I=0
48 @????: move-int v4:I=5 <- v0:I=
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
move.h 0 // Move, forward and identity for C++0x + swap -*- C++ -*-
25 /** @file move.h
42 // 20.2.2, forward/move
56 move(_Tp&& __t) function
61 #define _GLIBCXX_MOVE(_Tp) std::move(_Tp)
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
move.h 0 // Move, forward and identity for C++0x + swap -*- C++ -*-
25 /** @file move.h
42 // 20.2.2, forward/move
56 move(_Tp&& __t) function
61 #define _GLIBCXX_MOVE(_Tp) std::move(_Tp)
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
move.h 0 // Move, forward and identity for C++0x + swap -*- C++ -*-
25 /** @file move.h
42 // 20.2.2, forward/move
56 move(_Tp&& __t) function
61 #define _GLIBCXX_MOVE(_Tp) std::move(_Tp)
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
move.h 0 // Move, forward and identity for C++0x + swap -*- C++ -*-
25 /** @file move.h
42 // 20.2.2, forward/move
56 move(_Tp&& __t) function
61 #define _GLIBCXX_MOVE(_Tp) std::move(_Tp)
  /frameworks/base/core/java/android/util/
DayOfMonthCursor.java 26 * <li>Provides methods to move the cursor up / down / left / right.</li>
96 * Move up one box, potentially flipping to the previous month.
98 * due to the move.
102 // within current month, just move up
116 * Move down one box, potentially flipping to the next month.
118 * due to the move.
122 // within current month, just move down
136 * Move left one box, potentially flipping to the previous month.
138 * due to the move.
161 * Move right one box, potentially flipping to the next month
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
DayOfMonthCursor.java 28 * <li>Provides methods to move the cursor up / down / left / right.</li>
98 * Move up one box, potentially flipping to the previous month.
100 * due to the move.
104 // within current month, just move up
118 * Move down one box, potentially flipping to the next month.
120 * due to the move.
124 // within current month, just move down
138 * Move left one box, potentially flipping to the previous month.
140 * due to the move.
163 * Move right one box, potentially flipping to the next month
    [all...]
  /dalvik/dx/src/com/android/dx/rop/
package-info.java 112 * <h3>move-result and move-result-pseudo</h3>
123 * Rops#MOVE_RESULT move-result} or {@link Rops#MOVE_RESULT_PSEUDO
124 * move-result-pseudo} instructions at the top of the primary successor block.
126 * Only a single {@code move-result} or {@code move-result-pseudo}
130 * A {@code move-result} instruction is used for the results of call-like
131 * instructions. If the value produced by a {@code move-result} is not
134 * A {@code move-result-pseudo} instruction is used for the results of
137 * If a required {@code move-result-pseudo} instruction is not foun
    [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
MacroAssemblerMIPS.h 125 move(imm, immTempRegister);
147 move(imm, immTempRegister);
169 move(imm, immTempRegister);
219 move(TrustedImmPtr(address.m_ptr), addrTempRegister);
225 move(imm, immTempRegister);
239 move(MIPSRegisters::zero, dest);
248 move(imm, immTempRegister);
271 move(MIPSRegisters::zero, dest);
273 move(src, dest);
279 move(imm, dataTempRegister)
844 void move(TrustedImm32 imm, RegisterID dest) function in class:JSC::MacroAssemblerMIPS
855 void move(RegisterID src, RegisterID dest) function in class:JSC::MacroAssemblerMIPS
861 void move(TrustedImmPtr imm, RegisterID dest) function in class:JSC::MacroAssemblerMIPS
    [all...]
  /external/dbus/
cleanup-man-pages.sh 28 (find . -maxdepth 1 -name "_*" | xargs -I ITEMS /bin/mv ITEMS nuke) || die "could not move all underscore-prefixed items"
29 (find . -maxdepth 1 -name "DBus*Internal*" | xargs -I ITEMS /bin/mv ITEMS nuke) || die "could not move all internal-containing items"
30 (find . -maxdepth 1 -name "dbus_*_internal_*" | xargs -I ITEMS /bin/mv ITEMS nuke) || die "could not move all internal-containing items"
45 /bin/mv "$I" nuke || die "could not move $I to $MANDIR/nuke"
58 /bin/mv "$I" nuke || die "could not move $I to $MANDIR/nuke"
65 (find . -maxdepth 1 -name "dbus_*" | xargs -I ITEMS /bin/mv ITEMS keep) || die "could not move all dbus-prefixed items"
66 (find . -maxdepth 1 -name "DBUS_*" | xargs -I ITEMS /bin/mv ITEMS keep) || die "could not move all DBUS_-prefixed items"
67 (find . -maxdepth 1 -name "DBus*" | xargs -I ITEMS /bin/mv ITEMS keep) || die "could not move all DBus-prefixed items"
71 (find . -maxdepth 1 -type f | xargs -I ITEMS /bin/mv ITEMS nuke) || die "could not move remaining items"
80 (find keep -type f -name "*" | xargs -I ITEMS /bin/mv ITEMS .) || die "could not move kept items back
    [all...]

Completed in 1709 milliseconds

1 2 3 4 5 67 8 91011>>