Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dmacro-assembler-aarch32.cc991 VIXL_ASSERT(size.IsBest()); in Delegate()
1255 VIXL_ASSERT(size.IsBest()); in Delegate()
1310 VIXL_ASSERT(size.IsBest()); in Delegate()
2000 VIXL_ASSERT(size.IsBest()); in Delegate()
Dinstructions-aarch32.h1159 bool IsBest() const { return size_ == Best; } in IsBest() function