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

/art/compiler/optimizing/
H A Dcode_generator_mips64.cc1811 Mips64Label true_label; local
1829 &true_label);
1841 __ Bind(&true_label);
H A Dcode_generator_mips.cc2225 MipsLabel true_label; local
2235 GenerateLongCompareAndBranch(instruction->GetCondition(), locations, &true_label);
2245 &true_label);
2257 __ Bind(&true_label);
H A Dcode_generator_arm.cc1257 Label* true_label,
1260 __ b(true_label, ARMFPCondition(cond->GetCondition(), cond->IsGtBias()));
1264 Label* true_label,
1317 __ b(true_label, ARMCondition(true_high_cond));
1321 __ b(true_label, ARMCondition(true_high_cond));
1332 __ b(true_label, ARMCondition(true_high_cond));
1336 __ b(true_label, ARMCondition(true_high_cond));
1344 __ b(true_label, final_condition);
1576 Label true_label, false_label; local
1596 GenerateLongComparesAndJumps(cond, &true_label,
1256 GenerateFPJumps(HCondition* cond, Label* true_label, Label* false_label ATTRIBUTE_UNUSED) argument
1263 GenerateLongComparesAndJumps(HCondition* cond, Label* true_label, Label* false_label) argument
[all...]
H A Dcode_generator_x86.cc1173 LabelType* true_label,
1176 __ j(kUnordered, true_label);
1180 __ j(X86UnsignedOrFPCondition(cond->GetCondition()), true_label);
1185 LabelType* true_label,
1238 __ j(X86Condition(true_high_cond), true_label); local
1242 __ j(X86Condition(true_high_cond), true_label); local
1253 __ j(X86Condition(true_high_cond), true_label); local
1257 __ j(X86Condition(true_high_cond), true_label); local
1266 __ j(X86Condition(true_high_cond), true_label); local
1270 __ j(X86Condition(true_high_cond), true_label); local
1172 GenerateFPJumps(HCondition* cond, LabelType* true_label, LabelType* false_label) argument
1184 GenerateLongComparesAndJumps(HCondition* cond, LabelType* true_label, LabelType* false_label) argument
1676 NearLabel true_label, false_label; local
[all...]
H A Dcode_generator_x86_64.cc1274 LabelType* true_label,
1277 __ j(kUnordered, true_label);
1281 __ j(X86_64FPCondition(cond->GetCondition()), true_label);
1674 NearLabel true_label, false_label; local
1717 GenerateFPJumps(cond, &true_label, &false_label);
1730 GenerateFPJumps(cond, &true_label, &false_label);
1744 __ Bind(&true_label);
1273 GenerateFPJumps(HCondition* cond, LabelType* true_label, LabelType* false_label) argument

Completed in 93 milliseconds