Home | History | Annotate | Download | only in config

Lines Matching refs:subtype

726 #define IS_CBRANCH(SUBTYPE) ((SUBTYPE) & CBRANCH)
727 #define IS_UBRANCH(SUBTYPE) (!IS_CBRANCH (SUBTYPE))
728 #define IS_CDXBRANCH(SUBTYPE) ((SUBTYPE) & CDXBRANCH)
733 #define SUBTYPE_ADDIS(SUBTYPE) ((SUBTYPE) & 0xffff)
759 indicated by SUBTYPE. */
761 nios2_relax_subtype_size (relax_substateT subtype)
763 int n = SUBTYPE_ADDIS (subtype);
766 return (IS_CDXBRANCH (subtype) ? 2 : 4);
768 return (IS_CBRANCH (subtype) ? CBRANCH_JUMP_SIZE : UBRANCH_JUMP_SIZE);
769 else if (IS_CBRANCH (subtype))
789 relax_substateT subtype = fragp->fr_subtype;
814 if (IS_CDXBRANCH (subtype) && IS_UBRANCH (subtype)
818 else if (IS_CDXBRANCH (subtype) && IS_CBRANCH (subtype)
837 if (IS_CBRANCH (subtype))
862 fragp->fr_subtype = subtype;
863 else if (IS_CBRANCH (subtype))
869 - nios2_relax_subtype_size (subtype));
883 relax_substateT subtype = fragp->fr_subtype;
884 int n = SUBTYPE_ADDIS (subtype);
894 if (IS_CDXBRANCH (subtype))
899 (IS_UBRANCH (subtype)
912 if (IS_CBRANCH (subtype))
938 if (IS_CBRANCH (subtype))