Home | History | Annotate | Download | only in x86
      1 %verify "executed"
      2     /* const-wide vAA, #+HHHHhhhhBBBBbbbb */
      3     movl      2(rPC),%eax         # eax<- lsw
      4     movzbl    rINST_HI,%ecx       # ecx <- AA
      5     movl      6(rPC),rINST_FULL   # rINST_FULL<- msw
      6     leal      (rFP,%ecx,4),%ecx   # dst addr
      7     movl      rINST_FULL,4(%ecx)
      8     FETCH_INST_WORD(5)
      9     movl      %eax,(%ecx)
     10     ADVANCE_PC(5)
     11     GOTO_NEXT
     12