Searched defs:branch_type (Results 1 - 1 of 1) sorted by relevance

/art/compiler/utils/arm/
H A Dassembler_thumb2.cc1469 Branch::Type branch_type; local
1473 branch_type = Branch::kUnconditionalLinkX; // BLX.
1475 branch_type = Branch::kUnconditionalLink; // BX.
1478 branch_type = Branch::kUnconditional; // B.
1481 branch_type = Branch::kConditional; // B<cond>.
1485 Branch::Size size = AddBranch(branch_type, pc, label->Position(), cond); // Resolved branch.
1499 uint16_t branch_id = AddBranch(branch_type, pc, cond); // Unresolved branch.

Completed in 44 milliseconds