Searched refs:branch_type (Results 1 – 1 of 1) sorted by relevance
2571 Fixup::Type branch_type; in EmitBranch() local2576 branch_type = Fixup::kUnconditionalLinkX; // BLX. in EmitBranch()2578 branch_type = Fixup::kUnconditionalLink; // BX. in EmitBranch()2581 branch_type = Fixup::kUnconditional; // B. in EmitBranch()2589 branch_type = Fixup::kConditional; // B<cond>. in EmitBranch()2598 FixupId branch_id = AddFixup(Fixup::Branch(pc, branch_type, size, cond)); in EmitBranch()