Searched refs:SIGNEXTEND (Results 1 – 1 of 1) sorted by relevance
38 #define SIGNEXTEND(v, n) ((v << (HOST_LONG_WORD_SIZE - (n))) >> (HOST_LONG_WORD_SIZE - (n))) macro128 bfd_vma ea = (((constant_formats[cf].pcrel ? SIGNEXTEND (x, constant_formats[cf].nbits) in fmtconst()154 x = SIGNEXTEND (x, nb); in fmtconst()157 x = constant_formats[cf].issigned ? SIGNEXTEND (x, constant_formats[cf].nbits) : x; in fmtconst()184 ? SIGNEXTEND (x, constant_formats[cf].nbits) in fmtconst_val()198 x = SIGNEXTEND (x, nb); in fmtconst_val()201 x = SIGNEXTEND (x, constant_formats[cf].nbits); in fmtconst_val()