Home
last modified time | relevance | path

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

/external/v8/src/mips/
Dassembler-mips.h330 struct FPUControlRegister { struct
332 bool is(FPUControlRegister creg) const { return code_ == creg.code_; } in is() argument
349 const FPUControlRegister no_fpucreg = { kInvalidFPUControlRegister }; argument