Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-mips.c1171 #define RELAX_MICROMIPS_P(i) (((i) & 0xc0000000) == 0x40000000) macro
17160 if (RELAX_MICROMIPS_P (fragp->fr_subtype)) in md_estimate_size_before_relax()
17365 if (RELAX_MICROMIPS_P (fragp->fr_subtype)) in mips_relax_frag()
17608 if (RELAX_MICROMIPS_P (fragp->fr_subtype)) in md_convert_frag()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-2011765 (RELAX_MICROMIPS_ENCODE, RELAX_MICROMIPS_P): New macros.