Lines Matching defs:Branch
601 __ Branch(&done, ne, scratch3, in AssemblePopArgumentsAdaptorFrame() local
1045 __ Branch(&skip_for_zero, eq, i.InputRegister(0), Operand(zero_reg)); in AssembleArchInstruction() local
1053 __ Branch(&end); in AssembleArchInstruction() local
1065 __ Branch(&skip_for_zero, eq, i.InputRegister(0), Operand(zero_reg)); in AssembleArchInstruction() local
1073 __ Branch(&end); in AssembleArchInstruction() local
1977 __ Branch(tlabel, cc, at, Operand(zero_reg)); in AssembleBranchToLabels() local
1983 __ Branch(tlabel, cc, at, Operand(kScratchReg)); in AssembleBranchToLabels() local
2028 __ Branch(tlabel, cc, i.InputRegister(0), i.InputOperand(1)); in AssembleBranchToLabels() local
2056 if (!fallthru) __ Branch(flabel); // no fallthru to flabel. in AssembleBranchToLabels() local
2072 if (!IsNextInAssemblyOrder(target)) __ Branch(GetLabel(target)); in AssembleArchJump() local
2200 __ Branch(&tlabel); in AssembleArchBoolean() local
2327 __ Branch(GetLabel(i.InputRpo(1)), hs, input, Operand(case_count)); in AssembleArchTableSwitch() local
2442 __ Branch(&return_label_); in AssembleReturn() local