Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86_64.h327 void GenerateFPJumps(HCondition* cond, LabelType* true_label, LabelType* false_label);
Dcode_generator_x86.h330 void GenerateFPJumps(HCondition* cond, LabelType* true_label, LabelType* false_label);
Dcode_generator_x86_64.cc1933 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()
Dcode_generator_x86.cc1791 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()