Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/arm64/
Dregister-arm64.h375 bool Is2S() const { return (Is64Bits() && (lane_count_ == 2)); } in Is2S() function
/third_party/vixl/src/aarch64/
Dregisters-aarch64.h367 bool Is2S() const { return IsD() && IsLaneSizeS(); } in Is2S() function