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

/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-score.c2232 unsigned long m_code_low = 0; local
2264 m_code_low = m_code & 0x00007fff;
2265 result = pb_high | (m_code_high << 1) | pb_low | m_code_low;

Completed in 119 milliseconds