Searched defs:true_label (Results 1 - 4 of 4) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator_arm.cc2437 Label* true_label,
2489 __ b(true_label, ARMCondition(true_high_cond));
2493 __ b(true_label, ARMCondition(true_high_cond));
2504 __ b(true_label, ARMCondition(true_high_cond));
2508 __ b(true_label, ARMCondition(true_high_cond));
2516 __ b(true_label, final_condition);
2928 Label true_label, false_label; local
2930 GenerateLongComparesAndJumps(cond, &true_label, &false_label);
2938 __ Bind(&true_label);
2436 GenerateLongComparesAndJumps(HCondition* cond, Label* true_label, Label* false_label) argument
H A Dcode_generator_arm_vixl.cc2472 vixl32::Label* true_label,
2524 __ B(ARMCondition(true_high_cond), true_label); local
2528 __ B(ARMCondition(true_high_cond), true_label); local
2539 __ B(ARMCondition(true_high_cond), true_label); local
2543 __ B(ARMCondition(true_high_cond), true_label); local
2551 __ B(final_condition, true_label);
2963 vixl32::Label true_label, false_label; local
2965 GenerateLongComparesAndJumps(cond, &true_label, &false_label);
2973 __ Bind(&true_label);
2471 GenerateLongComparesAndJumps(HCondition* cond, vixl32::Label* true_label, vixl32::Label* false_label) argument
H A Dcode_generator_x86.cc1399 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); local
1468 __ j(X86Condition(true_high_cond), true_label); local
1479 __ j(X86Condition(true_high_cond), true_label); local
1483 __ j(X86Condition(true_high_cond), true_label); local
1492 __ j(X86Condition(true_high_cond), true_label); local
1496 __ j(X86Condition(true_high_cond), true_label); local
1398 GenerateFPJumps(HCondition* cond, LabelType* true_label, LabelType* false_label) argument
1410 GenerateLongComparesAndJumps(HCondition* cond, LabelType* true_label, LabelType* false_label) argument
1900 NearLabel true_label, false_label; local
[all...]
H A Dcode_generator_x86_64.cc1502 LabelType* true_label,
1505 __ j(kUnordered, true_label);
1509 __ j(X86_64FPCondition(cond->GetCondition()), true_label);
1889 NearLabel true_label, false_label; local
1918 GenerateFPJumps(cond, &true_label, &false_label);
1931 GenerateFPJumps(cond, &true_label, &false_label);
1945 __ Bind(&true_label);
1501 GenerateFPJumps(HCondition* cond, LabelType* true_label, LabelType* false_label) argument

Completed in 69 milliseconds