Lines Matching refs:UNITS_PER_WORD

1784     factor = (GET_MODE_SIZE (mode) + UNITS_PER_WORD - 1) / UNITS_PER_WORD;
2378 if (GET_MODE_SIZE (mode) <= UNITS_PER_WORD
2781 byte = UNITS_PER_WORD;
3600 #define MAX_MOVE_BYTES (MAX_MOVE_REGS * UNITS_PER_WORD)
3735 num_words = (num_bytes + UNITS_PER_WORD - 1) / UNITS_PER_WORD;
3968 if (info.reg_words * UNITS_PER_WORD == GET_MODE_SIZE (inner))
4008 return info.stack_words > 0 ? info.reg_words * UNITS_PER_WORD : 0;
4112 - gp_saved * UNITS_PER_WORD);
4129 off = -gp_saved * UNITS_PER_WORD;
4148 cfun->machine->varargs_size = (gp_saved * UNITS_PER_WORD
4241 = (MAX_ARGS_IN_REGISTERS - cum->num_gprs) * UNITS_PER_WORD;
4269 cum->stack_words * UNITS_PER_WORD));
4325 rsize = (size + UNITS_PER_WORD - 1) & -UNITS_PER_WORD;
4390 /* Overflow arguments are padded to UNITS_PER_WORD bytes
4406 UNITS_PER_WORD bytes. */
4407 osize = MAX (GET_MODE_SIZE (TYPE_MODE (type)), UNITS_PER_WORD);
4415 if (rsize > UNITS_PER_WORD)
4450 if (osize > UNITS_PER_WORD)
5066 temp = ((regno & 1) == 0 || size <= UNITS_PER_WORD);
5087 && (size <= UNITS_PER_WORD
5089 && size == 2 * UNITS_PER_WORD)));
5092 temp = (class == MODE_INT && size <= UNITS_PER_WORD);
6446 args_size = 4 * UNITS_PER_WORD;
6502 cfun->machine->frame.num_gp = gp_reg_size / UNITS_PER_WORD;
7594 if (size % UNITS_PER_WORD != 0)
7596 size += UNITS_PER_WORD - size % UNITS_PER_WORD;
7646 return size == -1 || size > UNITS_PER_WORD;
7670 if (MIN (GET_MODE_SIZE (from), GET_MODE_SIZE (to)) <= UNITS_PER_WORD
7671 && MAX (GET_MODE_SIZE (from), GET_MODE_SIZE (to)) > UNITS_PER_WORD)
7700 && GET_MODE_SIZE (to) >= UNITS_PER_WORD
7880 return (GET_MODE_SIZE (mode) + UNITS_PER_WORD - 1) / UNITS_PER_WORD;
8473 pool->highest_address = pool->insn_address - (UNITS_PER_WORD - 2) + 0x8000;
9747 return ((GET_MODE_SIZE (mode) + UNITS_PER_WORD - 1) / UNITS_PER_WORD);
9764 return ((int_size_in_bytes (type) > (2 * UNITS_PER_WORD))