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

  /external/vixl/src/aarch64/
instructions-aarch64.cc 265 case UncondBranchType:
318 case UncondBranchType:
367 case UncondBranchType: {
instructions-aarch64.h 143 UncondBranchType = 2,
380 return UncondBranchType;
macro-assembler-aarch64.h 252 return (type != UnknownBranchType) && (type != UncondBranchType);
420 (branch_type != UncondBranchType);
    [all...]
macro-assembler-aarch64.cc 580 VIXL_ASSERT(Instruction::GetImmBranchForwardRange(UncondBranchType) >
    [all...]
assembler-aarch64.cc 268 VIXL_ASSERT(Instruction::IsValidImmPCOffset(UncondBranchType, offset));
285 VIXL_ASSERT(Instruction::IsValidImmPCOffset(UncondBranchType, offset));
    [all...]
  /external/v8/src/arm64/
instructions-arm64.h 48 UncondBranchType = 2,
305 return UncondBranchType;
317 case UncondBranchType:
339 case UncondBranchType: return ImmUncondBranch();
instructions-arm64.cc 275 case UncondBranchType: {

Completed in 216 milliseconds