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

/art/runtime/interpreter/mterp/mips/
H A Dheader.S286 #define SET_VREG64(rlo, rhi, rix) .set noat; \ define
341 /* Combination of the SET_VREG64 and GOTO_OPCODE functions to save 1 instruction */
/art/runtime/interpreter/mterp/out/
H A Dmterp_mips.S293 #define SET_VREG64(rlo, rhi, rix) .set noat; \ define
348 /* Combination of the SET_VREG64 and GOTO_OPCODE functions to save 1 instruction */
641 SET_VREG64(a0, a1, a2) # fp[A] <- a0/a1
656 SET_VREG64(a0, a1, a2) # fp[AA] <- a0/a1
671 SET_VREG64(a0, a1, a2) # fp[AAAA] <- a0/a1
762 SET_VREG64(a0, a1, a2) # fp[AA] <- a0/a1
944 SET_VREG64(a0, a1, a3) # vAA <- a0/a1
960 SET_VREG64(a0, a1, a3) # vAA <- a0/a1
979 SET_VREG64(a0, a1, t1) # vAA <- a0/a1
993 SET_VREG64(a
[all...]

Completed in 90 milliseconds