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 reg_code == creg.reg_code; } in is() argument
355 constexpr FPUControlRegister no_fpucreg = {kInvalidFPUControlRegister}; argument
/external/v8/src/mips64/
Dassembler-mips64.h342 struct FPUControlRegister { struct
344 bool is(FPUControlRegister creg) const { return reg_code == creg.reg_code; } in is() argument
361 constexpr FPUControlRegister no_fpucreg = {kInvalidFPUControlRegister}; argument