Searched refs:X_unsigned (Results 1 – 13 of 13) sorted by relevance
138 unsigned int X_unsigned : 1; member
86 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()
1157 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()
1208 if (cie->personality.X_unsigned != fde->personality.X_unsigned) in select_cie_for_fde()
1932 s->sy_value.X_unsigned = 0; in S_SET_VALUE()
132 * 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 for9136 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.
236 (assemble_insn): Don't assume X_op and X_unsigned are in a given
2411 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()
218 exp.X_unsigned = 1; in l_cons()
1886 zero_exp.X_unsigned = 1; in assemble_insn()
1242 if (data_type == _SIMM16_LA && inst.reloc.exp.X_unsigned == 1) in data_op2()
2785 && (pool->literals[entry].X_unsigned in add_to_lit_pool()2786 == inst.reloc.exp.X_unsigned)) in add_to_lit_pool()
9850 && imm_expr.X_unsigned in mips_ip()