Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_mips.h332 void GenerateFpCompareAndBranch(IfCondition cond,
Dcode_generator_mips64.h325 void GenerateFpCompareAndBranch(IfCondition cond,
Dcode_generator_mips64.cc4292 void InstructionCodeGeneratorMIPS64::GenerateFpCompareAndBranch(IfCondition cond, in GenerateFpCompareAndBranch() function in art::mips64::InstructionCodeGeneratorMIPS64
4459 GenerateFpCompareAndBranch(if_cond, condition->IsGtBias(), type, locations, branch_target); in GenerateTestAndBranch()
Dcode_generator_mips.cc5661 void InstructionCodeGeneratorMIPS::GenerateFpCompareAndBranch(IfCondition cond, in GenerateFpCompareAndBranch() function in art::mips::InstructionCodeGeneratorMIPS
5925 GenerateFpCompareAndBranch(if_cond, condition->IsGtBias(), type, locations, branch_target); in GenerateTestAndBranch()