Home | History | Annotate | Download | only in x86
      1 %verify "executed"
      2     /* for move, move-object, long-to-int */
      3     /* op vA, vB */
      4     movzbl rINST_HI,%eax         # eax<- BA
      5     andb   $$0xf,%al             # eax<- A
      6     shrl   $$12,rINST_FULL       # rINST_FULL<- B
      7     GET_VREG(%ecx,rINST_FULL)
      8     FETCH_INST_WORD(1)
      9     ADVANCE_PC(1)
     10     SET_VREG(%ecx,%eax)          # fp[A]<-fp[B]
     11     GOTO_NEXT
     12