Searched refs:GenerateFPJumps (Results 1 – 4 of 4) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_x86_64.h | 370 void GenerateFPJumps(HCondition* cond, LabelType* true_label, LabelType* false_label);
|
D | code_generator_x86.h | 381 void GenerateFPJumps(HCondition* cond, LabelType* true_label, LabelType* false_label);
|
D | code_generator_x86_64.cc | 2146 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()
|
D | code_generator_x86.cc | 1952 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()
|