Searched defs:branch_type (Results 1 – 9 of 9) sorted by relevance
872 int Instruction::GetImmBranchRangeBitwidth(ImmBranchType branch_type) { in GetImmBranchRangeBitwidth()889 int32_t Instruction::GetImmBranchForwardRange(ImmBranchType branch_type) { in GetImmBranchForwardRange()895 bool Instruction::IsValidImmPCOffset(ImmBranchType branch_type, in IsValidImmPCOffset()
492 static int ImmBranchRangeBitwidth(ImmBranchType branch_type)) { in ImmBranchRangeBitwidth()
199 BranchInfo(ptrdiff_t offset, Label* label, ImmBranchType branch_type) in BranchInfo()403 static int BranchIndexFromType(ImmBranchType branch_type) { in BranchIndexFromType()417 bool IsValidBranchType(ImmBranchType branch_type) { in IsValidBranchType()6739 bool LabelIsOutOfRange(Label* label, ImmBranchType branch_type) { in LabelIsOutOfRange()
206 ImmBranchType branch_type) { in RegisterUnresolvedBranch()
1070 BranchType branch_type = Bit32(opcode, 31) ? BranchType_CALL : BranchType_JMP; in EmulateB() local
929 vtn_emit_branch(struct vtn_builder *b, enum vtn_branch_type branch_type, in vtn_emit_branch()
229 enum vtn_branch_type branch_type; member
789 FunctionType branch_type = branch_func.getType(); in VerifyCaseOrIfOpBranchFunctions() local811 [i](FunctionType &branch_type) { return branch_type.getInput(i); }); in VerifyCaseOrIfOpBranchFunctions()
2807 TEST(branch_type) { in TEST() argument