Searched refs:s3_RELAX_NEW (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-score.c289 #define s3_RELAX_NEW(i) (((i) >> 16) & 0x7f) macro
6789 fragp->fr_fix = s3_RELAX_NEW (fragp->fr_subtype);
6791 return s3_RELAX_NEW (fragp->fr_subtype) - s3_RELAX_OLD (fragp->fr_subtype);
7001 r_new = s3_RELAX_NEW (fragp->fr_subtype);
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-score.c289 #define s3_RELAX_NEW(i) (((i) >> 16) & 0x7f) macro
6788 fragp->fr_fix = s3_RELAX_NEW (fragp->fr_subtype);
6790 return s3_RELAX_NEW (fragp->fr_subtype) - s3_RELAX_OLD (fragp->fr_subtype);
7000 r_new = s3_RELAX_NEW (fragp->fr_subtype);
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-score.c285 #define s3_RELAX_NEW(i) (((i) >> 16) & 0x7f) macro
6743 fragp->fr_fix = s3_RELAX_NEW (fragp->fr_subtype);
6745 return s3_RELAX_NEW (fragp->fr_subtype) - s3_RELAX_OLD (fragp->fr_subtype);
6955 r_new = s3_RELAX_NEW (fragp->fr_subtype);

Completed in 258 milliseconds