Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-mips.c17924 bfd_boolean use_second = (subtype & RELAX_USE_SECOND) != 0; in md_convert_frag() local
17934 if ((!use_second && (subtype & RELAX_DELAY_SLOT_SIZE_FIRST) != 0) in md_convert_frag()
17935 || (use_second && (subtype & RELAX_DELAY_SLOT_SIZE_SECOND) != 0)) in md_convert_frag()
17950 if (use_second == second_longer) in md_convert_frag()