Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-score.c2496 unsigned long pb_low = 0; in s3_adjust_paritybit() local
2502 pb_low = 0x00000000; in s3_adjust_paritybit()
2508 pb_low | m_code_low; in s3_adjust_paritybit()
2513 pb_low = 0x00000000; in s3_adjust_paritybit()
2516 result = pb_high | (m_code_high << 1) | pb_low | m_code_low; in s3_adjust_paritybit()
2521 pb_low = 0; in s3_adjust_paritybit()
2524 result = pb_high | (m_code_high << 1) | pb_low | m_code_low; in s3_adjust_paritybit()
2530 pb_low = 0x00008000; in s3_adjust_paritybit()
2533 result = pb_high | (m_code_high << 1) | pb_low | m_code_low; in s3_adjust_paritybit()
Dtc-score7.c2629 unsigned long pb_low = 0; in s7_adjust_paritybit() local
2634 pb_low = 0x00008000; in s7_adjust_paritybit()
2639 pb_low = 0; in s7_adjust_paritybit()
2644 pb_low = 0x00008000; in s7_adjust_paritybit()
2651 pb_low = 0x00008000; in s7_adjust_paritybit()
2660 result = pb_high | (m_code_high << 1) | pb_low | m_code_low; in s7_adjust_paritybit()