Lines Matching refs:tlabel
2157 Label* tlabel = branch->true_label; in AssembleArchBranch() local
2166 __ Cbz(i.InputRegister32(0), tlabel); in AssembleArchBranch()
2169 __ Cbnz(i.InputRegister32(0), tlabel); in AssembleArchBranch()
2178 __ Cbz(i.InputRegister64(0), tlabel); in AssembleArchBranch()
2181 __ Cbnz(i.InputRegister64(0), tlabel); in AssembleArchBranch()
2190 __ Tbz(i.InputRegister32(0), i.InputInt5(1), tlabel); in AssembleArchBranch()
2193 __ Tbnz(i.InputRegister32(0), i.InputInt5(1), tlabel); in AssembleArchBranch()
2202 __ Tbz(i.InputRegister64(0), i.InputInt6(1), tlabel); in AssembleArchBranch()
2205 __ Tbnz(i.InputRegister64(0), i.InputInt6(1), tlabel); in AssembleArchBranch()
2212 __ B(cc, tlabel); in AssembleArchBranch()
2285 Label* tlabel = ool->entry(); in AssembleArchTrap() local
2287 __ B(cc, tlabel); in AssembleArchTrap()