Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86_64.h370 void GenerateFPJumps(HCondition* cond, LabelType* true_label, LabelType* false_label);
Dcode_generator_x86.h381 void GenerateFPJumps(HCondition* cond, LabelType* true_label, LabelType* false_label);
Dcode_generator_x86_64.cc2146 void InstructionCodeGeneratorX86_64::GenerateFPJumps(HCondition* cond, in GenerateFPJumps() function in art::x86_64::InstructionCodeGeneratorX86_64
2232 GenerateFPJumps(condition, true_target, false_target); in GenerateCompareTestAndBranch()
2236 GenerateFPJumps(condition, true_target, false_target); in GenerateCompareTestAndBranch()
2612 GenerateFPJumps(cond, &true_label, &false_label); in HandleCondition()
2625 GenerateFPJumps(cond, &true_label, &false_label); in HandleCondition()
Dcode_generator_x86.cc1952 void InstructionCodeGeneratorX86::GenerateFPJumps(HCondition* cond, in GenerateFPJumps() function in art::x86::InstructionCodeGeneratorX86
2117 GenerateFPJumps(condition, true_target, false_target); in GenerateCompareTestAndBranch()
2121 GenerateFPJumps(condition, true_target, false_target); in GenerateCompareTestAndBranch()
2521 GenerateFPJumps(cond, &true_label, &false_label); in HandleCondition()
2525 GenerateFPJumps(cond, &true_label, &false_label); in HandleCondition()