Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/loong64/
Dregister-loong64.h159 struct FPUControlRegister { struct
161 bool is(FPUControlRegister creg) const { return reg_code == creg.reg_code; } in is() argument
178 constexpr FPUControlRegister no_fpucreg = {kInvalidFPUControlRegister}; argument
/third_party/node/deps/v8/src/codegen/mips/
Dregister-mips.h216 struct FPUControlRegister { struct
218 bool is(FPUControlRegister creg) const { return reg_code == creg.reg_code; } in is() argument
235 constexpr FPUControlRegister no_fpucreg = {kInvalidFPUControlRegister}; argument
/third_party/node/deps/v8/src/codegen/mips64/
Dregister-mips64.h227 struct FPUControlRegister { struct
229 bool is(FPUControlRegister creg) const { return reg_code == creg.reg_code; } in is() argument
246 constexpr FPUControlRegister no_fpucreg = {kInvalidFPUControlRegister}; argument