Searched refs:X_unsigned (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/
H A Dexpr.h138 unsigned int X_unsigned : 1; member in struct:expressionS
H A Dexpr.c87 zero.X_unsigned = 0;
157 e.X_unsigned = 1;
730 expressionP->X_unsigned = 1;
1019 expressionP->X_unsigned = 0;
1071 expressionP->X_unsigned = 1;
1867 resultP->X_unsigned = 1;
H A Dread.c1144 Take the sign of the number from X_unsigned rather than X_add_number. */
1160 if ((exp->X_add_number < 0) != !exp->X_unsigned)
1161 generic_bignum[i++] = exp->X_unsigned ? 0 : LITTLENUM_MASK;
1466 else if (temp != size || !exp.X_unsigned)
2339 if (!exp.X_unsigned)
4071 extra_digit = exp->X_unsigned ? 0 : -1;
4349 exp->X_unsigned = 1;
4911 && (exp->X_add_number < 0) != !exp->X_unsigned)
H A Ddw2gencfi.c1211 if (cie->personality.X_unsigned != fde->personality.X_unsigned)
H A Dsymbols.c1936 s->sy_value.X_unsigned = 0;
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-ppc.c2422 ex.X_unsigned = 1;
2467 /* X_unsigned is the default, so if the user has done
2470 if (ex.X_unsigned && ! (operand->flags & PPC_OPERAND_SIGNED))
2477 if (ex.X_unsigned && ! (operand->flags & PPC_OPERAND_SIGNED))
2484 if (ex.X_unsigned && ! (operand->flags & PPC_OPERAND_SIGNED))
2491 if (ex.X_unsigned && ! (operand->flags & PPC_OPERAND_SIGNED))
2498 if (ex.X_unsigned && ! (operand->flags & PPC_OPERAND_SIGNED))
2505 if (ex.X_unsigned && ! (operand->flags & PPC_OPERAND_SIGNED))
2512 if (ex.X_unsigned && ! (operand->flags & PPC_OPERAND_SIGNED))
3603 exp.X_unsigned
[all...]
H A Dtc-cr16.c218 exp.X_unsigned = 1;
H A Dtc-alpha.c1893 zero_exp.X_unsigned = 1;
H A Dtc-score.c1242 if (data_type == _SIMM16_LA && inst.reloc.exp.X_unsigned == 1)
H A Dtc-mips.c9857 && imm_expr.X_unsigned
H A Dtc-arm.c2787 && (pool->literals[entry].X_unsigned
2788 == inst.reloc.exp.X_unsigned))

Completed in 293 milliseconds