Searched refs:num_words (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/gcc/gcc/config/stormy16/
H A Dstormy16.c222 int num_words = GET_MODE_BITSIZE (mode) / BITS_PER_WORD; local
228 for (i = 0; i < num_words - 1; i++)
751 int num_words = GET_MODE_BITSIZE (mode) / BITS_PER_WORD;
830 gcc_assert (refers_to_regno_p (regno, regno + num_words,
835 else if (refers_to_regno_p (regno + num_words - 1, regno + num_words,
846 end = direction < 0 ? -1 : num_words;
847 for (i = direction < 0 ? num_words - 1 : 0; i != end; i += direction)
1998 int num_words = GET_MODE_BITSIZE (mode) / BITS_PER_WORD;
2005 for (i = 0; i < num_words;
750 int num_words = GET_MODE_BITSIZE (mode) / BITS_PER_WORD; local
1991 int num_words = GET_MODE_BITSIZE (mode) / BITS_PER_WORD; local
[all...]
/haiku-buildtools/legacy/gcc/gcc/config/mips/
H A Dmips.h3504 int num_words = (GET_MODE_SIZE (GET_MODE (X)) > UNITS_PER_WORD) ? 2 : 1; \
3506 return COSTS_N_INSNS (num_words); \
3508 return COSTS_N_INSNS (2*num_words); \
/haiku-buildtools/gcc/gcc/config/microblaze/
H A Dmicroblaze.c1266 int num_words = (GET_MODE_SIZE (mode) > UNITS_PER_WORD) ? 2 : 1; local
1268 *total = COSTS_N_INSNS (2 * num_words);
1270 *total = COSTS_N_INSNS (2 * (2 * num_words));
/haiku-buildtools/gcc/gcc/config/iq2000/
H A Diq2000.c3361 int num_words = (GET_MODE_SIZE (mode) > UNITS_PER_WORD) ? 2 : 1;
3364 return COSTS_N_INSNS (num_words);
3366 * total = COSTS_N_INSNS (2 * num_words);
3334 int num_words = (GET_MODE_SIZE (mode) > UNITS_PER_WORD) ? 2 : 1; local
/haiku-buildtools/gcc/gcc/config/xtensa/
H A Dxtensa.c3664 int num_words =
3668 *total = COSTS_N_INSNS (num_words);
3670 *total = COSTS_N_INSNS (2*num_words);
3662 int num_words = local
/haiku-buildtools/binutils/bfd/
H A Delf32-arm.c17794 create_instruction_vldmia (int base_reg, int is_dp, int wback, int num_words, argument
17802 | (num_words & 0x000000ff)
17810 create_instruction_vldmdb (int base_reg, int is_dp, int num_words, argument
17817 | (num_words & 0x000000ff)
18297 int num_words = ((unsigned int) initial_insn << 24) >> 24; local
18305 if (num_words <= 8)
18334 int chunks = (num_words % 8) ? (num_words / 8 + 1) : (num_words / 8);
18367 8 : num_words
[all...]
/haiku-buildtools/gcc/gcc/config/mips/
H A Dmips.c5341 unsigned int num_bytes, num_words, max_regs;
5345 num_words = (num_bytes + UNITS_PER_WORD - 1) / UNITS_PER_WORD;
5413 num_words = 2;
5444 info->reg_words = MIN (num_words, max_regs);
5445 info->stack_words = num_words - info->reg_words;
5313 unsigned int num_bytes, num_words, max_regs; local

Completed in 327 milliseconds