Home | History | Annotate | Download | only in mips
      1 %verify "executed"
      2     /* for move, move-object, long-to-int */
      3     /* op vA, vB */
      4     GET_OPB(a1)                            #  a1 <- B from 15:12
      5     GET_OPA4(a0)                           #  a0 <- A from 11:8
      6     FETCH_ADVANCE_INST(1)                  #  advance rPC, load rINST
      7     GET_VREG(a2, a1)                       #  a2 <- fp[B]
      8     GET_INST_OPCODE(t0)                    #  t0 <- opcode from rINST
      9     SET_VREG_GOTO(a2, a0, t0)              #  fp[A] <- a2
     10 
     11