Home | History | Annotate | Download | only in x86_64
      1     /* const vAA, #+BBBBbbbb */
      2     movl    2(rPC), %eax                    # grab all 32 bits at once
      3     SET_VREG %eax, rINSTq                   # vAA<- eax
      4     ADVANCE_PC_FETCH_AND_GOTO_NEXT 3
      5