Home
last modified time | relevance | path

Searched refs:DataTypeType (Results 1 – 1 of 1) sorted by relevance

/external/vixl/src/aarch32/
Dinstructions-aarch32.h249 enum DataTypeType { enum
297 DataTypeType GetType() const { in GetType()
298 return static_cast<DataTypeType>(value_ & kDataTypeTypeMask); in GetType()
307 bool Is(DataTypeType type) const { return GetType() == type; } in Is()
311 bool Is(DataTypeType type, uint32_t size) const { in Is()
314 bool IsNoneOr(DataTypeType type, uint32_t size) const { in IsNoneOr()