Home | History | Annotate | Download | only in armv6t2
      1 %verify "executed"
      2     /* for move, move-object, long-to-int */
      3     /* op vA, vB */
      4     mov     r1, rINST, lsr #12          @ r1<- B from 15:12
      5     ubfx    r0, rINST, #8, #4           @ r0<- A from 11:8
      6     FETCH_ADVANCE_INST(1)               @ advance rPC, load rINST
      7     GET_VREG(r2, r1)                    @ r2<- fp[B]
      8     GET_INST_OPCODE(ip)                 @ ip<- opcode from rINST
      9     SET_VREG(r2, r0)                    @ fp[A]<- r2
     10     GOTO_OPCODE(ip)                     @ execute next instruction
     11