Searched refs:GenerateFPJumps (Results 1 – 4 of 4) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_x86_64.h | 327 void GenerateFPJumps(HCondition* cond, LabelType* true_label, LabelType* false_label);
|
D | code_generator_x86.h | 330 void GenerateFPJumps(HCondition* cond, LabelType* true_label, LabelType* false_label);
|
D | code_generator_x86_64.cc | 1933 void InstructionCodeGeneratorX86_64::GenerateFPJumps(HCondition* cond, in GenerateFPJumps() function in art::x86_64::InstructionCodeGeneratorX86_64 2019 GenerateFPJumps(condition, true_target, false_target); in GenerateCompareTestAndBranch() 2023 GenerateFPJumps(condition, true_target, false_target); in GenerateCompareTestAndBranch() 2361 GenerateFPJumps(cond, &true_label, &false_label); in HandleCondition() 2374 GenerateFPJumps(cond, &true_label, &false_label); in HandleCondition()
|
D | code_generator_x86.cc | 1791 void InstructionCodeGeneratorX86::GenerateFPJumps(HCondition* cond, in GenerateFPJumps() function in art::x86::InstructionCodeGeneratorX86 1956 GenerateFPJumps(condition, true_target, false_target); in GenerateCompareTestAndBranch() 1960 GenerateFPJumps(condition, true_target, false_target); in GenerateCompareTestAndBranch() 2320 GenerateFPJumps(cond, &true_label, &false_label); in HandleCondition() 2324 GenerateFPJumps(cond, &true_label, &false_label); in HandleCondition()
|