Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dinstructions-aarch64.cc263 int Instruction::GetImmBranchRangeBitwidth(ImmBranchType branch_type) { in GetImmBranchRangeBitwidth()
280 int32_t Instruction::GetImmBranchForwardRange(ImmBranchType branch_type) { in GetImmBranchForwardRange()
286 bool Instruction::IsValidImmPCOffset(ImmBranchType branch_type, in IsValidImmPCOffset()
Dinstructions-aarch64.h318 static int ImmBranchRangeBitwidth(ImmBranchType branch_type)) { in ImmBranchRangeBitwidth()
Dmacro-assembler-aarch64.h200 BranchInfo(ptrdiff_t offset, Label* label, ImmBranchType branch_type) in BranchInfo()
404 static int BranchIndexFromType(ImmBranchType branch_type) { in BranchIndexFromType()
418 bool IsValidBranchType(ImmBranchType branch_type) { in IsValidBranchType()
3602 bool LabelIsOutOfRange(Label* label, ImmBranchType branch_type) { in LabelIsOutOfRange()
Dmacro-assembler-aarch64.cc206 ImmBranchType branch_type) { in RegisterUnresolvedBranch()
/external/mesa3d/src/compiler/spirv/
Dvtn_cfg.c567 enum vtn_branch_type branch_type = in vtn_cfg_walk_blocks() local
664 vtn_emit_branch(struct vtn_builder *b, enum vtn_branch_type branch_type, in vtn_emit_branch()
Dvtn_private.h203 enum vtn_branch_type branch_type; member
/external/v8/src/arm64/
Dinstructions-arm64.h315 static int ImmBranchRangeBitwidth(ImmBranchType branch_type) { in ImmBranchRangeBitwidth()
331 static int32_t ImmBranchRange(ImmBranchType branch_type) { in ImmBranchRange()
Dinstructions-arm64.cc220 bool Instruction::IsValidImmPCOffset(ImmBranchType branch_type, in IsValidImmPCOffset()
/external/vixl/test/aarch64/
Dtest-assembler-aarch64.cc3044 TEST(branch_type) { in TEST() argument