Home
last modified time | relevance | path

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

/external/v8/src/mips/
Dassembler-mips.h336 struct FPUControlRegister { struct
338 bool is(FPUControlRegister creg) const { return code_ == creg.code_; } in is() argument
355 const FPUControlRegister no_fpucreg = { kInvalidFPUControlRegister }; argument
/external/v8/src/mips64/
Dassembler-mips64.h325 struct FPUControlRegister { struct
327 bool is(FPUControlRegister creg) const { return code_ == creg.code_; } in is() argument
344 const FPUControlRegister no_fpucreg = { kInvalidFPUControlRegister }; argument