Searched defs:GenerateFpCompareAndBranch (Results 1 - 2 of 2) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator_mips64.cc1825 GenerateFpCompareAndBranch(instruction->GetCondition(),
2463 void InstructionCodeGeneratorMIPS64::GenerateFpCompareAndBranch(IfCondition cond, function in class:art::mips64::InstructionCodeGeneratorMIPS64
2628 GenerateFpCompareAndBranch(if_cond, condition->IsGtBias(), type, locations, branch_target);
H A Dcode_generator_mips.cc2241 GenerateFpCompareAndBranch(instruction->GetCondition(),
3043 void InstructionCodeGeneratorMIPS::GenerateFpCompareAndBranch(IfCondition cond, function in class:art::mips::InstructionCodeGeneratorMIPS
3303 GenerateFpCompareAndBranch(if_cond, condition->IsGtBias(), type, locations, branch_target);

Completed in 58 milliseconds