Searched defs:SET_VREG (Results 1 - 2 of 2) sorted by relevance

/art/runtime/interpreter/mterp/mips/
H A Dheader.S278 #define SET_VREG(rd, rix) .set noat; \ define
327 /* Combination of the SET_VREG and GOTO_OPCODE functions to save 1 instruction */
/art/runtime/interpreter/mterp/out/
H A Dmterp_mips.S285 #define SET_VREG(rd, rix) .set noat; \ define
334 /* Combination of the SET_VREG and GOTO_OPCODE functions to save 1 instruction */
590 SET_VREG(a2, a0) # fp[A] <- a2
608 SET_VREG(a2, a0) # fp[AA] <- a2
626 SET_VREG(a2, a0) # fp[AAAA] <- a2
690 SET_VREG(a2, a0) # fp[A] <- a2
710 SET_VREG(a2, a0) # fp[AA] <- a2
730 SET_VREG(a2, a0) # fp[AAAA] <- a2
749 SET_VREG(a0, a2) # fp[AA] <- a0
781 SET_VREG(a
[all...]

Completed in 442 milliseconds