Home | History | Annotate | Download | only in x86_64
      1     /* const-wide/high16 vAA, #+BBBB000000000000 */
      2     movzwq  2(rPC), %rax                    # eax <- 0000BBBB
      3     salq    $$48, %rax                      # eax <- BBBB0000
      4     SET_WIDE_VREG %rax, rINSTq              # v[AA+0] <- eax
      5     ADVANCE_PC_FETCH_AND_GOTO_NEXT 2
      6