Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gas/
Dexpr.h138 unsigned int X_unsigned : 1; member
Dexpr.c87 zero.X_unsigned = 0; in make_expr_symbol()
156 e.X_unsigned = 1; in expr_build_uconstant()
724 expressionP->X_unsigned = 1; in operand()
1015 expressionP->X_unsigned = 0; in operand()
1839 resultP->X_unsigned = 1; in expr()
Dread.c1149 if ((exp->X_add_number < 0) != !exp->X_unsigned) in convert_to_bignum()
1150 generic_bignum[i++] = exp->X_unsigned ? 0 : LITTLENUM_MASK; in convert_to_bignum()
1461 else if (temp != size || !exp.X_unsigned) in s_comm_internal()
2127 if (!exp.X_unsigned) in parse_align()
3610 extra_digit = exp->X_unsigned ? 0 : -1; in emit_expr()
3896 exp->X_unsigned = 1;
4454 && (exp->X_add_number < 0) != !exp->X_unsigned) in emit_leb128_expr()
Dsymbols.c1674 s->sy_value.X_unsigned = 0; in S_SET_VALUE()
/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-ppc.c2356 ex.X_unsigned = 1;
2404 if (ex.X_unsigned && ! (operand->flags & PPC_OPERAND_SIGNED))
2411 if (ex.X_unsigned && ! (operand->flags & PPC_OPERAND_SIGNED))
2418 if (ex.X_unsigned && ! (operand->flags & PPC_OPERAND_SIGNED))
2425 if (ex.X_unsigned && ! (operand->flags & PPC_OPERAND_SIGNED))
2432 if (ex.X_unsigned && ! (operand->flags & PPC_OPERAND_SIGNED))
2439 if (ex.X_unsigned && ! (operand->flags & PPC_OPERAND_SIGNED))
2446 if (ex.X_unsigned && ! (operand->flags & PPC_OPERAND_SIGNED))
3509 exp.X_unsigned = 0;
Dtc-i370.c1277 && literals[lit_count].exp.X_unsigned == exx->X_unsigned in add_to_lit_pool()
Dtc-a29k.c1148 expressionP->X_unsigned = 1; in md_operand()
Dtc-mmix.c2002 expP->X_unsigned = 0; in mmix_greg_internal()
4176 exp.X_unsigned = 0; in mmix_cons()
4197 exp.X_unsigned = 1; in mmix_cons()
Dtc-or32.c1462 expressionP->X_unsigned = 1; in md_operand()
Dtc-h8500.c394 op->exp.X_unsigned = 1; in parse_reglist()
Dtc-d10v.c487 new_exp.X_unsigned = 1; in get_operands()
Dtc-alpha.c1886 zero_exp.X_unsigned = 1; in assemble_insn()
Dtc-arm.c1786 && (pool->literals[entry].X_unsigned in add_to_lit_pool()
1787 == inst.reloc.exp.X_unsigned)) in add_to_lit_pool()
Dtc-mips.c8807 && imm_expr.X_unsigned in mips_ip()