Lines Matching full:move
43 example, instructions that move 32-bit register values without interpretation
131 <td>move vA, vB</td>
134 <td>Move the contents of one non-object register to another.</td>
138 <td>move/from16 vAA, vBBBB</td>
141 <td>Move the contents of one non-object register to another.</td>
145 <td>move/16 vAAAA, vBBBB</td>
148 <td>Move the contents of one non-object register to another.</td>
152 <td>move-wide vA, vB</td>
155 <td>Move the contents of one register-pair to another.
157 It is legal to move from <code>v<i>N</i></code> to either
165 <td>move-wide/from16 vAA, vBBBB</td>
168 <td>Move the contents of one register-pair to another.
170 Implementation considerations are the same as <code>move-wide</code>,
176 <td>move-wide/16 vAAAA, vBBBB</td>
179 <td>Move the contents of one register-pair to another.
181 Implementation considerations are the same as <code>move-wide</code>,
187 <td>move-object vA, vB</td>
190 <td>Move the contents of one object-bearing register to another.</td>
194 <td>move-object/from16 vAA, vBBBB</td>
197 <td>Move the contents of one object-bearing register to another.</td>
201 <td>move-object/16 vAAAA, vBBBB</td>
204 <td>Move the contents of one object-bearing register to another.</td>
208 <td>move-result vAA</td>
210 <td>Move the single-word non-object result of the most recent
218 <td>move-result-wide vAA</td>
220 <td>Move the double-word result of the most recent
228 <td>move-result-object vAA</td>
230 <td>Move the object result of the most recent <code>invoke-<i>kind</i></code>
238 <td>move-exception vAA</td>
277 <td>Move the given literal value (sign-extended to 32 bits) into
285 <td>Move the given literal value (sign-extended to 32 bits) into
293 <td>Move the given literal value into the specified register.</td>
300 <td>Move the given literal value (right-zero-extended to 32 bits) into
308 <td>Move the given literal value (sign-extended to 64 bits) into
316 <td>Move the given literal value (sign-extended to 64 bits) into
324 <td>Move the given literal value into
332 <td>Move the given literal value (right-zero-extended to 64 bits) into
340 <td>Move a reference to the string specified by the given index into the
348 <td>Move a reference to the string specified by the given index into the
356 <td>Move a reference to the class specified by the given index into the
453 <code>move-result-object</code> instruction (if it is to be used).</td>
712 with an appropriate <code>move-result*</code> variant as the immediately