Home | History | Annotate | Download | only in optimizing

Lines Matching defs:true_label

1399                                                   LabelType* true_label,
1402 __ j(kUnordered, true_label);
1406 __ j(X86UnsignedOrFPCondition(cond->GetCondition()), true_label);
1411 LabelType* true_label,
1464 __ j(X86Condition(true_high_cond), true_label);
1468 __ j(X86Condition(true_high_cond), true_label);
1479 __ j(X86Condition(true_high_cond), true_label);
1483 __ j(X86Condition(true_high_cond), true_label);
1492 __ j(X86Condition(true_high_cond), true_label);
1496 __ j(X86Condition(true_high_cond), true_label);
1503 __ j(final_condition, true_label);
1900 NearLabel true_label, false_label;
1913 GenerateLongComparesAndJumps(cond, &true_label, &false_label);
1917 GenerateFPJumps(cond, &true_label, &false_label);
1921 GenerateFPJumps(cond, &true_label, &false_label);
1934 __ Bind(&true_label);