Home | History | Annotate | Download | only in mips64

Lines Matching full:dst_high

276   inline void Move(Register dst_low, Register dst_high, FPURegister src) {
278 mfhc1(dst_high, src);
281 inline void FmoveHigh(Register dst_high, FPURegister src) {
282 mfhc1(dst_high, src);