Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dinstructions-aarch32.h248 enum DataTypeType { enum
296 DataTypeType GetType() const { in GetType()
297 return static_cast<DataTypeType>(value_ & kDataTypeTypeMask); in GetType()
305 bool Is(DataTypeType type) const { return GetType() == type; } in Is()
309 bool Is(DataTypeType type, uint32_t size) const { in Is()
312 bool IsNoneOr(DataTypeType type, uint32_t size) const { in IsNoneOr()