Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dcode_generator_x86_64.h313 void GenerateFPJumps(HCondition* cond, LabelType* true_label, LabelType* false_label);
H A Dcode_generator_x86.h330 void GenerateFPJumps(HCondition* cond, LabelType* true_label, LabelType* false_label);
H A Dcode_generator_x86_64.cc1762 void InstructionCodeGeneratorX86_64::GenerateFPJumps(HCondition* cond, in GenerateFPJumps() function in art::x86_64::InstructionCodeGeneratorX86_64
1848 GenerateFPJumps(condition, true_target, false_target); in GenerateCompareTestAndBranch()
1852 GenerateFPJumps(condition, true_target, false_target); in GenerateCompareTestAndBranch()
2190 GenerateFPJumps(cond, &true_label, &false_label); in HandleCondition()
2203 GenerateFPJumps(cond, &true_label, &false_label); in HandleCondition()
H A Dcode_generator_x86.cc1686 void InstructionCodeGeneratorX86::GenerateFPJumps(HCondition* cond, in GenerateFPJumps() function in art::x86::InstructionCodeGeneratorX86
1851 GenerateFPJumps(condition, true_target, false_target); in GenerateCompareTestAndBranch()
1855 GenerateFPJumps(condition, true_target, false_target); in GenerateCompareTestAndBranch()
2215 GenerateFPJumps(cond, &true_label, &false_label); in HandleCondition()
2219 GenerateFPJumps(cond, &true_label, &false_label); in HandleCondition()