Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/gas/
H A Dexpr.h138 unsigned int X_unsigned : 1; member
H A Dexpr.c86 zero.X_unsigned = 0; in make_expr_symbol()
155 e.X_unsigned = 1; in expr_build_uconstant()
726 expressionP->X_unsigned = 1; in operand()
1015 expressionP->X_unsigned = 0; in operand()
1067 expressionP->X_unsigned = 1; in operand()
1860 resultP->X_unsigned = 1; in expr()
H A Dread.c1157 if ((exp->X_add_number < 0) != !exp->X_unsigned) in convert_to_bignum()
1158 generic_bignum[i++] = exp->X_unsigned ? 0 : LITTLENUM_MASK; in convert_to_bignum()
1463 else if (temp != size || !exp.X_unsigned) in s_comm_internal()
2336 if (!exp.X_unsigned) in parse_align()
4066 extra_digit = exp->X_unsigned ? 0 : -1; in emit_expr()
4343 exp->X_unsigned = 1;
4901 && (exp->X_add_number < 0) != !exp->X_unsigned) in emit_leb128_expr()
H A Ddw2gencfi.c1208 if (cie->personality.X_unsigned != fde->personality.X_unsigned) in select_cie_for_fde()
H A Dsymbols.c1932 s->sy_value.X_unsigned = 0; in S_SET_VALUE()
H A DChangeLog-9295132 * expr.h (struct expressionS): Make X_op and X_unsigned bitfields,
9132 * expr.h (expressionS): New field X_unsigned.
9133 * expr.c (operand): Initialize X_unsigned to 1. Set it to 0 for
9136 X_unsigned to 1 when building new expression.
9141 (parse_bitfield_cons): Set X_unsigned field.
9147 (S_SET_VALUE): Clear X_unsigned.
9150 * config/tc-h8500.c (parse_reglist): Set X_unsigned.
H A DChangeLog-9899236 (assemble_insn): Don't assume X_op and X_unsigned are in a given
/freebsd-12.1/contrib/binutils/gas/config/
H A Dtc-ppc.c2411 ex.X_unsigned = 1; in md_assemble()
2459 if (ex.X_unsigned && ! (operand->flags & PPC_OPERAND_SIGNED)) in md_assemble()
2466 if (ex.X_unsigned && ! (operand->flags & PPC_OPERAND_SIGNED)) in md_assemble()
2473 if (ex.X_unsigned && ! (operand->flags & PPC_OPERAND_SIGNED)) in md_assemble()
2480 if (ex.X_unsigned && ! (operand->flags & PPC_OPERAND_SIGNED)) in md_assemble()
2487 if (ex.X_unsigned && ! (operand->flags & PPC_OPERAND_SIGNED)) in md_assemble()
2494 if (ex.X_unsigned && ! (operand->flags & PPC_OPERAND_SIGNED)) in md_assemble()
2501 if (ex.X_unsigned && ! (operand->flags & PPC_OPERAND_SIGNED)) in md_assemble()
3589 exp.X_unsigned = 0; in ppc_function()
H A Dtc-cr16.c218 exp.X_unsigned = 1; in l_cons()
H A Dtc-alpha.c1886 zero_exp.X_unsigned = 1; in assemble_insn()
H A Dtc-score.c1242 if (data_type == _SIMM16_LA && inst.reloc.exp.X_unsigned == 1) in data_op2()
H A Dtc-arm.c2785 && (pool->literals[entry].X_unsigned in add_to_lit_pool()
2786 == inst.reloc.exp.X_unsigned)) in add_to_lit_pool()
H A Dtc-mips.c9850 && imm_expr.X_unsigned in mips_ip()