Home
last modified time | relevance | path

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

/external/v8/src/mips64/
Dassembler-mips64.h292 struct FPUControlRegister { struct
294 bool is(FPUControlRegister creg) const { return reg_code == creg.reg_code; } in is() argument
311 const FPUControlRegister no_fpucreg = { kInvalidFPUControlRegister }; argument
/external/v8/src/mips/
Dassembler-mips.h290 struct FPUControlRegister { struct
292 bool is(FPUControlRegister creg) const { return reg_code == creg.reg_code; } in is() argument
309 const FPUControlRegister no_fpucreg = { kInvalidFPUControlRegister }; argument