Home | History | Annotate | Download | only in a64

Lines Matching refs:branch_type

174     BranchInfo(ptrdiff_t offset, Label* label, ImmBranchType branch_type)
175 : pc_offset_(offset), label_(label), branch_type_(branch_type) {
230 ImmBranchType branch_type);
358 static int BranchIndexFromType(ImmBranchType branch_type) {
359 switch (branch_type) {
372 bool IsValidBranchType(ImmBranchType branch_type) {
373 return (branch_type != UnknownBranchType) &&
374 (branch_type != UncondBranchType);
3107 bool LabelIsOutOfRange(Label* label, ImmBranchType branch_type) {
3108 return !Instruction::IsValidImmPCOffset(branch_type,