Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/arm64/
Dregister-arm64.h153 bool IsVRegister() const { return reg_type_ == kVRegister; } in IsVRegister() function
/third_party/vixl/src/aarch64/
Doperands-aarch64.h957 bool IsVRegister() const { in IsVRegister() function
Dregisters-aarch64.h186 bool IsVRegister() const { return GetType() == kVRegister; } in IsVRegister() function
/third_party/vixl/src/aarch32/
Dinstructions-aarch32.h118 bool IsVRegister() const { return IsS() || IsD() || IsQ(); } in IsVRegister() function