Home | History | Annotate | Download | only in mips64

Lines Matching refs:src_high

316   inline void FmoveHigh(FPURegister dst, Register src_high) {
317 mthc1(src_high, dst);
326 inline void Move(FPURegister dst, Register src_low, Register src_high) {
328 mthc1(src_high, dst);