Searched refs:SIGNEXTEND (Results 1 – 1 of 1) sorted by relevance
47 #define SIGNEXTEND(v, n) ((v << (HOST_LONG_WORD_SIZE - (n))) >> (HOST_LONG_WORD_SIZE - (n))) macro120 bfd_vma ea = (((constant_formats[cf].pcrel ? SIGNEXTEND (x, constant_formats[cf].nbits) in fmtconst()135 x = SIGNEXTEND (x, nb); in fmtconst()138 x = constant_formats[cf].issigned ? SIGNEXTEND (x, constant_formats[cf].nbits) : x; in fmtconst()