HomeSort by relevance Sort by last modified time
    Searched defs:SET_VREG_OBJECT (Results 1 - 2 of 2) sorted by null

  /art/runtime/interpreter/mterp/mips/
header.S 319 #define SET_VREG_OBJECT(rd, rix) .set noat; \
  /art/runtime/interpreter/mterp/out/
mterp_mips.S 326 #define SET_VREG_OBJECT(rd, rix) .set noat; \
588 SET_VREG_OBJECT(a2, a0) # fp[A] <- a2
606 SET_VREG_OBJECT(a2, a0) # fp[AA] <- a2
624 SET_VREG_OBJECT(a2, a0) # fp[AAAA] <- a2
688 SET_VREG_OBJECT(a2, a0) # fp[A] <- a2
708 SET_VREG_OBJECT(a2, a0) # fp[AA] <- a2
728 SET_VREG_OBJECT(a2, a0) # fp[AAAA] <- a2
747 SET_VREG_OBJECT(a0, a2) # fp[AA] <- a0
779 SET_VREG_OBJECT(a0, a2) # fp[AA] <- a0
794 SET_VREG_OBJECT(a3, a2) # fp[AA] <- exception ob
    [all...]

Completed in 131 milliseconds