Searched defs:branch_type (Results 1 – 9 of 9) sorted by relevance
263 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()
318 static int ImmBranchRangeBitwidth(ImmBranchType branch_type)) { in ImmBranchRangeBitwidth()
200 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()
206 ImmBranchType branch_type) { in RegisterUnresolvedBranch()
567 enum vtn_branch_type branch_type = in vtn_cfg_walk_blocks() local664 vtn_emit_branch(struct vtn_builder *b, enum vtn_branch_type branch_type, in vtn_emit_branch()
203 enum vtn_branch_type branch_type; member
315 static int ImmBranchRangeBitwidth(ImmBranchType branch_type) { in ImmBranchRangeBitwidth()331 static int32_t ImmBranchRange(ImmBranchType branch_type) { in ImmBranchRange()
220 bool Instruction::IsValidImmPCOffset(ImmBranchType branch_type, in IsValidImmPCOffset()
3044 TEST(branch_type) { in TEST() argument