Home
last modified time | relevance | path

Searched refs:RELAX_MIPS16_P (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-mips.c1127 #define RELAX_MIPS16_P(i) (((i) & 0xc0000000) == 0x80000000) macro
17105 if (RELAX_MIPS16_P (fragp->fr_subtype)) in md_estimate_size_before_relax()
17356 if (! RELAX_MIPS16_P (fragp->fr_subtype)) in mips_relax_frag()
17803 if (RELAX_MIPS16_P (fragp->fr_subtype)) in md_convert_frag()
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-02033934 (RELAX_MIPS16_P): Adjust.