Home
last modified time | relevance | path

Searched defs:branch_type (Results 1 – 9 of 9) sorted by relevance

/third_party/vixl/src/aarch64/
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()
Dinstructions-aarch64.h518 static int ImmBranchRangeBitwidth(ImmBranchType branch_type)) { in ImmBranchRangeBitwidth()
Dmacro-assembler-aarch64.cc233 ImmBranchType branch_type) { in RegisterUnresolvedBranch()
Dmacro-assembler-aarch64.h217 BranchInfo(ptrdiff_t offset, Label* label, ImmBranchType branch_type) in BranchInfo()
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()
/third_party/node/deps/v8/src/codegen/arm64/
Dinstructions-arm64.h311 static int ImmBranchRangeBitwidth(ImmBranchType branch_type) { in ImmBranchRangeBitwidth()
327 static int32_t ImmBranchRange(ImmBranchType branch_type) { in ImmBranchRange()
Dinstructions-arm64.cc213 bool Instruction::IsValidImmPCOffset(ImmBranchType branch_type, in IsValidImmPCOffset()
/third_party/mesa3d/src/compiler/spirv/
Dvtn_cfg.c977 vtn_emit_branch(struct vtn_builder *b, enum vtn_branch_type branch_type, in vtn_emit_branch()
Dvtn_private.h239 enum vtn_branch_type branch_type; member
/third_party/vixl/test/aarch64/
Dtest-assembler-aarch64.cc2807 TEST(branch_type) { in TEST() argument