Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-score.c2494 bfd_vma pb_high = 0; in s3_adjust_paritybit() local
2500 pb_high = 0x800000000000LL; in s3_adjust_paritybit()
2506 result = pb_high | (m_code_high << 2) | in s3_adjust_paritybit()
2512 pb_high = 0x80000000; in s3_adjust_paritybit()
2516 result = pb_high | (m_code_high << 1) | pb_low | m_code_low; in s3_adjust_paritybit()
2520 pb_high = 0; in s3_adjust_paritybit()
2524 result = pb_high | (m_code_high << 1) | pb_low | m_code_low; in s3_adjust_paritybit()
2529 pb_high = 0; in s3_adjust_paritybit()
2533 result = pb_high | (m_code_high << 1) | pb_low | m_code_low; in s3_adjust_paritybit()
Dtc-score7.c2628 unsigned long pb_high = 0; in s7_adjust_paritybit() local
2633 pb_high = 0x80000000; in s7_adjust_paritybit()
2638 pb_high = 0; in s7_adjust_paritybit()
2643 pb_high = 0; in s7_adjust_paritybit()
2650 pb_high = 0x80000000; in s7_adjust_paritybit()
2660 result = pb_high | (m_code_high << 1) | pb_low | m_code_low; in s7_adjust_paritybit()