Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86_64.h277 void GenerateFPJumps(HCondition* cond, LabelType* true_label, LabelType* false_label);
Dcode_generator_arm.h283 void GenerateFPJumps(HCondition* cond, Label* true_label, Label* false_label);
Dcode_generator_x86.h284 void GenerateFPJumps(HCondition* cond, LabelType* true_label, LabelType* false_label);
Dcode_generator_arm.cc1256 void InstructionCodeGeneratorARM::GenerateFPJumps(HCondition* cond, in GenerateFPJumps() function in art::arm::InstructionCodeGeneratorARM
1367 GenerateFPJumps(condition, true_target, false_target); in GenerateCompareTestAndBranch()
1372 GenerateFPJumps(condition, true_target, false_target); in GenerateCompareTestAndBranch()
1600 GenerateFPJumps(cond, &true_label, &false_label); in HandleCondition()
1605 GenerateFPJumps(cond, &true_label, &false_label); in HandleCondition()
Dcode_generator_x86_64.cc1273 void InstructionCodeGeneratorX86_64::GenerateFPJumps(HCondition* cond, in GenerateFPJumps() function in art::x86_64::InstructionCodeGeneratorX86_64
1378 GenerateFPJumps(condition, true_target, false_target); in GenerateCompareTestAndBranch()
1382 GenerateFPJumps(condition, true_target, false_target); in GenerateCompareTestAndBranch()
1717 GenerateFPJumps(cond, &true_label, &false_label); in HandleCondition()
1730 GenerateFPJumps(cond, &true_label, &false_label); in HandleCondition()
Dcode_generator_x86.cc1172 void InstructionCodeGeneratorX86::GenerateFPJumps(HCondition* cond, in GenerateFPJumps() function in art::x86::InstructionCodeGeneratorX86
1335 GenerateFPJumps(condition, true_target, false_target); in GenerateCompareTestAndBranch()
1339 GenerateFPJumps(condition, true_target, false_target); in GenerateCompareTestAndBranch()
1693 GenerateFPJumps(cond, &true_label, &false_label); in HandleCondition()
1697 GenerateFPJumps(cond, &true_label, &false_label); in HandleCondition()