Searched refs:GenerateFPJumps (Results 1 – 3 of 3) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_x86.h | 289 void GenerateFPJumps(HCondition* cond, LabelType* true_label, LabelType* false_label);
|
D | code_generator_x86_64.h | 278 void GenerateFPJumps(HCondition* cond, LabelType* true_label, LabelType* false_label);
|
D | code_generator_x86_64.cc | 1511 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()
|