Home | History | Annotate | Download | only in mips64

Lines Matching full:fparg2

1162     const int fparg2 = (kMipsAbi == kN64) ? 13 : 14;
1164 *y = get_fpu_register_double(fparg2);
4834 const FPURegister fparg2 = (kMipsAbi == kN64) ? f13 : f14;
4836 set_fpu_register_double(fparg2, d1);