Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86.h321 void GenerateFPJumps(HCondition* cond, LabelType* true_label, LabelType* false_label);
Dcode_generator_x86_64.h313 void GenerateFPJumps(HCondition* cond, LabelType* true_label, LabelType* false_label);
Dcode_generator_x86_64.cc1689 void InstructionCodeGeneratorX86_64::GenerateFPJumps(HCondition* cond, in GenerateFPJumps() function in art::x86_64::InstructionCodeGeneratorX86_64
1775 GenerateFPJumps(condition, true_target, false_target); in GenerateCompareTestAndBranch()
1779 GenerateFPJumps(condition, true_target, false_target); in GenerateCompareTestAndBranch()
2117 GenerateFPJumps(cond, &true_label, &false_label); in HandleCondition()
2130 GenerateFPJumps(cond, &true_label, &false_label); in HandleCondition()
Dcode_generator_x86.cc1520 void InstructionCodeGeneratorX86::GenerateFPJumps(HCondition* cond, in GenerateFPJumps() function in art::x86::InstructionCodeGeneratorX86
1685 GenerateFPJumps(condition, true_target, false_target); in GenerateCompareTestAndBranch()
1689 GenerateFPJumps(condition, true_target, false_target); in GenerateCompareTestAndBranch()
2049 GenerateFPJumps(cond, &true_label, &false_label); in HandleCondition()
2053 GenerateFPJumps(cond, &true_label, &false_label); in HandleCondition()