Home | History | Annotate | Download | only in mips

Lines Matching refs:save_doubles_

65       : save_doubles_(save_fp) { }
74 SaveFPRegsMode save_doubles_;
77 int MinorKey() { return (save_doubles_ == kSaveFPRegs) ? 1 : 0; }