Home
last modified time | relevance | path

Searched refs:GetImmBranchRangeBitwidth (Results 1 - 2 of 2) sorted by relevance

/third_party/vixl/src/aarch64/
H A Dinstructions-aarch64.cc870 int Instruction::GetImmBranchRangeBitwidth(ImmBranchType branch_type) { in GetImmBranchRangeBitwidth() function in vixl::aarch64::Instruction
888 int32_t encoded_max = 1 << (GetImmBranchRangeBitwidth(branch_type) - 1); in GetImmBranchForwardRange()
895 return IsIntN(GetImmBranchRangeBitwidth(branch_type), offset); in IsValidImmPCOffset()
H A Dinstructions-aarch64.h578 static int GetImmBranchRangeBitwidth(ImmBranchType branch_type);
580 "GetImmBranchRangeBitwidth",
582 return GetImmBranchRangeBitwidth(branch_type);

Completed in 6 milliseconds