Searched refs:label2 (Results 1 - 4 of 4) sorted by relevance

/art/compiler/utils/arm/
H A Dassembler_thumb2_test.cc553 Label label0, label1, label2; local
560 __ cbz(arm::R0, &label2);
566 __ Bind(&label2);
572 "cbz r0, 2f\n" // cbz r0, label2
582 EXPECT_EQ(static_cast<uint32_t>(label2.Position()) + 0u,
583 __ GetAdjustedPosition(label2.Position()));
587 Label label0, label1, label2; local
594 __ cbz(arm::R0, &label2);
600 __ Bind(&label2);
607 "cmp r0, #0\n" // cbz r0, label2
623 Label label0, label1, label2; local
658 Label label0, label1, label2; local
694 Label label0, label1, label2; local
729 Label label0, label1, label2; local
1162 Label label0, label1, label2; local
1265 Label label1, label2, label3; local
1327 Label label1, label2, label3; local
1391 Label label1, label2, label3; local
1459 Label label1, label2, label3; local
[all...]
/art/compiler/utils/mips/
H A Dassembler_mips_test.cc2076 mips::MipsLabel label1, label2; local
2083 __ B(&label2);
2088 __ Bind(&label2);
2482 mips::MipsLabel label1, label2; local
2528 __ Bind(&label2);
2530 __ Bnez(mips::T0, &label2); // No preceding instruction for the delay slot.
2532 __ Bgeu(mips::T1, mips::T0, &label2); // No preceding instruction for the delay slot.
2534 __ Bc1f(2, &label2); // No preceding instruction for the delay slot.
2536 __ Bal(&label2); // No preceding instruction for the delay slot.
2542 __ Beq(mips::T1, mips::T2, &label2); // N
2632 mips::MipsLabel label1, label2; local
2702 mips::MipsLabel label1, label2, label3, label4, label5, label6; local
2752 mips::MipsLabel label1, label2, label3, label4, label5, label6; local
[all...]
H A Dassembler_mips32r6_test.cc793 mips::MipsLabel label1, label2, label3, label4; local
801 __ Bind(&label2);
803 __ Bc1nez(mips::F0, &label2);
/art/compiler/utils/mips64/
H A Dassembler_mips64_test.cc681 mips64::Mips64Label label1, label2; local
688 __ Balc(&label2);
693 __ Bind(&label2);
714 mips64::Mips64Label label1, label2; local
720 __ Balc(&label2);
724 __ Bind(&label2);
760 mips64::Mips64Label label1, label2; local
767 __ Bc(&label2);
772 __ Bind(&label2);

Completed in 75 milliseconds