Home | History | Annotate | Download | only in mips64

Lines Matching refs:Move_d

296   inline void Move_d(FPURegister dst, FPURegister src) {
308 inline void Move(FPURegister dst, FPURegister src) { Move_d(dst, src); }