Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86_64.cc1617 static bool AreEflagsSetFrom(HInstruction* cond, HInstruction* branch) { in AreEflagsSetFrom() function
1660 if (AreEflagsSetFrom(cond, instruction)) { in GenerateTestAndBranch()
1816 if (AreEflagsSetFrom(condition, select)) { in VisitSelect()