Lines Matching refs:tlabel
2708 Label* tlabel = branch->true_label; in AssembleArchBranch() local
2717 __ Cbz(i.InputRegister32(0), tlabel); in AssembleArchBranch()
2720 __ Cbnz(i.InputRegister32(0), tlabel); in AssembleArchBranch()
2729 __ Cbz(i.InputRegister64(0), tlabel); in AssembleArchBranch()
2732 __ Cbnz(i.InputRegister64(0), tlabel); in AssembleArchBranch()
2741 __ Tbz(i.InputRegister32(0), i.InputInt5(1), tlabel); in AssembleArchBranch()
2744 __ Tbnz(i.InputRegister32(0), i.InputInt5(1), tlabel); in AssembleArchBranch()
2753 __ Tbz(i.InputRegister64(0), i.InputInt6(1), tlabel); in AssembleArchBranch()
2756 __ Tbnz(i.InputRegister64(0), i.InputInt6(1), tlabel); in AssembleArchBranch()
2763 __ B(cc, tlabel); in AssembleArchBranch()
2836 Label* tlabel = ool->entry(); in AssembleArchTrap() local
2838 __ B(cc, tlabel); in AssembleArchTrap()