Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/opcodes/
Dbfin-dis.c38 #define SIGNEXTEND(v, n) ((v << (HOST_LONG_WORD_SIZE - (n))) >> (HOST_LONG_WORD_SIZE - (n))) macro
128 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()