Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86_64.cc2252 static bool AreEflagsSetFrom(HInstruction* cond, in AreEflagsSetFrom() function
2299 if (AreEflagsSetFrom(cond, instruction, codegen_->GetCompilerOptions())) { in GenerateTestAndBranch()
2489 if (AreEflagsSetFrom(condition, select, codegen_->GetCompilerOptions())) { in VisitSelect()
Dcode_generator_x86.cc2136 static bool AreEflagsSetFrom(HInstruction* cond, in AreEflagsSetFrom() function
2184 if (AreEflagsSetFrom(cond, instruction, codegen_->GetCompilerOptions())) { in GenerateTestAndBranch()
2380 if (AreEflagsSetFrom(condition, select, codegen_->GetCompilerOptions())) { in VisitSelect()