Home | History | Annotate | Download | only in mips

Lines Matching refs:FPUControlRegister

269 struct FPUControlRegister {
274 bool is(FPUControlRegister creg) const { return code_ == creg.code_; }
291 const FPUControlRegister no_fpucreg = { -1 };
292 const FPUControlRegister FCSR = { kFCSRRegister };
681 void ctc1(Register rt, FPUControlRegister fs);
682 void cfc1(Register rt, FPUControlRegister fs);
953 FPUControlRegister fs,