HomeSort by relevance Sort by last modified time
    Searched refs:ImmBranchRangeBitwidth (Results 1 - 4 of 4) sorted by null

  /external/v8/src/arm64/
instructions-arm64.h 275 static int ImmBranchRangeBitwidth(ImmBranchType branch_type) {
294 (1 << (ImmBranchRangeBitwidth(branch_type) + kInstructionSizeLog2)) / 2 -
instructions-arm64.cc 212 return is_intn(offset, ImmBranchRangeBitwidth(branch_type));
  /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);
instructions-a64.h 281 static int ImmBranchRangeBitwidth(ImmBranchType branch_type);

Completed in 59 milliseconds