Home | History | Annotate | Download | only in x86
      1 %verify "executed"
      2     /* const-wide/32 vAA, #+BBBBbbbb */
      3     movl     2(rPC),%eax                # eax<- BBBBbbbb
      4     SPILL(rIBASE)                       # save rIBASE (cltd trashes it)
      5     cltd                                # rIBASE:eax<- ssssssssssssBBBB
      6     SET_VREG_WORD rIBASE rINST,1        # store msw
      7     FETCH_INST_OPCODE 3 %ecx
      8     UNSPILL(rIBASE)                     # restore rIBASE
      9     SET_VREG_WORD %eax rINST 0          # store lsw
     10     ADVANCE_PC 3
     11     GOTO_NEXT_R %ecx
     12