Searched defs:GenerateFPJumps (Results 1 - 3 of 3) sorted by relevance

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

Completed in 111 milliseconds