Home
last modified time | relevance | path

Searched refs:CHARS_PER_LITTLENUM (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/
Dbignum.h37 #define CHARS_PER_LITTLENUM (1 << LITTLENUM_SHIFT) macro
Dread.c1402 for (i = 0; i < sizeof (exp->X_add_number) / CHARS_PER_LITTLENUM; i++) in convert_to_bignum()
4438 size = exp->X_add_number * CHARS_PER_LITTLENUM; in emit_expr_with_reloc()
4441 int i = nbytes / CHARS_PER_LITTLENUM; in emit_expr_with_reloc()
4480 know (nbytes % CHARS_PER_LITTLENUM == 0); in emit_expr_with_reloc()
4486 md_number_to_chars (p, extra_digit, CHARS_PER_LITTLENUM); in emit_expr_with_reloc()
4487 nbytes -= CHARS_PER_LITTLENUM; in emit_expr_with_reloc()
4488 p += CHARS_PER_LITTLENUM; in emit_expr_with_reloc()
4491 nums = generic_bignum + size / CHARS_PER_LITTLENUM; in emit_expr_with_reloc()
4492 while (size >= CHARS_PER_LITTLENUM) in emit_expr_with_reloc()
4495 md_number_to_chars (p, (valueT) *nums, CHARS_PER_LITTLENUM); in emit_expr_with_reloc()
[all …]
Dexpr.c638 for (j = 0; j < CHARS_PER_LITTLENUM; j++) in mri_char_constant()
656 for (; j < CHARS_PER_LITTLENUM; j++) in mri_char_constant()
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-i370.c1578 exp->X_add_number = cons_len / CHARS_PER_LITTLENUM; in i370_addr_cons()
Dtc-aarch64.c1658 CHARS_PER_LITTLENUM * exp->X_add_number); in add_to_lit_pool()
1763 CHARS_PER_LITTLENUM * exp->X_add_number); in s_ltorg()
Dtc-xtensa.c4179 int size = emit_val->X_add_number * CHARS_PER_LITTLENUM; in xg_assemble_literal()