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

  /external/v8/src/arm64/
instructions-arm64.h 315 static int ImmBranchRangeBitwidth(ImmBranchType branch_type) {
332 return (1 << (ImmBranchRangeBitwidth(branch_type) + kInstrSizeLog2)) / 2 -
instructions-arm64.cc 222 return is_intn(offset, ImmBranchRangeBitwidth(branch_type));
  /external/vixl/src/aarch64/
instructions-aarch64.h 318 static int ImmBranchRangeBitwidth(ImmBranchType branch_type)) {

Completed in 1596 milliseconds