Searched defs:FPUControlRegister (Results 1 – 1 of 1) sorted by relevance
330 struct FPUControlRegister { struct332 bool is(FPUControlRegister creg) const { return code_ == creg.code_; } in is() argument349 const FPUControlRegister no_fpucreg = { kInvalidFPUControlRegister }; argument