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

  /external/v8/src/arm64/
instructions-arm64.h 67 UncondBranchType = 2,
265 return UncondBranchType;
277 case UncondBranchType:
301 case UncondBranchType: return ImmUncondBranch();
instructions-arm64.cc 260 case UncondBranchType: {
  /external/vixl/src/vixl/a64/
instructions-a64.cc 268 case UncondBranchType:
320 case UncondBranchType: return ImmUncondBranch();
365 case UncondBranchType: {
instructions-a64.h 132 UncondBranchType = 2,
332 return UncondBranchType;
macro-assembler-a64.h 223 return (type != UnknownBranchType) && (type != UncondBranchType);
372 (branch_type != UncondBranchType);
    [all...]

Completed in 1421 milliseconds