Searched refs:fits16 (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Delf64-alpha.c3146 bfd_boolean fits16;
3204 fits16 = (xdisp >= - (bfd_signed_vma) 0x8000 && xdisp < 0x8000);
3208 if (fits16)
3137 bfd_boolean fits16; local
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Delf64-alpha.c3228 bfd_boolean fits16;
3286 fits16 = (xdisp >= - (bfd_signed_vma) 0x8000 && xdisp < 0x8000);
3290 if (fits16)
3219 bfd_boolean fits16; local

Completed in 66 milliseconds