Searched defs:FPUControlRegister (Results 1 – 3 of 3) sorted by relevance
159 struct FPUControlRegister { struct161 bool is(FPUControlRegister creg) const { return reg_code == creg.reg_code; } in is() argument178 constexpr FPUControlRegister no_fpucreg = {kInvalidFPUControlRegister}; argument
216 struct FPUControlRegister { struct218 bool is(FPUControlRegister creg) const { return reg_code == creg.reg_code; } in is() argument235 constexpr FPUControlRegister no_fpucreg = {kInvalidFPUControlRegister}; argument
227 struct FPUControlRegister { struct229 bool is(FPUControlRegister creg) const { return reg_code == creg.reg_code; } in is() argument246 constexpr FPUControlRegister no_fpucreg = {kInvalidFPUControlRegister}; argument