Searched refs:m_code_high (Results 1 – 2 of 2) sorted by relevance
2491 bfd_vma m_code_high = 0; in s3_adjust_paritybit() local2503 m_code_high = m_code & 0x1fffc0000000LL; in s3_adjust_paritybit()2506 result = pb_high | (m_code_high << 2) | in s3_adjust_paritybit()2514 m_code_high = m_code & 0x3fff8000; in s3_adjust_paritybit()2516 result = pb_high | (m_code_high << 1) | pb_low | m_code_low; in s3_adjust_paritybit()2522 m_code_high = m_code & 0x3fff8000; in s3_adjust_paritybit()2524 result = pb_high | (m_code_high << 1) | pb_low | m_code_low; in s3_adjust_paritybit()2531 m_code_high = m_code & 0x3fff8000; in s3_adjust_paritybit()2533 result = pb_high | (m_code_high << 1) | pb_low | m_code_low; in s3_adjust_paritybit()
2626 unsigned long m_code_high = 0; in s7_adjust_paritybit() local2658 m_code_high = m_code & 0x3fff8000; in s7_adjust_paritybit()2660 result = pb_high | (m_code_high << 1) | pb_low | m_code_low; in s7_adjust_paritybit()