Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/opcodes/
H A Dcris-dis.c326 format_dec (number, outbuffer, signedp) in format_dec() argument
329 int signedp;
332 sprintf (outbuffer, signedp ? "%ld" : "%lu", number);
696 int signedp local
732 if (signedp && number > 127)
738 if (signedp && number > 32767)
757 tp = format_dec (number, tp, signedp);
H A Dmips-dis.c1473 int immed, nbits, shift, signedp, extbits, pcrel, extu, branch; local
1476 signedp = 0;
1510 signedp = 1;
1547 signedp = 1;
1581 signedp = 1;
1587 signedp = 1;
1592 signedp = 1;
1600 signedp = 1;
1634 if (signedp && immed >= (1 << (nbits - 1)))
H A DChangeLog-92973072 * ppc-opc.c (powerpc_operands): The signedp field has been
3078 than signedp field.
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/
H A Dmips-dis.c1365 int immed, nbits, shift, signedp, extbits, pcrel, extu, branch; in print_mips16_insn_arg() local
1368 signedp = 0; in print_mips16_insn_arg()
1402 signedp = 1; in print_mips16_insn_arg()
1439 signedp = 1; in print_mips16_insn_arg()
1473 signedp = 1; in print_mips16_insn_arg()
1479 signedp = 1; in print_mips16_insn_arg()
1484 signedp = 1; in print_mips16_insn_arg()
1492 signedp = 1; in print_mips16_insn_arg()
1526 if (signedp && immed >= (1 << (nbits - 1))) in print_mips16_insn_arg()
H A Dcris-dis.c580 format_dec (long number, char *outbuffer, int signedp) in format_dec() argument
583 sprintf (outbuffer, signedp ? "%ld" : "%lu", number); in format_dec()
890 int signedp in print_with_operands() local
929 if (signedp && number > 127) in print_with_operands()
935 if (signedp && number > 32767) in print_with_operands()
954 tp = format_dec (number, tp, signedp); in print_with_operands()
H A DChangeLog-92973072 * ppc-opc.c (powerpc_operands): The signedp field has been
3078 than signedp field.
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dstabs.c4785 bfd_boolean constp, volatilep, unsignedp, signedp; in stab_demangle_fund_type() local
4793 signedp = FALSE; in stab_demangle_fund_type()
4811 signedp = TRUE; in stab_demangle_fund_type()
4912 : (signedp in stab_demangle_fund_type()
H A Dieee.c1647 bfd_vma low, high, signedp, size; in parse_ieee_ty() local
1651 || ! ieee_read_number (info, pp, &signedp) in parse_ieee_ty()
1657 ! signedp), in parse_ieee_ty()
1835 bfd_vma signedp, bitsize, dummy; in parse_ieee_ty() local
1839 if (! ieee_read_number (info, pp, &signedp) in parse_ieee_ty()
1852 signedp ? FALSE : TRUE); in parse_ieee_ty()
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dstabs.c4794 bfd_boolean constp, volatilep, unsignedp, signedp; in stab_demangle_fund_type() local
4802 signedp = FALSE; in stab_demangle_fund_type()
4820 signedp = TRUE; in stab_demangle_fund_type()
4921 : (signedp in stab_demangle_fund_type()
H A Dieee.c1648 bfd_vma low, high, signedp, size; in parse_ieee_ty() local
1652 || ! ieee_read_number (info, pp, &signedp) in parse_ieee_ty()
1658 ! signedp), in parse_ieee_ty()
1836 bfd_vma signedp, bitsize, dummy; in parse_ieee_ty() local
1840 if (! ieee_read_number (info, pp, &signedp) in parse_ieee_ty()
1853 signedp ? FALSE : TRUE); in parse_ieee_ty()
/openbsd/gnu/usr.bin/binutils/include/opcode/
H A DChangeLog-91032565 * ppc.h (struct powerpc_operand): Removed signedp field; just use
/openbsd/gnu/usr.bin/binutils-2.17/include/opcode/
H A DChangeLog-91032584 * ppc.h (struct powerpc_operand): Removed signedp field; just use
/openbsd/gnu/usr.bin/gcc/gcc/
H A DFSFChangeLog.102486 (struct constant): Use `signedp' flag (with sign bit) instead of
/openbsd/gnu/usr.bin/binutils/gas/
H A DChangeLog-92956508 flag rather than signedp field. Only permit extended range if
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A DChangeLog-92956508 flag rather than signedp field. Only permit extended range if