Home | History | Annotate | Download | only in mips
      1 %verify "executed"
      2     GET_OPB(a1)                            #  a1 <- B from 15:12
      3     GET_OPA4(a0)                           #  a0 <- A from 11:8
      4     FETCH_ADVANCE_INST(1)                  #  advance rPC, load rINST
      5 #ifdef HAVE_BIG_ENDIAN
      6     addu      a1, a1, 1
      7 #endif
      8     GET_VREG(a2, a1)                       #  a2 <- fp[B]
      9     GET_INST_OPCODE(t0)                    #  t0 <- opcode from rINST
     10     SET_VREG_GOTO(a2, a0, t0)              #  fp[A] <- a2
     11