Lines Matching refs:tlabel
1620 Label* tlabel = branch->true_label; in AssembleArchBranch() local
1627 __ j(equal, tlabel); in AssembleArchBranch()
1630 __ j(parity_even, tlabel); in AssembleArchBranch()
1633 __ j(not_equal, tlabel); in AssembleArchBranch()
1636 __ j(less, tlabel); in AssembleArchBranch()
1639 __ j(greater_equal, tlabel); in AssembleArchBranch()
1642 __ j(less_equal, tlabel); in AssembleArchBranch()
1645 __ j(greater, tlabel); in AssembleArchBranch()
1648 __ j(below, tlabel); in AssembleArchBranch()
1651 __ j(above_equal, tlabel); in AssembleArchBranch()
1654 __ j(below_equal, tlabel); in AssembleArchBranch()
1657 __ j(above, tlabel); in AssembleArchBranch()
1660 __ j(overflow, tlabel); in AssembleArchBranch()
1663 __ j(no_overflow, tlabel); in AssembleArchBranch()