Lines Matching defs:sign
4815 PR 11972: Bignums can now be sign-extended to the
4967 && generic_floating_point_number.sign == '+'
9304 /* ARM V6 SXTAH extracts a 16-bit value from a register, sign
13571 /* Decay more-specific signed & unsigned types to sign-insensitive
13572 integer types if sign-specific variants are unavailable. */
15488 /* Operand sign is unimportant, and the U bit is part of the opcode,
21884 int sign;
22041 sign = value > 0;
22064 newval |= value | (sign ? INDEX_UP : 0);
22071 sign = value > 0;
22094 newval |= ((value >> 4) << 8) | (value & 0xf) | (sign ? INDEX_UP : 0);
22704 sign = value > 0;
22717 newval |= (value >> 2) | (sign ? INDEX_UP : 0);