Lines Matching refs:tlabel
2043 Label* tlabel = &tlabel_tmp; in AssembleArchBranch() local
2054 __ j(equal, tlabel); in AssembleArchBranch()
2057 __ j(parity_even, tlabel); in AssembleArchBranch()
2060 __ j(not_equal, tlabel); in AssembleArchBranch()
2063 __ j(less, tlabel); in AssembleArchBranch()
2066 __ j(greater_equal, tlabel); in AssembleArchBranch()
2069 __ j(less_equal, tlabel); in AssembleArchBranch()
2072 __ j(greater, tlabel); in AssembleArchBranch()
2075 __ j(below, tlabel); in AssembleArchBranch()
2078 __ j(above_equal, tlabel); in AssembleArchBranch()
2081 __ j(below_equal, tlabel); in AssembleArchBranch()
2084 __ j(above, tlabel); in AssembleArchBranch()
2087 __ j(overflow, tlabel); in AssembleArchBranch()
2090 __ j(no_overflow, tlabel); in AssembleArchBranch()