Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/gas/config/
H A Dtc-score.c2231 unsigned long m_code_high = 0; in adjust_paritybit() local
2263 m_code_high = m_code & 0x3fff8000; in adjust_paritybit()
2265 result = pb_high | (m_code_high << 1) | pb_low | m_code_low; in adjust_paritybit()