Home | History | Annotate | Download | only in x86_64
      1     /* move-result-wide vAA */
      2     movq    OFF_FP_RESULT_REGISTER(rFP), %rax    # get pointer to result JType.
      3     movq    (%rax), %rdx                         # Get wide
      4     SET_WIDE_VREG %rdx, rINSTq                   # v[AA] <- rdx
      5     ADVANCE_PC_FETCH_AND_GOTO_NEXT 1
      6