Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dregisters-aarch64.h314 bool IsD() const { return IsVRegister() && Is64Bits(); } in IsD() function
/external/vixl/src/aarch32/
Dinstructions-aarch32.h116 bool IsD() const { return GetType() == kDRegister; } in IsD() function