Lines Matching refs:tlabel
2192 Label* tlabel = branch->true_label; in AssembleArchBranch() local
2199 __ j(equal, tlabel); in AssembleArchBranch()
2202 __ j(parity_even, tlabel); in AssembleArchBranch()
2205 __ j(not_equal, tlabel); in AssembleArchBranch()
2208 __ j(less, tlabel); in AssembleArchBranch()
2211 __ j(greater_equal, tlabel); in AssembleArchBranch()
2214 __ j(less_equal, tlabel); in AssembleArchBranch()
2217 __ j(greater, tlabel); in AssembleArchBranch()
2220 __ j(below, tlabel); in AssembleArchBranch()
2223 __ j(above_equal, tlabel); in AssembleArchBranch()
2226 __ j(below_equal, tlabel); in AssembleArchBranch()
2229 __ j(above, tlabel); in AssembleArchBranch()
2232 __ j(overflow, tlabel); in AssembleArchBranch()
2235 __ j(no_overflow, tlabel); in AssembleArchBranch()