Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86.h289 void GenerateFPJumps(HCondition* cond, LabelType* true_label, LabelType* false_label);
Dcode_generator_x86_64.h278 void GenerateFPJumps(HCondition* cond, LabelType* true_label, LabelType* false_label);
Dcode_generator_x86_64.cc1511 void InstructionCodeGeneratorX86_64::GenerateFPJumps(HCondition* cond, in GenerateFPJumps() function in art::x86_64::InstructionCodeGeneratorX86_64
1597 GenerateFPJumps(condition, true_target, false_target); in GenerateCompareTestAndBranch()
1601 GenerateFPJumps(condition, true_target, false_target); in GenerateCompareTestAndBranch()
1929 GenerateFPJumps(cond, &true_label, &false_label); in HandleCondition()
1942 GenerateFPJumps(cond, &true_label, &false_label); in HandleCondition()