Searched refs:GenerateFpCompareAndBranch (Results 1 – 4 of 4) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_mips.h | 332 void GenerateFpCompareAndBranch(IfCondition cond,
|
D | code_generator_mips64.h | 325 void GenerateFpCompareAndBranch(IfCondition cond,
|
D | code_generator_mips64.cc | 4292 void InstructionCodeGeneratorMIPS64::GenerateFpCompareAndBranch(IfCondition cond, in GenerateFpCompareAndBranch() function in art::mips64::InstructionCodeGeneratorMIPS64 4459 GenerateFpCompareAndBranch(if_cond, condition->IsGtBias(), type, locations, branch_target); in GenerateTestAndBranch()
|
D | code_generator_mips.cc | 5661 void InstructionCodeGeneratorMIPS::GenerateFpCompareAndBranch(IfCondition cond, in GenerateFpCompareAndBranch() function in art::mips::InstructionCodeGeneratorMIPS 5925 GenerateFpCompareAndBranch(if_cond, condition->IsGtBias(), type, locations, branch_target); in GenerateTestAndBranch()
|