Home | History | Annotate | Download | only in mips

Lines Matching full:dst_high

248   inline void Move(Register dst_low, Register dst_high, FPURegister src) {
250 Mfhc1(dst_high, src);
253 inline void FmoveHigh(Register dst_high, FPURegister src) {
254 Mfhc1(dst_high, src);