Home
last modified time | relevance | path

Searched refs:ImmBranchType (Results 1 – 8 of 8) sorted by relevance

/third_party/vixl/src/aarch64/
Dinstructions-aarch64.h167 enum ImmBranchType { enum
515 static int GetImmBranchRangeBitwidth(ImmBranchType branch_type);
518 static int ImmBranchRangeBitwidth(ImmBranchType branch_type)) { in ImmBranchRangeBitwidth()
522 static int32_t GetImmBranchForwardRange(ImmBranchType branch_type);
525 static int32_t ImmBranchForwardRange(ImmBranchType branch_type)) {
529 static bool IsValidImmPCOffset(ImmBranchType branch_type, int64_t offset);
576 ImmBranchType GetBranchType() const { in GetBranchType()
589 VIXL_DEPRECATED("GetBranchType", ImmBranchType BranchType() const) {
Dinstructions-aarch64.cc869 int Instruction::GetImmBranchRangeBitwidth(ImmBranchType branch_type) { in GetImmBranchRangeBitwidth()
886 int32_t Instruction::GetImmBranchForwardRange(ImmBranchType branch_type) { in GetImmBranchForwardRange()
892 bool Instruction::IsValidImmPCOffset(ImmBranchType branch_type, in IsValidImmPCOffset()
Dmacro-assembler-aarch64.h217 BranchInfo(ptrdiff_t offset, Label* label, ImmBranchType branch_type) in BranchInfo()
265 ImmBranchType branch_type_;
268 bool BranchTypeUsesVeneers(ImmBranchType type) { in BranchTypeUsesVeneers()
274 ImmBranchType branch_type);
374 ImmBranchType type = branch_info.branch_type_; in insert()
423 static ImmBranchType BranchTypeFromIndex(int index) { in BranchTypeFromIndex()
436 static int BranchIndexFromType(ImmBranchType branch_type) { in BranchIndexFromType()
450 bool IsValidBranchType(ImmBranchType branch_type) { in IsValidBranchType()
7999 bool LabelIsOutOfRange(Label* label, ImmBranchType branch_type) { in LabelIsOutOfRange()
Dmacro-assembler-aarch64.cc233 ImmBranchType branch_type) { in RegisterUnresolvedBranch()
/third_party/node/deps/v8/src/codegen/arm64/
Dinstructions-arm64.h56 enum ImmBranchType { enum
297 ImmBranchType BranchType() const { in BranchType()
311 static int ImmBranchRangeBitwidth(ImmBranchType branch_type) { in ImmBranchRangeBitwidth()
327 static int32_t ImmBranchRange(ImmBranchType branch_type) { in ImmBranchRange()
419 static bool IsValidImmPCOffset(ImmBranchType branch_type, ptrdiff_t offset);
Dinstructions-arm64.cc213 bool Instruction::IsValidImmPCOffset(ImmBranchType branch_type, in IsValidImmPCOffset()
Dmacro-assembler-arm64.h1510 ImmBranchType branch_type);
Dmacro-assembler-arm64.cc924 Label* label, ImmBranchType b_type) { in NeedExtraInstructionsOrRegisterBranch()