Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dmacro-assembler-aarch32.cc695 VIXL_ASSERT(size.IsBest()); in Delegate()
959 VIXL_ASSERT(size.IsBest()); in Delegate()
1014 VIXL_ASSERT(size.IsBest()); in Delegate()
1704 VIXL_ASSERT(size.IsBest()); in Delegate()
Dinstructions-aarch32.h1162 bool IsBest() const { return size_ == Best; } in IsBest() function