Home
last modified time | relevance | path

Searched refs:kUnconditionalLinkX (Results 1 – 2 of 2) sorted by relevance

/art/compiler/utils/arm/
Dassembler_thumb2.h494 kUnconditionalLinkX, // BLX. enumerator
650 case kUnconditionalLinkX: in CalculateSize()
Dassembler_thumb2.cc1170 bool link = type_ == kUnconditionalLinkX || type_ == kUnconditionalLink; in Emit()
1171 bool x = type_ == kUnconditionalX || type_ == kUnconditionalLinkX; in Emit()
1473 branch_type = Branch::kUnconditionalLinkX; // BLX. in EmitBranch()