Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86.h321 void GenerateFPJumps(HCondition* cond, LabelType* true_label, LabelType* false_label);
324 LabelType* true_label,
Dcode_generator_x86.cc1521 LabelType* true_label, in GenerateFPJumps() argument
1524 __ j(kUnordered, true_label); in GenerateFPJumps()
1528 __ j(X86UnsignedOrFPCondition(cond->GetCondition()), true_label); in GenerateFPJumps()
1533 LabelType* true_label, in GenerateLongComparesAndJumps() argument
1586 __ j(X86Condition(true_high_cond), true_label); in GenerateLongComparesAndJumps()
1590 __ j(X86Condition(true_high_cond), true_label); in GenerateLongComparesAndJumps()
1601 __ j(X86Condition(true_high_cond), true_label); in GenerateLongComparesAndJumps()
1605 __ j(X86Condition(true_high_cond), true_label); in GenerateLongComparesAndJumps()
1614 __ j(X86Condition(true_high_cond), true_label); in GenerateLongComparesAndJumps()
1618 __ j(X86Condition(true_high_cond), true_label); in GenerateLongComparesAndJumps()
[all …]
Dcode_generator_x86_64.h313 void GenerateFPJumps(HCondition* cond, LabelType* true_label, LabelType* false_label);
Dcode_generator_x86_64.cc1690 LabelType* true_label, in GenerateFPJumps() argument
1693 __ j(kUnordered, true_label); in GenerateFPJumps()
1697 __ j(X86_64FPCondition(cond->GetCondition()), true_label); in GenerateFPJumps()
2088 NearLabel true_label, false_label; in HandleCondition() local
2117 GenerateFPJumps(cond, &true_label, &false_label); in HandleCondition()
2130 GenerateFPJumps(cond, &true_label, &false_label); in HandleCondition()
2144 __ Bind(&true_label); in HandleCondition()