Home | History | Annotate | Download | only in config

Lines Matching refs:subtype

694 #define IS_CBRANCH(SUBTYPE) ((SUBTYPE) & CBRANCH)
695 #define IS_UBRANCH(SUBTYPE) (!IS_CBRANCH (SUBTYPE))
698 #define SUBTYPE_ADDIS(SUBTYPE) ((SUBTYPE) & 0xffff)
724 indicated by SUBTYPE. */
726 nios2_relax_subtype_size (relax_substateT subtype)
728 int n = SUBTYPE_ADDIS (subtype);
733 return (IS_CBRANCH (subtype) ? CBRANCH_JUMP_SIZE : UBRANCH_JUMP_SIZE);
734 else if (IS_CBRANCH (subtype))
754 relax_substateT subtype = fragp->fr_subtype;
793 if (IS_CBRANCH (subtype))
817 if (IS_CBRANCH (subtype))
823 - nios2_relax_subtype_size (subtype));
837 relax_substateT subtype = fragp->fr_subtype;
838 int n = SUBTYPE_ADDIS (subtype);
858 if (IS_CBRANCH (subtype))