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

/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-score.c2491 bfd_vma m_code_high = 0; local
2503 m_code_high = m_code & 0x1fffc0000000LL;
2506 result = pb_high | (m_code_high << 2) |
2514 m_code_high = m_code & 0x3fff8000;
2516 result = pb_high | (m_code_high << 1) | pb_low | m_code_low;
2522 m_code_high = m_code & 0x3fff8000;
2524 result = pb_high | (m_code_high << 1) | pb_low | m_code_low;
2531 m_code_high = m_code & 0x3fff8000;
2533 result = pb_high | (m_code_high << 1) | pb_low | m_code_low;
H A Dtc-score7.c2630 unsigned long m_code_high = 0;
2662 m_code_high = m_code & 0x3fff8000;
2664 result = pb_high | (m_code_high << 1) | pb_low | m_code_low;
2625 unsigned long m_code_high = 0; local
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-score.c2491 bfd_vma m_code_high = 0; local
2503 m_code_high = m_code & 0x1fffc0000000LL;
2506 result = pb_high | (m_code_high << 2) |
2514 m_code_high = m_code & 0x3fff8000;
2516 result = pb_high | (m_code_high << 1) | pb_low | m_code_low;
2522 m_code_high = m_code & 0x3fff8000;
2524 result = pb_high | (m_code_high << 1) | pb_low | m_code_low;
2531 m_code_high = m_code & 0x3fff8000;
2533 result = pb_high | (m_code_high << 1) | pb_low | m_code_low;
H A Dtc-score7.c2630 unsigned long m_code_high = 0;
2662 m_code_high = m_code & 0x3fff8000;
2664 result = pb_high | (m_code_high << 1) | pb_low | m_code_low;
2625 unsigned long m_code_high = 0; local
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-score.c2487 bfd_vma m_code_high = 0; local
2499 m_code_high = m_code & 0x1fffc0000000LL;
2502 result = pb_high | (m_code_high << 2) |
2510 m_code_high = m_code & 0x3fff8000;
2512 result = pb_high | (m_code_high << 1) | pb_low | m_code_low;
2518 m_code_high = m_code & 0x3fff8000;
2520 result = pb_high | (m_code_high << 1) | pb_low | m_code_low;
2527 m_code_high = m_code & 0x3fff8000;
2529 result = pb_high | (m_code_high << 1) | pb_low | m_code_low;
H A Dtc-score7.c2630 unsigned long m_code_high = 0;
2662 m_code_high = m_code & 0x3fff8000;
2664 result = pb_high | (m_code_high << 1) | pb_low | m_code_low;
2625 unsigned long m_code_high = 0; local

Completed in 229 milliseconds