Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dmacro-assembler-aarch32.h435 if ((cond != NULL) && NeedBranch(cond)) {
11057 bool NeedBranch(Condition* cond) { return !cond->Is(al) && IsUsingT32(); } in NeedBranch() function