Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86.h381 void GenerateFPJumps(HCondition* cond, LabelType* true_label, LabelType* false_label);
384 LabelType* true_label,
Dcode_generator_x86.cc1953 LabelType* true_label, in GenerateFPJumps() argument
1956 __ j(kUnordered, true_label); in GenerateFPJumps()
1960 __ j(X86UnsignedOrFPCondition(cond->GetCondition()), true_label); in GenerateFPJumps()
1965 LabelType* true_label, in GenerateLongComparesAndJumps() argument
2018 __ j(X86Condition(true_high_cond), true_label); in GenerateLongComparesAndJumps()
2022 __ j(X86Condition(true_high_cond), true_label); in GenerateLongComparesAndJumps()
2033 __ j(X86Condition(true_high_cond), true_label); in GenerateLongComparesAndJumps()
2037 __ j(X86Condition(true_high_cond), true_label); in GenerateLongComparesAndJumps()
2046 __ j(X86Condition(true_high_cond), true_label); in GenerateLongComparesAndJumps()
2050 __ j(X86Condition(true_high_cond), true_label); in GenerateLongComparesAndJumps()
[all …]
Dcode_generator_x86_64.h370 void GenerateFPJumps(HCondition* cond, LabelType* true_label, LabelType* false_label);
Dcode_generator_x86_64.cc2147 LabelType* true_label, in GenerateFPJumps() argument
2150 __ j(kUnordered, true_label); in GenerateFPJumps()
2154 __ j(X86_64FPCondition(cond->GetCondition()), true_label); in GenerateFPJumps()
2583 NearLabel true_label, false_label; in HandleCondition() local
2612 GenerateFPJumps(cond, &true_label, &false_label); in HandleCondition()
2625 GenerateFPJumps(cond, &true_label, &false_label); in HandleCondition()
2639 __ Bind(&true_label); in HandleCondition()