OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ImmBranchRangeBitwidth
(Results
1 - 2
of
2
) sorted by null
/external/vixl/src/vixl/a64/
instructions-a64.cc
266
int Instruction::
ImmBranchRangeBitwidth
(ImmBranchType branch_type) {
284
int32_t encoded_max = 1 << (
ImmBranchRangeBitwidth
(branch_type) - 1);
291
return is_intn(
ImmBranchRangeBitwidth
(branch_type), offset);
/external/v8/src/arm64/
instructions-arm64.h
291
static int
ImmBranchRangeBitwidth
(ImmBranchType branch_type) {
310
(1 << (
ImmBranchRangeBitwidth
(branch_type) + kInstructionSizeLog2)) / 2 -
Completed in 50 milliseconds