Searched refs:AreEflagsSetFrom (Results 1 – 2 of 2) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_x86_64.cc | 2252 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()
|
D | code_generator_x86.cc | 2136 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()
|