Home
last modified time | relevance | path

Searched refs:signbit (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/opcodes/
Dalpha-dis.c177 int signbit = 1 << (operand->bits - 1); local
178 value = (value ^ signbit) - signbit;
/toolchain/binutils/binutils-2.25/bfd/
Dlibhppa.h184 int signbit = (1 << (len - 1)); in sign_extend() local
185 int mask = (signbit << 1) - 1; in sign_extend()
186 return ((x & mask) ^ signbit) - signbit; in sign_extend()
Dcoff-arm.c659 bfd_vma signbit; in coff_thumb_pcrel_common() local
668 signbit = 0x00000100; in coff_thumb_pcrel_common()
674 signbit = 0x00000800; in coff_thumb_pcrel_common()
680 signbit = 0x00400000; in coff_thumb_pcrel_common()
716 relocation = (relocation ^ signbit) - signbit; /* Sign extend. */ in coff_thumb_pcrel_common()
729 if (relocation & signbit) in coff_thumb_pcrel_common()