HomeSort by relevance Sort by last modified time
    Searched refs:signedp (Results 1 - 5 of 5) sorted by null

  /toolchain/binutils/binutils-2.25/opcodes/
cris-dis.c 576 /* Format number as decimal into outbuffer. Parameter signedp says
581 format_dec (long number, char *outbuffer, int signedp)
584 if (signedp)
894 int signedp
933 if (signedp && number > 127)
939 if (signedp && number > 32767)
958 tp = format_dec (number, tp, signedp);
893 int signedp local
    [all...]
mep-asm.c 229 long signedp)
246 if (signedp)
    [all...]
  /toolchain/binutils/binutils-2.25/cpu/
mep.opc 273 long signedp)
290 if (signedp)
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
ieee.c 1657 bfd_vma low, high, signedp, size; local
1846 bfd_vma signedp, bitsize, dummy; local
    [all...]
stabs.c 4828 bfd_boolean constp, volatilep, unsignedp, signedp; local
    [all...]

Completed in 216 milliseconds