Home | History | Annotate | Download | only in mips
      1 %verify "executed"
      2     /* for: move/16, move-object/16 */
      3     /* op vAAAA, vBBBB */
      4     FETCH(a1, 2)                           #  a1 <- BBBB
      5     FETCH(a0, 1)                           #  a0 <- AAAA
      6     FETCH_ADVANCE_INST(3)                  #  advance rPC, load rINST
      7     GET_VREG(a2, a1)                       #  a2 <- fp[BBBB]
      8     GET_INST_OPCODE(t0)                    #  extract opcode from rINST
      9     SET_VREG_GOTO(a2, a0, t0)              #  fp[AAAA] <- a2 and jump
     10 
     11