Home
last modified time | relevance | path

Searched defs:FPUControlRegister (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/codegen/mips/
Dregister-mips.h300 struct FPUControlRegister { struct
302 bool is(FPUControlRegister creg) const { return reg_code == creg.reg_code; } in is() argument
319 constexpr FPUControlRegister no_fpucreg = {kInvalidFPUControlRegister}; argument
/external/v8/src/codegen/mips64/
Dregister-mips64.h311 struct FPUControlRegister { struct
313 bool is(FPUControlRegister creg) const { return reg_code == creg.reg_code; } in is() argument
330 constexpr FPUControlRegister no_fpucreg = {kInvalidFPUControlRegister}; argument