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