Lines Matching refs:tlabel
3742 Label* tlabel, Label* flabel, bool fallthru) { in AssembleBranchToLabels() argument
3757 __ Branch(tlabel, cc, kScratchReg, Operand(zero_reg)); in AssembleBranchToLabels()
3763 __ Branch(tlabel, cc, kScratchReg2, Operand(kScratchReg)); in AssembleBranchToLabels()
3769 __ Branch(tlabel, lt, kScratchReg, Operand(zero_reg)); in AssembleBranchToLabels()
3772 __ Branch(tlabel, ge, kScratchReg, Operand(zero_reg)); in AssembleBranchToLabels()
3782 __ Branch(tlabel, ne, kScratchReg, Operand(zero_reg)); in AssembleBranchToLabels()
3785 __ Branch(tlabel, eq, kScratchReg, Operand(zero_reg)); in AssembleBranchToLabels()
3793 __ Branch(tlabel, cc, i.InputRegister(0), i.InputOperand(1)); in AssembleBranchToLabels()
3802 __ Branch(tlabel, cc, lhs_register, Operand(i.InputRegister(0))); in AssembleBranchToLabels()
3808 __ BranchTrueF(tlabel); in AssembleBranchToLabels()
3810 __ BranchFalseF(tlabel); in AssembleBranchToLabels()
3824 Label* tlabel = branch->true_label; in AssembleArchBranch() local
3827 AssembleBranchToLabels(this, tasm(), instr, branch->condition, tlabel, flabel, in AssembleArchBranch()
3988 Label* tlabel = ool->entry(); in AssembleArchTrap() local
3989 AssembleBranchToLabels(this, tasm(), instr, condition, tlabel, nullptr, true); in AssembleArchTrap()