Lines Matching refs:tlabel
2998 Label* tlabel, Label* flabel, bool fallthru) { in AssembleBranchToLabels() argument
3013 __ Branch(tlabel, cc, kScratchReg, Operand(zero_reg)); in AssembleBranchToLabels()
3019 __ Branch(tlabel, cc, kScratchReg2, Operand(kScratchReg)); in AssembleBranchToLabels()
3025 __ Branch(tlabel, lt, kScratchReg, Operand(zero_reg)); in AssembleBranchToLabels()
3028 __ Branch(tlabel, ge, kScratchReg, Operand(zero_reg)); in AssembleBranchToLabels()
3038 __ Branch(tlabel, ne, kScratchReg, Operand(zero_reg)); in AssembleBranchToLabels()
3041 __ Branch(tlabel, eq, kScratchReg, Operand(zero_reg)); in AssembleBranchToLabels()
3049 __ Branch(tlabel, cc, i.InputRegister(0), i.InputOperand(1)); in AssembleBranchToLabels()
3055 __ BranchTrueF(tlabel); in AssembleBranchToLabels()
3057 __ BranchFalseF(tlabel); in AssembleBranchToLabels()
3071 Label* tlabel = branch->true_label; in AssembleArchBranch() local
3074 AssembleBranchToLabels(this, tasm(), instr, branch->condition, tlabel, flabel, in AssembleArchBranch()
3234 Label* tlabel = ool->entry(); in AssembleArchTrap() local
3235 AssembleBranchToLabels(this, tasm(), instr, condition, tlabel, nullptr, true); in AssembleArchTrap()