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