Searched refs:GenerateFPJumps (Results 1 – 4 of 4) sorted by relevance
/aosp12/art/compiler/optimizing/ |
H A D | code_generator_x86_64.h | 313 void GenerateFPJumps(HCondition* cond, LabelType* true_label, LabelType* false_label);
|
H A D | code_generator_x86.h | 330 void GenerateFPJumps(HCondition* cond, LabelType* true_label, LabelType* false_label);
|
H A D | code_generator_x86_64.cc | 1762 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 D | code_generator_x86.cc | 1686 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()
|